Jacek Caban
|
672bca557a
|
mshtml: Create nsIDOMEvent in create_event if not available.
|
2009-10-13 11:27:21 +02:00 |
Jacek Caban
|
3e0fa120a8
|
mshtml: Added IHTMLWindow2::get_length implementation.
|
2009-10-13 11:27:12 +02:00 |
Jacek Caban
|
407e54be89
|
mshtml: Added IHTMLAnchorElement::get_href implementation.
|
2009-10-02 15:06:58 +02:00 |
Jacek Caban
|
d6215843d7
|
mshtml: Wrap nsIURL interface.
|
2009-08-27 11:45:16 +02:00 |
Jacek Caban
|
9545da643f
|
mshtml: Remove no longer used create_nsstream.
|
2009-08-27 11:01:20 +02:00 |
Jacek Caban
|
487443a2d1
|
mshtml: Wrap nsIHttpChannelInternal interface.
|
2009-08-24 12:08:35 +02:00 |
Jacek Caban
|
d97cc15608
|
mshtml: Wine Gecko 1.0.0 release.
|
2009-08-04 15:33:01 +02:00 |
Alexandre Julliard
|
8bb21b710e
|
include: Undefine a few Unicode macros that conflict with interface functions.
|
2009-02-09 13:03:09 +01:00 |
Jacek Caban
|
d0c6939663
|
mshtml: Wine Gecko 0.9.1 release.
|
2009-02-06 14:50:26 +01:00 |
Jacek Caban
|
8d28f09d8a
|
mshtml: Wine Gecko 0.9.0 release.
|
2008-12-30 12:43:34 +01:00 |
Jacek Caban
|
d9f097adf9
|
mshtml: Remove no longer used interfaces.
|
2008-11-05 10:55:09 +01:00 |
Jacek Caban
|
2e52c61c4c
|
mshtml: Added HTMLIFrame stub implementation.
|
2008-10-08 13:20:08 +02:00 |
Jacek Caban
|
72fc799d18
|
mshtml: Store nsIDOMCSSStyleDeclaration in HTMLCurrentStyle.
|
2008-10-07 12:06:10 +02:00 |
Jacek Caban
|
e80c55c367
|
mshtml: Added IHTMLTableRow::get_cells implementation.
|
2008-10-01 10:01:10 -05:00 |
Jacek Caban
|
ac4117fdb5
|
mshtml: Added IHTMLTable::get_rows implementation.
|
2008-10-01 10:01:03 -05:00 |
Jacek Caban
|
bf9155dbaa
|
mshtml: Store nsIDOMHTMLTableElement in HTMLTable.
|
2008-10-01 10:00:57 -05:00 |
Jacek Caban
|
c3bdda8102
|
mshtml: Use ActiveScript for JavaScript in file protocol documents.
|
2008-09-25 11:18:49 +02:00 |
Jacek Caban
|
23ad09865e
|
mshtml: Added IHTMLImgElement::put_src implementation.
|
2008-06-23 19:46:30 +02:00 |
Francois Gouget
|
42a61d7ed7
|
Assorted spelling fixes.
|
2008-05-06 16:10:20 +02:00 |
Jacek Caban
|
134dad7ecd
|
mshtml: Added IHTMLScriptElement:get_type implementation.
|
2008-03-10 11:23:42 +01:00 |
Jacek Caban
|
7ea9c7d3e1
|
mshtml: Added nsINetUtil interface to nsIOService.
|
2008-02-21 12:53:00 +01:00 |
Rob Shearman
|
1ce8ca4d8d
|
mshtml: Fix a typo in nsiface.idl.
|
2008-02-15 09:53:23 +01:00 |
Rob Shearman
|
94fe669387
|
mshtml: Add a dummy member to nsMargin as empty structs aren't valid in C89.
|
2008-02-15 09:52:57 +01:00 |
Rob Shearman
|
9b11494db7
|
mshtml: All interfaces in nsiface.idl are local.
Since there is no in or out, or other information necessary for
remoting, all of the interfaces can only used locally, so declare them
all as local.
|
2008-02-15 09:52:48 +01:00 |
Rob Shearman
|
4539f4f25b
|
mshtml: Remove extra semi-colons after cpp_quote in nsiface.idl.
|
2008-02-15 09:52:43 +01:00 |
Jacek Caban
|
4ac1ba130a
|
mshtml: Added IHTMLStyleSheet::get_rules implementation.
|
2007-12-06 14:52:08 +01:00 |
Jacek Caban
|
4b302f9c89
|
mshtml: Store nsIDOMCSSStyleSheet in HTMLStyleSheet object if available.
|
2007-11-26 12:35:33 +01:00 |
Jacek Caban
|
a3717bff18
|
mshtml: Added AcceptLanguage handling.
|
2007-11-06 13:02:19 +01:00 |
Jacek Caban
|
b1fca21f5e
|
mshtml: Added IHTMLOptionElement::get_value implementation.
|
2007-10-15 13:45:02 +02:00 |
Jacek Caban
|
cb776f7d5b
|
mshtml: Added get_compatMode implementation.
|
2007-09-27 11:08:54 +02:00 |
Jacek Caban
|
ebd918eb48
|
mshtml: Added get_styleSheets implementation.
|
2007-09-19 13:57:33 +02:00 |
Rob Shearman
|
1fbedd92d4
|
mshtml: Implement IDM_HYPERLINK.
|
2007-09-12 14:06:54 +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
|
d6e29316e6
|
mshtml: Added IHTMLTxtRange::compareEndPoints implementation.
|
2007-08-17 12:20:57 +02:00 |
Jacek Caban
|
80a1a2f135
|
mshtml: Make window.external visible for JavaScript code.
|
2007-08-15 10:40:32 +02:00 |
Jacek Caban
|
c43875ceda
|
mshtml: Fixed a typo.
|
2007-07-27 12:24:44 +02:00 |
Rob Shearman
|
46df2fa9da
|
mshtml: Implement HTMLElement_insertAdjacentHTML and HTMLElement_insertAdjacentText.
|
2007-07-13 12:27:23 +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
|
bd5d6f753c
|
mshtml: Set default scrollbar preferences.
|
2007-06-11 15:19:11 +02:00 |
Jacek Caban
|
b2f995a8d2
|
mshtml: Store editor controller in NSContainer.
|
2007-06-11 15:16:47 +02:00 |
Jacek Caban
|
76de315e73
|
mshtml: Switch to Wine Gecko 0.1.0.
|
2007-06-08 11:57:21 +02:00 |
Jacek Caban
|
d795c283bd
|
mshtml: Added support for coexisting different Gecko versions installation.
|
2007-06-07 11:20:49 +02:00 |
Jacek Caban
|
836c672dcf
|
mshtml: Wrap nsIExternalProtocolHandler.
|
2007-05-14 15:41:05 +02:00 |
Jacek Caban
|
12aa9e33c5
|
mshtml: Added IHTMLBodyElement::CreateTextRange implementation.
|
2007-05-10 12:15:00 +02:00 |
Jacek Caban
|
f0649f3731
|
mshtml: Added IHTMLTxtRange::get_htmlText implementation.
|
2007-05-10 12:14:41 +02:00 |
Jacek Caban
|
b274242f9c
|
mshtml: Added comments about frozen/not frozen interface.
|
2007-02-14 11:56:48 +01:00 |
Jacek Caban
|
2e53ac9d8e
|
mshtml: Remove no longer used [Get|Set]Moniker functions.
|
2007-02-12 13:41:51 +01:00 |
Jacek Caban
|
5ea16d7856
|
mshtml: Added [Set|Get]WineURL functions to nsIWineURI.
|
2007-02-12 13:39:07 +01:00 |
Jacek Caban
|
f35c66c693
|
mshtml: Improve loading document detection in AsyncOpen.
|
2006-12-22 10:20:56 +01:00 |
Jacek Caban
|
7aa9ea4ec0
|
mshtml: Added beginning of IDM_PRINT implementation.
|
2006-12-13 16:51:48 +01:00 |