Rob Shearman
addc9957af
mshtml: Events are reset when a new document URI is loaded, so re-initialise them in start_binding.
2007-07-25 13:03:32 +02:00
Rob Shearman
fbdc76aaf7
mshtml: Set focus to the Gecko window in OleInPlaceActiveObject_OnFrameWindowActivate.
2007-07-25 13:03:26 +02:00
Rob Shearman
bbb03cf16b
mshtml: Call IDocHostUIHandler_HideUI and IDocHostUIHandler_ShowUI when changing an UI active window to be in edit mode.
...
Add tests for the behaviour of changing edit mode when a UI window is active.
2007-07-25 13:03:21 +02:00
Rob Shearman
9a67e1ffe5
mshtml: Pass the correct DOCHOSTUITYPE value to IDocHostUIHandler_ShowUI.
...
Don't reset window_active in OleDocumentView_UIActivate.
2007-07-25 13:03:10 +02:00
Rob Shearman
92b3cab791
mshtml: OleDocumentView_UIActivate should call IOleInPlaceUIWindow_SetActiveObject and IOleInPlaceFrame_SetBorderSpace.
...
Add a test to show this behaviour.
Don't call nsIWebBrowserFocus_Activate when just activating the window.
Instead call it when UI-activating the window.
2007-07-25 13:03:05 +02:00
Rob Shearman
46df2fa9da
mshtml: Implement HTMLElement_insertAdjacentHTML and HTMLElement_insertAdjacentText.
2007-07-13 12:27:23 +02:00
Jacek Caban
21836d21cf
mshtml: Add IID_IPropertyNotifySink and DIID_HTMLTextContainerEvents connection points to HTMLBodyElement.
2007-06-29 13:28:43 +02:00
Jacek Caban
982dce485a
mshtml: Added IConnectionPointContainer implementation to HTMLBodyElement.
2007-06-29 13:28:37 +02:00
Jacek Caban
88f4fb1f4f
mshtml: Make connection points container independent.
2007-06-29 13:28:31 +02:00
Jacek Caban
f09a6f7283
mshtml: Move IConnectionPointContainer to the separated struct.
2007-06-29 13:28:24 +02:00
Jacek Caban
fc4fd71e01
mshtml: Store connection point as a list.
2007-06-29 13:28:16 +02:00
Jacek Caban
fb16633d6f
mshtml: Don't use dynamic allocation for connection points.
2007-06-29 13:28:10 +02:00
Jacek Caban
cd9fbc52ad
mshtml: Added Exec(IDM_DELETE) implementation.
2007-06-27 11:44:26 +02:00
Jacek Caban
67f87c5529
mshtml: Added IDM_DELETE support in QueryStatus.
2007-06-27 11:44:21 +02:00
Jacek Caban
a8de2abbc2
mshtml: Correctly handle delete key in editor mode.
2007-06-27 11:44:13 +02:00
Rob Shearman
a03ca3863f
mshtml: Implement HTMLElement_get_children.
2007-06-25 23:21:51 +02:00
Jacek Caban
d7e75747aa
mshtml: Added more QueryInterface tests.
2007-06-25 13:25:29 +02:00
Jacek Caban
1534267ba5
mshtml: Added beginning DOM tests.
2007-06-25 13:25:23 +02:00
Jacek Caban
40cfcf513c
mshtml: Added IHTMLDOMNode::get_nodeName implementation.
2007-06-25 13:25:04 +02:00
Rob Shearman
f6daa34857
mshtml: Notify the Gecko stream listener that we stopped binding, if an error occurs in start_binding.
2007-06-25 13:24:57 +02:00
Rob Shearman
860d30eef2
mshtml: Fix HTMLDocument3_get_documentElement to get the right nsIDOMNode.
2007-06-25 13:24:19 +02:00
Rob Shearman
a9ebca282b
mshtml: Implement HTMLElement_setAttribute.
2007-06-25 13:24:11 +02:00
Rob Shearman
6c6e4515fc
mshtml: The SRC value returned from HTMLElement_getAttribute should be an absolute, not relative URL.
2007-06-25 13:24:05 +02:00
Jacek Caban
b09f5c319e
mshtml: Added IOleInPlaceUIWindow tests.
2007-06-25 12:09:52 +02:00
Jacek Caban
e429e039b0
mshtml: Better test of QueryInterface.
2007-06-25 12:09:48 +02:00
Jacek Caban
0cf10bb156
mshtml: Added IOleControlSite tests.
2007-06-25 12:09:39 +02:00
Jacek Caban
dc2260468c
mshtml: Set focus to FALSE in InPlaceDeactivate.
2007-06-25 12:09:33 +02:00
Jacek Caban
5baf587c43
mshtml: Notify IOleControlSite about focus changes.
2007-06-25 12:09:29 +02:00
Jacek Caban
946acd062d
mshtml: Activate nsWebBrowser after creating document window.
2007-06-25 12:09:23 +02:00
Jacek Caban
9f8b92c337
mshtml: Added nsIEmbeddingSiteWindow:[Get|Set]Visibility implementation.
2007-06-25 12:09:15 +02:00
Jacek Caban
7430f1ad84
mshtml: Added nsIEmbeddingSiteWindow::SetFocus implementation.
2007-06-25 12:09:12 +02:00
Jacek Caban
3d3048db30
mshtml: Get rid of no longer used nsIDOMEventListener interface in NSContainer.
2007-06-25 12:09:07 +02:00
Jacek Caban
7dd4f5e2ba
mshtml: Move load event listener to separated object.
2007-06-25 12:09:02 +02:00
Jacek Caban
8b3086a512
mshtml: Move keypress event listener to separated object.
2007-06-25 12:08:54 +02:00
Jacek Caban
893eec9ff7
mshtml: Don't check out VT in exec_fontsize.
2007-06-22 12:19:37 +02:00
Jacek Caban
077e9c22b8
mshtml: Added IOleInPlaceSiteEx tests.
2007-06-15 12:40:46 +02:00
Jacek Caban
cf0c911305
mshtml: Use IOleInPlaceSiteEx if available.
2007-06-15 12:40:39 +02:00
Rob Shearman
24b1b2bc69
mshtml: Use the implementation of IHlink in hlink.dll instead of duplicating it.
2007-06-13 12:58:31 +02:00
Rob Shearman
2211b6e5d0
mshtml: Add some error handling to hlink_frame_navigate.
2007-06-12 13:18:44 +02:00
Jacek Caban
b95197ac19
mshtml: Added get_URL implementation.
2007-06-11 20:23:53 +02:00
Jacek Caban
068ce61523
mshtml: Don't crash in set_font_size if range_cnt is 0.
2007-06-11 20:23:46 +02:00
Jacek Caban
56eedcb6fb
mshtml: Added GetCurMoniker implementation.
2007-06-11 20:23:38 +02:00
Jacek Caban
54d2a44794
mshtml: Store current moniker in HTMLDocument.
2007-06-11 20:21:09 +02:00
Jacek Caban
8d4c839ab8
mshtml: Move Exec(CGID_ShellDocView, 37) call to match native.
2007-06-11 20:21:01 +02:00
Jacek Caban
c221a36d53
mshtml: Move createing URL moniker to separated function.
2007-06-11 20:20:53 +02:00
Jacek Caban
5766b55e40
mshtml: Call Exec(CGID_ShellDocView, 37) in exec_editmode.
2007-06-11 20:20:46 +02:00
Jacek Caban
371b0edb8e
mshtml: Added edit mode IDM_CUT implementation.
2007-06-11 15:22:35 +02:00
Jacek Caban
775425b24b
mshtml: Added edit mode IDM_PASTE implementation.
2007-06-11 15:22:31 +02:00
Jacek Caban
4231c9e2ee
mshtml: Added edit mode IDM_COPY implementation.
2007-06-11 15:22:27 +02:00
Jacek Caban
431cf8038e
mshtml: Added IsDirty tests.
2007-06-11 15:22:20 +02:00