atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / mshtml / navigate.c
2012-11-27  Jacek Cabanmshtml: Fixed a few coverity issues.
2012-11-12  Jacek Cabanmshtml: Added exec_refresh implementation.
2012-11-12  Jacek Cabanmshtml: Store embedder's IOleComandTarget iface in...
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: Use fregment-less URI in super_navigate.
2012-11-09  Jacek Cabanmshtml: Call set_current_uri in navigate_proc.
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in navigate.c (cover...
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in task.c (coverity).
2012-10-16  Jacek Cabanmshtml: Moved HTMLScriptElement declaration to separate...
2012-10-02  Jacek Cabanmshtml: Store nsIDOMNodeSelector in HTMLDocumentNode.
2012-09-24  Francois Gougetmshtml: Make navigate_uri() static.
2012-09-21  Jacek Cabanmshtml: Use IUri as base URL in navigate_url.
2012-09-17  Michael Stefaniucmshtml: Fix a memory leak on an error path (Smatch).
2012-09-14  Bernhard Übelackermshtml: Check parameter load_group before calling Remov...
2012-09-13  Jacek Cabanmshtml: Try using IWinInetHttpInfo if OnResponse was...
2012-09-10  Jacek Cabanmshtml: Added support for navigating to anchors with...
2012-08-14  Jacek Cabanmshtml: Store moniker in HTMLInnerWindow.
2012-07-27  Jacek Cabanmshtml: Grow the buffer faster in BufferBSC_read_data.
2012-07-27  Jacek Cabanmshtml: Added support for BOM in bind_mon_to_wstr.
2012-07-27  Jacek Cabanmshtml: Moved conversion to unicode of buffers from...
2012-07-27  Jacek Cabanmshtml: Moved IStream::Read calls to separated function.
2012-07-26  Jacek Cabanmshtml: Use inline wrappers and fixed found warnings.
2012-07-23  Jacek Cabanmshtml: Unescape script from javascript: URLs before...
2012-07-17  Jacek Cabanmshtml: Ignore navigation failures from detached bindings.
2012-07-12  Jacek Cabanmshtml: Don't store outer window in nsChannelBSC.
2012-07-12  Jacek Cabanmshtml: Use per-inner window task_magic for binding.
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 script_hosts from HTMLOuterWindow to...
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-30  Jacek Cabanmshtml: Added support for BSCallback::QueryService...
2012-05-29  Jacek Cabanmshtml: Fixed Exec_ShellDocView_84 tests.
2012-04-05  Jacek Cabanmshtml: Remove old channel from load group in nsIAsyncV...
2012-03-15  Jacek Cabanmshtml: Get rid of remaining PRBool usages.
2012-03-09  Jacek Cabanmshtml: Recognize UTF-8 BOM.
2012-03-08  Piotr Cabanmshtml: Set proposed MIME to text/html on main document.
2012-02-01  Jacek Cabanmshtml: Properly handle GetScheme failure.
2012-01-26  Jacek Cabanmshtml: Don't use simplified fragment-only navigation...
2012-01-10  Jacek Cabanmshtml: Open document in a new window in IHlinkTarget...
2012-01-10  Andrew Eikummshtml: Fix WARN typo.
2012-01-09  Jacek Cabanmshtml: Added IHTMLWindow::open implementation.
2012-01-05  Jacek Cabanmshtml: Use a helper function for QueryService calls...
2011-11-24  Marcus Meissnermshtml: Switch two checks (Coverity).
2011-11-23  Jacek Cabanmshtml: Use codepage reported by http headers.
2011-11-16  Jacek Cabanmshtml: Update window URI when its binding is redirected.
2011-11-15  Jacek Cabanmshtml: Properly handle fragment-only navigation.
2011-11-15  Jacek Cabanmshtml: Properly handle navigation in containers suppor...
2011-11-15  Jacek Cabanmshtml: Split IHTMLPrivateWindow::SuperNavigate impleme...
2011-11-14  Jacek Cabanmshtml: Store window URL as BSTR.
2011-08-03  Jacek Cabanmshtml: Removed duplicated includes.
2011-08-03  Jacek Cabanmshtml: Use task destructor for async_doc_binding task.
2011-08-03  Jacek Cabanmshtml: Use task destructor for start_request task.
2011-08-03  Jacek Cabanmshtml: Allow async tasks to have custom destructors.
2011-07-24  Jacek Cabanmshtml: Moved binding-related declarations to separate...
2011-06-16  Jacek Cabanmshtml: Call on_start_nsrequest synchronously in async_...
2011-05-16  Jacek Cabanmshtml: Pass E_ABORT as binding results of bindings...
2011-05-16  Jacek Cabanmshtml: Handle aborts synchronously in nsChannelBSC_sto...
2011-05-16  Jacek Cabanmshtml: Move document binding to the new document bindi...
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-04-26  Nicolas Le Cammshtml: Fix uninitialized variable warning.
2011-04-18  Francois Gougetmshtml: get_channelbsc_mon() is unused so remove it.
2011-04-18  Jacek Cabanmshtml: Don't include null-byte in post data.
2011-04-18  Jacek Cabanmshtml: Better support for HTTP redirection.
2011-04-05  Jacek Cabanmshtml: Properly handle upload streams containing headers.
2011-03-29  Piotr Cabanmshtml: Report an error when navigation fails.
2011-02-01  Piotr Cabanmshtml: Abort more request in abort_document_bindings.
2011-01-07  Jacek Cabanmshtml: Use inline function instead of macro for BSCall...
2011-01-05  Michael Stefaniucmshtml: COM cleanup for the nsIInputStream iface.
2011-01-03  Michael Stefaniucmshtml: Use ifaces instead of vtbl pointers in BSCallback.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the nsIHttpChannel iface.
2010-12-27  Michael Stefaniucmshtml: COM cleanup for all the IServiceProvider ifaces.
2010-10-28  Jacek Cabanmshtml: Get rid of no longer needed parse_post_data.
2010-10-07  Jacek Cabanmshtml: Report better status in on_stop_nsrequest.
2010-08-18  Jacek Cabanmshtml: Call on_stop_nsrequest asynchronously.
2010-08-18  Jacek Cabanmshtml: Skip mutation notifications on documents that...
2010-08-18  Jacek Cabanmshtml: Moved update_window_doc to on_start_nsrequest...
2010-08-18  Jacek Cabanmshtml: Call nsILoadGroup::AddRequest from AsyncOpen.
2010-08-04  Jacek Cabanmshtml: Added support for custom post data type.
2010-08-04  Jacek Cabanmshtml: Store request headers in nsChannel if possible.
2010-08-04  Jacek Cabanmshtml: Allow customization of BeginningTransaction.
2010-08-04  Jacek Cabanmshtml: Moved headers parsing to separated function.
2010-08-04  Jacek Cabanmshtml: Moved setting HTTP header to separated function.
2010-08-02  Jacek Cabanmshtml: Get rid of useless nsQIResult type.
2010-04-05  Andrew Eikummshtml: Implement HTTPChannel::GetResponseHeader.
2010-03-18  Jacek Cabanmshtml: Make sure that readState is READYSTATE_LOADING...
2010-03-04  Joris Huizermshtml: create_channelbsc: Handle OOM case correctly.
2010-03-03  Jacek Cabanmshtml: Properly handle IHlinkFrame::Navigate result.
2010-03-03  Jacek Cabanmshtml: Set current moniker in start_binding.
2010-03-03  Jacek Cabanmshtml: Allow post data and headers to be passed to...
2010-03-03  Jacek Cabanmshtml: Moved asynchronous document binding to separate...
2010-02-22  Jacek Cabanmshtml: Use nsWineURL structure directly in load_nsuri.
2010-02-22  Jacek Cabanmshtml: Store nsWineURI object instead of interface...
2010-01-04  Jacek Cabanmshtml: Use nsIDocShell to load a page in set_moniker.
2009-12-29  Jacek Cabanmshtml: Use FindMimeFromData to find MIME if moniker...
2009-12-16  Jacek Cabanmshtml: Added support for redirected binding.
2009-12-01  Jacek Cabanmshtml: Added support for frames in navigate_url.
2009-12-01  Jacek Cabanmshtml: Added support for relative URLs in navigate_url.
next