atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / mshtml / nsio.c
2012-11-27  Jacek Cabanmshtml: Fixed a few coverity issues.
2012-11-21  Jacek Cabanmshtml: Added nsIURI::GetOriginCharset implementation.
2012-11-21  Jacek Cabanmshtml: Always use UTF-8 encoding in nsWineURL.
2012-11-12  Jacek Cabanmshtml: Properly report history update for location...
2012-11-09  Jacek Cabanmshtml: Use fregment-less URI in super_navigate.
2012-11-09  Jacek Cabanmshtml: Don't pass hash part of URI to EvaluateNewWindow.
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in nsio.c (coverity).
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in task.c (coverity).
2012-09-21  Jacek Cabanmshtml: Use IUri as base URL in navigate_url.
2012-07-26  Jacek Cabanmshtml: Use inline wrappers and fixed found warnings.
2012-07-20  Jacek Cabanmshtml: Added nsIFileURL::GetFile implementation.
2012-07-20  Jacek Cabanmshtml: Added nsIFileURL stub implementation.
2012-07-20  Jacek Cabanmshtml: Store scheme in nsWineURI instead of nsChannel.
2012-07-13  Jacek Cabanmshtml: Get rid of no longer needed support for new...
2012-07-13  Jacek Cabanmshtml: Use proper task_magic in async_open.
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-03-15  Jacek Cabanmshtml: Get rid of PRBool from nsio.c.
2012-03-14  Jacek Cabanmshtml: Wine Gecko 1.5 release.
2012-01-27  Jacek Cabanmshtml: Fallback to text/html mime type for document...
2012-01-12  Jacek Cabanmshtml: Get rid of wrapped nsIURI in nsWineURI.
2012-01-11  Jacek Cabanmshtml: Get rid of wrapped nsurl.
2012-01-11  Jacek Cabanmshtml: Reimplement nsIURL::GetFileBaseName on top...
2012-01-11  Jacek Cabanmshtml: Reimplement nsIURL::GetFileName on top of IUri.
2012-01-11  Jacek Cabanmshtml: Reimplement nsIURL::GetDirectory using new...
2011-12-29  Jacek Cabanmshtml: Reorder nsIURL functions to match vtbl order.
2011-11-23  Jacek Cabanmshtml: Added IMutable::SetMutable implementation.
2011-11-23  Jacek Cabanmshtml: Added nsIChannel::SetContentCharset implementation.
2011-11-18  Jacek Cabanmshtml: Implement nsIStandardURL interface in nsWineURI...
2011-11-17  Jacek Cabanmshtml: Don't mix PRBool pointers with BOOL pointers.
2011-11-16  Jacek Cabanmshtml: Update window URI when its binding is redirected.
2011-11-16  Andrew Talbotmshtml: Remove unused file-static variable.
2011-11-15  Jacek Cabanmshtml: Added nsIURI::GetSpecIgnoringRef implementation.
2011-11-15  Jacek Cabanmshtml: Properly handle fragment-only navigation.
2011-11-15  Jacek Cabanmshtml: Properly implement nsIURI::EqualsExceptRef.
2011-11-15  Jacek Cabanmshtml: Properly implement nsIURI::CloneIgnoreRef.
2011-11-14  Jacek Cabanmshtml: Improved debug traces in nsIChannel::AsyncOpen...
2011-11-14  Jacek Cabanmshtml: Fixed memory leak in nsIURL::GetDirectory imple...
2011-11-09  Jacek Cabanmshtml: Wine Gecko 1.4 release.
2011-11-08  Jacek Cabanmshtml: Always use IUri-based nsIRI::GetAsciiHost imple...
2011-11-08  Jacek Cabanmshtml: Make nsIURL::GetParam a stub.
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.
next