mshtml: HTMLWindow_item code clean up.
[wine] / dlls / mshtml / nsio.c
2011-10-27  Jacek Cabanmshtml: Reimplement nsIURL::GetFileExtension on top...
2011-08-23  Jacek Cabanmshtml: Wine Gecko 1.3 release.
2011-08-03  Jacek Cabanmshtml: Removed duplicated includes.
2011-08-03  Jacek Cabanmshtml: Use task destructor for start_binding task.
2011-08-03  Jacek Cabanmshtml: Allow async tasks to have custom destructors.
2011-08-03  Jacek Cabanmshtml: Added IURi-based nsIURL::GetDirectory implement...
2011-08-03  Francois GougetAssorted spelling fixes.
2011-07-24  Jacek Cabanmshtml: Downgrade GetAsciiHost FIXME to WARN.
2011-07-24  Jacek Cabanmshtml: Moved binding-related declarations to separate...
2011-07-22  Jacek Cabanmshtml: Return NS_BINDING_ABORTED for canceled binding...
2011-07-19  Jacek Cabanmshtml: Implement nsIURI::SetUserPass on top of IUri.
2011-06-27  Jacek Cabanmshtml: Added IUri-based nsIURI::SetPort implementation.
2011-06-27  Jacek Cabanmshtml: Get rid of wine_url in nsWineURI object.
2011-06-27  Jacek Cabanmshtml: Make sure we always create nsWineURI with valid...
2011-06-24  Jacek Cabanmshtml: Use IUri instead of wine_url in before_async_open.
2011-06-24  Jacek Cabanmshtml: Use CreateURLMonikerEx2 for creating URL moniker.
2011-05-04  Jacek Cabanmshtml: Don't use Gecko nsIURI::GetHostPort implementation.
2011-04-18  Jacek Cabanmshtml: Better support for HTTP redirection.
2011-04-18  Jacek Cabanmshtml: Moved nsChannel initialization to separated...
2011-04-08  Jacek Cabanmshtml: Reimplement nsIURI::SetHost on top of IUriBuilder.
2011-04-05  Jacek Cabanmshtml: Properly handle upload streams containing headers.
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...
next