Jacek Caban
|
f908f03cd9
|
mshtml: Added new EventTarget struct representing event targets.
|
2015-05-15 18:05:27 +09:00 |
Jacek Caban
|
504872741c
|
mshtml: Added HTMLFrameBase2::allowTransparency semi-stub implementation.
|
2014-11-20 22:34:24 +09:00 |
Jacek Caban
|
516ed8e712
|
mshtml: Added IHTMLFrameBase::get_src implementation.
|
2014-11-19 01:17:22 +09:00 |
Jacek Caban
|
49c7277505
|
mshtml: Added support for IHTMLFrameBase::put_src call on detached element.
|
2014-11-19 01:17:18 +09:00 |
Jacek Caban
|
9550189b4f
|
mshtml: Removed no longer needed assert.
|
2014-09-30 17:37:01 +02:00 |
Jacek Caban
|
727c1ceb1e
|
mshtml: Don't share nsframe and nsiframe reference with nsnode.
|
2014-09-24 16:13:52 +02:00 |
Jacek Caban
|
d6bb86e84c
|
mshtml: Added IHTMLFrameBase2::onload property implementation.
|
2014-03-11 19:39:40 +01:00 |
Jacek Caban
|
7ac09e721c
|
mshtml: Properly report history update for location.replace call.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
81cdfc61fd
|
mshtml: Added IHTMLFrameBase::marginWidth property implementation.
|
2012-10-24 14:20:03 +02:00 |
Jacek Caban
|
00d3126c23
|
mshtml: Added IHTMLFrameBase::marginHeight property implementation.
|
2012-10-24 14:19:59 +02:00 |
Nikolay Sivov
|
1075118cdb
|
mshtml: Implement IHTMLFrameBase_put_name().
|
2012-10-02 14:08:37 +02:00 |
Jacek Caban
|
e75683b858
|
mshtml: Use IUri as base URL in navigate_url.
|
2012-09-21 17:05:40 +02:00 |
Jacek Caban
|
39bc0bcf25
|
mshtml: Added IHTMLFrameBase::frameBorder implementation.
|
2012-07-23 14:55:38 +02:00 |
Jacek Caban
|
39005645b8
|
mshtml: Share nsframe and nsiframe references with nsnode.
|
2012-06-28 01:39:04 +02: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
|
16a5a5c91b
|
mshtml: Use return_nsstr helper in more functions.
|
2012-04-13 16:09:43 +02:00 |
Jacek Caban
|
05d3b9cd1a
|
mshtml: Get rid of no longer useful get_nsdoc_window helper.
|
2011-08-24 19:34:11 +02: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
|
f653f4a22e
|
mshtml: COM cleanup for the IHTMLDOMNode iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
2e24de635d
|
mshtml: COM cleanup for the IHTMLWindow2 iface.
|
2010-12-27 15:39:40 +01:00 |
Jacek Caban
|
c63a5fa8fd
|
mshtml: IHTMLDocument2 iface handling clean up.
|
2010-12-17 13:26:01 +01:00 |
Jacek Caban
|
4b5dcc9e6b
|
mshtml: Optimize more nsAString handling.
|
2010-01-29 14:59:02 +01:00 |
Jacek Caban
|
e4af9ccd25
|
mshtml: Added IHTMLFrameElement3 stub implementation.
|
2010-01-22 12:23:34 +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
|
578881f600
|
mshtml: Implement IHTMLFrameBase::get_name.
|
2009-12-08 17:54:14 +01:00 |
Andrew Eikum
|
2710d14c40
|
mshtml: Implement IHTMLFrameBase::{get,put}_scrolling.
|
2009-12-08 17:54:01 +01:00 |
Andrew Eikum
|
6e3e7c9f4c
|
mshtml: Store ns[i]frame reference in HTMLFrameBase.
|
2009-12-08 17:53:53 +01:00 |
Jacek Caban
|
451f5b4ad6
|
mshtml: Added generic bind_to_tree node notification and use it to set frame's content window.
|
2009-12-03 10:22:04 +01:00 |
Jacek Caban
|
a369d5e733
|
mshtml: Added IHTMLFrameBase2::get_readyState implementation.
|
2009-12-01 11:39:40 +01:00 |
Jacek Caban
|
f340e637f7
|
mshtml: Added IHTMLFrameBase2::put_src implementation.
|
2009-12-01 11:39:36 +01:00 |
Jacek Caban
|
999371724a
|
mshtml: Return content document in get_document for frame elements.
|
2009-11-29 16:36:42 +01:00 |
Jacek Caban
|
7c64ab1e83
|
mshtml: Moved IHTMLFrameBase2 implementation to HTMLFrameBase object.
|
2009-11-29 16:36:35 +01:00 |
Jacek Caban
|
fa3ac0a3d9
|
mshtml: Added HTMLFrameElement object and associate it with frame window.
|
2009-11-03 21:23:54 +01:00 |
Jacek Caban
|
9d6af171e5
|
mshtml: Associate HTMLWindow with HTMLIFrame.
|
2009-11-03 21:23:48 +01:00 |
Jacek Caban
|
bdb9270705
|
mshtml: Moved content_window to HTMLFrameBase.
|
2009-11-03 21:23:41 +01:00 |
Jacek Caban
|
4ffd64ddeb
|
mshtml: Moved IHTMLFrameBase to separated object to allow sharing implementation with HTMLFrame.
|
2009-11-03 21:23:29 +01:00 |