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 |
Jacek Caban
|
a8db342430
|
mshtml: Added semi stub IsDirty implementation.
|
2007-06-11 15:22:14 +02:00 |
Jacek Caban
|
b0fc3115c9
|
mshtml: Added IDM_COMPOSESETTINGS implementation.
|
2007-06-11 15:22:08 +02:00 |
Jacek Caban
|
1d428f4837
|
mshtml: Added IHTMLStyle::get_fontFamily implementation.
|
2007-06-11 15:22:01 +02:00 |
Jacek Caban
|
9e3021746c
|
mshtml: Added COMMENT_NODE implementation in nsnode_to_nsstring_rec.
|
2007-06-11 15:21:56 +02:00 |
Jacek Caban
|
21d61dae88
|
mshtml: Silence invalid FIXME for ELEMENT_DOCUMENT_FRAGMENT_NODE in nsnode_to_nsstring_rec.
|
2007-06-11 15:19:31 +02:00 |
Jacek Caban
|
2aa419e809
|
mshtml: Added IDM_RESPECTVISIBILITY_INDESIGN command stub implementation.
|
2007-06-11 15:19:25 +02:00 |
Jacek Caban
|
bd5d6f753c
|
mshtml: Set default scrollbar preferences.
|
2007-06-11 15:19:11 +02:00 |
Jacek Caban
|
77be7f7b1c
|
mshtml: Reimplement editor mode left key using command controller.
|
2007-06-11 15:18:55 +02:00 |
Jacek Caban
|
a7a2c2e63a
|
mshtml: Reimplement editor mode right key using command controller.
|
2007-06-11 15:18:51 +02:00 |
Jacek Caban
|
b542374574
|
mshtml: Added editor mode down key implementation.
|
2007-06-11 15:16:59 +02:00 |
Jacek Caban
|
ec24f20bb1
|
mshtml: Added editor mode up key implementation.
|
2007-06-11 15:16:55 +02:00 |
Jacek Caban
|
b2f995a8d2
|
mshtml: Store editor controller in NSContainer.
|
2007-06-11 15:16:47 +02:00 |
Jacek Caban
|
c135e0d882
|
mshtml: Call update_doc in init_editor.
|
2007-06-11 15:16:35 +02:00 |
Jacek Caban
|
86cb9f3d70
|
mshtml: Call update_doc in editor commands.
|
2007-06-11 15:16:31 +02:00 |
Jacek Caban
|
88178a7553
|
mshtml: Added more command tests.
|
2007-06-11 15:16:22 +02:00 |