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
|
7bbe0d5ca6
|
mshtml: Open document in a new window in IHlinkTarget::Navigate if the document is not embedded.
|
2012-01-10 17:59:01 +01:00 |
|
Andrew Eikum
|
abd9f38273
|
mshtml: Fix WARN typo.
|
2012-01-10 10:48:52 +01:00 |
|
Jacek Caban
|
c7cc9a1a5d
|
mshtml: Added more IHTMLWindow2::open tests.
|
2012-01-09 20:12:25 +01:00 |
|
Jacek Caban
|
d870b8c3e3
|
mshtml: Added IHTMLWindow::open implementation.
|
2012-01-09 20:12:24 +01:00 |
|
André Hentschel
|
67b6ae8423
|
mshtml: Remove unused definitions.
|
2012-01-05 21:27:36 +01:00 |
|
Jacek Caban
|
d0f6e349b0
|
mshtml: Use do_query_service in QueryService implementation.
|
2012-01-05 21:27:35 +01:00 |
|
Jacek Caban
|
986800701b
|
mshtml: Use QueryService helper function in SetClientSite implementation.
|
2012-01-05 21:27:35 +01:00 |
|
Jacek Caban
|
6363796e09
|
mshtml: Use a helper function for QueryService calls in hlink_frame_navigate.
|
2012-01-05 21:27:35 +01:00 |
|
Marcus Meissner
|
3a58d28427
|
mshtml: Mark function as hidden.
|
2012-01-03 12:37:32 +01:00 |
|
Jacek Caban
|
4d4955f248
|
mshtml: Use IUri for IHTMLLocation::get_search implementation.
|
2012-01-03 12:37:28 +01:00 |
|
Jacek Caban
|
2e2a80ce8a
|
mshtml: Use IUri in IHTMLLocation::put_port implementation.
|
2011-12-30 17:12:47 +01:00 |
|
Jacek Caban
|
5c8c46db18
|
mshtml: Reorder nsIURL functions to match vtbl order.
|
2011-12-29 16:20:38 +01:00 |
|
Jacek Caban
|
98b8ebaff7
|
mshtml: Use IUri in IHTMLLocation::get_protocol implementation.
|
2011-12-29 16:20:16 +01:00 |
|
Jacek Caban
|
dfeec5a2bf
|
mshtml: Use IURi for IHTMLLocation::get_hash implementation.
|
2011-12-28 17:49:41 +01:00 |
|
Jacek Caban
|
30467685ba
|
mshtml: Initialize VARIANT before passing it to variant_copy.
|
2011-12-12 15:50:50 +01:00 |
|
Jacek Caban
|
4352a9fa14
|
mshtml: Added support for navigating to _self target.
|
2011-12-06 16:30:17 +01:00 |
|
Jacek Caban
|
3284d17ec2
|
mshtml: Don't use WINAPI for assembly functions to avoid linker warnings on mingw.
|
2011-12-06 15:50:59 +01:00 |
|
Jacek Caban
|
d73b1b6d8f
|
mshtml: Added tests for returning ActiveX object's interfaces from object element's QueryInterface.
|
2011-12-05 17:45:45 +01:00 |
|
Jacek Caban
|
fc504c9117
|
mshtml: Return wrapped ActiveX object's interface from object element's QueryInterface.
|
2011-12-05 17:45:40 +01:00 |
|
Alexandre Julliard
|
c8249b9c3f
|
mshtml: Convert dialogs to po files.
|
2011-11-30 18:13:08 +01:00 |
|
Jacek Caban
|
38371bed29
|
mshtml: Fixed nsEventStates handling.
It contains a copy-constructor in C++, so it's passed as a pointer.
|
2011-11-30 14:57:11 +01:00 |
|
Jacek Caban
|
ea0ebbfeb2
|
mshtml: Properly remove event listeners.
|
2011-11-24 20:57:01 +01:00 |
|
Marcus Meissner
|
da2089fed4
|
mshtml: Switch two checks (Coverity).
|
2011-11-24 17:17:14 +01:00 |
|
Jacek Caban
|
e034ddee5e
|
mshtml: Added IMutable::SetMutable implementation.
|
2011-11-23 17:34:58 +01:00 |
|
Jacek Caban
|
42d98d2a3e
|
mshtml: Use codepage reported by http headers.
|
2011-11-23 17:34:56 +01:00 |
|
Jacek Caban
|
3a3daead74
|
mshtml: Added nsIChannel::SetContentCharset implementation.
|
2011-11-23 17:34:53 +01:00 |
|
Jacek Caban
|
dd61c7953e
|
mshtml: Use IUri for IHTMLLocation::get_hostname implementation.
|
2011-11-23 17:34:50 +01:00 |
|
Jacek Caban
|
2a9d63f822
|
mshtml: Use CLEAR_CALLED instead of SET_CALLED in some places.
|
2011-11-18 15:37:06 +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
|
1f197f75f6
|
mshtml: Fixed remaining IE9 failures.
|
2011-11-17 17:35:50 +01:00 |
|
Jacek Caban
|
3cf749a6bf
|
mshtml: Added tests of handling ActiveX objects without IQuickActivate interface implemented.
|
2011-11-17 17:35:35 +01:00 |
|
Jacek Caban
|
c7cb5b8fad
|
mshtml: Reinitialize list entry in detach_plugin_host.
|
2011-11-17 17:35:32 +01:00 |
|
Thomas Faber
|
8ab355ab72
|
mshtml: Fix MSVC build in htmllocation.c.
|
2011-11-17 17:35:27 +01:00 |
|
Francois Gouget
|
113df19d6a
|
mshtml: Delete the dispex and gecko static critical sections when unloading the dll.
|
2011-11-17 11:37:47 +01:00 |
|
Jacek Caban
|
d4aacad9ea
|
mshtml: Added support for ActiveX objects without IQuickActivate support.
|
2011-11-16 18:21:29 +01:00 |
|
Jacek Caban
|
938dcab3f4
|
mshtml: Fixed events tests on IE9.
|
2011-11-16 17:01:39 +01:00 |
|
Jacek Caban
|
7377dfbb07
|
mshtml: Fixed some htmldoc.c tests on IE9.
|
2011-11-16 17:01:36 +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
|
e7bbb4ef1e
|
mshtml: Fixed script tests on IE9.
|
2011-11-15 19:37:38 +01:00 |
|
Jacek Caban
|
af9508a13a
|
mshtml: Added nsIURI::GetSpecIgnoringRef implementation.
|
2011-11-15 19:37:32 +01:00 |
|
Jacek Caban
|
95053e83cc
|
mshtml: Added more navigation tests.
|
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
|
bc701d5965
|
mshtml: Split setting window URI from set_current_mon.
|
2011-11-15 19:37:31 +01:00 |
|
Jacek Caban
|
f86abedb40
|
mshtml: Properly handle navigation in containers supporting IWebBrowserApp.
|
2011-11-15 19:37:31 +01:00 |
|