Jacek Caban
|
c43875ceda
|
mshtml: Fixed a typo.
|
2007-07-27 12:24:44 +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
|
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
|
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
|
85923633bb
|
mshtml: Set FALSE useCapture for editor's keypress event listener.
|
2007-06-11 15:15:52 +02:00 |
Jacek Caban
|
d09692d187
|
mshtml: Push TASK_PARSECOMPLETE in load event if Gecko is available.
|
2007-06-11 15:15:29 +02:00 |
Jacek Caban
|
0334291828
|
mshtml: Use IOleCommandTarget::Exec to implement context menu.
|
2007-06-11 15:06:32 +02:00 |
Jacek Caban
|
791b868ce7
|
mshtml: Move setup_ns_editing to nsembed.c.
|
2007-06-11 15:06:02 +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 |
Andrew Talbot
|
0608054a6d
|
mshtml: Constify some variables.
|
2007-05-31 13:27:28 +02:00 |
Jacek Caban
|
4ccee1ae49
|
mshtml: Remove auto detection of Mozilla and Mozilla ActiveX control.
|
2007-05-07 14:30:20 +02:00 |
Stefan Huehner
|
51a7ca3440
|
Change some functions arguments from () -> (void).
|
2007-03-12 12:25:31 +01:00 |
Jacek Caban
|
bdf2bf93a8
|
mshtml: Make load_gecko thread safe.
|
2007-02-14 14:42:34 +01:00 |
Jacek Caban
|
0da187dda8
|
mshtml: Don't store moniker in nsURI.
|
2007-02-12 13:41:22 +01:00 |
Andrew Talbot
|
c48a7faa7a
|
mshtml: Declare a variable static.
|
2007-01-12 11:23:54 +01:00 |
Jacek Caban
|
f35c66c693
|
mshtml: Improve loading document detection in AsyncOpen.
|
2006-12-22 10:20:56 +01:00 |
Jacek Caban
|
f609a768e7
|
mshtml: Added nsACString_SetData function and use it instead of nsACString_Init when we return string value.
|
2006-12-14 12:51:16 +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
|
c6d7f14296
|
mshtml: Added missing break.
|
2006-11-24 11:50:42 +01:00 |
Jacek Caban
|
b0bffdc58b
|
mshtml: Print wine_gecko version in load_wine_gecko.
|
2006-10-30 11:17:47 +01:00 |
Andrey Turkin
|
25b1d67231
|
mshtml: Insert missing "return" operator.
|
2006-10-23 14:39:07 +02:00 |
Jacek Caban
|
0c74c0a95b
|
mshtml: Win64 printf format warning fixes.
|
2006-10-06 12:54:45 +02:00 |
Jacek Caban
|
1a4c366f11
|
mshtml: Added begining implementation of IPersistStreamInit::Save.
|
2006-10-02 21:38:35 +02:00 |
Jacek Caban
|
e947b948a1
|
mshtml: Code cleanup.
|
2006-10-02 21:38:27 +02:00 |
Jacek Caban
|
06d9c5ca71
|
mshtml: Initialize url in OnStartURIOpen.
|
2006-09-25 21:13:18 +02:00 |
Jacek Caban
|
5f9078040a
|
mshtml: Added IDM_FONTNAME implementation.
|
2006-08-28 11:40:27 +02:00 |
Jacek Caban
|
90c5baf069
|
mshtml: Added [Get|Set]ParentContentListener implementation.
|
2006-08-16 17:08:59 +02:00 |
Jacek Caban
|
0c11b48240
|
mshtml: Set nsURI's moniker in OnStartURILoad.
|
2006-08-09 17:16:03 +02:00 |
Jacek Caban
|
3d506d8575
|
mshtml: Continue searching for Gecko if loading xpcom.dll failed.
|
2006-08-09 17:15:15 +02:00 |
Jacek Caban
|
21ba0bf3e8
|
mshtml: Wrap remaining Heap* functions by inline functions.
|
2006-07-20 12:11:39 +02:00 |
Jacek Caban
|
c562d4926e
|
mshtml: Added Wine Gecko installer.
|
2006-06-16 16:03:57 +02:00 |
Jacek Caban
|
e0157ba201
|
mshtml: Store BSCallback in NSContainer and use it instead of load_call.
|
2006-06-03 11:48:59 +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
|
417c104760
|
mshtml: Fix ref counting.
- Fix ref counting.
- Use This->window instead of QI in NSContainer_Release.
|
2006-04-10 12:20:50 +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
|
3d68599355
|
mshtml: Added IHTMLElementCollection::tags implementation.
|
2006-03-07 10:40:27 +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
|
2be7ffdf59
|
mshtml: Use NSContainer as 'This' of its window.
|
2006-03-02 11:41:18 +01:00 |
Jacek Caban
|
91369e20e7
|
mshtml: Added nsIInterfaceRequestor implementation.
|
2006-02-28 12:00:12 +01:00 |
Jacek Caban
|
4f9c9a16ad
|
mshtml: Init nsIOService as soon as possible.
|
2006-02-27 12:11:43 +01:00 |
Jacek Caban
|
4b511edf8d
|
mshtml: Added hack to allow pass post data to IPersistMoniker::Load.
|
2006-02-15 11:52:33 +01:00 |