projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
winmm: Rearrange device mapping when a new default device is chosen.
[wine]
/
dlls
/
mshtml
/
nsio.c
2012-11-27
Jacek Caban
mshtml: Fixed a few coverity issues.
blob
|
commitdiff
|
raw
2012-11-21
Jacek Caban
mshtml: Added nsIURI::GetOriginCharset implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-21
Jacek Caban
mshtml: Always use UTF-8 encoding in nsWineURL.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-12
Jacek Caban
mshtml: Properly report history update for location...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-09
Jacek Caban
mshtml: Use fregment-less URI in super_navigate.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-09
Jacek Caban
mshtml: Don't pass hash part of URI to EvaluateNewWindow.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-19
Jacek Caban
mshtml: Properly handle OOM errors in nsio.c (coverity).
blob
|
commitdiff
|
raw
|
diff to current
2012-10-19
Jacek Caban
mshtml: Properly handle OOM errors in task.c (coverity).
blob
|
commitdiff
|
raw
|
diff to current
2012-09-21
Jacek Caban
mshtml: Use IUri as base URL in navigate_url.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-26
Jacek Caban
mshtml: Use inline wrappers and fixed found warnings.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-20
Jacek Caban
mshtml: Added nsIFileURL::GetFile implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-20
Jacek Caban
mshtml: Added nsIFileURL stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-20
Jacek Caban
mshtml: Store scheme in nsWineURI instead of nsChannel.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-13
Jacek Caban
mshtml: Get rid of no longer needed support for new...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-13
Jacek Caban
mshtml: Use proper task_magic in async_open.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-12
Jacek Caban
mshtml: Don't store outer window in nsChannelBSC.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-12
Jacek Caban
mshtml: Create inner window early in binding process...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-11
Jacek Caban
mshtml: Moved binding list to HTMLInnerWindow.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-25
Jacek Caban
mshtml: Moved document node from HTMLOuterWindow to...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-25
Jacek Caban
mshtml: Added separated types for outer and inner HTML...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-15
Jacek Caban
mshtml: Get rid of PRBool from nsio.c.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-14
Jacek Caban
mshtml: Wine Gecko 1.5 release.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Jacek Caban
mshtml: Fallback to text/html mime type for document...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-12
Jacek Caban
mshtml: Get rid of wrapped nsIURI in nsWineURI.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-11
Jacek Caban
mshtml: Get rid of wrapped nsurl.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-11
Jacek Caban
mshtml: Reimplement nsIURL::GetFileBaseName on top...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-11
Jacek Caban
mshtml: Reimplement nsIURL::GetFileName on top of IUri.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-11
Jacek Caban
mshtml: Reimplement nsIURL::GetDirectory using new...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-29
Jacek Caban
mshtml: Reorder nsIURL functions to match vtbl order.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-23
Jacek Caban
mshtml: Added IMutable::SetMutable implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-23
Jacek Caban
mshtml: Added nsIChannel::SetContentCharset implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-18
Jacek Caban
mshtml: Implement nsIStandardURL interface in nsWineURI...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-17
Jacek Caban
mshtml: Don't mix PRBool pointers with BOOL pointers.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-16
Jacek Caban
mshtml: Update window URI when its binding is redirected.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-16
Andrew Talbot
mshtml: Remove unused file-static variable.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Jacek Caban
mshtml: Added nsIURI::GetSpecIgnoringRef implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Jacek Caban
mshtml: Properly handle fragment-only navigation.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Jacek Caban
mshtml: Properly implement nsIURI::EqualsExceptRef.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Jacek Caban
mshtml: Properly implement nsIURI::CloneIgnoreRef.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Jacek Caban
mshtml: Improved debug traces in nsIChannel::AsyncOpen...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Jacek Caban
mshtml: Fixed memory leak in nsIURL::GetDirectory imple...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-09
Jacek Caban
mshtml: Wine Gecko 1.4 release.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
Jacek Caban
mshtml: Always use IUri-based nsIRI::GetAsciiHost imple...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
Jacek Caban
mshtml: Make nsIURL::GetParam a stub.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-27
Jacek Caban
mshtml: Reimplement nsIURL::GetFileExtension on top...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Jacek Caban
mshtml: Wine Gecko 1.3 release.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Jacek Caban
mshtml: Removed duplicated includes.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Jacek Caban
mshtml: Use task destructor for start_binding task.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Jacek Caban
mshtml: Allow async tasks to have custom destructors.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Jacek Caban
mshtml: Added IURi-based nsIURL::GetDirectory implement...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Jacek Caban
mshtml: Downgrade GetAsciiHost FIXME to WARN.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Jacek Caban
mshtml: Moved binding-related declarations to separate...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-22
Jacek Caban
mshtml: Return NS_BINDING_ABORTED for canceled binding...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-19
Jacek Caban
mshtml: Implement nsIURI::SetUserPass on top of IUri.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-27
Jacek Caban
mshtml: Added IUri-based nsIURI::SetPort implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-27
Jacek Caban
mshtml: Get rid of wine_url in nsWineURI object.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-27
Jacek Caban
mshtml: Make sure we always create nsWineURI with valid...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-24
Jacek Caban
mshtml: Use IUri instead of wine_url in before_async_open.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-24
Jacek Caban
mshtml: Use CreateURLMonikerEx2 for creating URL moniker.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-04
Jacek Caban
mshtml: Don't use Gecko nsIURI::GetHostPort implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-18
Jacek Caban
mshtml: Better support for HTTP redirection.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-18
Jacek Caban
mshtml: Moved nsChannel initialization to separated...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-08
Jacek Caban
mshtml: Reimplement nsIURI::SetHost on top of IUriBuilder.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-05
Jacek Caban
mshtml: Properly handle upload streams containing headers.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-15
Jacek Caban
mshtml: Wine Gecko 1.2.0 release.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-14
Jacek Caban
mshtml: Reimplement nsIURI::SetScheme on top of IUri.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-10
Jacek Caban
mshtml: Make nsIURI::[Get|Set]Username implementation...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-04
Jacek Caban
mshtml: Added nsIURI::SetSpec implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-03
Jacek Caban
mshtml: Don't try forwarding calls to Gecko that are...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-20
Jacek Caban
mshtml: Forward nsIURL::[Get|Set]FilePath to nsIURI...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-20
Jacek Caban
mshtml: Fixed leaks (valgrind).
blob
|
commitdiff
|
raw
|
diff to current
2011-01-18
Jacek Caban
mshtml: Added IUri-based implementation of nsIURL:...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-05
Michael Stefaniuc
mshtml: COM cleanup for the nsIURL iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Jacek Caban
mshtml: Make nsIURI::Resolve implementation IUri-based.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-03
Jacek Caban
mshtml: Don't prefer to forward a few more calls in...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-03
Jacek Caban
mshtml: Use IUri for nsURL::[Get|Set]Password implement...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-31
Jacek Caban
mshtml: Make nsIIOService::NewURI IUri-based.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-31
Jacek Caban
mshtml: Added moz-safe-about to the list of Gecko inter...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-30
Michael Stefaniuc
mshtml: COM cleanup for the remaining ifaces in nsChannel.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-30
Michael Stefaniuc
mshtml: COM cleanup for the nsIHttpChannel iface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-29
Michael Stefaniuc
mshtml: Use an iface instead of a vtbl pointer in nsPro...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-28
Michael Stefaniuc
mshtml: COM cleanup for the nsIWebBrowserChrome iface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-27
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLWindow2 iface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-05
Jacek Caban
mshtml: Make translate_url IUri-based.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-25
Jacek Caban
mshtml: Don't use wine_url in nsIURI::SchemeIs implemen...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-25
Jacek Caban
mshtml: Don't use wine_uri in nsIIOService::NewChannelF...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-25
Jacek Caban
mshtml: Don't use wine_url in nsURI::Clone implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Jacek Caban
mshtml: Use IUri for nsIURI::GetSpec implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Jacek Caban
mshtml: Use IUriBuilder for nsIURI::SetPath implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Jacek Caban
mshtml: Use IUriBuilder for IURI::SetQuery implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
Piotr Caban
mshtml: Impoved implementation of nsURI_GetAsciiHost.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
Jacek Caban
mshtml: Get rid of no longer needed parse_post_data.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-21
Jacek Caban
mshtml: Use IUri in nsIURI::Equals implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Jacek Caban
mshtml: Added nsIHttpChannel::VisitResponseHeaders...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Jacek Caban
mshtml: Added nsIURI::GetPath implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Jacek Caban
mshtml: Use IUri for nsIURL::GetQuery implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Jacek Caban
mshtml: Get rid of use_wine_url.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Jacek Caban
mshtml: Use IUri for nsIURI::GetScheme implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Jacek Caban
mshtml: Added nsIURI::GetUserPass implementation.
blob
|
commitdiff
|
raw
|
diff to current
next