Jacek Caban
|
cf403fa484
|
mshtml: Use get_nsinterface in exec_print and do_ns_command.
|
2007-09-27 11:11:21 +02:00 |
|
Jacek Caban
|
fa58e6ce5d
|
mshtml: Added generic get_nsinterface function and use it in get_ns_command_state.
|
2007-09-27 11:11:16 +02:00 |
|
Jacek Caban
|
124f0290e4
|
mshtml: Added IDM_COPY in browse mode implementation.
|
2007-09-27 11:11:10 +02:00 |
|
Jacek Caban
|
8966cfe42a
|
mshtml: Ignore app's User-Agent header and Content-Type if there is no data to post.
|
2007-09-27 11:11:04 +02:00 |
|
Jacek Caban
|
e27f185440
|
mshtml: Forward IHTMLTextContainer::put_scrollTop and put_scrollLeft calls to IHTMLElement2 interface.
|
2007-09-27 11:09:04 +02:00 |
|
Jacek Caban
|
0a0d72ac5d
|
mshtml: Added IHTMLElement2::put_scrollTop and put_scrollLeft implementation.
|
2007-09-27 11:08:59 +02:00 |
|
Jacek Caban
|
cb776f7d5b
|
mshtml: Added get_compatMode implementation.
|
2007-09-27 11:08:54 +02:00 |
|
Jacek Caban
|
9ba65105d5
|
mshtml: Added IHTMLDocument5 interface stub implementation.
|
2007-09-27 11:08:48 +02:00 |
|
Jacek Caban
|
23465f2183
|
mshtml: Don't crash in UIActivate if Gecko is not available.
|
2007-09-24 13:44:42 +02:00 |
|
Vitaliy Margolen
|
2755c92fc3
|
mshtml: Fix another typo and add trace.
|
2007-09-24 13:29:23 +02:00 |
|
Vitaliy Margolen
|
201e03b87a
|
mshtml: Fix typo.
|
2007-09-24 13:29:17 +02:00 |
|
Jacek Caban
|
21214ed3d4
|
mshtml: Added Exec(IDM_FONT) stub implementation.
|
2007-09-19 14:56:41 +02:00 |
|
Jacek Caban
|
48d6c1f5ac
|
mshtml: Added more tests.
|
2007-09-19 14:56:36 +02:00 |
|
Jacek Caban
|
acae71ddf5
|
mshtml: Fixed IHTMLTxtRange::get_text implementation with no nsrange associated.
|
2007-09-19 14:56:29 +02:00 |
|
Jacek Caban
|
271049ca09
|
mshtml: Added IHTMLStyleSheetsCollection::get_length implementation.
|
2007-09-19 13:57:38 +02:00 |
|
Jacek Caban
|
ebd918eb48
|
mshtml: Added get_styleSheets implementation.
|
2007-09-19 13:57:33 +02:00 |
|
Jacek Caban
|
5071f124ab
|
mshtml: Added HTMLStyle::get_textDecoration* implementation.
|
2007-09-19 13:57:20 +02:00 |
|
Jacek Caban
|
b5dadf955e
|
mshtml: Added more IHTMLStyle getters implementation.
|
2007-09-19 13:57:14 +02:00 |
|
Jacek Caban
|
13bb3dd8ee
|
mshtml: Return NULL for empty results in get_style_attr.
|
2007-09-19 13:57:09 +02:00 |
|
Jacek Caban
|
a95bfede8a
|
mshtml: Forward node ref calls to IHTMLDOMNode interface.
|
2007-09-19 13:57:02 +02:00 |
|
Jacek Caban
|
4b2b441e5b
|
mshtml: Get rid of node_type variable in HTMLNode object.
|
2007-09-19 13:56:55 +02:00 |
|
Jacek Caban
|
6aa3834ffd
|
mshtml: Don't use node_type from HTMLNode object.
|
2007-09-19 13:56:52 +02:00 |
|
Jacek Caban
|
ea52235f8f
|
mshtml: Make HTMLBodyElement child object of HTMLTextContainer.
|
2007-09-17 12:10:12 +02:00 |
|
Jacek Caban
|
99d061a041
|
mshtml: Store HTMLElement struct instead of pointer in HTMLTextAreaElement.
|
2007-09-17 12:10:05 +02:00 |
|
Jacek Caban
|
835b814e9f
|
mshtml: Store HTMLElement struct instead of pointer in HTMLSelectElement.
|
2007-09-17 12:09:59 +02:00 |
|
Jacek Caban
|
8a8af7b483
|
mshtml: Store HTMLElement struct instead of pointer in HTMLInputElement.
|
2007-09-17 12:09:54 +02:00 |
|
Jacek Caban
|
d17a1afe8b
|
mshtml: Added get_body test.
|
2007-09-17 12:09:48 +02:00 |
|
Jacek Caban
|
fac2121e6d
|
mshtml: Store HTMLElement struct instead of pointer in HTMLBodyElement.
|
2007-09-17 12:09:44 +02:00 |
|
Jacek Caban
|
f68e24a6dc
|
mshtml: Store HTMLElement struct instead of pointer in HTMLAnchorElement.
|
2007-09-17 12:09:31 +02:00 |
|
Hwang YunSong(황윤성)
|
deaa3d646e
|
mshtml: Updated Korean resource.
|
2007-09-17 12:09:15 +02:00 |
|
Michael Stefaniuc
|
5d96659b3a
|
mshtml: Move 'inline' to the beginning of the declaration directly after the storage specifier.
|
2007-09-17 12:09:05 +02:00 |
|
Hwang YunSong(황윤성)
|
adc09ad52a
|
mshtml: Updated Korean resource.
|
2007-09-13 13:40:14 +02:00 |
|
Jacek Caban
|
b733e95859
|
mshtml: Store HTMLDOMNode struct instead of pointer in HTMLElement object.
|
2007-09-13 13:26:47 +02:00 |
|
Jacek Caban
|
bb90785a68
|
mshtml: Added IHTMLAnchorElement stub implementation.
|
2007-09-13 13:26:01 +02:00 |
|
Jacek Caban
|
29be901376
|
mshtml: Added IHTMLTxtRange::put_text tests.
|
2007-09-13 11:36:33 +02:00 |
|
Jacek Caban
|
964479afa9
|
mshtml: Added IHTMLTxtRange::move("word") implementation.
|
2007-09-13 11:36:16 +02:00 |
|
Jacek Caban
|
d6c14fba3e
|
mshtml: Added IHTMLTxtRange::moveEnd implementation.
|
2007-09-13 11:35:58 +02:00 |
|
Jacek Caban
|
11591e7720
|
mshtml: Added IHTMLTxtRange::move("character") implementation.
|
2007-09-13 11:35:36 +02:00 |
|
Jacek Caban
|
c1057b43a2
|
mshtml: Fixed ref count in parentElement.
|
2007-09-13 11:34:57 +02:00 |
|
Jacek Caban
|
efe3232087
|
mshtml: Added IHTMLTxtRange::expand implementation.
|
2007-09-13 11:34:52 +02:00 |
|
Jacek Caban
|
6859de16f6
|
mshtml: Added IHTMLTxtRange tests.
|
2007-09-13 11:34:07 +02:00 |
|
Jacek Caban
|
1a7d41b739
|
mshtml: Reimplement IHTMLTxtRange::get_text.
|
2007-09-13 11:34:04 +02:00 |
|
Rob Shearman
|
1fbedd92d4
|
mshtml: Implement IDM_HYPERLINK.
|
2007-09-12 14:06:54 +02:00 |
|
Rob Shearman
|
41a3b734f9
|
mshtml: Implement PersistStreamInit_IsDirty when in edit mode.
|
2007-09-12 14:06:01 +02:00 |
|
Rob Shearman
|
006d9f940d
|
mshtml: Store the nsIEditor interface in the NSContainer object for use in implementing editor commands.
|
2007-09-12 14:05:17 +02:00 |
|
Jacek Caban
|
410abcfb25
|
mshtml: Added IHTMLTxtRange::isEqual implementation.
|
2007-09-10 16:15:12 +02:00 |
|
Jacek Caban
|
4930b51bb8
|
mshtml: Added IHTMLTxtRange::inRange implementation.
|
2007-09-10 16:15:08 +02:00 |
|
Jacek Caban
|
6e905fd62d
|
mshtml: Added IHTMLTxtRange::parentElement implementation.
|
2007-09-10 16:15:06 +02:00 |
|
Jacek Caban
|
fbdab04962
|
mshtml: Added IOleUndoManager stub implementation.
|
2007-09-10 16:15:03 +02:00 |
|
Jacek Caban
|
c66843693f
|
mshtml: Call Exec in show_context_menu only if user selected menu item.
|
2007-09-10 16:14:47 +02:00 |
|