mshtml: Store security manager in HTMLWindow instead of HTMLDocumentNode.
[wine] / dlls / mshtml / nsio.c
2011-03-15  Jacek Cabanmshtml: Wine Gecko 1.2.0 release.
2011-03-14  Jacek Cabanmshtml: Reimplement nsIURI::SetScheme on top of IUri.
2011-02-10  Jacek Cabanmshtml: Make nsIURI::[Get|Set]Username implementation...
2011-02-04  Jacek Cabanmshtml: Added nsIURI::SetSpec implementation.
2011-02-03  Jacek Cabanmshtml: Don't try forwarding calls to Gecko that are...
2011-01-20  Jacek Cabanmshtml: Forward nsIURL::[Get|Set]FilePath to nsIURI...
2011-01-20  Jacek Cabanmshtml: Fixed leaks (valgrind).
2011-01-18  Jacek Cabanmshtml: Added IUri-based implementation of nsIURL:...
2011-01-05  Michael Stefaniucmshtml: COM cleanup for the nsIURL iface.
2011-01-04  Jacek Cabanmshtml: Make nsIURI::Resolve implementation IUri-based.
2011-01-03  Jacek Cabanmshtml: Don't prefer to forward a few more calls in...
2011-01-03  Jacek Cabanmshtml: Use IUri for nsURL::[Get|Set]Password implement...
2010-12-31  Jacek Cabanmshtml: Make nsIIOService::NewURI IUri-based.
2010-12-31  Jacek Cabanmshtml: Added moz-safe-about to the list of Gecko inter...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the remaining ifaces in nsChannel.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the nsIHttpChannel iface.
2010-12-29  Michael Stefaniucmshtml: Use an iface instead of a vtbl pointer in nsPro...
2010-12-28  Michael Stefaniucmshtml: COM cleanup for the nsIWebBrowserChrome iface.
2010-12-27  Michael Stefaniucmshtml: COM cleanup for the IHTMLWindow2 iface.
2010-12-05  Jacek Cabanmshtml: Make translate_url IUri-based.
2010-11-25  Jacek Cabanmshtml: Don't use wine_url in nsIURI::SchemeIs implemen...
2010-11-25  Jacek Cabanmshtml: Don't use wine_uri in nsIIOService::NewChannelF...
2010-11-25  Jacek Cabanmshtml: Don't use wine_url in nsURI::Clone implementation.
2010-11-15  Jacek Cabanmshtml: Use IUri for nsIURI::GetSpec implementation.
2010-11-15  Jacek Cabanmshtml: Use IUriBuilder for nsIURI::SetPath implementation.
2010-11-12  Jacek Cabanmshtml: Use IUriBuilder for IURI::SetQuery implementation.
2010-11-08  Piotr Cabanmshtml: Impoved implementation of nsURI_GetAsciiHost.
2010-10-28  Jacek Cabanmshtml: Get rid of no longer needed parse_post_data.
2010-10-21  Jacek Cabanmshtml: Use IUri in nsIURI::Equals implementation.
2010-10-13  Jacek Cabanmshtml: Added nsIHttpChannel::VisitResponseHeaders...
2010-09-29  Jacek Cabanmshtml: Added nsIURI::GetPath implementation.
2010-09-29  Jacek Cabanmshtml: Use IUri for nsIURL::GetQuery implementation.
2010-09-29  Jacek Cabanmshtml: Get rid of use_wine_url.
2010-09-29  Jacek Cabanmshtml: Use IUri for nsIURI::GetScheme implementation.
2010-09-28  Jacek Cabanmshtml: Added nsIURI::GetUserPass implementation.
2010-09-28  Jacek Cabanmshtml: Added nsIURI::GetHostPort implementation.
2010-09-28  Jacek Cabanmshtml: Added nsIURI::GetPort implementation.
2010-09-28  Jacek Cabanmshtml: Added nsIURI::GetHost implementation based...
2010-09-28  Jacek Cabanmshtml: Renamed uri to nsuri.
2010-09-19  Jacek Cabanmshtml: Fixed hash part stripping in GetQuery.
2010-09-18  Jacek Cabanmshtml: Added nsIURL::GetQuery implementation.
2010-09-18  Jacek Cabanmshtml: Try getting window from notification callback...
2010-09-18  Jacek Cabanmshtml: Added nsIHttpChannel::VisitResponseHeaders...
2010-09-18  Jacek Cabanmshtml: Use stored nsWineURI object to create moniker...
2010-08-25  Jacek Cabanmshtml: Wine Gecko 1.1.0 release.
2010-08-18  Jacek Cabanmshtml: Skip mutation notifications on documents that...
2010-08-18  Jacek Cabanmshtml: Call nsILoadGroup::AddRequest from AsyncOpen.
2010-08-18  Jacek Cabanmshtml: Added nsIChannel::GetName implementation.
2010-08-18  Jacek Cabanmshtml: Return true spec in nsIURI::GetSpec.
2010-08-18  Jacek Cabanmshtml: Use fake scheme only for about protocol in...
2010-08-18  Jacek Cabanmshtml: Added nsIURL::Resolve implementation.
2010-08-18  Jacek Cabanmshtml: Treat file URLs pointing to Gecko installation...
2010-08-18  Jacek Cabanmshtml: Added nsIHttpChannel::referrer implementation.
2010-08-04  Jacek Cabanmshtml: Added support for custom post data type.
2010-08-04  Jacek Cabanmshtml: Added nsIChannel::GetRequestMethod implementation.
2010-08-04  Jacek Cabanmshtml: Store request method in nsChannel.
2010-08-04  Jacek Cabanmshtml: Added nsIChannel::SetRequestHeader implementation.
2010-08-04  Jacek Cabanmshtml: Added nsIChannel::GetRequestHeader implementation.
2010-08-04  Jacek Cabanmshtml: Store request headers in nsChannel if possible.
2010-08-04  Jacek Cabanmshtml: Moved setting HTTP header to separated function.
2010-08-04  Jacek Cabanmshtml: Moved getting HTTP header to separated function.
2010-08-04  Jacek Cabanmshtml: Moved HTTP headers list freeing to separated...
2010-08-03  Jacek Cabanmshtml: Improved tracing of nsACString arguments.
2010-08-02  Jacek Cabanmshtml: Get rid of useless nsQIResult type.
2010-07-30  Jacek Cabanmshtml: Pass processed URI to NewURI.
2010-06-14  Jacek Cabanmshtml: Don't crash in on_start_uri_open on nscontainer...
2010-05-25  Jacek Cabanmshtml: Simplify translate_url call.
2010-04-25  Jacek Cabanmshtml: Don't access url in translate_url after freeing it.
2010-04-22  Jacek Cabanmshtml: Use URI with stripped "wine:" part in NewURI...
2010-04-06  Jacek Cabanmshtml: Fixed nsIHttpChannel::GetRequestSucceeded imple...
2010-04-05  Andrew Eikummshtml: Always load URLs without a base URL through...
2010-04-05  Andrew Eikummshtml: Implement HTTPChannel::GetResponseHeader.
2010-04-05  Andrew Eikummshtml: Implement HTTPChannel::GetRequestSucceeded.
2010-04-05  Andrew Eikummshtml: Return success in HTTPChannel::SetRequestMethod.
2010-03-22  Andrew Eikummshtml: Fix typo determining if channel is HTTP.
2010-03-18  Andrew Eikummshtml: Fix return value interpretation when navigating.
2010-03-03  Jacek Cabanmshtml: Properly handle IHlinkFrame::Navigate result.
2010-03-03  Jacek Cabanmshtml: nsio.c code clean up.
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: Get rid of nsIWineURI interface.
2010-02-22  Jacek Cabanmshtml: Get rid of nsIWineURI::[GS]etNSContainer.
2010-02-22  Jacek Cabanmshtml: Get rid of nsIWineURI::[GS]etWindow.
2010-02-22  Jacek Cabanmshtml: Get rid of most nsIWineURI methods.
2010-02-22  Jacek Cabanmshtml: Use nsWineURL structure directly in load_nsuri.
2010-02-22  Jacek Cabanmshtml: Moved OnStartURIOpen implementation to nsio.c.
2010-02-22  Jacek Cabanmshtml: Store nsWineURI object instead of interface...
2010-02-22  Jacek Cabanmshtml: Rename nsURI to nsWineURI.
2010-01-14  Jacek Cabanmshtml: Silence invalid FIXME.
2010-01-04  Jacek Cabanmshtml: Use nsIDocShell to load a page in set_moniker.
2010-01-04  Jacek Cabanmshtml: Don't try to wrap necko channel in nsChannel...
2009-12-21  Jacek Cabanmshtml: Don't use necko nsIHttpChannel in nsChannel...
2009-12-18  Jacek Cabanmshtml: Don't use necko nsIHttpChannelInternal implemen...
2009-12-02  Jacek Cabanmshtml: Don't depend on necko channel in nsChannel...
2009-12-02  Jacek Cabanmshtml: Don't wrap URIs related to Gecko special URIs.
2009-12-01  Jacek Cabanmshtml: Always return fake scheme in nsIURI::GetScheme...
2009-12-01  Jacek Cabanmshtml: Added support for frames in navigate_url.
2009-12-01  Jacek Cabanmshtml: Use special handling only for main documents...
2009-12-01  Jacek Cabanmshtml: Don't fail in NewChannelFromURI if necko failed...
2009-12-01  Jacek Cabanmshtml: Always set use_wine_url if there is no necko...
next