mshtml: Added noscript tag handling tests.
[wine] / dlls / mshtml / view.c
2012-07-26  Jacek Cabanmshtml: Use inline wrappers and fixed found warnings.
2012-05-30  Jacek Cabanmshtml: Forward BSCallback::QueryService call to document.
2012-05-30  Jacek Cabanmshtml: Added IWindowForBindingUI stub implementation.
2011-03-18  Thomas Fabermshtml: Initialize OLEINPLACEFRAMEINFO.cb for IOleInPla...
2010-12-27  Michael Stefaniucmshtml: COM cleanup for all the IOleCommandTarget ifaces.
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IOleInPlaceObjectWindowless...
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IViewObjectEx iface.
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IOleInPlaceActiveObject...
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IOleDocumentView iface.
2010-12-17  Jacek Cabanmshtml: IHTMLDocument2 iface handling clean up.
2010-04-13  Jacek Cabanmshtml: Improved focus handling.
2010-03-22  Francois GougetAssorted spelling and case fixes.
2010-02-15  Jacek Cabanmshtml: Added IViewObject::SetAdvise implementation.
2009-12-16  Piotr Cabanmshtml: Added ViewObjectEx stub implementation.
2009-12-07  Piotr Cabanmshtml: Improved OleDocumentView_UIActivate implementation.
2009-09-17  Jacek Cabanmshtml: Move update flags to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved usermode to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved state flags to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved hostinfo to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved hwnd and tooltip_hwnd to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Move client site ifaces to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved NSContainer to HTMLDocumentObj.
2008-12-05  Michael Stefaniucmshtml: Remove two superfluous casts.
2008-10-13  Jacek Cabanmshtml: Don't crash in notif_focus if client is NULL.
2008-10-13  Jacek Cabanmshtml: Don't crash in UIActivate if hostui is NULL.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-11-20  Jacek Cabanmshtml: Move IOleInPlaceFrame::SetActiveObject call...
2007-10-23  Luke Bratchmshtml: Fix text input fields.
2007-10-18  Jacek Cabanmshtml: Import dimm.idl and fix compilation.
2007-09-24  Jacek Cabanmshtml: Don't crash in UIActivate if Gecko is not avail...
2007-07-25  Rob Shearmanmshtml: Pass the correct DOCHOSTUITYPE value to IDocHos...
2007-07-25  Rob Shearmanmshtml: OleDocumentView_UIActivate should call IOleInPl...
2007-06-25  Jacek Cabanmshtml: Notify IOleControlSite about focus changes.
2007-06-25  Jacek Cabanmshtml: Activate nsWebBrowser after creating document...
2007-06-15  Jacek Cabanmshtml: Use IOleInPlaceSiteEx if available.
2007-06-11  Jacek Cabanmshtml: Move Exec(OLECMDID_SETTITLE) call to separated...
2007-06-11  Jacek Cabanmshtml: Call UpdateUI and Exec(OLECMDID_UPDATECOMMANDS...
2007-05-25  Jacek Cabanmshtml: Added missing WINAPI in window proc.
2006-11-13  Jacek Cabanmshtml: Added border implementation.
2006-10-06  Jacek Cabanmshtml: Win64 printf format warning fixes.
2006-09-25  Jacek Cabanmshtml: Create one "Internet Explorer_Hidden" window...
2006-08-18  Jacek Cabanmshtml: Added more Exec tests and fixes.
2006-08-09  Jacek Cabanmshtml: Create "Internet Explorer_Hidden" window.
2006-07-20  Jacek Cabanmshtml: Wrap remaining Heap* functions by inline functions.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-27  Jacek Cabanmshtml: Added tooltip implementation.
2005-08-29  Jacek CabanMove strings to resources.
2005-08-26  Jacek CabanBeginning implementation of Gecko focus handling.
2005-08-18  Jacek Caban- Added IOleCommandTerget interface to the test.
2005-08-15  Jacek CabanActivate window in IOleDocumwnrView::Show.
2005-08-11  Jacek CabanMove includes of interfaces to mshtml_private.h.
2005-08-10  Jacek CabanInit nsWebBrowser window while creating nscontainer.
2005-08-01  Jacek Caban- Use Gecko to render HTML.
2005-07-18  Jacek Caban- Added more tests.
2005-07-14  Jacek Caban- Better handling of UI and InPlace active state.
2005-07-13  Jacek CabanCall ShowUI and HideUI in UIActivate.
2005-07-12  Jacek Caban- Added stub implementation of IOleCommandTarget.
2005-06-23  Jacek CabanAdded stub implementation of IViewObject[2] interface.
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-04-15  Jacek Caban- More implementation of view
2005-04-14  Jacek CabanAdded more implementation of IDocumentView.
2005-04-13  Jacek Caban- Added IOleDocumentView interface.