Jacek Caban
|
764d3d6a69
|
mshtml: Added IHTMLWindow6 stub implementation.
|
2011-10-19 17:48:34 +02:00 |
Jacek Caban
|
05d3b9cd1a
|
mshtml: Get rid of no longer useful get_nsdoc_window helper.
|
2011-08-24 19:34:11 +02:00 |
Jacek Caban
|
bf4b869152
|
mshtml: Wine Gecko 1.3 release.
|
2011-08-23 18:16:44 +02:00 |
Piotr Caban
|
0a03ae75b0
|
mshtml: Populate dynamic properties table in get_dynamic_data.
|
2011-08-23 16:53:54 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Jacek Caban
|
3be3074fa1
|
mshtml: Use task destructor for navigate_javascript task.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
832d4eb2e2
|
mshtml: Use task destructor for navigate task.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
7247eaa181
|
mshtml: Allow async tasks to have custom destructors.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
b25d49c6c1
|
mshtml: Added semi-stub implementation of IHTMLWindow2::status property.
|
2011-08-01 11:18:34 +02:00 |
Jacek Caban
|
5751441f39
|
mshtml: Added support for javascript: URLs.
|
2011-07-24 12:33:03 +02:00 |
Jacek Caban
|
730299bae6
|
mshtml: Call set_moniker asynchronously in SuperNavigate.
|
2011-07-24 12:32:59 +02:00 |
Jacek Caban
|
b14fc2c9d1
|
mshtml: Split set_moniker implementation.
|
2011-07-24 12:32:52 +02:00 |
Jacek Caban
|
e325be79dc
|
mshtml: Use CreateURLMonikerEx2 in SuperNavigate.
|
2011-07-24 12:32:33 +02:00 |
Jacek Caban
|
1e60c2f300
|
mshtml: Moved binding-related declarations to separate file.
|
2011-07-24 12:32:30 +02:00 |
Jacek Caban
|
739ff1208e
|
mshtml: Store security manager in HTMLWindow instead of HTMLDocumentNode.
|
2011-03-29 13:05:53 +02:00 |
Austin English
|
c199a46857
|
mshtml: Avoid shadowing a parameter.
|
2011-03-29 12:20:23 +02:00 |
Jacek Caban
|
b411ba3fb0
|
mshtml: Fixed type in get_nsdoc_window.
|
2011-03-14 12:17:35 +01:00 |
Piotr Caban
|
12b85befc0
|
mshtml: Added IHTMLPrivateWindow_GetAddressBarUrl implementation.
|
2011-03-11 11:50:14 +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 |
Jacek Caban
|
ca835d0a36
|
mshtml: Added IHTMLWindow2::focus implementation.
|
2011-02-07 10:15:27 -06:00 |
Michael Stefaniuc
|
ed9c65b1ba
|
mshtml: COM cleanup for the IHTMLLocation iface.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
726312c535
|
mshtml: COM cleanup for the IHTMLImageElementFactory iface.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
118379d642
|
mshtml: COM cleanup for the IHTMLOptionElement* ifaces.
|
2011-01-03 12:14:26 +01:00 |
Michael Stefaniuc
|
6b793e94ad
|
mshtml: Use ifaces instead of vtbl pointers in HTMLFrameBase.
|
2011-01-03 12:14:26 +01:00 |
Michael Stefaniuc
|
0b66169a05
|
mshtml: COM cleanup for the IDispatchEx iface in DispatchEx.
|
2010-12-31 11:47:31 +01:00 |
Michael Stefaniuc
|
2e2f88af90
|
mshtml: COM cleanup for the IDispatchEx iface in HTMLWindow.
|
2010-12-31 11:47:19 +01:00 |
Michael Stefaniuc
|
d4248e95f5
|
mshtml: COM cleanup for the IHTMLElement iface.
|
2010-12-30 12:21:53 +01:00 |
Jacek Caban
|
76c028b7c2
|
mshtml: Pass DispatchEx pointer instead of outer IUnknown to DispatchEx's vtbl functions.
|
2010-12-28 16:35:36 +01:00 |
Michael Stefaniuc
|
6b90fc236e
|
mshtml: COM cleanup for the rest of the *Window* ifaces in HTMLWindow.
|
2010-12-27 15:39:41 +01:00 |
Michael Stefaniuc
|
2e24de635d
|
mshtml: COM cleanup for the IHTMLWindow2 iface.
|
2010-12-27 15:39:40 +01:00 |
Michael Stefaniuc
|
389a7f547e
|
mshtml: COM cleanup for all the IServiceProvider ifaces.
|
2010-12-27 11:51:18 +01:00 |
Michael Stefaniuc
|
c66e1af842
|
mshtml: COM cleanup for the IHTMLDocument3 iface.
|
2010-12-22 12:49:17 +01:00 |
Jacek Caban
|
c63a5fa8fd
|
mshtml: IHTMLDocument2 iface handling clean up.
|
2010-12-17 13:26:01 +01:00 |
Jacek Caban
|
c7e37fd675
|
mshtml: Added HTMLWindow's IServiceProvider implementation.
|
2010-11-12 14:38:55 +01:00 |
Jacek Caban
|
e560a2246f
|
mshtml: Added IHTMLWindow2::execScript implementation.
|
2010-11-09 14:21:25 +01:00 |
Marcus Meissner
|
4169d4dfb8
|
mshtml: Add check for doc_obj being NULL (Coverity).
|
2010-06-07 13:52:27 +02:00 |
Jacek Caban
|
1997a3a20a
|
mshtml: Limit message length to 2000 in IHTMLWindow2::alert.
|
2010-04-21 15:32:14 +02:00 |
Jacek Caban
|
80f0f35c50
|
mshtml: Use DOM designMode to switch to editor mode.
|
2010-04-13 21:12:12 +02:00 |
Jacek Caban
|
df0a35e3d3
|
mshtml: Added support for load event on all nodes.
|
2010-03-18 11:18:01 +01:00 |
Jacek Caban
|
9fbc3b6061
|
mshtml: Added IHTMLPrivateWindow::SuperNavigate implementation.
|
2010-03-03 15:29:25 +01:00 |
Jacek Caban
|
6938378be3
|
mshtml: Added IHTMLPrivateWindow stub implementation.
|
2010-03-03 15:28:31 +01:00 |
Jacek Caban
|
4b5dcc9e6b
|
mshtml: Optimize more nsAString handling.
|
2010-01-29 14:59:02 +01:00 |
Jacek Caban
|
e54062d6c7
|
mshtml: Improved IHTMLWindow::GetIDsOfNames implementation.
|
2010-01-25 12:59:20 +01:00 |
Jacek Caban
|
e4a936a2d2
|
mshtml: Store body event target in HTMLDocumentNode.
|
2010-01-04 11:41:30 +01:00 |
Andrew Eikum
|
9bf516a813
|
mshtml: Search content_window's properties in HTML[I]FrameBase::get_dispid.
|
2009-12-15 16:09:11 +01:00 |
Andrew Eikum
|
c10cd6c137
|
mshtml: Implement IHTMLWindow2::{get,put}_onresize.
|
2009-12-08 17:54:08 +01:00 |
Jacek Caban
|
bd715dc8e4
|
mshtml: Detach window from frame element on window destruction.
|
2009-12-03 10:22:13 +01:00 |
Jacek Caban
|
2c6c00a84f
|
mshtml: Forward setting window.location to window.location.href.
|
2009-12-01 11:34:16 +01:00 |
Jacek Caban
|
06884fb181
|
mshtml: Added IHTMLWindow2::get_screen implementation.
|
2009-12-01 11:30:37 +01:00 |