Commit Graph

2315 Commits

Author SHA1 Message Date
Jacek Caban ebac489c49 mshtml: Added IOmNavigator::get_cpuClass implementation. 2011-05-11 17:49:13 +02:00
Jacek Caban 75916ffe7a mshtml: Ignore more dispID values in OnChanged notifications to fix tests on some IE installations. 2011-05-11 14:56:49 +02:00
Francois Gouget 5920de5ffb Assorted spelling and case fixes. 2011-05-09 12:09:27 +02:00
Alexandre Julliard 164f40a00b mshtml: Remove an extra quote in the pngfile registration. 2011-05-04 23:46:07 +02:00
Jacek Caban 42ce560e38 mshtml: Don't use Gecko nsIURI::GetHostPort implementation. 2011-05-04 17:26:46 +02:00
Marcus Meissner 8b500948fa mshtml: Mark internal symbols as hidden. 2011-05-02 12:38:57 +02:00
Nicolas Le Cam d4e7dacfc1 mshtml: Fix uninitialized variable warning. 2011-04-26 10:49:49 +02:00
Jacek Caban 86c28c9f89 mshtml: Added proper support for weak references. 2011-04-22 17:51:29 +02:00
Francois Gouget d69dd163ba mshtml: get_channelbsc_mon() is unused so remove it. 2011-04-18 12:39:56 +02:00
Jacek Caban 1054b95588 mshtml: Don't include null-byte in post data. 2011-04-18 11:46:17 +02:00
Jacek Caban 0613a82671 mshtml: Better support for HTTP redirection. 2011-04-18 11:46:14 +02:00
Jacek Caban f24be9fa54 mshtml: Moved nsChannel initialization to separated function. 2011-04-18 11:46:05 +02:00
André Hentschel 9007123b23 mshtml: Fix Warning message. 2011-04-13 14:13:52 +02:00
Jacek Caban d3a57f8079 mshtml: Use xul.dll directly instead of via xpcom.dll. 2011-04-12 17:42:12 +02:00
Francois Gouget aa3f823d19 mshtml: Make HTMLFiltersCollection_Create() static. 2011-04-11 12:07:31 +02:00
Jacek Caban 593d3f4492 mshtml: Reimplement nsIURI::SetHost on top of IUriBuilder. 2011-04-08 14:08:52 +02:00
Jacek Caban 589c213890 mshtml: Properly handle upload streams containing headers. 2011-04-05 16:07:26 +02:00
Jacek Caban bf163d79b8 mshtml: Get rid of no longer needed app-startup observer initialization. 2011-04-05 13:36:55 +02:00
Piotr Caban 454da235ea mshtml/tests: Ignore calls missing in IE6. 2011-03-31 12:38:35 +02:00
Jacek Caban 86aecc8488 mshtml: Fixed node leak in HTMLEventObj. 2011-03-29 13:48:22 +02:00
Jacek Caban 1d61146cb6 mshtml: Fixed ref count handling in events.c. 2011-03-29 13:48:17 +02:00
Jacek Caban a96606e6ad mshtml: Event handler may be already free in release_event_target. 2011-03-29 13:48:14 +02:00
Jacek Caban 3e422b9ed8 mshtml: Use zone mapping instead of hardcoded protocols in use_gecko_script. 2011-03-29 13:05:55 +02:00
Jacek Caban 739ff1208e mshtml: Store security manager in HTMLWindow instead of HTMLDocumentNode. 2011-03-29 13:05:53 +02:00
Jacek Caban 643c66ba75 mshtml: Try loading library in IInternetProtocolInfo::ParseUrl(PARSE_INTERNET_URL) for res protocol to work around library name difference for winelib libraries. 2011-03-29 13:05:51 +02:00
Piotr Caban 2790f363c5 mshtml/tests: Added connection error handling tests. 2011-03-29 12:36:25 +02:00
Piotr Caban f7afa250f8 mshtml/tests: Added asynchronous moniker to htmldoc tests. 2011-03-29 12:36:20 +02:00
Piotr Caban 21d500b37f mshtml/tests: Added IDocObjectService interface. 2011-03-29 12:36:12 +02:00
Piotr Caban 9ebe31016c mshtml/tests: Added IBrowserService interface. 2011-03-29 12:36:08 +02:00
Piotr Caban 9b4ee3176e mshtml/tests: Added IWinInetHttpInfo interface. 2011-03-29 12:36:02 +02:00
Piotr Caban c3a677d007 mshtml: Report an error when navigation fails. 2011-03-29 12:35:53 +02:00
André Hentschel 3a06c5a54a mshtml: Port numbers are unsigned. 2011-03-29 12:34:23 +02:00
Austin English c199a46857 mshtml: Avoid shadowing a parameter. 2011-03-29 12:20:23 +02:00
Thomas Faber a105f22e17 mshtml: Initialize OLEINPLACEFRAMEINFO.cb for IOleInPlaceSite::GetWindowContext. 2011-03-18 16:05:09 +01:00
Alistair Leslie-Hughes b701be3c9d mshtml: Implement IHTMLDOMNode previousSibling. 2011-03-18 15:59:05 +01:00
Jacek Caban 48aadd44ae mshtml: Correctly set NULL event. 2011-03-17 10:43:21 +01:00
Francois Gouget 09149640ba mshtml: Make get_pos_rect() static. 2011-03-16 14:14:24 +01:00
Jacek Caban dc96c688d3 mshtml: Notify parser about script evaluation. 2011-03-15 17:14:08 +01:00
Jacek Caban 699e41cdd8 mshtml: Wine Gecko 1.2.0 release. 2011-03-15 17:14:08 +01:00
Marcus Meissner 63b05794a7 mshtml: Removed duplicate const (Coverity). 2011-03-14 19:31:29 +01:00
Jacek Caban 0ef8f70e11 mshtml: Properly handle BLOCKED:: URLs in IHTMLImgElement::get_src. 2011-03-14 19:31:29 +01:00
Jacek Caban cdb7bc451b mshtml: Reimplement nsIURI::SetScheme on top of IUri. 2011-03-14 19:31:28 +01:00
Jacek Caban b411ba3fb0 mshtml: Fixed type in get_nsdoc_window. 2011-03-14 12:17:35 +01:00
Piotr Caban 98281236c0 mshtml: Execute IDocObject_FireDocumentComplete in handle_load function. 2011-03-11 11:50:25 +01:00
Piotr Caban 12b85befc0 mshtml: Added IHTMLPrivateWindow_GetAddressBarUrl implementation. 2011-03-11 11:50:14 +01:00
Austin English a71f3683af mshtml: Avoid shadowing a parameter. 2011-03-09 14:08:44 +01:00
Thomas Mullaly a33df48f36 mshtml/tests: Fixed memory leak and made Vtbl's const. 2011-03-09 12:31:37 +01:00
Jacek Caban 1913ff3a42 mshtml: Don't assume that HTMLWindow_Create sets ret val before succeeding. 2011-03-09 12:28:49 +01:00
Thomas Mullaly a46e0c617b mshtml: Correctly forward IHTMLWindow's IHTMLDocument's ConnectionPointContainer. 2011-03-08 12:27:23 +01:00
Thomas Mullaly 1571097ed3 mshtml/tests: Added more ConnectionPoint tests for IHTMLDocument. 2011-03-08 12:27:19 +01:00