msvcrt: Added unicode modes support _setmode function.
[wine] / dlls / mshtml / nsio.c
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...
2009-11-03  Jacek Cabanmshtml: Return NS_OK for empty aRef in nsIURL::SetRef.
2009-10-28  Jacek Cabanmshtml: Avoid crash in nsIURI:Equals if other_url is...
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: Use HTMLWindow in AsyncOpen implementation.
2009-10-27  Jacek Cabanmshtml: Store window reference in nsURI.
2009-10-14  Jacek Cabanmshtml: Return failure in GetContentType if content...
2009-10-12  Jacek Cabanmshtml: Moved QueryService call to hlink_frame_navigate.
2009-10-12  Andrew Eikummshtml: Fix typo in WARN.
2009-09-17  Jacek Cabanmshtml: Move mime to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Move client site ifaces to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved NSContainer to HTMLDocumentObj.
2009-09-15  Jacek Cabanmshtml: Added IHTMLInputElement::src property implement...
2009-08-27  Jacek Cabanmshtml: Update wine_url in nsIURL::SetQuery.
2009-08-27  Jacek Cabanmshtml: Wrap nsIURL interface.
2009-08-24  Jacek Cabanmshtml: Use URL moniker to load http documents.
2009-08-24  Jacek Cabanmshtml: Don't return Gecko interfaces implementation...
2009-08-24  Jacek Cabanmshtml: Treat wyciwyg protocol as Gecko special protocol.
2009-08-24  Jacek Cabanmshtml: Wrap nsIHttpChannelInternal interface.
2009-08-12  Jacek Cabanmshtml: Added IBindStatusCallback::OnResponse implement...
2008-12-30  Jacek Cabanmshtml: Wine Gecko 0.9.0 release.
2008-12-22  Jacek Cabanmshtml: Release owner in nsChannel destructor.
2008-12-18  Jacek Cabanmshtml: Added nsIChannel::[Get|Set]Owner implementation.
2008-12-18  Jacek Cabanmshtml: Use stored nsINetUtil interface.
2008-11-24  Jacek Cabanmshtml: Call necko's SetUploadStream from wrapper's...
2008-10-20  Andrew Talbotmshtml: Sign-compare warnings fix.
2008-10-14  Jacek Cabanmshtml: Added IHTMImgElement::get_src implementation.
2008-06-26  Lei Zhangmshtml: Remove unneeded variable.
2008-04-10  Jacek Cabanmshtml: Correctly handle NULL req in get_nscontainer_fr...
2008-03-26  Jacek Cabanmshtml: Added nsIChannel::SetContentType implementation.
2008-03-26  Jacek Cabanmshtml: Rename nsChannel::content to content_type and...
2008-03-24  Jacek Cabanmshtml: Added new nsChannelBSC type.
2008-03-24  Jacek Cabanmshtml: Don't access BSCallback directly in nsio.c.
next