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 |
Jacek Caban
|
bc71685676
|
mshtml: Added handling of right and left arrow keys in editing mode.
|
2006-12-01 12:26:43 +01:00 |
Jacek Caban
|
958596b70a
|
mshtml: Added Exec(IDM_FONTSIZE) implementation.
|
2006-11-24 11:50:58 +01:00 |
Jacek Caban
|
7f9a5fac71
|
mshtml: Remove nscstring and nscwstring typedefs.
|
2006-11-17 15:50:36 +01:00 |
Jacek Caban
|
5a9980e1b7
|
mshtml: Store nsIDOMCSSStyleDeclaration in HTMLStyle.
|
2006-11-17 15:49:36 +01:00 |
Jacek Caban
|
1a4c366f11
|
mshtml: Added begining implementation of IPersistStreamInit::Save.
|
2006-10-02 21:38:35 +02:00 |
Jacek Caban
|
beaa66f17e
|
mshtml: Added nsICommandParams argument to do_ns_command.
|
2006-08-26 18:55:42 +02:00 |
Andrew Talbot
|
167f9f9aba
|
mshtml: Write-strings warnings fix.
|
2006-08-25 11:23:13 +02:00 |
Jacek Caban
|
4e418499ca
|
mshtml: Added IDM_BOLD implementation.
|
2006-08-21 12:14:39 +02:00 |
Jacek Caban
|
e3990ddf7b
|
mshtml: Switch nsWebBrowset to editing mode in exec_editmod.
|
2006-08-18 11:35:01 +02:00 |
Jacek Caban
|
f0ca85f78e
|
mshtml: Added GetMoniker and SetMoniker methods to nsIWineURI.
|
2006-08-09 17:13:03 +02:00 |
Jacek Caban
|
166f1999ca
|
mshtml: Added implementation of put_scrollTop and put_scrollLeft.
|
2006-08-01 18:34:43 +02:00 |
Jacek Caban
|
489b0f50d5
|
mshtml: Added get_selection implementation.
|
2006-07-06 12:45:39 +02:00 |
Jacek Caban
|
f1d2e37655
|
mshtml: Set binding channel, listener and context in AsyncOpen.
|
2006-06-03 11:50:45 +02:00 |
Jacek Caban
|
08ae32e43a
|
mshtml: Get rid of (currently disabled anyway) nsIWebBrowserStream.
We have to handle it in another way.
|
2006-06-03 11:46:35 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Jacek Caban
|
77bb544c51
|
mshtml: Added get_body implementation.
|
2006-05-05 17:22:27 +02:00 |
Jacek Caban
|
5f009f2540
|
mshtml: Added tooltip implementation.
|
2006-03-27 21:41:52 +02:00 |
Jacek Caban
|
dbd582cf84
|
mshtml: Optimize nsACString handling.
|
2006-03-20 12:05:50 +01:00 |
Jacek Caban
|
26b9c5e022
|
mshtml: Added IHTMLBodyElement implementation.
|
2006-03-09 12:49:19 +01:00 |
Jacek Caban
|
8f897239c4
|
mshtml: Added IHTMLTextAreaElement implementation.
|
2006-03-07 10:51:12 +01:00 |
Jacek Caban
|
54cce2e7ce
|
mshtml: Added IHTMLSelectElement implementation.
|
2006-03-07 10:49:12 +01:00 |
Jacek Caban
|
8b3eab6e35
|
mshtml: Added IHTMLInputElement implementation.
|
2006-03-07 10:45:48 +01:00 |
Jacek Caban
|
3d68599355
|
mshtml: Added IHTMLElementCollection::tags implementation.
|
2006-03-07 10:40:27 +01:00 |
Jacek Caban
|
6ef5f95562
|
mshtml: Added get_documentElement implementation.
|
2006-03-06 11:35:35 +01:00 |
Jacek Caban
|
874fd57841
|
mshtml: Added IHTMLElement implementation.
|
2006-03-06 11:33:43 +01:00 |
Jacek Caban
|
54036bf6ef
|
mshtml: Added IHTMLDOMNode implementation.
|
2006-03-06 11:12:29 +01:00 |
Jacek Caban
|
d656f996f1
|
mshtml: Beginning support for links opened in a new frame.
|
2006-03-02 11:42:06 +01:00 |
Jacek Caban
|
91369e20e7
|
mshtml: Added nsIInterfaceRequestor implementation.
|
2006-02-28 12:00:12 +01:00 |
Jacek Caban
|
7466169034
|
mshtml: Create nsIChannel for protocols not handled by Gecko.
|
2006-02-20 11:13:37 +01:00 |
Jacek Caban
|
4b511edf8d
|
mshtml: Added hack to allow pass post data to IPersistMoniker::Load.
|
2006-02-15 11:52:33 +01:00 |
Jacek Caban
|
af6395774c
|
mshtml: Added nsIUploadStream implementation.
|
2006-02-10 14:49:41 +01:00 |