atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / mshtml / persist.c
2012-11-12  Jacek Cabanmshtml: Added exec_refresh implementation.
2012-11-12  Jacek Cabanmshtml: Don't skip history notification for about:...
2012-11-12  Jacek Cabanmshtml: Properly report history update for location...
2012-11-09  Jacek Cabanmshtml: Added IPersistStream::LoadHistory implementation.
2012-11-09  Jacek Cabanmshtml: Use flags in navigation functions.
2012-11-09  Jacek Cabanmshtml: Added IPersistHistory::SaveHistory implementation.
2012-11-09  Jacek Cabanmshtml: Don't pass hash part of URI to EvaluateNewWindow.
2012-10-22  Jacek Cabanmshtml: Set 'this' to window object for onload handlers.
2012-10-19  Jacek Cabanmshtml: Fixed error handling of IBindCtx_GetObjectParam...
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in task.c (coverity).
2012-10-16  Jacek Cabanmshtml: Moved HTMLScriptElement declaration to separate...
2012-07-26  Jacek Cabanmshtml: Use inline wrappers and fixed found warnings.
2012-07-12  Jacek Cabanmshtml: Don't store outer window in nsChannelBSC.
2012-07-12  Jacek Cabanmshtml: Create inner window early in binding process...
2012-07-11  Jacek Cabanmshtml: Moved binding list to HTMLInnerWindow.
2012-06-25  Jacek Cabanmshtml: Moved document node from HTMLOuterWindow to...
2012-06-25  Jacek Cabanmshtml: Added separated types for outer and inner HTML...
2012-05-29  Jacek Cabanmshtml: Fixed Exec_ShellDocView_84 tests.
2012-03-28  Jacek Cabanmshtml: Improved more VARIANT debug traces.
2012-03-27  Jacek Cabanmshtml: Use jscript.dll for JavaScript for all zones...
2012-02-11  André Hentschelmshtml: Only release the interface if it exists.
2012-01-27  Jacek Cabanmshtml: Moved creating URIs relative to window to a...
2012-01-20  Jacek Cabanmshtml: Added history update notification support.
2012-01-16  Michael Stefaniucmshtml: Remove superfluous NULL pointer check before...
2011-11-15  Jacek Cabanmshtml: Properly handle fragment-only navigation.
2011-11-15  Jacek Cabanmshtml: Split setting window URI from set_current_mon.
2011-11-14  Jacek Cabanmshtml: Get rid of an unused parameter in prepare_for_b...
2011-11-14  Jacek Cabanmshtml: Use IUri in use_gecko_script.
2011-11-14  Jacek Cabanmshtml: Use IUri in set_current_mon if possible and...
2011-11-14  Jacek Cabanmshtml: Store window URL as BSTR.
2011-09-09  Gerald Pfeifermshtml: Add failure detection to set_downloading_proc.
2011-08-04  Piotr Cabanmshtml: Added error handling to get_doc_string.
2011-08-03  Jacek Cabanmshtml: Removed duplicated includes.
2011-08-03  Jacek Cabanmshtml: Use task destructor for set_downloading task.
2011-08-03  Jacek Cabanmshtml: Allow async tasks to have custom destructors.
2011-07-24  Jacek Cabanmshtml: Split set_moniker implementation.
2011-07-24  Jacek Cabanmshtml: Moved OLECMDID_SETDOWNLOADSTATE call to separat...
2011-07-24  Jacek Cabanmshtml: Moved binding-related declarations to separate...
2011-03-29  Jacek Cabanmshtml: Use zone mapping instead of hardcoded protocols...
2011-02-16  Thomas Mullalymshtml: Fixed a few typos.
2011-02-01  Piotr Cabanmshtml: Make sure previous request is stopped before...
2010-12-27  Michael Stefaniucmshtml: COM cleanup for the IHTMLWindow2 iface.
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IOleObject iface.
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IMonikerProp iface.
2010-12-22  Michael Stefaniucmshtml: COM cleanup for the IPersist* ifaces in HTMLDoc...
2010-12-17  Jacek Cabanmshtml: IHTMLDocument2 iface handling clean up.
2010-08-19  Jacek Cabanmshtml: Don't use start_binding in IPersistStreamInit...
2010-08-04  Alexander Nicolays... mshtml: Send more informative messages to OleInPlaceFrame.
2010-03-18  Jacek Cabanmshtml: Fire readystatechange event on document nodes.
2010-03-15  Jacek Cabanmshtml: Fixed ref count leak.
2010-03-03  Jacek Cabanmshtml: Added IHTMLPrivateWindow::SuperNavigate impleme...
2010-03-03  Jacek Cabanmshtml: Correctly handle document with already loaded...
2010-03-03  Jacek Cabanmshtml: Call OnViewChange in set_downloading_proc.
2010-03-03  Jacek Cabanmshtml: Moved SZ_HTML_CLIENTSITE_OBJECTPARAM handling...
2010-03-03  Jacek Cabanmshtml: Load data from moniker in IPersistStreamInit...
2010-03-03  Jacek Cabanmshtml: Allow post data and headers to be passed to...
2010-02-22  Jacek Cabanmshtml: Use nsWineURL structure directly in load_nsuri.
2010-01-04  Jacek Cabanmshtml: Use nsIDocShell to load a page in set_moniker.
2009-12-22  Jacek Cabanmshtml: Use JScript for JavaScript in res: protocol...
2009-12-07  Piotr Cabanmshtml: Added PersistStreamInit_InitNew implementation.
2009-12-01  Jacek Cabanmshtml: Added onreadystatechange event support.
2009-11-12  Jacek Cabanmshtml: Get rid of no longer needed bind_complete in...
2009-11-03  Jacek Cabanmshtml: Moved readystate to HTMLWindow.
2009-11-03  Jacek Cabanmshtml: Moved readystate changes to separated function.
2009-10-27  Jacek Cabanmshtml: Moved binding list to HTMLDocumentNode.
2009-10-27  Jacek Cabanmshtml: Allow task queue to be used for different targets.
2009-10-27  Jacek Cabanmshtml: Moved url and mon to HTMLWindow.
2009-10-27  Jacek Cabanmshtml: Moved bscallback to HTMLWindow.
2009-10-22  Jacek Cabanmshtml: Moved nsdoc to HTMLDocumentNode object.
2009-09-17  Jacek Cabanmshtml: Move mime to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Move readystate to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved usermode to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved binding variables to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Move client site ifaces to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved NSContainer to HTMLDocumentObj.
2009-09-10  Jacek Cabanmshtml: Use ActiveScript for JavaScript in about protoc...
2009-09-10  Jacek Cabanmshtml: Moved script host objects to HTMLWindow.
2009-08-25  Jacek Cabanmshtml: Get rid of handling post data in IPersistMonike...
2009-08-24  Jacek Cabanmshtml: Use URL moniker to load http documents.
2009-08-12  Jacek Cabanmshtml: Don't write null byte in IPersist*::Save functions.
2009-04-16  Jacek Cabanmshtml: Added IPersistHistory stub implementation.
2009-03-10  Jacek Cabanmshtml: Make sure that HTML headers are terminated...
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in get_doc_string.
2008-09-25  Jacek Cabanmshtml: Use ActiveScript for JavaScript in file protoco...
2008-03-26  Jacek Cabanmshtml: Fixed invalid use of -1 length in WideCharToMul...
2008-03-24  Jacek Cabanmshtml: Added new nsChannelBSC type.
2008-03-12  Jacek Cabanmshtml: Improve header parsing.
2008-03-06  Andrew Talbotmshtml: Assign to structs instead of using memcpy.
2008-01-11  Jacek Cabanmshtml: Use QueryService to get IHttpNegotiate in get_p...
2008-01-10  Jacek Cabanmshtml: Handle fClearDirty flag in IPersistStreamInit...
2008-01-02  Jacek Cabanmshtml: Added PutProperty implementation.
2007-12-24  Jacek Cabanmshtml: Use IBindCtx passed to Load in BindToStorage...
2007-12-17  Jacek Cabanmshtml: Remove not used argument in nsAString_GetData.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-11-06  Jacek Cabanmshtml: Store HTMLDocument pointer in BSCallback object.
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.
next