Jacek Caban
|
92ff4bb7c2
|
mshtml: Fixed ref count leak.
|
2010-03-15 14:18:05 +01:00 |
Joris Huizer
|
b6f2919b90
|
mshtml: create_channelbsc: Handle OOM case correctly.
|
2010-03-04 17:31:18 +01:00 |
Jacek Caban
|
2cf2d8fed2
|
mshtml: Call Exec(DOCHOST_DOCCANNAVIGATE) from IOleObject::SetClientSite.
|
2010-03-03 15:29:43 +01:00 |
Jacek Caban
|
80f8a0df82
|
mshtml: Added more navigation tests.
|
2010-03-03 15:29:31 +01:00 |
Jacek Caban
|
9fbc3b6061
|
mshtml: Added IHTMLPrivateWindow::SuperNavigate implementation.
|
2010-03-03 15:29:25 +01:00 |
Jacek Caban
|
8dd7b39603
|
mshtml: Correctly handle document with already loaded moniker in set_moniker.
|
2010-03-03 15:29:17 +01:00 |
Jacek Caban
|
4ae97b169d
|
mshtml: Call OnViewChange in set_downloading_proc.
|
2010-03-03 15:29:12 +01:00 |
Jacek Caban
|
2a092e212b
|
mshtml: Moved SZ_HTML_CLIENTSITE_OBJECTPARAM handling to IPersistMoniker::Load.
|
2010-03-03 15:29:07 +01:00 |
Jacek Caban
|
18423e8dd9
|
mshtml: Load data from moniker in IPersistStreamInit::InitNew.
|
2010-03-03 15:29:02 +01:00 |
Jacek Caban
|
34944c89dd
|
mshtml: Properly handle IHlinkFrame::Navigate result.
|
2010-03-03 15:28:58 +01:00 |
Jacek Caban
|
15fb147a8e
|
mshtml: Set current moniker in start_binding.
|
2010-03-03 15:28:53 +01:00 |
Jacek Caban
|
9d9553f9bb
|
mshtml: nsio.c code clean up.
|
2010-03-03 15:28:48 +01:00 |
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 |
Jacek Caban
|
8571bf6f0e
|
mshtml: Call attached event handlers in reversed order.
|
2010-01-25 12:59:06 +01:00 |
Jacek Caban
|
65d9ab1650
|
mshtml: Added IDispatchEx support for frame element.
|
2010-01-22 12:23:44 +01:00 |
Jacek Caban
|
a06ee80be0
|
mshtml: Added IHTMLFrameElement3::get_contentDocument implementation.
|
2010-01-22 12:23:40 +01:00 |
Jacek Caban
|
e4af9ccd25
|
mshtml: Added IHTMLFrameElement3 stub implementation.
|
2010-01-22 12:23:34 +01:00 |
Jacek Caban
|
ab6f8f8b2e
|
mshtml: Create URL moniker after test initialization.
|
2010-01-21 09:04:53 +01:00 |
Jacek Caban
|
3b20cb11c8
|
mshtml: Store document as IHTMLDocument2 interface.
|
2010-01-20 16:29:58 +01:00 |
Jacek Caban
|
56f26c1e19
|
mshtml: Silence invalid FIXME.
|
2010-01-14 10:22:44 -06:00 |
Jacek Caban
|
b5caee220d
|
mshtml: Added IHTMLIFrameElement IDispatchEx support.
|
2010-01-14 10:22:39 -06:00 |
Jacek Caban
|
91140222b5
|
mshtml: Added IHTMLIFrameElement stub implementation.
|
2010-01-14 10:22:35 -06:00 |
Paul Vriens
|
051fc3458c
|
mshtml/tests: Fix timeouts on Win9x/WinMe by using more A-functions.
|
2010-01-06 12:42:39 +01:00 |
Paul Vriens
|
157b1f6902
|
mshtml/tests: Fix a test failure on NT4.
|
2010-01-05 12:29:24 +01:00 |
Jacek Caban
|
e4a936a2d2
|
mshtml: Store body event target in HTMLDocumentNode.
|
2010-01-04 11:41:30 +01:00 |
Jacek Caban
|
2e6353d4bc
|
mshtml: Use nsIDocShell to load a page in set_moniker.
|
2010-01-04 11:41:29 +01:00 |
Jacek Caban
|
d60ebb308f
|
mshtml: Don't try to wrap necko channel in nsChannel implementation.
|
2010-01-04 11:41:29 +01:00 |
Jacek Caban
|
8c5baf3a09
|
mshtml: Make sure that event listeners of connection point are set.
|
2010-01-04 11:41:29 +01:00 |
Jacek Caban
|
b0bb5e6a78
|
mshtml: Store ConnectionPointContainer pointer in ConnectionPoint.
|
2010-01-04 11:41:29 +01:00 |
Jacek Caban
|
c9e3c27f0d
|
mshtml: Use FindMimeFromData to find MIME if moniker doesn't report it.
|
2009-12-29 11:07:20 +01:00 |
Piotr Caban
|
d383e84e21
|
mshtml: Added IDispatch ConnectionPoint.
|
2009-12-29 11:06:22 +01:00 |
Piotr Caban
|
be2a86cbd5
|
mshtml: Query OleClientSite about services in ServiceProvider_QueryService.
|
2009-12-29 11:06:17 +01:00 |
Jacek Caban
|
221b0979b7
|
mshtml: Fixed nsIDOMNSHTMLElement declaration.
|
2009-12-28 12:27:13 +01:00 |
Jacek Caban
|
170b2da260
|
mshtml: Added better default bgColor test and code clean up.
|
2009-12-28 11:57:38 +01:00 |
Jacek Caban
|
90a4eb7d18
|
mshtml: Use nscolor_to_str in IHTMLBodyElement::get_text implementation.
|
2009-12-28 11:57:33 +01:00 |
Jacek Caban
|
0f0cb60592
|
mshtml: Correctly parse color strings.
|
2009-12-28 11:57:28 +01:00 |
Jacek Caban
|
9a264e546c
|
mshtml: Store known colors as RGB.
|
2009-12-28 11:57:24 +01:00 |
Jacek Caban
|
bbd925ddfe
|
mshtml: Added better error handling to nscolor_to_str.
|
2009-12-28 11:57:19 +01:00 |
Alistair Leslie-Hughes
|
f8aef24795
|
mshtml: Implement IHTMLDocument2 get/put onmouseout.
|
2009-12-23 14:27:30 +01:00 |
Alistair Leslie-Hughes
|
cccaf1ab19
|
mshtml: Implement IHTMLDocument2 get/put onmousedown.
|
2009-12-23 14:27:30 +01:00 |
Alistair Leslie-Hughes
|
a1f275448f
|
mshtml: Implement IHTMLDocument2 get/put onmouseup.
|
2009-12-23 14:27:30 +01:00 |
Alistair Leslie-Hughes
|
2cd6ac2725
|
mshtml: Add stub interface IHTMLFiltersCollection.
|
2009-12-22 14:13:07 +01:00 |
Jacek Caban
|
3bacd7603d
|
mshtml: Added JavaScript tests architecture and simple tests.
|
2009-12-22 13:48:25 +01:00 |
Jacek Caban
|
4e6e908966
|
mshtml: Use JScript for JavaScript in res: protocol documents.
|
2009-12-22 13:48:25 +01:00 |
Jacek Caban
|
ecbe545e90
|
mshtml: Don't use necko nsIHttpChannel in nsChannel implementation.
|
2009-12-21 15:01:25 +01:00 |
Jacek Caban
|
74c4a73ffb
|
mshtml: Don't use necko nsIHttpChannelInternal implementation in nsChannel object.
|
2009-12-18 11:41:19 +01:00 |
Piotr Caban
|
17bec80f71
|
mshtml: Added IObjectWithSite stubs.
|
2009-12-16 13:04:34 +01:00 |
Piotr Caban
|
bffa74a1c3
|
mshtml: Added ViewObjectEx stub implementation.
|
2009-12-16 13:04:34 +01:00 |
Jacek Caban
|
f7be3645f5
|
mshtml: Added support for redirected binding.
|
2009-12-16 12:23:48 +01:00 |
Alistair Leslie-Hughes
|
020c75b0fe
|
mshtml: Implement IHTMLImgElement get_Name.
|
2009-12-15 16:09:13 +01:00 |
Andrew Eikum
|
9bf516a813
|
mshtml: Search content_window's properties in HTML[I]FrameBase::get_dispid.
|
2009-12-15 16:09:11 +01:00 |
Jacek Caban
|
ba394d68be
|
mshtml: Added IHTMLStyle2::right implementation.
|
2009-12-14 12:04:06 +01:00 |
Jacek Caban
|
0f940bccd4
|
mshtml: Added IHTMLStyle::marginTop implementation.
|
2009-12-14 12:04:06 +01:00 |
Francois Gouget
|
b8cbde5c19
|
mshtml/tests: Make test_UIActivate() static.
|
2009-12-14 12:04:04 +01:00 |
Jacek Caban
|
ce7f764b0c
|
mshtml: Removed ref count tests that fail on some Windows.
|
2009-12-10 12:00:31 +01:00 |
Jacek Caban
|
64b651e262
|
mshtml: Added IHTMLDOMTextNode::get_length implementation.
|
2009-12-10 12:00:25 +01:00 |
Andrew Eikum
|
578881f600
|
mshtml: Implement IHTMLFrameBase::get_name.
|
2009-12-08 17:54:14 +01:00 |
Andrew Eikum
|
c10cd6c137
|
mshtml: Implement IHTMLWindow2::{get,put}_onresize.
|
2009-12-08 17:54:08 +01:00 |
Andrew Eikum
|
2710d14c40
|
mshtml: Implement IHTMLFrameBase::{get,put}_scrolling.
|
2009-12-08 17:54:01 +01:00 |
Andrew Eikum
|
6e3e7c9f4c
|
mshtml: Store ns[i]frame reference in HTMLFrameBase.
|
2009-12-08 17:53:53 +01:00 |
Jacek Caban
|
70592b59e7
|
mshtml: Added IHTMLDocument2::onreadystatechange property implementation.
|
2009-12-08 12:36:09 +01:00 |
Paul Vriens
|
8da7a00e67
|
mshtml/tests: Skip some tests on older IE.
|
2009-12-07 16:51:36 +01:00 |
Piotr Caban
|
2efb829845
|
mshtml: Added more OleDocumentView_UIActivate tests.
|
2009-12-07 15:41:34 +01:00 |
Piotr Caban
|
8c06ed96ae
|
mshtml: Improved OleDocumentView_UIActivate implementation.
|
2009-12-07 15:41:18 +01:00 |
Piotr Caban
|
24601ed1db
|
mshtml: Added Advise handling to OleObject_Close.
|
2009-12-07 15:41:13 +01:00 |
Piotr Caban
|
91dd9bbb71
|
mshtml: Added OleObject_Advise tests.
|
2009-12-07 15:41:07 +01:00 |
Piotr Caban
|
7372a6dd12
|
mshtml: Added OleObject_EnumAdvise implementation.
|
2009-12-07 15:41:01 +01:00 |
Piotr Caban
|
0aca61c5c3
|
mshtml: Added OleObject_Unadvise implementation.
|
2009-12-07 15:40:57 +01:00 |
Piotr Caban
|
bbfa604dc0
|
mshtml: Added OleObject_Advise implementation.
|
2009-12-07 15:40:53 +01:00 |
Piotr Caban
|
45e0dd9d1f
|
mshtml: Added PersistStreamInit_InitNew implementation.
|
2009-12-07 15:40:47 +01:00 |
Jacek Caban
|
f1a543d546
|
mshtml: Added test for setting VT_EMPTY event handler.
|
2009-12-07 14:18:28 +01:00 |
Jacek Caban
|
f3d805862a
|
mshtml: Don't pass fdexNameEnsure flag to script engines in find_global_prop.
|
2009-12-07 14:18:28 +01:00 |
Francois Gouget
|
6fced4d1c7
|
mshtml/tests: Fix the get_event_src() macro declaration.
|
2009-12-07 14:18:24 +01:00 |
Francois Gouget
|
661208f088
|
mshtml: Make nsACString_{Init,Finish}() static.
|
2009-12-04 14:34:58 +01:00 |
Jacek Caban
|
412f4a6091
|
mshtml: Disable Gecko installation on unsupported CPU architectures.
|
2009-12-03 15:27:49 +01:00 |
Paul Vriens
|
5bc0dd711a
|
mshtml/tests: Run tests again on boxes with older IE.
|
2009-12-03 10:23:05 +01:00 |
Jacek Caban
|
bd715dc8e4
|
mshtml: Detach window from frame element on window destruction.
|
2009-12-03 10:22:13 +01:00 |
Jacek Caban
|
bfec9c619b
|
mshtml: Fixed dispid lookup in_cp_event.
|
2009-12-03 10:22:09 +01:00 |
Jacek Caban
|
451f5b4ad6
|
mshtml: Added generic bind_to_tree node notification and use it to set frame's content window.
|
2009-12-03 10:22:04 +01:00 |
Jacek Caban
|
2b04973e09
|
mshtml: Fixed tests on older IEs.
|
2009-12-03 10:21:55 +01:00 |
Marcus Meissner
|
5013c4d96e
|
mshtml: Check for NULL return from allocations.
|
2009-12-02 13:16:45 +01:00 |
Jacek Caban
|
0909e8b18c
|
mshtml: Added IHTMLDocument::cookie tests.
|
2009-12-02 13:06:01 +01:00 |
Jacek Caban
|
8ddcbd00eb
|
mshtml: Added IHTMLDocument2::put_cookie implementation.
|
2009-12-02 12:19:49 +01:00 |
Jacek Caban
|
614c66a418
|
mshtml: Added IHTMLDocument2::get_cookie implementation.
|
2009-12-02 12:19:45 +01:00 |
Jacek Caban
|
28677ea87d
|
mshtml: Don't depend on necko channel in nsChannel::QueryInterface implementation.
|
2009-12-02 12:19:38 +01:00 |
Jacek Caban
|
dc3818e707
|
mshtml: Don't wrap URIs related to Gecko special URIs.
|
2009-12-02 12:19:30 +01:00 |
Andrew Eikum
|
d97b4d260e
|
mshtml: Implement IHTMLStyle::{get, put}_border{Top, Bottom, Right}.
|
2009-12-02 12:19:24 +01:00 |
Andrew Eikum
|
3007b73cc9
|
mshtml: Support get_dispid and invoke methods in HTMLFormElement.
|
2009-12-02 12:18:23 +01:00 |
Andrew Eikum
|
e5948590ee
|
mshtml: Add get_dispid and invoke methods to HTMLNode vtbl.
|
2009-12-02 12:18:19 +01:00 |
Andrew Eikum
|
1563c137fa
|
mshtml: Add stub implementation of IHTMLFormElement.
|
2009-12-01 12:58:16 +01:00 |
Jacek Caban
|
368edb73cd
|
mshtml: Added onreadystatechange tests.
|
2009-12-01 11:39:51 +01:00 |
Jacek Caban
|
f91e71d7ce
|
mshtml: Added onreadystatechange event support.
|
2009-12-01 11:39:45 +01:00 |
Jacek Caban
|
a369d5e733
|
mshtml: Added IHTMLFrameBase2::get_readyState implementation.
|
2009-12-01 11:39:40 +01:00 |
Jacek Caban
|
f340e637f7
|
mshtml: Added IHTMLFrameBase2::put_src implementation.
|
2009-12-01 11:39:36 +01:00 |
Jacek Caban
|
bb60430de4
|
mshtml: Always return fake scheme in nsIURI::GetScheme if use_wine_url is set.
|
2009-12-01 11:39:31 +01:00 |
Jacek Caban
|
050a1372b0
|
mshtml: Added support for frames in navigate_url.
|
2009-12-01 11:39:26 +01:00 |
Jacek Caban
|
ec13e51087
|
mshtml: Don't change nsIWineURI in OnStartBinding if it's already marked as document URI.
|
2009-12-01 11:39:17 +01:00 |
Jacek Caban
|
679591ff87
|
mshtml: Added support for relative URLs in navigate_url.
|
2009-12-01 11:39:12 +01:00 |
Jacek Caban
|
7cb41811b1
|
mshtml: Use special handling only for main documents in AsyncOpen.
|
2009-12-01 11:39:07 +01:00 |
Jacek Caban
|
fc2306d58c
|
mshtml: Don't fail in NewChannelFromURI if necko failed to create a channel.
|
2009-12-01 11:39:02 +01:00 |
Jacek Caban
|
d0dbf57c36
|
mshtml: Always set use_wine_url if there is no necko nsIURI available.
|
2009-12-01 11:38:55 +01:00 |
Jacek Caban
|
a75615640a
|
mshtml: Added IHTMLElement2::get_readyState test.
|
2009-12-01 11:34:27 +01:00 |
Jacek Caban
|
9881ec35eb
|
mshtml: Added IHTMLElement2::get_readyState implementation.
|
2009-12-01 11:34:23 +01:00 |
Jacek Caban
|
2c6c00a84f
|
mshtml: Forward setting window.location to window.location.href.
|
2009-12-01 11:34:16 +01:00 |
Jacek Caban
|
f8d8fbba46
|
mshtml: Added IHTMLScreen::get_colorDepth implementation.
|
2009-12-01 11:34:09 +01:00 |
Jacek Caban
|
fd24068c8f
|
mshtml: Added IHTMLScreen::get_height implementation.
|
2009-12-01 11:31:01 +01:00 |
Jacek Caban
|
ca54be2cc6
|
mshtml: Added IHTMLScreen::get_width implementation.
|
2009-12-01 11:30:55 +01:00 |
Jacek Caban
|
1ddc01c09b
|
mshtml.idl: Added DispHTMLScreen declaration and use it in HTMLScreen object.
|
2009-12-01 11:30:42 +01:00 |
Jacek Caban
|
06884fb181
|
mshtml: Added IHTMLWindow2::get_screen implementation.
|
2009-12-01 11:30:37 +01:00 |
Paul Vriens
|
cb5a2bbb02
|
mshtml/tests: Use the globally available wine_dbgstr_w.
|
2009-11-30 16:37:50 +01:00 |
Jacek Caban
|
1fccc1b4fa
|
mshtml: Added [i]frame elements content document tests.
|
2009-11-29 16:36:50 +01:00 |
Jacek Caban
|
999371724a
|
mshtml: Return content document in get_document for frame elements.
|
2009-11-29 16:36:42 +01:00 |
Jacek Caban
|
7c64ab1e83
|
mshtml: Moved IHTMLFrameBase2 implementation to HTMLFrameBase object.
|
2009-11-29 16:36:35 +01:00 |
Jacek Caban
|
5dd4248ff3
|
mshtml: Fixed ref count leak and code clean up.
|
2009-11-29 16:36:28 +01:00 |
Jacek Caban
|
9718e04775
|
mshtml: Added connection point notification test.
|
2009-11-24 10:47:42 +01:00 |
Jacek Caban
|
1c5c822b07
|
mshtml: Added support for connection point HTML notification.
|
2009-11-24 10:47:21 +01:00 |
Jacek Caban
|
19415addec
|
mshtml: Share connection points between HTMLDocumentObj and its main HTMLDocumentNode.
|
2009-11-24 10:47:12 +01:00 |
Jacek Caban
|
2f0373d265
|
mshtml: Forward common function from IHTMLAnchorElement to IHTMLElement2 implementation.
|
2009-11-24 10:45:51 +01:00 |
Andrew Eikum
|
d51c096615
|
mshtml: Also search by node name attribute in IHTMLDocument3::getElementById.
|
2009-11-21 14:31:45 +01:00 |
Andrew Eikum
|
9a9c5f9cdf
|
mshtml: Also get dispid by element name & id in HTMLElementCollection.
|
2009-11-21 14:31:45 +01:00 |
Jacek Caban
|
785fb1d2e1
|
mshtml: Get rid of no longer needed Gecko checks in tests.
|
2009-11-20 11:16:28 +01:00 |
Jacek Caban
|
b2ffe78729
|
mshtml: Check for CATID_SafeForScripting in GUID_CUSTOM_CONFIRMOBJECTSAFETY implementation if IObjectSafety is not available.
|
2009-11-20 11:16:13 +01:00 |
Jeremy White
|
9145a1cdb2
|
mshtml: Declare prototype of wine_dos_get_file_name correctly; fixes Gecko install on win64.
|
2009-11-19 11:47:44 +01:00 |
Francois Gouget
|
1e4412d731
|
mshtml/tests: Add a trailing '\n' to ok() calls.
|
2009-11-18 15:15:36 +01:00 |
Andrew Eikum
|
3f63a2968d
|
mshtml: Implement IHTMLWindow2::get_top.
|
2009-11-17 15:14:56 +01:00 |
Jacek Caban
|
6be475d0fe
|
mshtml: Improved IHTMLStyle3::put_zoom stub.
|
2009-11-17 12:05:53 +01:00 |
Jacek Caban
|
90d078950c
|
mshtml: Don't use nselem in InsertAdjacentNode implementation.
|
2009-11-16 13:48:30 +01:00 |
Jacek Caban
|
b553019dc3
|
mshtml: Added IHTMLElement::put_outerHTML implementation.
|
2009-11-16 13:48:26 +01:00 |
Vladimir Pankratov
|
469a1ba4cc
|
mshtml: Update Russian translation.
|
2009-11-16 12:43:07 +01:00 |
Francois Gouget
|
67c8e896a9
|
mshtml: parse_complete() is unused so remove it.
|
2009-11-16 12:43:06 +01:00 |
Andrew Eikum
|
75b58fb537
|
mshtml: Implement IHTMLWindow2::get_parent.
|
2009-11-16 11:54:10 +01:00 |
Andrew Eikum
|
733dfb6429
|
mshtml: Implement IHTMLWindow2::item.
|
2009-11-16 11:54:05 +01:00 |
Andrew Eikum
|
ac226b20f0
|
mshtml: Implement IHTMLWindow2::get_frames and add tests.
|
2009-11-16 11:53:59 +01:00 |
Andrew Eikum
|
0eaae2745c
|
mshtml: Implement IHTMLWindow4::get_frameElement.
|
2009-11-16 11:53:53 +01:00 |
Andrew Eikum
|
334f2ce074
|
mshtml: Add stub implementation of IHTMLWindow4.
|
2009-11-16 11:53:45 +01:00 |
Anders Jonsson
|
b00b112fb6
|
mshtml: Update Swedish translation.
|
2009-11-16 11:40:24 +01:00 |
André Hentschel
|
79307e596e
|
mshtml: Update German Gecko installer dialog.
|
2009-11-16 11:34:42 +01:00 |
Aurimas Fišeras
|
fdd9938754
|
mshtml: Update Lithuanain translation.
|
2009-11-16 11:34:36 +01:00 |
Jacek Caban
|
b4a7de9a08
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Jacek Caban
|
10b0b86cbc
|
mshtml: Download Gecko in DllRegisterServer.
|
2009-11-12 15:21:09 +01:00 |
Jacek Caban
|
ca32265d88
|
mshtml: Moved GeckoUrl registry to mshtml.inf.
|
2009-11-12 15:20:59 +01:00 |
Jacek Caban
|
7f6630ee44
|
mshtml: Get rid of no longer needed bind_complete in set_moniker.
|
2009-11-12 15:20:12 +01:00 |
Jacek Caban
|
aa714ca169
|
mshtml: Correctly handle NULL nschannel in channelbsc_load_stream (Coverity).
|
2009-11-12 15:20:07 +01:00 |
Alexandre Julliard
|
56e729726b
|
mshtml: Register a few more MIME types.
|
2009-11-11 21:21:38 +01:00 |
Alexandre Julliard
|
2976879c24
|
mshtml: Move some Content-Type registry keys to mshtml.inf.
|
2009-11-11 21:12:37 +01:00 |
Jacek Caban
|
bcfa7c57d6
|
mshtml: Split parse_complete to handle_load and mutation observer.
|
2009-11-09 19:44:17 +01:00 |
Francois Gouget
|
abccac3897
|
mshtml/tests: Fix a trailing '\n' in an ok() call.
|
2009-11-09 19:41:36 +01:00 |
Jacek Caban
|
deef140186
|
mshtml: Moved readystate to HTMLWindow.
|
2009-11-03 21:25:20 +01:00 |
Jacek Caban
|
ccaa3c4631
|
mshtml: Moved add_script_runner call to push_mutation_queue.
|
2009-11-03 21:25:14 +01:00 |
Jacek Caban
|
73bf0d8f9a
|
mshtml: Handle EndLoad via script runner.
|
2009-11-03 21:25:10 +01:00 |
Jacek Caban
|
67c8d4b405
|
mshtml: Moved readystate changes to separated function.
|
2009-11-03 21:25:04 +01:00 |
Jacek Caban
|
dca249833b
|
mshtml: Return NULL ownerDocument for document node.
|
2009-11-03 21:24:59 +01:00 |
Jacek Caban
|
82c8e7c684
|
mshtml: Added support for accessing elements id by global properties.
|
2009-11-03 21:24:54 +01:00 |
Jacek Caban
|
9195e1b756
|
mshtml: Moved global property allocation to separated function.
|
2009-11-03 21:24:49 +01:00 |
Jacek Caban
|
ed10650472
|
mshtml: Don't create dynamic property if alloc arg is false.
|
2009-11-03 21:24:44 +01:00 |
Jacek Caban
|
847a743f2c
|
mshtml: Added fdexNameCaseInsensitive support.
|
2009-11-03 21:24:09 +01:00 |
Jacek Caban
|
cefb25c74f
|
mshtml: Added InvokeEx(DISPATCH_PROPERTYPUT|DISPATCH_PROPERTYPUTREF) implementation.
|
2009-11-03 21:24:04 +01:00 |
Jacek Caban
|
007b398215
|
mshtml: Return NS_OK for empty aRef in nsIURL::SetRef.
|
2009-11-03 21:23:58 +01:00 |
Jacek Caban
|
fa3ac0a3d9
|
mshtml: Added HTMLFrameElement object and associate it with frame window.
|
2009-11-03 21:23:54 +01:00 |
Jacek Caban
|
9d6af171e5
|
mshtml: Associate HTMLWindow with HTMLIFrame.
|
2009-11-03 21:23:48 +01:00 |
Jacek Caban
|
bdb9270705
|
mshtml: Moved content_window to HTMLFrameBase.
|
2009-11-03 21:23:41 +01:00 |
Jacek Caban
|
20ed399b28
|
mshtml: Store content window on HTMLIFrameElement creation.
|
2009-11-03 21:23:35 +01:00 |
Jacek Caban
|
4ffd64ddeb
|
mshtml: Moved IHTMLFrameBase to separated object to allow sharing implementation with HTMLFrame.
|
2009-11-03 21:23:29 +01:00 |
Jacek Caban
|
d3a9f162e8
|
mshtml: Moved whole element initialization to HTMLElement_Init.
|
2009-11-03 21:23:12 +01:00 |
Michael Stefaniuc
|
cc94a1db01
|
mshtml: Free the right variable (Smatch).
|
2009-11-03 21:22:53 +01:00 |
Jacek Caban
|
11651f5731
|
mshtml: Added IHTMLDOMNode::nextSibling implementation.
|
2009-10-29 13:08:41 +01:00 |
Jacek Caban
|
d76720cc56
|
mshtml: Inherit scriptmode from parent window.
|
2009-10-29 13:08:26 +01:00 |
Jacek Caban
|
ceb02fb027
|
mshtml: Improve debug traces.
|
2009-10-29 13:08:20 +01:00 |
Jacek Caban
|
67e6c7f1f3
|
mshtml: Added HTML frames support.
|
2009-10-28 11:11:45 +01:00 |
Jacek Caban
|
faf0b6bb2a
|
mshtml: Avoid crash in nsIURI:Equals if other_url is NULL.
|
2009-10-28 11:11:36 +01:00 |
Jacek Caban
|
361f9a30ba
|
mshtml: Moved event_vector to HTMLDocumentNode.
|
2009-10-28 11:11:31 +01:00 |
Jacek Caban
|
d52f41ba41
|
mshtml: Moved nsIDOMEventListener implementations to HTMLDocumentNode.
|
2009-10-28 11:11:24 +01:00 |
Andrew Eikum
|
9d62f47533
|
mshtml: Fix typo in TRACE.
|
2009-10-27 10:52:41 +01:00 |
Jacek Caban
|
745f601d23
|
mshtml: Moved binding list to HTMLDocumentNode.
|
2009-10-27 10:52:37 +01:00 |
Jacek Caban
|
12bddc55ed
|
mshtml: Allow task queue to be used for different targets.
|
2009-10-27 10:52:28 +01:00 |
Jacek Caban
|
fd47fa4647
|
mshtml: Moved url and mon to HTMLWindow.
|
2009-10-27 10:52:17 +01:00 |
Jacek Caban
|
207fe98e2a
|
mshtml: Moved bscallback to HTMLWindow.
|
2009-10-27 10:52:08 +01:00 |
Jacek Caban
|
50588739e3
|
mshtml: Use HTMLWindow in AsyncOpen implementation.
|
2009-10-27 10:51:45 +01:00 |
Jacek Caban
|
45ce37fe64
|
mshtml: Store window reference in nsURI.
|
2009-10-27 10:51:35 +01:00 |
Jacek Caban
|
8a860e4c0f
|
mshtml: Fail to create HTMLDocument if Gecko is not available.
|
2009-10-26 11:19:38 +01:00 |
Jacek Caban
|
501e680ea9
|
mshtml: Call pop_mutation_queue in MUTATION_IFRAME handler.
|
2009-10-23 12:00:33 +02:00 |
Andrew Eikum
|
ad158f6efd
|
mshtml: Add HTMLImageElementFactory::value for constructing IHTMLImgElement objects.
|
2009-10-22 16:28:16 +02:00 |
Andrew Eikum
|
753aa4ca98
|
mshtml: Handle DISPATCH_CONSTRUCT flag for DispatchEx objects.
|
2009-10-22 16:28:10 +02:00 |
Jacek Caban
|
3263ace686
|
mshtml: Initialize iframe windows when added to document.
|
2009-10-22 10:42:03 +02:00 |
Jacek Caban
|
23891357a3
|
mshtml: Moved HTMLDocumentNode creating to HTMLWindow_Create.
|
2009-10-22 10:41:55 +02:00 |
Jacek Caban
|
5b5528f299
|
mshtml: Get rid of update_nsdocument call in SetStatus hack.
|
2009-10-22 10:41:46 +02:00 |
Jacek Caban
|
250ec843a5
|
mshtml: Moved Wine[Add|Remove]Observer calls to HTMLDocumentNode constructor/destructor.
|
2009-10-22 10:41:39 +02:00 |
Jacek Caban
|
5894e3be75
|
mshtml: Moved nsIDocumentObserver implementation to HTMLDocumentNode object.
|
2009-10-22 10:41:32 +02:00 |
Jacek Caban
|
f9eff68891
|
mshtml: Moved nsdoc to HTMLDocumentNode object.
|
2009-10-22 10:41:22 +02:00 |
Andrew Eikum
|
90029d3429
|
mshtml: Add DispatchEx support to HTMLImageElementFactory.
|
2009-10-21 16:05:58 +02:00 |
Andrew Eikum
|
9c53e8d935
|
mshtml: Implement HTMLImageElementFactory::create.
|
2009-10-21 16:05:58 +02:00 |
Andrew Eikum
|
9579d64c69
|
mshtml: Add stub implementation for HTMLImageElementFactory.
|
2009-10-21 16:05:58 +02:00 |
Andrew Eikum
|
a4b5ccfc29
|
hlink: Use HLINKSETF flags in Hlink::fnSetMonikerReference.
|
2009-10-21 16:05:56 +02:00 |
Jacek Caban
|
f1bb67222e
|
mshtml: Use create_nsdoc in exec_indent.
|
2009-10-20 14:16:01 +02:00 |
Jacek Caban
|
fa1388355f
|
mshtml: Use create_nselem in exec_hyperlink.
|
2009-10-20 14:15:56 +02:00 |
Jacek Caban
|
6f48c43581
|
mshtml: Use create_nselem in set_font_size.
|
2009-10-20 14:15:52 +02:00 |
Jacek Caban
|
dd04cbc53c
|
mshtml: Use create_nselem in IHTMLOptionFactory::create.
|
2009-10-20 14:15:47 +02:00 |
Jacek Caban
|
9ce3e6b7c2
|
mshtml: Moved creating new element to separated function.
|
2009-10-20 14:15:42 +02:00 |
Michael Stefaniuc
|
975a93de68
|
mshtml: Remove redundant NULL check before HeapFree (Smatch).
|
2009-10-20 14:00:51 +02:00 |
Jacek Caban
|
be8107a235
|
mshtml: Ignore version bits in grfdex.
|
2009-10-20 13:47:47 +02:00 |
Andrew Eikum
|
b16634c2f9
|
mshtml/tests: Remove todo_wine paths.
|
2009-10-20 13:47:33 +02:00 |