Jacek Caban
|
1e92565c3e
|
mshtml: Load page from moniker if AsyncOpen fails.
|
2006-10-16 10:58:26 +02:00 |
|
Jacek Caban
|
0c74c0a95b
|
mshtml: Win64 printf format warning fixes.
|
2006-10-06 12:54:45 +02:00 |
|
Jacek Caban
|
ccd3399947
|
mshtml: Store BSCallback in HTMDocument.
|
2006-09-25 21:08:16 +02:00 |
|
Jacek Caban
|
9ee2f5e0ad
|
mshtml: Correctly handle nsILoadGroup.
|
2006-08-16 12:40:03 +02:00 |
|
Jacek Caban
|
1088164af3
|
mshtml: Remove no longer used get_nsIURI.
|
2006-08-14 11:44:16 +02:00 |
|
Jacek Caban
|
c4dd6c68d0
|
mshtml: Use moniker in AsyncOpen if channel is NULL.
|
2006-08-09 17:16:21 +02:00 |
|
Jacek Caban
|
f175762340
|
mshtml: Set nsURI's moniker in NewURI.
|
2006-08-09 17:16:15 +02:00 |
|
Jacek Caban
|
ca595cd799
|
mshtml: Don't crash in QueryInterface if uri is NULL.
|
2006-08-09 17:15:50 +02:00 |
|
Jacek Caban
|
6a6f9158b1
|
mshtml: Added default GetSpec implementation.
|
2006-08-09 17:15:41 +02:00 |
|
Jacek Caban
|
f0ca85f78e
|
mshtml: Added GetMoniker and SetMoniker methods to nsIWineURI.
|
2006-08-09 17:13:03 +02:00 |
|
Jacek Caban
|
3f05182335
|
mshtml: Load the page from moniker if we don't have nsIChannel.
|
2006-08-09 17:12:29 +02:00 |
|
Jacek Caban
|
21ba0bf3e8
|
mshtml: Wrap remaining Heap* functions by inline functions.
|
2006-07-20 12:11:39 +02:00 |
|
Jacek Caban
|
bb64efaf77
|
mshtml: Create nsWineURI even if we don't have valid nsIURI.
|
2006-07-07 17:51:31 +02:00 |
|
Jacek Caban
|
f46c3997ed
|
mshtml: Return text/html by default in GetContentType.
|
2006-06-26 13:49:31 +02:00 |
|
Jacek Caban
|
2218bfcc8e
|
mshtml: Return NS_OK in GetStatus if channel is NULL.
|
2006-06-26 13:49:31 +02:00 |
|
Jacek Caban
|
76d8d022ca
|
mshtml: Inherit NSContainer in NewURI.
|
2006-06-23 10:46:42 +02:00 |
|
Jacek Caban
|
5ad79df0f8
|
mshtml: Don't crash in GetSecurityInfo if channel is NULL.
|
2006-06-20 20:37:31 +02:00 |
|
Jacek Caban
|
56bb028611
|
mshtml: Use mime type reported by moniker if possible.
|
2006-06-03 11:54:07 +02:00 |
|
Jacek Caban
|
f1d2e37655
|
mshtml: Set binding channel, listener and context in AsyncOpen.
|
2006-06-03 11:50:45 +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
|
beb5366e6f
|
mshtml: Move some code from before_async_open to AsyncOpen.
|
2006-06-03 11:47:14 +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
|
dbd582cf84
|
mshtml: Optimize nsACString handling.
|
2006-03-20 12:05:50 +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
|
b7e8057eec
|
mshtml: Return error in NewChannelFromURL if retval is NULL.
|
2006-02-27 12:11:43 +01:00 |
|
Jacek Caban
|
9b6c08a243
|
mshtml: Added nsIURI::Clone implementation.
|
2006-02-27 12:11:43 +01:00 |
|
Jacek Caban
|
416f504cdd
|
mshtml: Set default original uri in NewChannelFromURI.
|
2006-02-20 20:28:36 +01:00 |
|
Jacek Caban
|
7466169034
|
mshtml: Create nsIChannel for protocols not handled by Gecko.
|
2006-02-20 11:13:37 +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
|
cb880d7cc7
|
mshtml: Handle IHlinkFrame service.
|
2006-02-13 13:26:00 +01:00 |
|
Jacek Caban
|
af6395774c
|
mshtml: Added nsIUploadStream implementation.
|
2006-02-10 14:49:41 +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
|
ae23f8d8cb
|
mshtml: Added wrapper of nsIChannel.
|
2006-02-09 12:19:13 +01:00 |
|
Jacek Caban
|
1b31475fdb
|
mshtml: Added wrapper of nsIURI interface.
|
2006-02-09 12:18:18 +01:00 |
|
Jacek Caban
|
8aeb049341
|
mshtml: Added wrapper of nsIOService.
|
2006-02-09 12:17:08 +01:00 |
|