Jacek Caban
|
01b2388c22
|
mshtml: Allow post data and headers to be passed to create_channelbsc.
|
2010-03-03 15:28:43 +01:00 |
|
Jacek Caban
|
0bccfa873d
|
mshtml: Moved asynchronous document binding to separated function.
|
2010-03-03 15:28:37 +01:00 |
|
Jacek Caban
|
6938378be3
|
mshtml: Added IHTMLPrivateWindow stub implementation.
|
2010-03-03 15:28:31 +01:00 |
|
Adam Petaccia
|
9f303c8942
|
mshtml: Test IHTMLScriptElement_put_type.
|
2010-02-26 14:19:00 +01:00 |
|
Adam Petaccia
|
a7c9ae4d08
|
mshtml: Implement HTMLScriptElement_put_type.
|
2010-02-26 14:19:00 +01:00 |
|
Vitaly Perov
|
e2f3b143fd
|
mshtml: Silence IStdMarshalInfo in htmldoc_qi FIXME.
|
2010-02-23 12:06:35 +01:00 |
|
Jacek Caban
|
6b46c9e5ad
|
mshtml: Get rid of nsIWineURI interface.
|
2010-02-22 12:01:07 +01:00 |
|
Jacek Caban
|
0f6f96ea63
|
mshtml: Get rid of nsIWineURI::[GS]etNSContainer.
|
2010-02-22 12:00:58 +01:00 |
|
Jacek Caban
|
a42bc25d55
|
mshtml: Get rid of nsIWineURI::[GS]etWindow.
|
2010-02-22 12:00:53 +01:00 |
|
Jacek Caban
|
043af028b9
|
mshtml: Get rid of most nsIWineURI methods.
|
2010-02-22 12:00:46 +01:00 |
|
Jacek Caban
|
ba1db4c199
|
mshtml: Use nsWineURL structure directly in load_nsuri.
|
2010-02-22 12:00:40 +01:00 |
|
Jacek Caban
|
61121cefcb
|
mshtml: Moved OnStartURIOpen implementation to nsio.c.
|
2010-02-22 12:00:25 +01:00 |
|
Jacek Caban
|
d95a54aa57
|
mshtml: Store nsWineURI object instead of interface in nsChannel.
|
2010-02-22 11:59:53 +01:00 |
|
Jacek Caban
|
4ab63f3ad8
|
mshtml: Rename nsURI to nsWineURI.
|
2010-02-22 11:59:39 +01:00 |
|
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
|
Vitaly Perov
|
cffd28f74d
|
mshtml: Silence IExternalConnection in htmldoc_qi FIXME.
|
2010-02-18 17:15:15 +01:00 |
|
Jacek Caban
|
38933b1a31
|
mshtml: Added IViewObject::SetSink tests.
|
2010-02-15 16:11:15 +01:00 |
|
Jacek Caban
|
a84741182f
|
mshtml: Added IViewObject::SetAdvise implementation.
|
2010-02-15 16:11:12 +01:00 |
|
Jacek Caban
|
72e2b7f111
|
mshtml: Added DOCHOST_DOCCANNAVIGATE tests.
|
2010-02-15 16:11:09 +01:00 |
|
Jacek Caban
|
ca9dbd736f
|
mshtml: Ensure that gecko event listener is attached in attach_event.
|
2010-02-11 14:38:44 +01:00 |
|
Jacek Caban
|
0216974a1b
|
mshtml: Added tests showing that we should return E_NOTIMPL in DeleteMemberByName.
|
2010-02-11 14:38:44 +01:00 |
|
Jacek Caban
|
6e116f5215
|
mshtml: Added IHTMLStyle::get_border*Color implementation.
|
2010-02-11 14:38:44 +01:00 |
|
Alexandre Julliard
|
d9f315a084
|
mshtml: Don't create empty default key values where not necessary.
|
2010-02-10 14:30:12 +01:00 |
|
Jacek Caban
|
6f6f1c9338
|
mshtml: Added IHTMLStyle::get_borderRightColor implementation.
|
2010-02-10 11:33:09 +01:00 |
|
Jacek Caban
|
d0f7785e04
|
mshtml: Forward IHTMLCommentElement::get_text to IHTMLElement::get_outerHTML.
|
2010-02-10 11:33:05 +01:00 |
|
Andrew Nguyen
|
b3b81abba3
|
mshtml: Accept NULL SAFEARRAY pointers in IHTMLDocument2::write(ln).
|
2010-02-09 17:13:52 +01:00 |
|
Jacek Caban
|
0849a81169
|
mshtml: Correctly handle comment nodes in IHTMLElement::[get|put]_title implementation.
|
2010-02-09 11:34:52 +01:00 |
|
Jacek Caban
|
29389b8742
|
mshtml: Added IHTMLElement2::detachEvent implementation.
|
2010-02-09 11:34:48 +01:00 |
|
Jacek Caban
|
07b62a8dd7
|
mshtml: Don't free nsstr in HTMLFormElement_get_dispid twice.
|
2010-02-09 11:34:43 +01:00 |
|
Jacek Caban
|
352e0ec893
|
mshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_width implementation.
|
2010-02-09 11:34:39 +01:00 |
|
Jacek Caban
|
a3ff647c1e
|
mshtml: Added IHTMLImgElement::height property implementation.
|
2010-02-09 11:34:35 +01:00 |
|
Jacek Caban
|
11ec75c18b
|
mshtml: Added IHTMLImgElement::width property implementation.
|
2010-02-09 11:34:30 +01:00 |
|
Jacek Caban
|
2330662340
|
mshtml: Set image size in IHTMLImageElementFactory::create.
|
2010-02-09 11:34:26 +01:00 |
|
Jacek Caban
|
9a92f9cb4a
|
mshtml: Improved debugstr_variant implementation.
|
2010-02-03 16:24:35 +01:00 |
|
Luca Bennati
|
1d91e3ba4f
|
mshtml: Add Italian translation.
|
2010-02-01 12:48:32 +01:00 |
|
Jacek Caban
|
4b5dcc9e6b
|
mshtml: Optimize more nsAString handling.
|
2010-01-29 14:59:02 +01:00 |
|
Jacek Caban
|
248db8d806
|
mshtml: Optimize and clean up HTMLFormElement_get_dispid implementation.
|
2010-01-29 14:58:44 +01:00 |
|
Jacek Caban
|
456e53bcf9
|
mshtml: Optimize more nsAString handling.
|
2010-01-29 13:30:08 +01:00 |
|
Jacek Caban
|
673c90382d
|
mshtml: Optimize nsAString handling in htmlelem*.c.
|
2010-01-29 13:30:07 +01:00 |
|
Jacek Caban
|
c3ae1356d6
|
mshtml: Optimize nsAString handling.
|
2010-01-29 13:30:07 +01:00 |
|
Jacek Caban
|
22d493763b
|
mshtml: Use NS_StringContainerInit2 instead of NS_StringContainerInit.
|
2010-01-29 13:30:07 +01:00 |
|
Jacek Caban
|
4a400e154b
|
mshtml: Pass dispex info to HTMLElement_Init in HTMLElement_Create.
|
2010-01-29 13:30:07 +01:00 |
|
Jacek Caban
|
398161dcee
|
mshtml: Added textarea element IDispatchEx support.
|
2010-01-29 13:30:06 +01:00 |
|
Igor Paliychuk
|
d165f18905
|
mshtml: Add Ukrainian translations.
|
2010-01-29 13:30:04 +01:00 |
|
Jacek Caban
|
7bf41fac63
|
mshtml: Added script element IDispatchEx support.
|
2010-01-28 11:10:06 +01:00 |
|
Jacek Caban
|
b00bd14e77
|
mshtml: Moved common element tids to macro.
|
2010-01-28 11:09:40 +01:00 |
|
Jacek Caban
|
cc169bc8ac
|
mshtml: Code clean up.
|
2010-01-25 12:59:28 +01:00 |
|
Jacek Caban
|
e54062d6c7
|
mshtml: Improved IHTMLWindow::GetIDsOfNames implementation.
|
2010-01-25 12:59:20 +01:00 |
|
Jacek Caban
|
a5ef2bc7a5
|
mshtml: Added semi-stub IHTMLSelectElement::add implementation.
|
2010-01-25 12:59:15 +01:00 |
|
Jacek Caban
|
089d54f1f4
|
mshtml: Added support for pure IDispatch event handlers.
|
2010-01-25 12:59:11 +01:00 |
|