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 |
Jacek Caban
|
4acea60922
|
mshtml: Added ref counting to NSContainer.
- Added ref counting to NSContainer.
- Better destroying of NSContainer.
|
2006-02-15 11:51:44 +01:00 |
Jacek Caban
|
990e20c992
|
mshtml: Get rid of HTMLDocument_OnLoad and move its job to AsyncOpen.
|
2006-02-09 12:19:33 +01:00 |
Jacek Caban
|
7080c8d98e
|
mshtml: Better ns*String handling.
|
2006-02-09 12:17:38 +01:00 |
Jacek Caban
|
8aeb049341
|
mshtml: Added wrapper of nsIOService.
|
2006-02-09 12:17:08 +01:00 |
Eric Pouech
|
e66e227dbe
|
Fixes for missing prototypes warnings.
|
2006-02-06 13:13:28 +01:00 |
Jacek Caban
|
a457249ff5
|
mshtml: Return FALSE if Mozilla ActiveX Control could not be found.
|
2006-01-21 19:22:39 +01:00 |
Jacek Caban
|
b48d9590a3
|
mshtml: Fix handling Gecko strings.
|
2005-12-15 10:41:56 +01:00 |
Jacek Caban
|
054164d5ba
|
mshtml: Set Gecko's profile.
Make sure that Gecko components are registered.
|
2005-12-15 10:26:11 +01:00 |
Jacek Caban
|
3fab5312d8
|
mshtml: Added PromptService implementation.
|
2005-12-09 11:51:02 +01:00 |
Jacek Caban
|
db452fdf7c
|
mshtml: Added nsIURIContentListener to QueryInterface.
Always release nsIWebBrowserSetup.
|
2005-12-09 11:41:33 +01:00 |
Jacek Caban
|
37b1a456d7
|
mshtml: Added nsIEmbeddingSiteWindow implementation.
|
2005-12-09 11:23:58 +01:00 |
Jacek Caban
|
b586f6face
|
mshtml: Added config key to specify Gecko path.
|
2005-12-07 13:07:42 +01:00 |
Jacek Caban
|
1ab01450fd
|
Try using mozctlx's path if there is no registered Mozilla directory.
|
2005-10-19 18:29:51 +00:00 |
Alexandre Julliard
|
d78888cc83
|
Fixed C99 declaration.
|
2005-09-02 14:48:10 +00:00 |
Jacek Caban
|
c75127c5b9
|
Beginning implementation of onload routine.
|
2005-09-02 12:19:42 +00:00 |
Jacek Caban
|
eb52044ee8
|
Beginning implementation of Gecko focus handling.
|
2005-08-26 10:05:52 +00:00 |
Jacek Caban
|
5cb0fcf1e1
|
- Beginning implementation of context menu.
- Set nsIWebBrowserChrome of nsIWebBrowser.
|
2005-08-25 19:24:58 +00:00 |
Jacek Caban
|
297aeb5b97
|
Disable using nsWebBrowserStream.
|
2005-08-22 10:05:29 +00:00 |
Jacek Caban
|
ec48726f0c
|
Always add gecko directory to the path before loading xpcom.
|
2005-08-22 09:21:53 +00:00 |
Jacek Caban
|
cdf02acdca
|
Use nsIWebBrowserStream to load html.
|
2005-08-11 18:36:48 +00:00 |
Jacek Caban
|
d8bf6e8aa4
|
Move includes of interfaces to mshtml_private.h.
|
2005-08-11 10:30:30 +00:00 |
Jacek Caban
|
2255e6fedb
|
Init nsWebBrowser window while creating nscontainer.
|
2005-08-10 09:54:02 +00:00 |
Jacek Caban
|
ff72104cbf
|
Fix comment about hack.
|
2005-08-03 21:27:03 +00:00 |
Jacek Caban
|
068fa0aa21
|
- Use Gecko to render HTML.
- Get rid of Mozilla ActiveX Control in MSHTML.
|
2005-08-01 10:59:45 +00:00 |