Commit Graph

290 Commits

Author SHA1 Message Date
Jacek Caban
fb9620f1c8 mshtml: Wine Gecko 2.21 release. 2013-05-17 16:41:48 +02:00
Jacek Caban
afa527c1ae mshtml: Pass IUri to create_doc_uri. 2013-04-04 19:30:30 +02:00
Jacek Caban
7b9fc3bb7d mshtml: Use Uri_CREATE_ALLOW_IMPLICIT_FILE_SCHEME in CreateUri calls. 2013-03-26 12:16:21 +01:00
Andrew Talbot
a9200aa99d mshtml: Avoid signed-unsigned integer comparisons. 2013-02-18 10:33:29 +01:00
Jacek Caban
07e72de9a4 mshtml: Get rid of PRUint32 outside XPCOM C API. 2013-01-23 20:47:25 +01:00
Jacek Caban
9bd6b9e537 mshtml: Get rid of PTInt64 type. 2013-01-23 20:47:18 +01:00
Jacek Caban
fa5f513eed mshtml: Don't use PRInt32 in nsio.c. 2013-01-18 14:46:38 +01:00
Jacek Caban
136b738b50 mshtml: Wine Gecko 1.9 release. 2013-01-09 17:45:49 +01:00
Jacek Caban
df53b50171 mshtml: Fixed a few coverity issues. 2012-11-27 17:00:38 +01:00
Jacek Caban
2f5123cbbc mshtml: Added nsIURI::GetOriginCharset implementation. 2012-11-21 19:20:43 +01:00
Jacek Caban
d202daa182 mshtml: Always use UTF-8 encoding in nsWineURL. 2012-11-21 19:20:39 +01:00
Jacek Caban
7ac09e721c mshtml: Properly report history update for location.replace call. 2012-11-12 16:35:15 +01:00
Jacek Caban
99c34aa9d9 mshtml: Use fregment-less URI in super_navigate. 2012-11-09 11:30:42 +01:00
Jacek Caban
e0a33d0480 mshtml: Don't pass hash part of URI to EvaluateNewWindow. 2012-11-09 11:30:35 +01:00
Jacek Caban
421368b875 mshtml: Properly handle OOM errors in nsio.c (coverity). 2012-10-19 12:20:20 +02:00
Jacek Caban
08485aeb48 mshtml: Properly handle OOM errors in task.c (coverity). 2012-10-19 12:19:45 +02:00
Jacek Caban
e75683b858 mshtml: Use IUri as base URL in navigate_url. 2012-09-21 17:05:40 +02:00
Jacek Caban
6d2902f680 mshtml: Use inline wrappers and fixed found warnings. 2012-07-26 13:40:40 +02:00
Jacek Caban
5e5129935f mshtml: Added nsIFileURL::GetFile implementation. 2012-07-20 14:02:57 +02:00
Jacek Caban
74451bf36a mshtml: Added nsIFileURL stub implementation. 2012-07-20 14:02:50 +02:00
Jacek Caban
cc533ecc2f mshtml: Store scheme in nsWineURI instead of nsChannel. 2012-07-20 14:02:44 +02:00
Jacek Caban
447f1c89dc mshtml: Get rid of no longer needed support for new window navigation in before_async_open. 2012-07-13 10:32:06 -05:00
Jacek Caban
35710be128 mshtml: Use proper task_magic in async_open. 2012-07-13 10:31:58 -05:00
Jacek Caban
5fecc4896f mshtml: Don't store outer window in nsChannelBSC. 2012-07-12 11:47:20 -05:00
Jacek Caban
25c5082f90 mshtml: Create inner window early in binding process and use it to store current binding callback. 2012-07-12 11:47:09 -05:00
Jacek Caban
94f0f884fd mshtml: Moved binding list to HTMLInnerWindow. 2012-07-11 10:00:26 -05:00
Jacek Caban
79356c65c1 mshtml: Moved document node from HTMLOuterWindow to HTMLInnerWindow. 2012-06-25 17:45:19 +02:00
Jacek Caban
08964ede45 mshtml: Added separated types for outer and inner HTML windows. 2012-06-25 17:45:19 +02:00
Jacek Caban
d6e76a1619 mshtml: Get rid of PRBool from nsio.c. 2012-03-15 19:54:37 +01:00
Jacek Caban
23c6fddea3 mshtml: Wine Gecko 1.5 release. 2012-03-14 17:35:03 +01:00
Jacek Caban
7ab1259a72 mshtml: Fallback to text/html mime type for document channel in nsIChannel::GetContentType. 2012-01-27 18:05:59 +01:00
Jacek Caban
d420797002 mshtml: Get rid of wrapped nsIURI in nsWineURI. 2012-01-12 16:09:57 +01:00
Jacek Caban
88d75f1107 mshtml: Get rid of wrapped nsurl. 2012-01-11 19:42:53 +01:00
Jacek Caban
fc899dfa99 mshtml: Reimplement nsIURL::GetFileBaseName on top of IUri. 2012-01-11 19:42:53 +01:00
Jacek Caban
b24b06a7cb mshtml: Reimplement nsIURL::GetFileName on top of IUri. 2012-01-11 19:42:52 +01:00
Jacek Caban
5458e5f6de mshtml: Reimplement nsIURL::GetDirectory using new helper functions. 2012-01-11 19:42:52 +01:00
Jacek Caban
5c8c46db18 mshtml: Reorder nsIURL functions to match vtbl order. 2011-12-29 16:20:38 +01:00
Jacek Caban
e034ddee5e mshtml: Added IMutable::SetMutable implementation. 2011-11-23 17:34:58 +01:00
Jacek Caban
3a3daead74 mshtml: Added nsIChannel::SetContentCharset implementation. 2011-11-23 17:34:53 +01:00
Jacek Caban
1243dc9fe4 mshtml: Implement nsIStandardURL interface in nsWineURI object. 2011-11-18 15:37:06 +01:00
Jacek Caban
5471f357c0 mshtml: Don't mix PRBool pointers with BOOL pointers.
They will be different things after the next Gecko update.
2011-11-17 17:35:58 +01:00
Jacek Caban
2bffcedc82 mshtml: Update window URI when its binding is redirected. 2011-11-16 17:00:04 +01:00
Andrew Talbot
952f97647c mshtml: Remove unused file-static variable. 2011-11-16 09:44:51 +01:00
Jacek Caban
af9508a13a mshtml: Added nsIURI::GetSpecIgnoringRef implementation. 2011-11-15 19:37:32 +01:00
Jacek Caban
fbdfec74b0 mshtml: Properly handle fragment-only navigation. 2011-11-15 19:37:32 +01:00
Jacek Caban
7b5125ac02 mshtml: Properly implement nsIURI::EqualsExceptRef. 2011-11-15 19:37:32 +01:00
Jacek Caban
9751e3c65f mshtml: Properly implement nsIURI::CloneIgnoreRef. 2011-11-15 19:37:32 +01:00
Jacek Caban
69f4def9e5 mshtml: Improved debug traces in nsIChannel::AsyncOpen implementation. 2011-11-14 15:25:20 +01:00
Jacek Caban
734050f5c5 mshtml: Fixed memory leak in nsIURL::GetDirectory implementation. 2011-11-14 13:10:21 +01:00
Jacek Caban
2e5f73e4d7 mshtml: Wine Gecko 1.4 release. 2011-11-09 19:31:13 +01:00