Jacek Caban
|
873619e9bd
|
mshtml: Fixed use after free in HTMLElement_destructor.
|
2011-03-03 17:47:12 +01:00 |
Jacek Caban
|
eaa6a9fdcf
|
mshtml: Added more attribute object tests.
|
2011-03-03 17:47:12 +01:00 |
Jacek Caban
|
903279eff9
|
mshtml: Use our IDispatchEx-based attributes implementation instead of nsIDOMAttr.
|
2011-03-02 13:39:24 +01:00 |
Jacek Caban
|
110155099b
|
mshtml: Reuse attribute objects.
|
2011-03-02 13:39:22 +01:00 |
Jacek Caban
|
b9975bf88e
|
mshtml: Correctly handle NULL BSTR in VARIANT in IDispatchEx implementation.
|
2011-03-02 13:39:20 +01:00 |
Jacek Caban
|
a543769761
|
mshtml: Added IHTMLLocation::replace implementation.
|
2011-03-02 13:39:18 +01:00 |
Alistair Leslie-Hughes
|
5c186f6a99
|
mshtml: Implement IHTMLAnchorElement get/put target.
|
2011-03-02 13:35:52 +01:00 |
Jacek Caban
|
78d743b986
|
mshtml: Added IHTMLFormElement::get_elements implementation.
|
2011-03-01 15:21:51 +01:00 |
Jacek Caban
|
3091f3464e
|
mshtml: Added onsubmit and event canceling tests.
|
2011-02-28 14:04:59 +01:00 |
Jacek Caban
|
5055caa8fa
|
mshtml: Added support for canceling default event behavior.
|
2011-02-28 14:04:57 +01:00 |
Jacek Caban
|
650feb0380
|
mshtml: Fixed memory leak.
|
2011-02-28 14:04:55 +01:00 |
Jacek Caban
|
f4c4a94618
|
mshtml: Added IHTMLFormElement::onsubmit implementation.
|
2011-02-28 14:04:53 +01:00 |
Jacek Caban
|
f3d40454a9
|
mshtml: Added simple filter parser to support opacity.
|
2011-02-28 14:04:51 +01:00 |
Jacek Caban
|
1745abfa26
|
mshtml: Store style object in element object.
|
2011-02-28 14:04:49 +01:00 |
Jacek Caban
|
0131e0472f
|
mshtml: Store style filter in HTMLStyle object.
|
2011-02-28 14:04:46 +01:00 |
Jacek Caban
|
624287499e
|
mshtml: Fixed typos in IHTMLInputElement::value tests.
|
2011-02-28 14:04:44 +01:00 |
Thomas Mullaly
|
6f18cc59dd
|
mshtml/tests: Make IDispatch Vtbl const.
|
2011-02-28 11:09:20 +01:00 |
Jacek Caban
|
0e5aa05e71
|
mshtml: Added more backgroundPosition* tests.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
c7da163bf3
|
mshtml: Reimplement IHTMLStyle::get_backgroundPositionY using background-position property.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
4cc3517107
|
mshtml: Reimplement IHTMLStyle::put_backgroundPositionY using background-position property.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
2d333216ad
|
mshtml: Reimplement IHTMLStyle::get_backgroundPositionX using background-position property.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
be29542f29
|
mshtml: Reimplement IHTMLStyle::put_backgroundPositionX using background-position property.
Current implementation can't work because backgroundPositionX is IE
extension, not handled by Gecko.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
fa946c09ce
|
mshtml: Moved VARIANT to style value string conversion to separated function.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
3aa970c9ea
|
mshtml: Fixed buffer handling in set_nsstyle_attr.
|
2011-02-25 15:03:32 +01:00 |
Jacek Caban
|
b5d68c70d3
|
mshtml: Added IHTMLStyle::[get|put]_backgroundPosition implementation.
|
2011-02-25 15:03:32 +01:00 |
Jacek Caban
|
1c881e534b
|
mshtml: Moved call_disp_func to htmlevent.c.
|
2011-02-25 15:03:32 +01:00 |
Jacek Caban
|
47ebbbd447
|
mshtml: Added IHTMLDOMAttribute::get_nodeValue implementation.
|
2011-02-25 15:03:32 +01:00 |
Jacek Caban
|
ceff92a512
|
mshtml: Improved debug traces.
|
2011-02-24 15:52:51 +01:00 |
Jacek Caban
|
6fe3c709e2
|
mshtml: Make sure we don't try to create node object for attributes.
|
2011-02-24 15:52:47 +01:00 |
Jacek Caban
|
8f79e50e1a
|
mshtml: Added attribute object tests.
|
2011-02-24 15:52:43 +01:00 |
Jacek Caban
|
17736769c4
|
mshtml: Added IDispatchEx support to HTMLDOMAttribute object.
|
2011-02-24 15:52:36 +01:00 |
Jacek Caban
|
0e3bf9b228
|
mshtml: Added IHTMLElement4::getAttributeNode implementation.
|
2011-02-24 15:52:32 +01:00 |
Jacek Caban
|
877069c2ad
|
mshtml: Added IHTMLElement4 stub implementation.
|
2011-02-24 15:52:03 +01:00 |
Maarten Lankhorst
|
e9a4dee1eb
|
mshtml: Make sure system xpcom dll gets loaded.
|
2011-02-24 12:40:02 +01:00 |
Alistair Leslie-Hughes
|
62c8c143c4
|
mshtml: Add support for get/put mousemove event.
|
2011-02-21 16:24:39 +01:00 |
Austin English
|
d1442ace43
|
mshtml/tests: Update disabled test comment.
|
2011-02-18 14:54:51 +01:00 |
Alistair Leslie-Hughes
|
df25f0d9a6
|
mshtml: Implement IHTMLAnchorElement_put_href.
|
2011-02-17 17:41:23 +01:00 |
Thomas Mullaly
|
5624ece30d
|
mshtml: Fixed a few typos.
|
2011-02-16 14:26:27 +01:00 |
Jacek Caban
|
8b861189e9
|
mshtml: Fixed a leak (valgrind).
|
2011-02-15 17:42:26 +01:00 |
Detlef Riekenberg
|
58a95780fb
|
mshtml/tests: Fix a typo.
|
2011-02-14 12:28:21 +01:00 |
Austin English
|
1091ceef7b
|
mshtml/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-14 12:27:54 +01:00 |
Austin English
|
746e8b237e
|
mshtml/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-14 12:27:46 +01:00 |
Jacek Caban
|
779ad051d5
|
mshtml: Make nsIURI::[Get|Set]Username implementation IUri-based.
|
2011-02-10 10:28:01 -06:00 |
Austin English
|
0161db5e87
|
mshtml/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-10 10:27:59 -06:00 |
Alistair Leslie-Hughes
|
eb2d7b6604
|
mshtml: Implement IHTMLCurrentStyle_get_padding.
|
2011-02-09 13:45:39 -06:00 |
Alistair Leslie-Hughes
|
1492a12c22
|
mshtml: Implement IHTMLStyle_put_borderLeftColor.
|
2011-02-09 13:45:32 -06:00 |
Austin English
|
78470d7056
|
mshtml/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:29:52 -06:00 |
Jacek Caban
|
e175bee277
|
mshtml: Fixed size check in res protocol ParseUrl(PARSE_SECURITY_URL) call.
|
2011-02-08 14:45:55 -06:00 |
Jacek Caban
|
340fbb71f3
|
mshtml: Return size in about protocols handler's ParseUrl(PARSE_SECURITY_URL) call.
|
2011-02-08 14:45:55 -06:00 |
Alistair Leslie-Hughes
|
56e80e18a6
|
mshtml: Implemented IHTMLStyle_put_borderBottomColor.
|
2011-02-08 14:45:55 -06:00 |
Austin English
|
e450573412
|
mshtml/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-08 14:45:54 -06:00 |
Alistair Leslie-Hughes
|
26380e1720
|
mshtml: Implement IHTMLStyle put_borderRightColor.
|
2011-02-07 10:17:36 -06:00 |
Jacek Caban
|
eb799366f5
|
mshtml: Use case insensitive comparison in parse_classid.
|
2011-02-07 10:15:38 -06:00 |
Jacek Caban
|
7e38d6864e
|
mshtml: Added focus events tests.
|
2011-02-07 10:15:31 -06:00 |
Jacek Caban
|
ca835d0a36
|
mshtml: Added IHTMLWindow2::focus implementation.
|
2011-02-07 10:15:27 -06:00 |
Jacek Caban
|
a1205c6adc
|
mshtml: Added nsIURI::SetSpec implementation.
|
2011-02-04 15:25:32 +01:00 |
Jacek Caban
|
604350be8d
|
mshtml: Don't try forwarding calls to Gecko that are not implemented there anyways.
|
2011-02-03 16:19:44 +01:00 |
Alistair Leslie-Hughes
|
63fe5d8489
|
mshtml: Implement IHTMLStyle put_borderTopColor.
|
2011-02-02 18:13:32 +01:00 |
Piotr Caban
|
fe5ce7120e
|
mshtml: Make sure previous request is stopped before starting new request in IPersistMoniker and IPersistStreamInit.
|
2011-02-01 12:04:08 +01:00 |
Piotr Caban
|
5541b7d13b
|
mshtml: Abort more request in abort_document_bindings.
|
2011-02-01 12:04:00 +01:00 |
Jacek Caban
|
c8a953c5d0
|
mshtml: Added support for recursive script runners.
|
2011-01-31 13:01:08 +01:00 |
Jacek Caban
|
bfebbbb13e
|
mshtml: Added script execution time tests.
|
2011-01-31 13:01:07 +01:00 |
Jacek Caban
|
f712c118e7
|
mshtml: Fixed leaks in htmllocation tests (valgrind).
|
2011-01-21 14:42:51 +01:00 |
Jacek Caban
|
ba229eed59
|
mshtml: Forward nsIURL::[Get|Set]FilePath to nsIURI::[Get|Set]Path.
|
2011-01-20 14:03:24 +01:00 |
Jacek Caban
|
103ef913d1
|
mshtml: Fixed some leaks in tests (valgrind).
|
2011-01-20 12:47:53 +01:00 |
Jacek Caban
|
60d8c48132
|
mshtml: Fixed leaks (valgrind).
|
2011-01-20 12:47:52 +01:00 |
Piotr Caban
|
52a1065f70
|
mshtml: Added IObjectSafety stub.
|
2011-01-20 12:20:30 +01:00 |
Jacek Caban
|
e72e7de0e5
|
mshtml: Added IUri-based implementation of nsIURL::[Get|Set]Ref.
|
2011-01-18 13:29:59 +01:00 |
Alexandre Julliard
|
61cf2d35ae
|
mshtml: Remove a leftover string table.
|
2011-01-14 18:26:15 +01:00 |
Alexandre Julliard
|
50c23add2a
|
mshtml: Convert string table resources to po files.
|
2011-01-12 17:12:44 +01:00 |
Jacek Caban
|
226c44097b
|
mshtml: Get rid of win9x test failures workarounds.
|
2011-01-11 16:05:43 +01:00 |
Jacek Caban
|
0a9738775c
|
mshtml: Use inline function instead of macro for BSCallback vtbl implementations.
|
2011-01-07 15:01:26 +01:00 |
Jacek Caban
|
233a9ea5e6
|
mshtml: Avoid obj to iface cast in ProtocolFactory_Create.
|
2011-01-07 15:01:21 +01:00 |
Michael Stefaniuc
|
d214a96d58
|
mshtml: Remove some leftover *_THIS undefs.
|
2011-01-06 18:29:24 +01:00 |
Michael Stefaniuc
|
f242b1fb6c
|
mshtml: Finish the COM standardization in protocol.c.
|
2011-01-06 18:29:21 +01:00 |
Michael Stefaniuc
|
0eff947c09
|
mshtml: Use ifaces instead of vtbl pointers in ProtocolFactory.
|
2011-01-05 17:53:20 +01:00 |
Michael Stefaniuc
|
1ae51aa74a
|
mshtml: COM cleanup for the nsIInputStream iface.
|
2011-01-05 17:53:13 +01:00 |
Michael Stefaniuc
|
1d7e50079a
|
mshtml: COM cleanup for the nsIURL iface.
|
2011-01-05 17:53:06 +01:00 |
Michael Stefaniuc
|
1503a1ff40
|
mshtml: COM cleanup for the IHTMLEmbedElement iface.
|
2011-01-05 17:52:20 +01:00 |
Michael Stefaniuc
|
40bf2f0ece
|
mshtml: COM cleanup for the IHTMLStyle4 iface.
|
2011-01-04 11:14:21 +01:00 |
Michael Stefaniuc
|
0ed9078234
|
mshtml: COM cleanup for the IHTMLStyle3 iface.
|
2011-01-04 11:14:16 +01:00 |
Michael Stefaniuc
|
6dcff905e6
|
mshtml: COM cleanup for the IHTMLStyle2 iface.
|
2011-01-04 11:14:08 +01:00 |
Michael Stefaniuc
|
e7f5cc27bf
|
mshtml: COM cleanup for the IHTMLStyle iface.
|
2011-01-04 11:13:59 +01:00 |
Michael Stefaniuc
|
5ffd1510d2
|
mshtml: COM cleanup for the IHTMLStyleElement iface.
|
2011-01-04 11:13:39 +01:00 |
Michael Stefaniuc
|
f341ed11e2
|
mshtml: COM cleanup for the IActiveScriptSite* ifaces.
|
2011-01-04 11:13:23 +01:00 |
Michael Stefaniuc
|
7021fd321b
|
mshtml: COM cleanup for the IHTMLCurrentStyle iface.
|
2011-01-04 11:13:12 +01:00 |
Michael Stefaniuc
|
868a3e660e
|
mshtml: COM cleanup for the IHTMLDOMTextNode iface.
|
2011-01-04 11:13:03 +01:00 |
Michael Stefaniuc
|
031f595a05
|
mshtml: COM cleanup for the IHTMLTable iface.
|
2011-01-04 11:12:58 +01:00 |
Michael Stefaniuc
|
51b0478254
|
mshtml: COM cleanup for the IHTMLStyleSheet* ifaces.
|
2011-01-04 11:12:51 +01:00 |
Michael Stefaniuc
|
78a10a627f
|
mshtml: COM cleanup for the IHTMLCommentElement iface.
|
2011-01-04 11:12:42 +01:00 |
Michael Stefaniuc
|
a59cc1a630
|
mshtml: COM cleanup for the nsIFactory iface.
|
2011-01-04 11:12:37 +01:00 |
Michael Stefaniuc
|
95d8566a83
|
mshtml: COM cleanup for the IHTMLFormElement iface.
|
2011-01-04 11:12:30 +01:00 |
Jacek Caban
|
2d0ec71962
|
mshtml: Make nsIURI::Resolve implementation IUri-based.
|
2011-01-04 11:11:54 +01:00 |
Jacek Caban
|
64c1b7922e
|
mshtml: Don't prefer to forward a few more calls in nsIURL implementation.
|
2011-01-03 16:46:09 +01:00 |
Jacek Caban
|
0aefffe9b4
|
mshtml: Use IUri for nsURL::[Get|Set]Password implementation.
|
2011-01-03 16:46:05 +01:00 |
Michael Stefaniuc
|
c8d6a502f0
|
mshtml: COM cleanup for the nsIDOMEventListener iface.
|
2011-01-03 16:45:18 +01:00 |
Michael Stefaniuc
|
fb92f979dd
|
mshtml: Use ifaces instead of vtbl pointers in BSCallback.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
ed9c65b1ba
|
mshtml: COM cleanup for the IHTMLLocation iface.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
f2c4a12261
|
mshtml: COM cleanup for the ICustomDoc iface.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
7cd11df831
|
mshtml: COM cleanup for the IHTMLTextContainer iface.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
726312c535
|
mshtml: COM cleanup for the IHTMLImageElementFactory iface.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
118379d642
|
mshtml: COM cleanup for the IHTMLOptionElement* ifaces.
|
2011-01-03 12:14:26 +01:00 |
Michael Stefaniuc
|
7f9f169712
|
mshtml: COM cleanup for the IConnectionPoint* ifaces.
|
2011-01-03 12:14:26 +01:00 |
Michael Stefaniuc
|
e5214b24bb
|
mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode.
|
2011-01-03 12:14:26 +01:00 |
Michael Stefaniuc
|
6b793e94ad
|
mshtml: Use ifaces instead of vtbl pointers in HTMLFrameBase.
|
2011-01-03 12:14:26 +01:00 |
Michael Stefaniuc
|
cc43c46fd5
|
mshtml: COM cleanup for the IUnknown iface.
|
2010-12-31 11:47:41 +01:00 |
Michael Stefaniuc
|
1412b471d0
|
mshtml: Remove some stray #undef.
|
2010-12-31 11:47:36 +01:00 |
Michael Stefaniuc
|
0b66169a05
|
mshtml: COM cleanup for the IDispatchEx iface in DispatchEx.
|
2010-12-31 11:47:31 +01:00 |
Michael Stefaniuc
|
2e2f88af90
|
mshtml: COM cleanup for the IDispatchEx iface in HTMLWindow.
|
2010-12-31 11:47:19 +01:00 |
Michael Stefaniuc
|
00eb02711d
|
mshtml: COM cleanup for the IDispatchEx iface in HTMLDocument.
|
2010-12-31 11:47:13 +01:00 |
Jacek Caban
|
1fa5ddfad9
|
mshtml: Make nsIIOService::NewURI IUri-based.
|
2010-12-31 11:44:59 +01:00 |
Jacek Caban
|
b7e78af4de
|
mshtml: Added moz-safe-about to the list of Gecko internal protocols.
|
2010-12-31 11:44:55 +01:00 |
Michael Stefaniuc
|
f5df0b3ed7
|
mshtml: COM cleanup for the remaining ifaces in nsChannel.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
a29101b026
|
mshtml: COM cleanup for the nsIHttpChannel iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
6c075b6d42
|
mshtml: COM cleanup for the IHTMLDOMChildrenCollection iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
e068287c21
|
mshtml: COM cleanup for the IHTMLDOMNode2 iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
f653f4a22e
|
mshtml: COM cleanup for the IHTMLDOMNode iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
6d4170bd40
|
mshtml: COM cleanup for the IHTMLElementCollection iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
700ab01b6d
|
mshtml: COM cleanup for the IHTMLFiltersCollection iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
98d5a2e7f0
|
mshtml: COM cleanup for the IHTMLElement3 iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
a75e2b2789
|
mshtml: COM cleanup for the IHTMLElement2 iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
d4248e95f5
|
mshtml: COM cleanup for the IHTMLElement iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
3388353679
|
mshtml: Use an iface instead of a vtbl pointer in nsProtocolHandler.
|
2010-12-29 11:59:35 +01:00 |
Michael Stefaniuc
|
4b37d5c72b
|
mshtml: COM cleanup for the IHTMLTxtRange iface.
|
2010-12-29 11:59:35 +01:00 |
Michael Stefaniuc
|
6723b3c56c
|
mshtml: COM cleanup for the remaining ifaces in NSContainer.
|
2010-12-28 16:35:39 +01:00 |
Michael Stefaniuc
|
29944c7caf
|
mshtml: COM cleanup for the nsIWebBrowserChrome iface.
|
2010-12-28 16:35:39 +01:00 |
Jacek Caban
|
a131886a86
|
mshtml: Fixed unsafe cast in CreateChromeWindow2 implementation.
|
2010-12-28 16:35:39 +01:00 |
Jacek Caban
|
f52e0a776f
|
mshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl functions.
|
2010-12-28 16:35:39 +01:00 |
Jacek Caban
|
76c028b7c2
|
mshtml: Pass DispatchEx pointer instead of outer IUnknown to DispatchEx's vtbl functions.
|
2010-12-28 16:35:36 +01:00 |
Michael Stefaniuc
|
6b90fc236e
|
mshtml: COM cleanup for the rest of the *Window* ifaces in HTMLWindow.
|
2010-12-27 15:39:41 +01:00 |
Michael Stefaniuc
|
2e24de635d
|
mshtml: COM cleanup for the IHTMLWindow2 iface.
|
2010-12-27 15:39:40 +01:00 |
Michael Stefaniuc
|
b574f2fd91
|
mshtml: COM cleanup for the IObjectWithSite iface.
|
2010-12-27 11:51:52 +01:00 |
Michael Stefaniuc
|
2efc64fbc2
|
mshtml: COM cleanup for the ISupportErrorInfo iface.
|
2010-12-27 11:51:47 +01:00 |
Michael Stefaniuc
|
a8bb1ab85b
|
mshtml: COM cleanup for the IHlinkTarget iface.
|
2010-12-27 11:51:40 +01:00 |
Michael Stefaniuc
|
6c7a78eca0
|
mshtml: COM cleanup for the IOleControl iface.
|
2010-12-27 11:51:33 +01:00 |
Michael Stefaniuc
|
541a49edc2
|
mshtml: COM cleanup for all the IOleCommandTarget ifaces.
|
2010-12-27 11:51:25 +01:00 |
Michael Stefaniuc
|
389a7f547e
|
mshtml: COM cleanup for all the IServiceProvider ifaces.
|
2010-12-27 11:51:18 +01:00 |
Jacek Caban
|
75c7d56465
|
mshtml: Get rid of no longer used GECKO_DATADIR.
|
2010-12-23 17:07:40 +01:00 |
Michael Stefaniuc
|
62e9961e29
|
mshtml: COM cleanup for the IOleInPlaceObjectWindowless iface.
|
2010-12-23 13:47:25 +01:00 |
Michael Stefaniuc
|
176358216f
|
mshtml: COM cleanup for the IViewObjectEx iface.
|
2010-12-23 13:47:25 +01:00 |
Michael Stefaniuc
|
b09dc2e5b1
|
mshtml: COM cleanup for the IOleInPlaceActiveObject iface.
|
2010-12-23 13:47:25 +01:00 |
Michael Stefaniuc
|
37c3091f27
|
mshtml: COM cleanup for the IOleDocumentView iface.
|
2010-12-23 13:47:24 +01:00 |
Michael Stefaniuc
|
041c6ec362
|
mshtml: COM cleanup for the IOleDocument iface.
|
2010-12-23 13:47:24 +01:00 |
Michael Stefaniuc
|
6c3bb4de6f
|
mshtml: COM cleanup for the IOleObject iface.
|
2010-12-23 13:47:24 +01:00 |
Michael Stefaniuc
|
7e32a1abb3
|
mshtml: COM cleanup for the IMonikerProp iface.
|
2010-12-23 13:47:24 +01:00 |
Alexandre Julliard
|
20310d1d6c
|
mshtml: Convert the classes registration to the IRegistrar mechanism.
|
2010-12-23 12:51:31 +01:00 |
Jacek Caban
|
b5653bfa4b
|
mshtml: Added GUID_CUSTOM_CONFIRMOBJECTSAFETY with CONFIRMSAFETYACTION_LOADOBJECT flag tests.
|
2010-12-22 17:32:31 +01:00 |
Michael Stefaniuc
|
f0c55f59e3
|
mshtml: COM cleanup for the IPersist* ifaces in HTMLDocument.
|
2010-12-22 12:49:52 +01:00 |
Michael Stefaniuc
|
a31ba56b13
|
mshtml: COM cleanup for the IHTMLDocument6 iface.
|
2010-12-22 12:49:36 +01:00 |
Michael Stefaniuc
|
f178089e9d
|
mshtml: COM cleanup for the IHTMLDocument5 iface.
|
2010-12-22 12:49:31 +01:00 |
Michael Stefaniuc
|
8b3a76d694
|
mshtml: COM cleanup for the IHTMLDocument4 iface.
|
2010-12-22 12:49:24 +01:00 |
Michael Stefaniuc
|
c66e1af842
|
mshtml: COM cleanup for the IHTMLDocument3 iface.
|
2010-12-22 12:49:17 +01:00 |
Jacek Caban
|
b4b0d704fd
|
mshtml: Fixed IOleUndoManager::QueryInterface implementation.
|
2010-12-21 00:21:08 +01:00 |
Jacek Caban
|
98e1433779
|
mshtml: Added IHTMLStyleElement::type property implementation.
|
2010-12-17 13:26:03 +01:00 |
Jacek Caban
|
09c63b2215
|
mshtml: Added IHTMLStyleElement::media property implementation.
|
2010-12-17 13:26:03 +01:00 |
Jacek Caban
|
96efe799c1
|
mshtml: Added IHTMLScriptElement::get_scr implementation.
|
2010-12-17 13:26:02 +01:00 |
Jacek Caban
|
f01d831b9b
|
mshtml: Improved IOmNavigator::javaEnabled stub.
|
2010-12-17 13:26:02 +01:00 |
Jacek Caban
|
5cfe10b3e8
|
mshtml: Improved QueryService debug traces.
|
2010-12-17 13:26:02 +01:00 |
Jacek Caban
|
42d9e0c813
|
mshtml: Added support for forwarding object element's DOM calls to ActiveX control.
|
2010-12-17 13:26:02 +01:00 |
Jacek Caban
|
26049daf47
|
mshtml: Added IHTMLObjectElement::get_object implementation.
|
2010-12-17 13:26:02 +01:00 |
Jacek Caban
|
c63a5fa8fd
|
mshtml: IHTMLDocument2 iface handling clean up.
|
2010-12-17 13:26:01 +01:00 |
Jacek Caban
|
11b310b501
|
mshtml: Removed undocumented, internal stubs exported only by old IEs.
|
2010-12-16 11:23:11 +01:00 |
Jacek Caban
|
0b5edecc8b
|
mshtml: Fixed tests on some IE6 installations.
|
2010-12-15 11:59:47 +01:00 |
Jacek Caban
|
79f400c062
|
mshtml: Forward PluginHost's QueryService calls to window object.
|
2010-12-15 11:59:43 +01:00 |
Jacek Caban
|
94b591cdf2
|
mshtml: Added PluginHost::GetContainer implementation.
|
2010-12-15 11:59:38 +01:00 |
Jacek Caban
|
dc25bca4ed
|
mshtml: Added IOleContainer stub implementation.
|
2010-12-15 11:59:31 +01:00 |
Jacek Caban
|
14f2d1b19c
|
mshtml: Added OnUIActivation implementation.
|
2010-12-15 11:59:27 +01:00 |
Jacek Caban
|
4fd5788137
|
mshtml: Added more ActiveX tests.
|
2010-12-13 16:25:58 +01:00 |
Jacek Caban
|
41ca6568be
|
mshtml: Added more plugin in place activation support.
|
2010-12-13 16:25:56 +01:00 |
Jacek Caban
|
073a48abe4
|
mshtml: Added PluginHost::GetWindowContext implementation.
|
2010-12-13 16:25:52 +01:00 |
Jacek Caban
|
52cc865cdc
|
mshtml: Deactivate plugin when detaching from document.
|
2010-12-13 16:25:03 +01:00 |
Jacek Caban
|
c65f4c4956
|
mshtml: Added support for plugin in place activation.
|
2010-12-13 16:24:59 +01:00 |
Jacek Caban
|
146b720f41
|
mshtml: Call DoVerb on embedded plugin.
|
2010-12-13 16:24:55 +01:00 |
Jacek Caban
|
47bb0de4bc
|
mshtml: Fixed tests on IEs not supporting INewWindowManager.
|
2010-12-13 12:43:31 +01:00 |
Francois Gouget
|
5e04053d88
|
mshtml: Fix a typo and remove a space before a '\n' in a FIXME() trace.
|
2010-12-13 12:43:28 +01:00 |
Jacek Caban
|
9f182396fb
|
mshtml: Added IViewObjectEx iface to plugin test.
|
2010-12-10 17:09:37 +01:00 |
Jacek Caban
|
b3f0f07d70
|
mshtml: Added IBindHost::CreateMoniker implementation.
|
2010-12-10 17:09:36 +01:00 |
Jacek Caban
|
d43fb00eaf
|
mshtml: Added PluginHost::GetMoniker implementation.
|
2010-12-10 17:09:36 +01:00 |
Jacek Caban
|
3314bd8f8a
|
mshtml: Added QueryService(SID_SBindHost) implementation.
|
2010-12-10 17:09:36 +01:00 |
Jacek Caban
|
06f3b1a343
|
mshtml: Added OnChanged(DISPID_READYSTATE) semi-stub implementation.
|
2010-12-10 17:09:36 +01:00 |
Jacek Caban
|
0849079287
|
mshtml: Added IPropertyBag::Read implementation.
|
2010-12-10 17:09:35 +01:00 |
Jacek Caban
|
9fa8afd095
|
mshtml: Added IPropertyBag2 stub implementation.
|
2010-12-10 17:09:35 +01:00 |
Jacek Caban
|
cc88c5a331
|
mshtml: Added IPersistPropertyBag calls test.
|
2010-12-10 17:09:35 +01:00 |
Jacek Caban
|
067092c223
|
mshtml: IPropertyBag stub implementation.
|
2010-12-10 17:09:34 +01:00 |
Jacek Caban
|
dbbcbd59a5
|
mshtml: Added beginning support for loading data by an ActiveX object.
|
2010-12-10 17:09:34 +01:00 |
Jacek Caban
|
331460793c
|
mshtml: Added support for CONFIRMSAFETYACTION_LOADOBJECT flag in CONFIRMSAFETY struct.
|
2010-12-09 17:20:25 +01:00 |
Jacek Caban
|
483fe27730
|
mshtml: Associate PluginHost with containing element.
|
2010-12-09 17:20:19 +01:00 |
Jacek Caban
|
bfc49aa7f3
|
mshtml: Inherit HTMLObjectElement from new HTMLPluginContainer object.
|
2010-12-09 17:20:14 +01:00 |
Jacek Caban
|
b962fff243
|
mshtml: Associate PluginHost with containing HTMLDocumentDode.
|
2010-12-09 17:20:06 +01:00 |
Michael Stefaniuc
|
5a3c146d0a
|
mshtml: Use an iface instead of a vtbl pointer in HTMLPluginsCollection.
|
2010-12-08 11:28:13 +01:00 |
Jacek Caban
|
a065d6fad9
|
mshtml: Use wineaddon.cpl to install Gecko.
|
2010-12-07 16:10:29 +01:00 |
Michael Stefaniuc
|
6f401f9811
|
mshtml: Use an iface instead of a vtbl pointer in HTMLImgElement.
|
2010-12-07 11:42:06 +01:00 |
Michael Stefaniuc
|
6c6536cbef
|
mshtml: Use an iface instead of a vtbl pointer in OmNavigator.
|
2010-12-07 11:41:59 +01:00 |
Michael Stefaniuc
|
850e991fd0
|
mshtml: Use an iface instead of a vtbl pointer in HTMLIFrame.
|
2010-12-07 11:41:52 +01:00 |
Michael Stefaniuc
|
bec5ea78ad
|
mshtml: Use an iface instead of a vtbl pointer in HTMLScreen.
|
2010-12-07 11:41:47 +01:00 |
Michael Stefaniuc
|
d4b0523288
|
mshtml: Use an iface instead of a vtbl pointer in HTMLSelectionObject.
|
2010-12-07 11:41:41 +01:00 |
Michael Stefaniuc
|
99a0da2410
|
mshtml: Use an iface instead of a vtbl pointer in HTMLLoadOptions.
|
2010-12-07 11:41:34 +01:00 |
Michael Stefaniuc
|
0850b4e8ee
|
mshtml: Use an iface instead of a vtbl pointer in HTMLObjectElement.
|
2010-12-07 11:41:15 +01:00 |
Michael Stefaniuc
|
8d78c7210f
|
mshtml: Use an iface instead of a vtbl pointer in HTMLTextAreaElement.
|
2010-12-07 11:41:12 +01:00 |
Michael Stefaniuc
|
5a506d707a
|
mshtml: Use an iface instead of a vtbl pointer in HTMLGenericElement.
|
2010-12-07 11:41:04 +01:00 |
Michael Stefaniuc
|
407a02d7eb
|
mshtml: Change the second vtbl in HTMLInputElement to an iface.
|
2010-12-07 11:40:55 +01:00 |
Michael Stefaniuc
|
bc4fed3a61
|
mshtml: Change the first vtbl in HTMLInputElement to an iface.
|
2010-12-07 11:40:41 +01:00 |
Michael Stefaniuc
|
6d158cf1d5
|
mshtml: Use an iface instead of a vtbl pointer in HTMLSelectElement.
|
2010-12-07 11:40:20 +01:00 |
Michael Stefaniuc
|
00324ea8be
|
mshtml: Use an iface instead of a vtbl pointer in HTMLTableRow.
|
2010-12-07 11:40:10 +01:00 |
Michael Stefaniuc
|
ca129550fe
|
mshtml: Use an iface instead of a vtbl pointer in HTMLFrameElement.
|
2010-12-07 11:40:01 +01:00 |
Michael Stefaniuc
|
2bef3ad2ef
|
mshtml: Use an iface instead of a vtbl pointer in UndoManager.
|
2010-12-07 11:39:53 +01:00 |
Michael Stefaniuc
|
2c04cfdb4e
|
mshtml: Use an iface instead of a vtbl pointer in HTMLScriptElement.
|
2010-12-07 11:39:43 +01:00 |
Michael Stefaniuc
|
0d2f29a010
|
mshtml: Use an iface instead of a vtbl pointer in HTMLEventObj.
|
2010-12-07 11:39:36 +01:00 |
Jacek Caban
|
c12d9ff8d7
|
mshtml: Added PluginHost's IServiceProvider stub implementation.
|
2010-12-06 19:06:38 +01:00 |
Jacek Caban
|
4479194e48
|
mshtml: Added PluginHost's IBindHost stub implementation.
|
2010-12-06 19:06:34 +01:00 |
Jacek Caban
|
dc062aee5a
|
mshtml: Added PluginHost's IOleControlSite stub implementation.
|
2010-12-06 19:06:29 +01:00 |
Jacek Caban
|
890dc6d6a0
|
mshtml: Added PluginHost's IOleInPlaceSite stub implementation.
|
2010-12-06 19:06:27 +01:00 |
Jacek Caban
|
06aa58f44b
|
mshtml: Added PluginHost's IDispatch stub implementation.
|
2010-12-06 19:06:25 +01:00 |
Jacek Caban
|
ec29487f12
|
mshtml: Added PluginHost's IPropertyNotifySink stub implementation.
|
2010-12-06 19:06:23 +01:00 |
Jacek Caban
|
546f4bf5e3
|
mshtml: Added PluginHost's IAdviseSinkEx stub implementation.
|
2010-12-06 19:06:21 +01:00 |
Jacek Caban
|
410501e6c9
|
mshtml: Added QuickActivation support.
|
2010-12-06 19:06:19 +01:00 |
Jacek Caban
|
c706bba6a8
|
mshtml: Added QuickActivate tests.
|
2010-12-06 19:06:16 +01:00 |
Jacek Caban
|
5d0df14e77
|
mshtml: Added plugin host's IOleClientSite stub implementation.
|
2010-12-06 19:06:14 +01:00 |
Jacek Caban
|
812330421e
|
mshtml: Added IOleControl calls test.
|
2010-12-06 19:06:07 +01:00 |
Michael Stefaniuc
|
28c0256635
|
mshtml: Use an iface instead of a vtbl pointer in HTMLRect.
|
2010-12-06 19:05:54 +01:00 |
Michael Stefaniuc
|
f419f8e0b7
|
mshtml: Use an iface instead of a vtbl pointer in HTMLBodyElement.
|
2010-12-06 19:05:54 +01:00 |
Michael Stefaniuc
|
c9195b9f02
|
mshtml: Use an iface instead of an vtbl pointer in HTMLAnchorElement.
|
2010-12-06 19:05:54 +01:00 |
Michael Stefaniuc
|
740a850a63
|
mshtml: Use an iface instead of a vtbl pointer in ClassFactory.
|
2010-12-05 12:25:54 +01:00 |
Jacek Caban
|
a03da22965
|
mshtml: Make translate_url IUri-based.
|
2010-12-05 12:24:28 +01:00 |
André Hentschel
|
fd94974e59
|
mshtml: Fix export comment.
|
2010-12-05 12:24:11 +01:00 |
Alexandre Julliard
|
5f49129e03
|
resources: Define a generic mechanism for adding extra values to the common version block.
|
2010-12-03 14:53:59 +01:00 |
Jacek Caban
|
0b046c94ac
|
mshtml: Added ActiveX control creation implementation.
|
2010-12-03 13:13:45 +01:00 |
Jacek Caban
|
b00b8631a6
|
mshtml: Added NP_GetEntryPoints implementation.
|
2010-12-03 13:12:02 +01:00 |
Jacek Caban
|
4a91265b4f
|
npmshtml: Added Mozilla plugin for mshtml ActiveX controls.
|
2010-12-03 11:51:50 +01:00 |
Jacek Caban
|
ecc551b911
|
mshtml: Improved error handling in element constructors.
|
2010-12-02 11:58:40 +01:00 |
Jacek Caban
|
a8b94a0377
|
mshtml: Improved error handling in HTMLElement_Create calls.
|
2010-12-02 11:58:30 +01:00 |
Jacek Caban
|
0835749af7
|
mshtml: Use binary search in HTMLElement_Create.
|
2010-12-02 11:58:24 +01:00 |
Jacek Caban
|
6bf247f937
|
mshtml: Better error handling in create_node calls.
|
2010-12-02 11:58:12 +01:00 |
Jacek Caban
|
6a1f4eb724
|
mshtml: Improved error handling in get_node calls.
|
2010-12-01 16:29:38 +01:00 |
Jacek Caban
|
fa12dd98d7
|
mshtml: Added beginning ActiveX tests.
|
2010-11-30 16:22:01 +01:00 |
Jacek Caban
|
09e275c740
|
mshtml: Fixed tests on Windows.
Spotted by Paul Vriens.
|
2010-11-30 13:53:25 +01:00 |
Jacek Caban
|
991104b97f
|
mshtml: Added IHTMLStyle::padding property implementation.
|
2010-11-29 11:24:40 +01:00 |
Jacek Caban
|
f82668f23e
|
mshtml: Added SetUIHandler tests.
|
2010-11-29 11:24:34 +01:00 |
Jacek Caban
|
ee875f362d
|
mshtml: Don't overwrite custom UI handler in SetClientSite.
|
2010-11-29 11:24:29 +01:00 |
Jacek Caban
|
0863625bcc
|
mshtml: Added ICustomDoc::SetUIHandler implementation.
|
2010-11-29 11:24:23 +01:00 |
Jacek Caban
|
387ed3c855
|
mshtml: Fixed ref count tests on broken IEs.
Also some code clean up.
|
2010-11-25 16:55:22 +01:00 |
Jacek Caban
|
5030554ccd
|
mshtml: Don't use wine_url in nsIURI::SchemeIs implementation.
|
2010-11-25 16:55:12 +01:00 |
Jacek Caban
|
286249031c
|
mshtml: Don't use wine_uri in nsIIOService::NewChannelFromURI implementation.
|
2010-11-25 16:55:05 +01:00 |
Jacek Caban
|
74aabe94b1
|
mshtml: Don't use wine_url in nsURI::Clone implementation.
|
2010-11-25 16:55:00 +01:00 |
Jacek Caban
|
b2297e2090
|
mshtml: Removed tests failing on IE7.
|
2010-11-18 12:37:04 +01:00 |
Jacek Caban
|
a215ab64ff
|
mshtml: Added document fragment cloneNode implementation.
|
2010-11-15 13:20:09 +01:00 |
Jacek Caban
|
5caf8c3187
|
mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_location.
|
2010-11-15 13:20:08 +01:00 |
Jacek Caban
|
c481fb4bb8
|
mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_body.
|
2010-11-15 13:20:08 +01:00 |
Jacek Caban
|
22ba44b401
|
mshtml: Correctly handle DOCUMENT_FRAGMENT_NODE in IHTMLDOMNode::get_nodeType.
|
2010-11-15 13:20:08 +01:00 |
Jacek Caban
|
04ad732114
|
mshtml: Added createDocumentFragment tests.
|
2010-11-15 13:20:07 +01:00 |
Jacek Caban
|
d9aacfd989
|
mshtml: Added IHTMLDocument3::createDocumentFragment implementation.
|
2010-11-15 13:20:07 +01:00 |
Jacek Caban
|
cb99f716a7
|
mshtml: Use custom get_readyState implementations for object and frame elements.
|
2010-11-15 13:20:07 +01:00 |
Jacek Caban
|
f351dc5e74
|
mshtml: Moved cloneNode implementation to vtbl.
|
2010-11-15 13:20:06 +01:00 |
Jacek Caban
|
6a37caaecb
|
mshtml: Use IUri for nsIURI::GetSpec implementation.
|
2010-11-15 13:20:06 +01:00 |
Jacek Caban
|
3f383bac3b
|
mshtml: Use IUriBuilder for nsIURI::SetPath implementation.
|
2010-11-15 13:20:06 +01:00 |
Jacek Caban
|
98f5bc384b
|
mshtml: Use IUriBuilder for IURI::SetQuery implementation.
|
2010-11-12 14:39:28 +01:00 |
Jacek Caban
|
16fbd05080
|
mshtml: Added IHTMLStyleElement stub implementation.
|
2010-11-12 14:39:21 +01:00 |
Jacek Caban
|
6e796da748
|
mshtml: Added IHTMLObjectElement::get_vspace implementation.
|
2010-11-12 14:39:04 +01:00 |
Jacek Caban
|
c7e37fd675
|
mshtml: Added HTMLWindow's IServiceProvider implementation.
|
2010-11-12 14:38:55 +01:00 |
Jacek Caban
|
6c35f1356b
|
mshtml: Added execScript tests.
|
2010-11-09 14:21:27 +01:00 |
Jacek Caban
|
e560a2246f
|
mshtml: Added IHTMLWindow2::execScript implementation.
|
2010-11-09 14:21:25 +01:00 |
Jacek Caban
|
c4d5925044
|
mshtml: Use macro for tid declaration.
|
2010-11-08 13:31:32 +01:00 |
Jacek Caban
|
2da5890ea1
|
mshtml: Added IDispatchEx support to HTMLStyleSheetsCollection object.
|
2010-11-08 13:31:25 +01:00 |
Jacek Caban
|
00ee406ea6
|
mshtml: Added IOmNavigator::get_plugins implementation.
|
2010-11-08 13:31:22 +01:00 |
Jacek Caban
|
645f34ddeb
|
mshtml: Don't free string that will be cleared by SafeArrayDestroy.
|
2010-11-08 13:31:17 +01:00 |
Piotr Caban
|
872ba8af29
|
mshtml: Impoved implementation of nsURI_GetAsciiHost.
|
2010-11-08 13:30:22 +01:00 |
Jacek Caban
|
99773fca46
|
mshtml: Properly handle QueryService(SID_SOleUndoManager) call.
|
2010-11-04 13:10:33 +01:00 |
Andrew Eikum
|
a8e39c66f7
|
hlink: Site data should only be set if the hlink has an HlinkSite.
|
2010-11-02 11:15:08 +01:00 |
Jacek Caban
|
d147ee1392
|
mshtml: Added IHTMLEmbedElement stub implementation.
|
2010-10-29 16:31:37 +02:00 |
Gustavo Henrique Milaré
|
3792143233
|
mshtml: Update Portuguese translation.
|
2010-10-29 14:22:10 +02:00 |
Piotr Caban
|
90edfe08d4
|
mshtml: Added IHTMLTextAreaElement_get_type implementation.
|
2010-10-28 11:40:43 +02:00 |
Piotr Caban
|
ac7e096c00
|
mshtml: Added IHTMLFormElement_{get/put}_encoding implementation.
|
2010-10-28 11:40:39 +02:00 |
Piotr Caban
|
990675e52f
|
mshtml: Added IHTMLFormElement_{get/put}_name implementation.
|
2010-10-28 11:40:33 +02:00 |
Piotr Caban
|
bd94cc3b86
|
mshtml: Added IHTMLFormElement_{get/put}_method implementation.
|
2010-10-28 11:40:29 +02:00 |
Piotr Caban
|
02277b4853
|
mshtml/test: Fix some memory leaks.
|
2010-10-28 11:40:20 +02:00 |
Jacek Caban
|
73a15436ac
|
mshtml: Added IDispatchEx support to HTMLObjectElement object.
|
2010-10-28 11:40:06 +02:00 |
Jacek Caban
|
8d11858e37
|
mshtml: Get rid of no longer needed parse_post_data.
|
2010-10-28 11:40:01 +02:00 |
Jacek Caban
|
ea99533ebf
|
mshtml: Added IHTMLObjectElement stub implementation.
|
2010-10-28 11:39:56 +02:00 |
Nikolay Sivov
|
198f6e75ee
|
mshtml: Remove useless initialization.
|
2010-10-25 12:41:40 +02:00 |
Paul Vriens
|
c125fc1502
|
mshtml: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
|
2010-10-22 12:06:07 +02:00 |
Yaron Shahrabani
|
081f055aa0
|
mshtml: Added Hebrew translation.
|
2010-10-22 12:05:18 +02:00 |
Jacek Caban
|
c4ae314330
|
mshtml: Use IUri in nsIURI::Equals implementation.
|
2010-10-21 16:18:11 +02:00 |
Jacek Caban
|
91acf625fb
|
mshtml: Added nsIHttpChannel::VisitResponseHeaders implementation.
|
2010-10-13 15:55:00 +02:00 |
Alexandre Goujon
|
8a64ba7ee8
|
mshtml: Update the Gecko find procedure comment to reflect the latest behavior.
|
2010-10-07 12:02:59 +02:00 |
Jacek Caban
|
f7910c9304
|
mshtml: Moved more code to handle_docobj_load.
|
2010-10-07 12:00:26 +02:00 |
Jacek Caban
|
6fff7e7c05
|
mshtml: Report better status in on_stop_nsrequest.
|
2010-10-07 12:00:26 +02:00 |
Francois Gouget
|
2174e77d34
|
mshtml: Add a space before ellipses in the Slovenian translation.
|
2010-10-05 11:38:45 +02:00 |
Alexandre Julliard
|
2510df000d
|
mshtml: Try installing Gecko from the global data dir too.
|
2010-10-04 15:00:08 +02:00 |
Jacek Caban
|
a9b4f82c7c
|
mshtml: Use URLDownloadToFile to download Gecko package file.
|
2010-10-04 15:00:08 +02:00 |
Jacek Caban
|
1f716bcbf4
|
mshtml: Try installing Gecko from hardcoded '/usr/share/wine/gecko/' location.
|
2010-10-04 15:00:08 +02:00 |
Jacek Caban
|
c6e1a0c81e
|
mshtml: Added nsIURI::GetPath implementation.
|
2010-09-29 16:15:03 +02:00 |
Jacek Caban
|
11d33cb167
|
mshtml: Use IUri for nsIURL::GetQuery implementation.
|
2010-09-29 16:14:59 +02:00 |
Jacek Caban
|
d98bb11f49
|
mshtml: Get rid of use_wine_url.
|
2010-09-29 16:14:49 +02:00 |
Jacek Caban
|
e58f9df642
|
mshtml: Use IUri for nsIURI::GetScheme implementation.
|
2010-09-29 16:14:46 +02:00 |
Jacek Caban
|
008c0597c8
|
mshtml: Added nsIURI::GetUserPass implementation.
|
2010-09-28 17:33:19 +02:00 |
Jacek Caban
|
9bb0ecceb5
|
mshtml: Added nsIURI::GetHostPort implementation.
|
2010-09-28 17:33:19 +02:00 |
Jacek Caban
|
cb85bad7a9
|
mshtml: Added nsIURI::GetPort implementation.
|
2010-09-28 17:33:19 +02:00 |
Jacek Caban
|
3a00f739b1
|
mshtml: Added nsIURI::GetHost implementation based on IUri API.
|
2010-09-28 17:33:18 +02:00 |
Jacek Caban
|
725aab4fa9
|
mshtml: Renamed uri to nsuri.
|
2010-09-28 17:33:18 +02:00 |
Jacek Caban
|
60827da9d5
|
mshtml: Added PrintHTML stub.
|
2010-09-22 12:43:47 +02:00 |
Jacek Caban
|
9557f1c526
|
mshtml: Fixed hash part stripping in GetQuery.
Spotted by Joris Huizer.
|
2010-09-19 14:59:11 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Jacek Caban
|
ffe9cc87c0
|
mshtml: Added nsIURL::GetQuery implementation.
|
2010-09-18 13:08:32 +02:00 |
Jacek Caban
|
e081b65aee
|
mshtml: Try getting window from notification callback if load group is not available in AsyncOpen.
|
2010-09-18 13:08:28 +02:00 |
Jacek Caban
|
d4071b56a1
|
mshtml: Added nsIHttpChannel::VisitResponseHeaders implementation.
|
2010-09-18 13:08:25 +02:00 |
Łukasz Wojniłowicz
|
8b3d314a68
|
mshtml: Update the Polish translation.
|
2010-09-18 13:07:00 +02:00 |
Jacek Caban
|
f39d945246
|
mshtml: Use stored nsWineURI object to create moniker in async_open.
|
2010-09-18 13:03:57 +02:00 |
Matej Spindler
|
fd60c013ff
|
mshtml: Update Slovenian translation.
|
2010-09-14 15:32:50 -05:00 |
Alistair Leslie-Hughes
|
ea451adf58
|
mshtml: Correct test for another unknown dispID.
|
2010-09-13 10:31:39 -05:00 |
Alistair Leslie-Hughes
|
168fc942f6
|
mshtml: Correct test for unknown dispID.
|
2010-09-08 13:31:33 +02:00 |
Akihiro Sagawa
|
b2ca3feb3d
|
mshtml: Update Japanese translation.
|
2010-08-31 14:23:49 +02:00 |
Jacek Caban
|
890a5e3e19
|
mshtml: Use LONGLONG/ULONGLONG for PRInt64/PRUint64.
|
2010-08-31 14:23:49 +02:00 |
Jacek Caban
|
551d98dd20
|
mshtml: Marked invalid test as broken.
|
2010-08-31 14:23:49 +02:00 |
Francois Gouget
|
3b7fc00d29
|
mshtml: Make free_strings() static.
|
2010-08-31 14:23:47 +02:00 |
Francois Gouget
|
bd43ffec6a
|
mshtml: Remove spaces before '\n's in the Portuguese translation.
|
2010-08-27 12:31:04 +02:00 |
Jacek Caban
|
69637dbed6
|
mshtml: Get rid of no longer needed nsIComponentRegistrar::AutoRegister call.
|
2010-08-26 12:39:17 +02:00 |
Jacek Caban
|
4f16b73fa4
|
mshtml: Use IActiveScriptSiteDebug64 instead of IActiveScriptSiteDebug32 on win64.
|
2010-08-26 12:39:13 +02:00 |
Jacek Caban
|
0b1530545f
|
mshtml: Added Gecko64 support.
|
2010-08-25 17:37:17 +02:00 |
Jacek Caban
|
e9e35e2b09
|
mshtml: Wine Gecko 1.1.0 release.
|
2010-08-25 17:37:14 +02:00 |
Francois Gouget
|
88cae5d4c7
|
Assorted spelling fixes.
|
2010-08-24 15:22:35 +02:00 |
Jacek Caban
|
99c4aca480
|
mshtml: Provide profile directory to Gecko.
|
2010-08-23 15:44:11 +02:00 |
Juan Lang
|
5f6b135668
|
mshtml: Fix off by one error in setting status text.
|
2010-08-20 13:21:28 +02:00 |
Jacek Caban
|
6ae22663c0
|
mshtml: Don't use start_binding in IPersistStreamInit::InitNew.
|
2010-08-19 17:32:20 +02:00 |
Jacek Caban
|
c22b8fd868
|
mshtml: Added an explicit CDECL attribute to imported functions.
|
2010-08-19 17:32:20 +02:00 |
Jacek Caban
|
8507db18a8
|
mshtml: Avoid asynchronous parse_complete call.
|
2010-08-18 15:33:11 +02:00 |
Jacek Caban
|
d607976a74
|
mshtml: Call on_stop_nsrequest asynchronously.
|
2010-08-18 15:33:02 +02:00 |
Jacek Caban
|
3c421a813a
|
mshtml: Skip mutation notifications on documents that are being replaced.
|
2010-08-18 15:32:57 +02:00 |
Jacek Caban
|
43302910e4
|
mshtml: Moved update_window_doc to on_start_nsrequest and update callback's document if needed.
|
2010-08-18 15:32:52 +02:00 |
Jacek Caban
|
a14d142555
|
mshtml: Call nsILoadGroup::AddRequest from AsyncOpen.
|
2010-08-18 15:32:48 +02:00 |
Jacek Caban
|
a9dec383d5
|
mshtml: Added nsIChannel::GetName implementation.
|
2010-08-18 15:32:41 +02:00 |
Jacek Caban
|
e83402122d
|
mshtml: Return true spec in nsIURI::GetSpec.
|
2010-08-18 15:32:36 +02:00 |
Jacek Caban
|
793b021fd0
|
mshtml: Use fake scheme only for about protocol in nsIURI::GetScheme.
|
2010-08-18 15:32:32 +02:00 |
Jacek Caban
|
ceab381750
|
mshtml: Added nsIURL::Resolve implementation.
|
2010-08-18 15:32:21 +02:00 |
Jacek Caban
|
5068249cbe
|
mshtml: Treat file URLs pointing to Gecko installation directory as special URIs.
|
2010-08-18 15:32:16 +02:00 |
Jacek Caban
|
eec86f64c4
|
mshtml: Added nsIHttpChannel::referrer implementation.
|
2010-08-18 15:32:08 +02:00 |
Jacek Caban
|
3d3f223a71
|
mshtml: Use QueryCommandState to get align state.
|
2010-08-18 15:32:03 +02:00 |
Igor Paliychuk
|
bdc7ae2e17
|
mshtml: Update Ukrainian translation.
|
2010-08-16 13:41:24 +02:00 |
Anders Jonsson
|
d3fd949c58
|
mshtml: Update Swedish translation.
|
2010-08-16 12:59:19 +02:00 |
Hwang YunSong
|
f3119811fa
|
mshtml: Update Korean resource.
|
2010-08-16 12:56:58 +02:00 |
Jose Rostagno
|
0fa01958f6
|
mshtml: Update Spanish translation.
|
2010-08-16 12:56:50 +02:00 |
Luca Bennati
|
490ee12ebb
|
mshtml: Update Italian translation.
|
2010-08-16 12:56:42 +02:00 |
Frédéric Delanoy
|
56245243f0
|
mshtml: Update French translation.
|
2010-08-16 12:56:23 +02:00 |
Sven Baars
|
d5df95257d
|
mshtml: Update the Dutch translation.
|
2010-08-16 12:56:18 +02:00 |
André Hentschel
|
87bf3ed464
|
mshtml: Fix indentation in resource file.
|
2010-08-16 12:56:14 +02:00 |
André Hentschel
|
021a9fcedd
|
mshtml: Update German translation.
|
2010-08-16 12:56:11 +02:00 |
Aurimas Fišeras
|
00f23b9c5b
|
mshtml: Update Lithuanian translation.
|
2010-08-16 12:56:09 +02:00 |
Alexander Nicolaysen Sørnes
|
aa733bedd5
|
mshtml: Send more informative messages to OleInPlaceFrame.
|
2010-08-04 13:19:21 +02:00 |
Jacek Caban
|
22679a2419
|
mshtml: Added support for custom post data type.
|
2010-08-04 12:25:22 +02:00 |
Jacek Caban
|
ac65368835
|
mshtml: Added nsIChannel::GetRequestMethod implementation.
|
2010-08-04 12:25:16 +02:00 |
Jacek Caban
|
0085383fc7
|
mshtml: Store request method in nsChannel.
|
2010-08-04 12:25:12 +02:00 |