mshtml: Move most code from handle_editor_load to exec_editmode.
[wine] / dlls / mshtml / persist.c
2007-10-01  Alexandre Julliardmshtml: The HTMLDocument URL is a standard WCHAR string...
2007-09-27  Jacek Cabanmshtml: Ignore app's User-Agent header and Content...
2007-09-12  Rob Shearmanmshtml: Implement PersistStreamInit_IsDirty when in...
2007-06-29  Jacek Cabanmshtml: Don't use dynamic allocation for connection...
2007-06-11  Jacek Cabanmshtml: Added get_URL implementation.
2007-06-11  Jacek Cabanmshtml: Added GetCurMoniker implementation.
2007-06-11  Jacek Cabanmshtml: Store current moniker in HTMLDocument.
2007-06-11  Jacek Cabanmshtml: Move Exec(CGID_ShellDocView, 37) call to match...
2007-06-11  Jacek Cabanmshtml: Added semi stub IsDirty implementation.
2007-06-11  Jacek Cabanmshtml: Move Exec(OLECMDID_SETTITLE) call to separated...
2007-06-11  Jacek Cabanmshtml: Forward all IsDirty implementations to one...
2007-05-14  Jacek Cabanmshtml: Don't call start_binding if we use necko to...
2007-05-11  Jacek Cabanmshtml: Added IPersistStreamInit::Load implementation.
2007-05-11  Jacek Cabanmshtml: Split IPersistMoniker::Load.
2007-04-13  Jacek Cabanmshtml: Added IPersistFile::Save implementation.
2007-03-08  Jacek Cabanmshtml: Release IOleCommandTarget in IPersistMoniker...
2006-11-02  Jacek Cabanmshtml: Added beginning of set_progress task implementa...
2006-11-02  Jacek Cabanmshtml: Get DISPID_AMBIENT_SILENT and DISPID_AMBIENT_OF...
2006-11-02  Jacek Cabanmshtml: Fix no longer valid ERR.
2006-10-06  Jacek Cabanmshtml: Win64 printf format warning fixes.
2006-10-02  Jacek Cabanmshtml: Added begining implementation of IPersistStream...
2006-09-29  Francois Gougeturlmon: Fix the case of the BINDINFO.cbstgmedData field...
2006-09-28  Jacek Cabanmshtml: Added get_readyState implementation.
2006-09-25  Jacek Cabanmshtml: Remove FIXMEs and fix a typo.
2006-09-25  Jacek Cabanmshtml: Store BSCallback in HTMDocument.
2006-09-25  Jacek Cabanmshtml: Add SETDOWNLOADSTATE task implementation and...
2006-08-23  Jacek Cabanmshtml: Use IPropertyNotifySink connection point.
2006-08-09  Jacek Cabanmshtml: Store IMoniker in BSCallback.
2006-08-09  Jacek Cabanmshtml: Load the page from moniker if we don't have...
2006-07-20  Jacek Cabanmshtml: Wrap remaining Heap* functions by inline functions.
2006-06-20  Jacek Cabanmshtml: Initialize url variable in IPersistMoniker...
2006-06-03  Jacek Cabanmshtml: Added begining binding code in IPersistMoniker...
2006-06-03  Jacek Cabanmshtml: Store BSCallback in NSContainer and use it...
2006-06-03  Jacek Cabanmshtml: Get rid of (currently disabled anyway) nsIWebBr...
2006-05-24  Jacek Cabanmshtml: Added stub implementation of IPersistStreamInit.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-28  Alexandre Julliardmshtml: Don't free the URL we have just stored in the...
2006-03-20  Jacek Cabanmshtml: Optimize nsACString handling.
2006-02-27  Jacek Cabanmshtml: Don't add null byte to post data.
2006-02-15  Jacek Cabanmshtml: Added hack to allow pass post data to IPersistM...
2006-02-10  Jacek Cabanmshtml: Added more defines to mshtmlhst.idl.
2006-02-09  Jacek Cabanmshtml: Get rid of HTMLDocument_OnLoad and move its...
2005-09-02  Jacek CabanBeginning implementation of onload routine.
2005-08-25  Jacek Caban- Added test of IPersistMoniker::Load.
2005-08-22  Jacek CabanUse pibc argument of IPersistMoniker::Load.
2005-08-11  Jacek CabanUse nsIWebBrowserStream to load html.
2005-08-11  Jacek CabanMove includes of interfaces to mshtml_private.h.
2005-08-10  Jacek CabanInit nsWebBrowser window while creating nscontainer.
2005-08-09  Jacek Caban- Beginning implementation of true IPersistMoniker...
2005-08-01  Jacek Caban- Use Gecko to render HTML.
2005-07-12  Jacek Caban- Added stub implementation of IOleCommandTarget.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-04-12  Jacek CabanStub implementation of IOleObject and IOleDocument.
2005-04-11  Jacek CabanStub implementation od IPersist, IPersistMoniker, IPers...