Jacek Caban
|
cf2a24df07
|
mshtml: Get rid of remaining PRInt32 usage.
|
2013-01-18 14:46:42 +01:00 |
Jacek Caban
|
d83822adbe
|
mshtml: Don't use PRInt32 in property getters implementations.
|
2013-01-18 14:46:42 +01:00 |
Jacek Caban
|
c55b777c7c
|
mshtml: Don't use PRInt32 in htmlelem*.
|
2013-01-18 14:46:41 +01:00 |
Jacek Caban
|
fa5f513eed
|
mshtml: Don't use PRInt32 in nsio.c.
|
2013-01-18 14:46:38 +01:00 |
Jacek Caban
|
23ae6e4ec4
|
mshtml: Treat doctype nodes as comment nodes.
|
2013-01-17 16:40:26 +01:00 |
Jacek Caban
|
292e2359bb
|
mshtml: Added support for DOCUMENT_TYPE_NODE in nsnode_to_nsstring_rec.
|
2013-01-17 16:40:21 +01:00 |
Jacek Caban
|
bce6ee2b84
|
mshtml: Remove duplicated property entries in preprocess_dispex_data.
|
2013-01-16 20:26:50 +01:00 |
Jacek Caban
|
b6bc92aaa9
|
mshtml: Added IHTMLScriptElement::put_text tests.
|
2013-01-15 14:38:59 +01:00 |
Jacek Caban
|
1aa8742da7
|
mshtml: Added IHTMLScriptElement::put_text implementation.
|
2013-01-15 14:38:54 +01:00 |
Jacek Caban
|
ba521ffcb7
|
mshtml: Don't check if script element was already parsed in doc_insert_script.
|
2013-01-15 14:38:50 +01:00 |
Jacek Caban
|
b93e29f0ee
|
mshtml: Added support for non-integer values in get_nsstyle_pixel_val.
|
2013-01-10 16:06:10 +01:00 |
Jacek Caban
|
136b738b50
|
mshtml: Wine Gecko 1.9 release.
|
2013-01-09 17:45:49 +01:00 |
Jacek Caban
|
64df55eb84
|
mshtml: Fixed leak in get_nsstyle_pos.
|
2013-01-07 17:37:53 +01:00 |
Jacek Caban
|
0f60681a5a
|
mshtml: Added IHTMLStyle::put_pixelLeft implementation.
|
2013-01-07 17:37:47 +01:00 |
Jacek Caban
|
85368869e8
|
mshtml: Added IHTMLStyle::get_pixelLeft implementation.
|
2013-01-07 17:37:43 +01:00 |
Francois Gouget
|
f963f93964
|
Assorted spelling fixes.
|
2013-01-07 11:10:40 +01:00 |
Jacek Caban
|
674d3a1242
|
mshtml: Removed no longer used nsIProfile declaration.
|
2012-12-24 14:38:02 +01:00 |
Jacek Caban
|
10a832cc04
|
mshtml: Properly handle NULL value in set_nsstyle_attr.
|
2012-12-06 20:31:30 +01:00 |
Jacek Caban
|
36a47dd0f2
|
mshtml: Added SID_SContainerDispatch support.
|
2012-12-06 20:31:29 +01:00 |
Jacek Caban
|
61ec3ae27b
|
mshtml: Added support for converting (some) argument types in builtin function calls using script engine.
|
2012-12-04 16:55:59 +01:00 |
Jacek Caban
|
639a42a8fd
|
mshtml: Added IHTMLInputElement::defaultValue property implementation.
|
2012-11-28 20:14:52 +01:00 |
Jacek Caban
|
fbeb1b4acf
|
mshtml: Use UTF-8 encoding in is_gecko_path.
|
2012-11-27 17:00:53 +01:00 |
Jacek Caban
|
df53b50171
|
mshtml: Fixed a few coverity issues.
|
2012-11-27 17:00:38 +01:00 |
Jacek Caban
|
2f5123cbbc
|
mshtml: Added nsIURI::GetOriginCharset implementation.
|
2012-11-21 19:20:43 +01:00 |
Jacek Caban
|
d202daa182
|
mshtml: Always use UTF-8 encoding in nsWineURL.
|
2012-11-21 19:20:39 +01:00 |
Jacek Caban
|
720c0c810d
|
mshtml: Fixed leak in fill_props.
|
2012-11-21 13:37:23 +01:00 |
Jacek Caban
|
6b0f51f9de
|
mshtml: Use ATTR_FIX_PX in IHTMLStyle2::put_bottom implementation.
|
2012-11-21 13:37:18 +01:00 |
Jacek Caban
|
96ace8636a
|
mshtml: Use stdint.h type names in nsiface.idl.
Gecko uses stdint.h types instead of NSPR types for most of the codebase now.
|
2012-11-20 19:47:04 +01:00 |
André Hentschel
|
e9bfe83683
|
mshtml: Fix possible NULL pointer access in heap_str*.
|
2012-11-19 16:36:50 +01:00 |
Jacek Caban
|
95f3c6402a
|
mshtml: Added IHTMLScriptElement::get_text implementation.
|
2012-11-13 16:54:54 +01:00 |
Jacek Caban
|
47274313db
|
mshtml: Added refresh tests.
|
2012-11-12 16:35:16 +01:00 |
Jacek Caban
|
1cc3cf1b64
|
mshtml: Added exec_refresh implementation.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
f0b7db4df8
|
mshtml: Store embedder's IOleComandTarget iface in HTMLDocumentObj and use it in handle_navigation_error.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
0d1ce5a308
|
mshtml: Added IPersistHistory tests.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
8f1bb21f35
|
mshtml: Don't skip history notification for about: URLs.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
7ac09e721c
|
mshtml: Properly report history update for location.replace call.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
26d3962528
|
mshtml: Added IPersistStream::LoadHistory implementation.
|
2012-11-09 11:30:52 +01:00 |
Jacek Caban
|
cfa0a3accd
|
mshtml: Use flags in navigation functions.
|
2012-11-09 11:30:48 +01:00 |
Jacek Caban
|
92443dca02
|
mshtml: Added IPersistHistory::SaveHistory implementation.
|
2012-11-09 11:30:45 +01:00 |
Jacek Caban
|
99c34aa9d9
|
mshtml: Use fregment-less URI in super_navigate.
|
2012-11-09 11:30:42 +01:00 |
Jacek Caban
|
01949aead4
|
mshtml: Call set_current_uri in navigate_proc.
|
2012-11-09 11:30:39 +01:00 |
Jacek Caban
|
e0a33d0480
|
mshtml: Don't pass hash part of URI to EvaluateNewWindow.
|
2012-11-09 11:30:35 +01:00 |
Jacek Caban
|
1017c2b3ee
|
mshtml: Added IHTMLObjectElement::name property implementation.
|
2012-11-07 18:12:05 +01:00 |
Jacek Caban
|
4255772440
|
mshtml: Ignore one more property change notification to fix some IE installations.
|
2012-11-06 20:00:44 +01:00 |
Jacek Caban
|
e3e0fdd461
|
mshtml: Keep reference to document node in fire_event_obj.
|
2012-11-06 16:02:31 +01:00 |
Jacek Caban
|
8086af47b5
|
mshtml: Don't call CP event sinks on detached documents.
|
2012-11-06 16:02:30 +01:00 |
Jacek Caban
|
d1f2b8a809
|
mshtml: Try to install ActiveX if it's not registered.
|
2012-11-02 19:47:26 +01:00 |
Jacek Caban
|
2c6cbf75d4
|
mshtml: Added IHTMLWindow2::onblur property implementation.
|
2012-10-25 15:57:50 +02:00 |
Jacek Caban
|
81cdfc61fd
|
mshtml: Added IHTMLFrameBase::marginWidth property implementation.
|
2012-10-24 14:20:03 +02:00 |
Jacek Caban
|
00d3126c23
|
mshtml: Added IHTMLFrameBase::marginHeight property implementation.
|
2012-10-24 14:19:59 +02:00 |
Jacek Caban
|
8e2fd3a9be
|
mshtml: Get rid of no longer used painting fallback for missing Gecko.
|
2012-10-23 19:44:05 +02:00 |
Jacek Caban
|
d27417768e
|
mshtml: Added IHTMLIFrameElement::width property implementation.
|
2012-10-23 17:29:20 +02:00 |
Jacek Caban
|
a741a3f99c
|
mshtml: Added IHTMLIFrameElement::height property implementation.
|
2012-10-23 17:29:16 +02:00 |
Jacek Caban
|
04c97d08eb
|
mshtml: Added IHTMLStyle::clear property implementation.
|
2012-10-23 17:29:10 +02:00 |
Jacek Caban
|
516731c861
|
mshtml: Added more events tests.
|
2012-10-22 12:06:36 +02:00 |
Jacek Caban
|
4940275d21
|
mshtml: Set 'this' to window object for onload handlers.
|
2012-10-22 12:06:33 +02:00 |
Jacek Caban
|
610ea94da5
|
mshtml: Added IHTMLLocation::toString implementation.
|
2012-10-22 12:06:30 +02:00 |
Jacek Caban
|
8b04ab10b9
|
mshtml: Fixed attribute object caching logic.
|
2012-10-22 12:06:26 +02:00 |
Jacek Caban
|
3b6615686b
|
mshtml: Fixed error handling of IBindCtx_GetObjectParam (coverity).
|
2012-10-19 12:20:49 +02:00 |
Jacek Caban
|
23c87ba829
|
mshtml: Properly handle OOM errors in htmlnode.c (coverity).
|
2012-10-19 12:20:42 +02:00 |
Jacek Caban
|
b6227fc4e8
|
mshtml: Properly handle OOM errors in navigate.c (coverity).
|
2012-10-19 12:20:31 +02:00 |
Jacek Caban
|
421368b875
|
mshtml: Properly handle OOM errors in nsio.c (coverity).
|
2012-10-19 12:20:20 +02:00 |
Jacek Caban
|
3a4a4acd1a
|
mshtml: Properly handle OOM errors in omnavigator.c (coverity).
|
2012-10-19 12:20:11 +02:00 |
Jacek Caban
|
4638fbf167
|
mshtml: Properly handle OOM errors in script.c (coverity).
|
2012-10-19 12:20:01 +02:00 |
Jacek Caban
|
08485aeb48
|
mshtml: Properly handle OOM errors in task.c (coverity).
|
2012-10-19 12:19:45 +02:00 |
Jacek Caban
|
b5691b5e63
|
mshtml: Added HTML comments in VBScript code tests.
|
2012-10-18 19:21:38 +02:00 |
Jacek Caban
|
06ce49c81b
|
mshtml: Added IHTMLImgElement::get_complete implementation.
|
2012-10-17 14:01:58 +02:00 |
Jacek Caban
|
1dae62f0a9
|
mshtml: Fixed trace message.
|
2012-10-17 14:01:52 +02:00 |
Jacek Caban
|
81e106cfa2
|
mshtml: Moved remove_target_tasks to detach_inner_window.
|
2012-10-17 14:01:46 +02:00 |
Jacek Caban
|
4a491ea7e4
|
mshtml: Make HTMLInnerWindow the owner of timers.
|
2012-10-17 14:01:39 +02:00 |
Jacek Caban
|
d1c1f9e830
|
mshtml: Use detach_inner_window in release_inner_window.
|
2012-10-17 14:01:32 +02:00 |
Jacek Caban
|
75994335e3
|
mshtml: Added IOmNavigator::onLine semi-stub.
|
2012-10-17 14:01:25 +02:00 |
Jacek Caban
|
5e0f624c41
|
mshtml: Added HTMLImgElement::onabort implementation.
|
2012-10-17 14:01:19 +02:00 |
Jacek Caban
|
282b2608c4
|
mshtml: Fixed tests on old IEs.
|
2012-10-16 20:41:29 +02:00 |
Jacek Caban
|
bfd25b4f50
|
mshtml: Added IHTMLScriptElement::put_src tests.
|
2012-10-16 20:41:20 +02:00 |
Jacek Caban
|
b882b18402
|
mshtml: Added support for IHTMLScriptElement::put_src on detached elements.
|
2012-10-16 20:41:05 +02:00 |
Jacek Caban
|
ccbee09f7e
|
mshtml: Added support for IHTMLScriptElement::put_src calls during parser callback.
|
2012-10-16 20:40:58 +02:00 |
Jacek Caban
|
fdbbaa1ff5
|
mshtml: Return early from BindToDocument if possible.
|
2012-10-16 20:40:52 +02:00 |
Jacek Caban
|
680aca56ef
|
mshtml: Added beginning IHTMLScriptElement::put_src implementation.
|
2012-10-16 20:40:42 +02:00 |
Jacek Caban
|
51b701c3ad
|
mshtml: Moved HTMLScriptElement declaration to separated header.
|
2012-10-16 20:40:28 +02:00 |
Jacek Caban
|
c26b63560e
|
mshtml: Added IHTMLBodyElement::onload property implementation.
|
2012-10-16 20:39:59 +02:00 |
Jacek Caban
|
cfef60a30e
|
mshtml: Added IHTMLLinkElement::href property implementation.
|
2012-10-15 15:24:55 +02:00 |
Jacek Caban
|
9277bf2e01
|
mshtml: Added IHTMLLinkElement::type property implementation.
|
2012-10-15 15:24:52 +02:00 |
Jacek Caban
|
c11c695b11
|
mshtml: Added IHTMLLinkElement::rel property implementation.
|
2012-10-15 15:24:49 +02:00 |
Jacek Caban
|
9608714d04
|
mshtml: Added IHTMLLinkElement::disabled property implementation.
|
2012-10-15 15:24:46 +02:00 |
Jacek Caban
|
b75e2c4dde
|
mshtml: Added IHTMLLinkElement stub implementation.
|
2012-10-15 15:24:43 +02:00 |
Jacek Caban
|
8d1dc99ea1
|
mshtml: Added IHTMLIFrameElement3::get_contentDocument implementation.
|
2012-10-11 20:21:06 +02:00 |
Jacek Caban
|
c9e5181ff3
|
mshtml: Added createStyleSheet and get_styleSheet tests.
|
2012-10-11 20:21:01 +02:00 |
Jacek Caban
|
163970c336
|
mshtml: Create script element in IHTMLDocument::createStyleSheet.
|
2012-10-11 20:20:56 +02:00 |
Jacek Caban
|
878b85825a
|
mshtml: Moved creating HTML element to separated function.
|
2012-10-11 20:20:51 +02:00 |
Jacek Caban
|
62c0c7b11f
|
mshtml: Added IHTMLStyleElement::get_styleSheet imeplementation.
|
2012-10-11 20:20:47 +02:00 |
Jacek Caban
|
45b29f9555
|
mshtml: Don't run noscript tests in enhanced security configuration.
|
2012-10-11 20:20:43 +02:00 |
Jacek Caban
|
e63b9f4ec0
|
mshtml: Added more ActiveX loading and script binding tests.
|
2012-10-10 20:34:02 +02:00 |
Jacek Caban
|
3e27a4dfa7
|
mshtml: Get rid of no longer needed workarounds for async ActiveX loading.
|
2012-10-10 20:34:01 +02:00 |
Jacek Caban
|
c7f155f333
|
mshtml: Added noscript tag handling tests.
|
2012-10-10 20:34:01 +02:00 |
Jacek Caban
|
0ae458cc94
|
mshtml: Wine Gecko 1.8 release.
|
2012-10-09 18:32:24 +02:00 |
Jacek Caban
|
6ae3418aaf
|
mshtml: Return dispinterface from PHEventSink::QueryInterface.
|
2012-10-08 17:40:46 +02:00 |
Jacek Caban
|
94f3eaacf2
|
mshtml: Use proper type for parse_proc.
|
2012-10-04 16:29:30 +02:00 |
Jacek Caban
|
bf65003271
|
jscript: Added support for pstrFormalParams argument in ParseProcedureText.
|
2012-10-04 16:29:24 +02:00 |
Jacek Caban
|
5c15ca13d2
|
mshtml: Added ActiveX event binding test.
|
2012-10-03 18:16:59 +02:00 |
Jacek Caban
|
eda756dbb5
|
mshtml: Added support for binding ActiveX events with script event attribute.
|
2012-10-03 18:16:52 +02:00 |
Marcus Meissner
|
0f4c2f9a8c
|
mshtml: Removed duplicate condition (Coverity).
|
2012-10-03 16:28:29 +02:00 |
Jacek Caban
|
43a178fad1
|
mshtml: Added script 'for' and 'event' attributes tests.
|
2012-10-02 16:01:48 +02:00 |
Jacek Caban
|
d40b1ae8dc
|
mshtml: Added support for script 'for' and 'event' attributes.
|
2012-10-02 16:01:43 +02:00 |
Jacek Caban
|
4503edd614
|
mshtml: Store information if script was already parsed in script element object.
|
2012-10-02 16:01:35 +02:00 |
Jacek Caban
|
a420b5dad8
|
mshtml: Simplify get_node_obj.
|
2012-10-02 16:01:26 +02:00 |
Jacek Caban
|
60c9069f80
|
mshtml: Defer event script evaluation.
|
2012-10-02 16:01:22 +02:00 |
Jacek Caban
|
3bfbd6b619
|
mshtml: Moved getElementById implementation to separated function.
|
2012-10-02 16:01:18 +02:00 |
Jacek Caban
|
359a9041b1
|
mshtml: Store nsIDOMNodeSelector in HTMLDocumentNode.
|
2012-10-02 16:01:14 +02:00 |
Nikolay Sivov
|
1075118cdb
|
mshtml: Implement IHTMLFrameBase_put_name().
|
2012-10-02 14:08:37 +02:00 |
Jacek Caban
|
62e340226c
|
mshtml: Added IActiveScriptSiteUIControl tests.
|
2012-09-26 14:43:27 +02:00 |
Jacek Caban
|
d531c9ec2f
|
mshtml: Added IActiveScriptSiteUIControl implementation.
|
2012-09-26 14:43:23 +02:00 |
Jacek Caban
|
c9e6a96318
|
mshtml: Added better IActiveScriptSiteWindow implementation.
|
2012-09-26 14:43:19 +02:00 |
Jacek Caban
|
ff34939400
|
mshtml: Return S_OK in plugin host's CanInPlaceActivate implementation.
|
2012-09-25 21:13:07 +02:00 |
Jacek Caban
|
f90798572a
|
mshtml: Added DISPATCH_PROPERTYGET|DISPATCH_METHOD flags support for elements exposed as window properties.
|
2012-09-25 21:13:07 +02:00 |
Francois Gouget
|
9c1402e6a9
|
mshtml/tests: Add a trailing '\n' to an ok() call.
|
2012-09-25 11:42:41 +02:00 |
Jacek Caban
|
efb08f261d
|
mshtml: Added IHTMLDocument::get_charset implementation.
|
2012-09-24 22:27:27 +02:00 |
Jacek Caban
|
514e65c1e9
|
mshtml: Use custom VT_BSTR to VT_BOOL conversion in InvokeEx implementation.
|
2012-09-24 22:27:27 +02:00 |
Jacek Caban
|
4d469b55a5
|
mshtml: Added function overriding tests.
|
2012-09-24 22:27:27 +02:00 |
Jacek Caban
|
6d3bfe8ee5
|
mshtml: Added support for overriding builtin functions.
|
2012-09-24 22:27:27 +02:00 |
Francois Gouget
|
7af53b5f48
|
mshtml: Make navigate_uri() static.
|
2012-09-24 16:38:16 +02:00 |
Jacek Caban
|
e75683b858
|
mshtml: Use IUri as base URL in navigate_url.
|
2012-09-21 17:05:40 +02:00 |
Jacek Caban
|
481abdb304
|
mshtml: Don't do anything in handle_htmlevent if document is already detached.
|
2012-09-20 19:23:21 +02:00 |
Jacek Caban
|
f833ac752e
|
mshtml: Fixed NULL event_obj handling in fire_event_obj.
|
2012-09-19 16:31:22 +02:00 |
Michael Stefaniuc
|
d8d58b238c
|
mshtml: Fix a memory leak on an error path (Smatch).
|
2012-09-17 12:06:04 +02:00 |
Marcus Meissner
|
d182a123d1
|
mshtml: Print initialized anchor (Coverity).
|
2012-09-17 12:05:03 +02:00 |
Bernhard Übelacker
|
fdb7286a2c
|
mshtml: Check parameter load_group before calling RemoveRequest.
|
2012-09-14 14:15:34 +02:00 |
Jacek Caban
|
a982933869
|
mshtml: Try using IWinInetHttpInfo if OnResponse was not called.
|
2012-09-13 13:55:42 +02:00 |
Jacek Caban
|
05dc7eac8d
|
mshtml: Added IHTMLDocument4::fireEvent implementation.
|
2012-09-13 13:55:36 +02:00 |
Jacek Caban
|
fae1fff830
|
mshtml: Added more events tests.
|
2012-09-13 13:55:25 +02:00 |
Jacek Caban
|
3de3d07054
|
mshtml: Added support for event object in HTMLElement::fireEvent.
|
2012-09-13 13:54:52 +02:00 |
Jacek Caban
|
fffb717b1b
|
mshtml: Added IHTMLDocument4::createEventObject implementation.
|
2012-09-13 13:54:47 +02:00 |
Jacek Caban
|
74453fb0fd
|
mshtml: Added HTMLElement::ondataavailable implementation.
|
2012-09-13 13:54:40 +02:00 |
Jacek Caban
|
3f2365d5de
|
mshtml: Added support for navigating to anchors with IDs containing '#'.
|
2012-09-10 17:35:56 +02:00 |
Jacek Caban
|
7293e84163
|
mshtml: Added IHTMLWindow2::onscroll implementation.
|
2012-09-10 17:35:54 +02:00 |
Jacek Caban
|
bdcc88a396
|
mshtml: Added support for DISPATCH_METHOD|DISPATCH_PROPERTYGET flags in HTMLDocumentNode_invoke.
|
2012-09-10 17:35:51 +02:00 |
Jacek Caban
|
a4869de7fa
|
mshtml: Check if value is function only when it needs to be in invoke_builtin_prop.
|
2012-09-10 12:15:34 +02:00 |
Jacek Caban
|
156e94429d
|
mshtml: Use first script host's GUID as default script guid.
|
2012-09-10 11:51:52 +02:00 |
Jacek Caban
|
34d671dc25
|
mshtml: Avoid duplicated string release in navigate_anchor.
|
2012-09-07 11:55:05 +02:00 |
Jacek Caban
|
1cd527924f
|
mshtml: Added VBScript as event attribute tests.
|
2012-09-06 18:23:39 +02:00 |
Jacek Caban
|
a1e6835d0e
|
mshtml: Added IHTMLElement::contains implementation.
|
2012-09-04 15:06:41 +02:00 |
Jacek Caban
|
d898f27af4
|
mshtml: Added IHTMLStyle::put_pixelWidth implementation.
|
2012-09-04 15:06:36 +02:00 |
Jacek Caban
|
f63da13c28
|
mshtml: Added IHTMLWindow2::onhelp property implementation.
|
2012-09-04 15:06:28 +02:00 |
Jacek Caban
|
4ff0a82416
|
mshtml: Properly expose frame and iframe element's windows to scripts.
|
2012-09-04 15:06:11 +02:00 |
Jacek Caban
|
fcc3a77ae5
|
mshtml: Added IHTMLIFrameElement3 stub implementation.
|
2012-09-03 17:42:50 +02:00 |
Jacek Caban
|
12a35ac9de
|
mshtml: Added IHTMLIFrameElement2 stub implementation.
|
2012-09-03 17:42:45 +02:00 |
Jacek Caban
|
2dcb37e520
|
mshtml: Use nsIDOMWindowCollection::NamedItem in get_window_by_name.
|
2012-09-03 17:42:38 +02:00 |
Jacek Caban
|
a535417443
|
mshtml: Open targeted anchors in existing frames if available.
|
2012-09-03 17:42:34 +02:00 |
Jacek Caban
|
d3b77c4507
|
mshtml: Moved getting frame by name to separated function.
|
2012-09-03 17:42:29 +02:00 |
Jacek Caban
|
4c660d6e62
|
mshtml: Use nsIDirectoryServiceProvider2::GetFiles to provide Wine-specific plugin directory.
|
2012-08-29 11:47:29 +02:00 |
Jacek Caban
|
b4a228f461
|
mshtml: Added nsIDirectoryServiceProvider2 implementation.
|
2012-08-29 11:47:25 +02:00 |
Jacek Caban
|
e679471885
|
Always define WIDL_C_INLINE_WRAPPERS.
|
2012-08-28 14:41:13 +02:00 |
Jacek Caban
|
434b696c46
|
Fixed remaining wrong iface call helpers.
|
2012-08-28 14:41:12 +02:00 |
Jacek Caban
|
c74d9a43b8
|
mshtml: Added IHTMLWindow6::get_sessionStorage implementation.
|
2012-08-20 17:06:51 +02:00 |
Jacek Caban
|
e4492f7569
|
mshtml: Added more IHTMLObjectElement tests.
|
2012-08-16 17:13:49 +02:00 |
Jacek Caban
|
7c54aa9fe7
|
mshtml: Added IHTMLObjectElement::get_height implementation.
|
2012-08-16 17:13:46 +02:00 |
Jacek Caban
|
935ec95a58
|
mshtml: Added IHTMLObjectElement::put_height implementation.
|
2012-08-16 17:13:42 +02:00 |
Jacek Caban
|
500985bc19
|
mshtml: Added IHTMLObjectElement::get_width implementation.
|
2012-08-16 17:13:39 +02:00 |
Jacek Caban
|
d98225fff9
|
mshtml: Added IHTMLObjectElement::put_width implementation.
|
2012-08-16 17:13:36 +02:00 |
Jacek Caban
|
31201da6fa
|
mshtml: Moved Invoke(DISPID_ENABLED) invocation to separated function.
|
2012-08-16 17:13:16 +02:00 |
Jacek Caban
|
93a2de1fba
|
mshtml: Moved HTMLLocation reference to inner window.
|
2012-08-14 12:47:58 +02:00 |
Jacek Caban
|
28f35f86c6
|
mshtml: Use helper to get IUri in HTMLLocation implementation.
|
2012-08-14 12:47:58 +02:00 |
Jacek Caban
|
3918213586
|
mshtml: Use inner window's moniker in PluginHost implementation.
|
2012-08-14 12:47:58 +02:00 |
Jacek Caban
|
1a25ed2637
|
mshtml: Store moniker in HTMLInnerWindow.
|
2012-08-14 12:47:57 +02:00 |
Detlef Riekenberg
|
be1ca28398
|
mshtml/tests: Mark IE6 behavior as broken.
|
2012-08-14 11:57:44 +02:00 |
Jacek Caban
|
d32ee8e4a0
|
mshtml: Added VBScript in HTML tests.
|
2012-08-13 11:53:12 +02:00 |
Jacek Caban
|
1b2525d1bf
|
mshtml: Default to previous script type if not given.
|
2012-08-13 11:52:32 +02:00 |
Jacek Caban
|
156e212715
|
mshtml: Fixed DISPATCH_PROPERTYGET|DISPATCH_METHOD support in invoke_builtin_prop.
|
2012-08-13 11:52:27 +02:00 |
Jacek Caban
|
0ec75b1a5f
|
mshtml: Test contentWindow interfaces of frame and iframe elements.
|
2012-08-13 11:52:24 +02:00 |
Jacek Caban
|
6530e8a963
|
mshtml: Use inner window directly in handle_load.
|
2012-07-30 17:57:48 +02:00 |
Jacek Caban
|
8b69ff6b3b
|
mshtml: Use inner window directly in run_insert_script.
|
2012-07-30 17:57:48 +02:00 |
Jacek Caban
|
e78537ffa2
|
mshtml: Use inner window directly in HTMLOptionElementFactory implementation.
|
2012-07-30 17:57:47 +02:00 |
Jacek Caban
|
dce83a304d
|
mshtml: Use inner window directly in HTMLImageElementFactory implementation.
|
2012-07-30 17:57:47 +02:00 |
Jacek Caban
|
7ff231d7fb
|
mshtml: Use inner window directly from document node in htmlevent.c.
|
2012-07-30 17:57:46 +02:00 |
Jacek Caban
|
27f799d880
|
mshtml: Store inner window directly in HTMLDocumentNode.
|
2012-07-30 17:57:45 +02:00 |
Jacek Caban
|
d0b8c6bca2
|
mshtml/tests: Use proper helpers for iface calls.
|
2012-07-30 14:58:19 +02:00 |
Jacek Caban
|
16871c4c89
|
mshtml: Grow the buffer faster in BufferBSC_read_data.
|
2012-07-27 17:05:25 +02:00 |
Jacek Caban
|
f98c3bbd9c
|
mshtml: Added support for BOM in bind_mon_to_wstr.
|
2012-07-27 17:05:25 +02:00 |
Jacek Caban
|
73984d4da8
|
mshtml: Moved conversion to unicode of buffers from binding to navigate.c.
|
2012-07-27 17:05:24 +02:00 |
Jacek Caban
|
f011ccedea
|
mshtml: Moved IStream::Read calls to separated function.
|
2012-07-27 17:05:24 +02:00 |
Jacek Caban
|
13df042891
|
mshtml: Properly handle NULL VT_DISPATCH refChild in IHTMLDOMNode::insertBefore.
|
2012-07-26 19:25:30 +02:00 |
Jacek Caban
|
6d2902f680
|
mshtml: Use inline wrappers and fixed found warnings.
|
2012-07-26 13:40:40 +02:00 |
Jacek Caban
|
140cd1b914
|
mshtml: Added runtimeStyle tests.
|
2012-07-25 16:11:21 +02:00 |
Jacek Caban
|
9ccc5f487b
|
mshtml: Added IHTMLElement2::get_runtimeStyle hackish implementation.
|
2012-07-25 16:11:21 +02:00 |
Jacek Caban
|
5b633c29b9
|
mshtml: Moved more logic to HTMLStyle_Create.
|
2012-07-25 16:11:21 +02:00 |
Jacek Caban
|
1f6febea08
|
mshtml: Clean up InvokeEx implementation by using get_dispid_type.
|
2012-07-24 21:27:12 +02:00 |
Jacek Caban
|
af4967186a
|
mshtml: Added IHTMLDOMAttribute::get_specified implementation.
|
2012-07-24 21:27:12 +02:00 |
Jacek Caban
|
a68e77d613
|
mshtml: Use proper document node for createElement called on document fragment.
|
2012-07-24 21:27:12 +02:00 |
Jacek Caban
|
39bc0bcf25
|
mshtml: Added IHTMLFrameBase::frameBorder implementation.
|
2012-07-23 14:55:38 +02:00 |
Jacek Caban
|
7e35abdd02
|
mshtml: Share IHTMLFrameBase tests between iframe and frame element tests.
|
2012-07-23 14:55:34 +02:00 |
Jacek Caban
|
5401efaef0
|
mshtml: Unescape script from javascript: URLs before executing them.
|
2012-07-23 14:55:30 +02:00 |
Jacek Caban
|
68fa7d3b0e
|
mshtml: Fixed tests on Vista.
|
2012-07-23 14:55:25 +02:00 |
Jacek Caban
|
5e5129935f
|
mshtml: Added nsIFileURL::GetFile implementation.
|
2012-07-20 14:02:57 +02:00 |
Jacek Caban
|
74451bf36a
|
mshtml: Added nsIFileURL stub implementation.
|
2012-07-20 14:02:50 +02:00 |
Jacek Caban
|
cc533ecc2f
|
mshtml: Store scheme in nsWineURI instead of nsChannel.
|
2012-07-20 14:02:44 +02:00 |
Jacek Caban
|
4870355aa2
|
mshtml: Moved creating nsIFile to separated function.
|
2012-07-20 14:02:38 +02:00 |
Jacek Caban
|
12f1fbb7a4
|
mshtml: Store MSHTML node reference in Gecko node object and get rid of all node list in document object.
|
2012-07-19 16:01:51 +02:00 |
Jacek Caban
|
94060b99c9
|
mshtml: Make nsIDOMHTMLDocument reference cycle collectable.
|
2012-07-19 16:01:50 +02:00 |
Jacek Caban
|
e9cc7676fa
|
mshtml: Make node object's dynamic IDispatchEx-based properties cycle collectable.
|
2012-07-19 16:01:50 +02:00 |
Jacek Caban
|
97ff991f46
|
mshtml: Make node object cycle collector aware.
|
2012-07-19 16:01:49 +02:00 |
Marcus Meissner
|
b810fad34c
|
mshtml: Remove superflous check (Coverity).
|
2012-07-19 15:42:52 +02:00 |
Jacek Caban
|
674b9b9c10
|
mshtml: Wine Gecko 1.7 release.
|
2012-07-18 17:14:51 +02:00 |
Francois Gouget
|
f93ca73e61
|
mshtml: Avoid returning with an unset URL policy in error cases.
|
2012-07-17 16:22:34 +02:00 |
Jacek Caban
|
da7e0e38e8
|
mshtml: Ignore navigation failures from detached bindings.
|
2012-07-17 14:21:32 +02:00 |
Jacek Caban
|
4f1a71ab0d
|
mshtml: Added test of calling IDispatchEx properties.
|
2012-07-13 10:32:41 -05:00 |
Jacek Caban
|
61ded412a2
|
mshtml: Added support for calling functions returned by builtin getters.
|
2012-07-13 10:32:36 -05:00 |
Jacek Caban
|
01af42a427
|
mshtml: Moved invoking DISPID_VALUE to separated function.
|
2012-07-13 10:32:31 -05:00 |
Jacek Caban
|
e140cd338d
|
mshtml: Added IHTMLAnchorElement::name implementation.
|
2012-07-13 10:32:25 -05:00 |
Jacek Caban
|
4c96957fc6
|
mshtml: Added IHTMLInputElement::maxLength implementation.
|
2012-07-13 10:32:19 -05:00 |
Jacek Caban
|
9caf3431cd
|
mshtml: Added HTMLInputElement::onchange implementation.
|
2012-07-13 10:32:14 -05:00 |
Jacek Caban
|
6942dd0862
|
mshtml: Added HTMLElement::onkeypress implementation.
|
2012-07-13 10:32:10 -05:00 |
Jacek Caban
|
447f1c89dc
|
mshtml: Get rid of no longer needed support for new window navigation in before_async_open.
|
2012-07-13 10:32:06 -05:00 |
Jacek Caban
|
35710be128
|
mshtml: Use proper task_magic in async_open.
|
2012-07-13 10:31:58 -05:00 |
Jacek Caban
|
5fecc4896f
|
mshtml: Don't store outer window in nsChannelBSC.
|
2012-07-12 11:47:20 -05:00 |
Jacek Caban
|
bbaa307fdf
|
mshtml: Use per-inner window task_magic for binding.
|
2012-07-12 11:47:14 -05:00 |
Jacek Caban
|
25c5082f90
|
mshtml: Create inner window early in binding process and use it to store current binding callback.
|
2012-07-12 11:47:09 -05:00 |
Jacek Caban
|
2c1fe7f0c8
|
mshtml: Moved detaching inner window to separated function.
|
2012-07-11 10:00:34 -05:00 |
Jacek Caban
|
8bb4a6b3ea
|
mshtml: Simplify ASServiceProvider_QueryService.
|
2012-07-11 10:00:29 -05:00 |
Jacek Caban
|
94f0f884fd
|
mshtml: Moved binding list to HTMLInnerWindow.
|
2012-07-11 10:00:26 -05:00 |
Jacek Caban
|
ecf667ad77
|
mshtml: Force cycle collection when releasing main document object.
|
2012-07-03 12:05:05 +02:00 |
Jacek Caban
|
3ab9eaf679
|
mshtml: Reimplement get_node_obj using vtbl comparison.
|
2012-06-28 19:40:40 +02:00 |
Jacek Caban
|
4e10fcc953
|
mshtml: Return referenced object in get_node_obj.
|
2012-06-28 19:40:36 +02:00 |
Jacek Caban
|
f8061b3ad4
|
mshtml: Keep reference to document in HTMLDOMChildrenCollection.
|
2012-06-28 19:40:31 +02:00 |
Jacek Caban
|
54fd0845c2
|
mshtml: Share nsselect reference with nsnode.
|
2012-06-28 19:40:27 +02:00 |
Jacek Caban
|
d37f7a9140
|
mshtml: Share nsinput reference with nsnode.
|
2012-06-28 19:40:22 +02:00 |
Jacek Caban
|
66ee1fc98d
|
mshtml: Use proper macro to release nstext.
|
2012-06-28 19:40:18 +02:00 |
Jacek Caban
|
b6cfd58170
|
mshtml: Share nstextarea reference with nsnode.
|
2012-06-28 19:40:14 +02:00 |
Jacek Caban
|
1f5b201e34
|
mshtml: Share nsstyle reference with nsnode.
|
2012-06-28 19:40:09 +02:00 |
Jacek Caban
|
b1ed6b2dd6
|
mshtml: Share nsrow reference with nsnode.
|
2012-06-28 19:40:04 +02:00 |
Jacek Caban
|
b225c73aa8
|
mshtml: Don't release nselem in HTMLElement_destructor.
|
2012-06-28 01:39:23 +02:00 |
Jacek Caban
|
7a8f0994df
|
mshtml: Share nsobject reference with nsnode.
|
2012-06-28 01:39:12 +02:00 |
Jacek Caban
|
f2b3220854
|
mshtml: Share nsscript reference with nsnode.
|
2012-06-28 01:39:11 +02:00 |
Jacek Caban
|
e45c621719
|
mshtml: Share nsoption reference with nsnode.
|
2012-06-28 01:39:10 +02:00 |
Jacek Caban
|
8a9d3c845b
|
mshtml: Share nsimg reference with nsnode.
|
2012-06-28 01:39:08 +02:00 |
Jacek Caban
|
caada38f04
|
mshtml: Share nsdoc reference with nsnode.
|
2012-06-28 01:39:06 +02:00 |
Jacek Caban
|
db244a8051
|
mshtml: Share nstable reference with nsnode.
|
2012-06-28 01:39:05 +02:00 |
Jacek Caban
|
39005645b8
|
mshtml: Share nsframe and nsiframe references with nsnode.
|
2012-06-28 01:39:04 +02:00 |
Jacek Caban
|
6ac375d3ac
|
mshtml: Share nsform reference with nsnode.
|
2012-06-28 01:39:03 +02:00 |
Jacek Caban
|
829f24c1c7
|
mshtml: Get rid of no longer needed unk_ref from HTMLElementCollection.
|
2012-06-28 01:39:01 +02:00 |
Jacek Caban
|
c2ca817dd1
|
mshtml: Keep references to nodes stored in HTMLElementCollection.
|
2012-06-28 01:38:57 +02:00 |
Jacek Caban
|
a384fbee20
|
mshtml: Share nsanchor reference with nsnode.
|
2012-06-26 17:06:12 +02:00 |
Jacek Caban
|
f878c9983d
|
mshtml: Share nselem reference with nsnode.
|
2012-06-26 17:06:12 +02:00 |
Jacek Caban
|
8c396ed437
|
mshtml: Call HTMLDOMNode_Init directly in HTMLCommentElement_Create.
|
2012-06-26 17:06:11 +02:00 |
Jacek Caban
|
cf35bbd261
|
mshtml: Share nsIDOMText reference with nsIDOMNode.
|
2012-06-26 17:06:11 +02:00 |
Jacek Caban
|
d9efd6a44d
|
mshtml: Use inner window as script global object.
|
2012-06-26 17:06:11 +02:00 |
Jacek Caban
|
a8d0efc7d6
|
mshtml: Return referenced instances from node constructors.
|
2012-06-26 17:06:11 +02:00 |
Jacek Caban
|
d31176ec03
|
mshtml: Moved history property to HTMLInnerWindow.
|
2012-06-26 17:06:11 +02:00 |
Jacek Caban
|
4647fe0f23
|
mshtml: Moved screen property to HTMLInnerWindow.
|
2012-06-26 17:06:11 +02:00 |
Jacek Caban
|
b85631bab6
|
mshtml: Moved image_factory to HTMLInnerWindow.
|
2012-06-26 17:06:11 +02:00 |
Jacek Caban
|
c73b135686
|
mshtml: Store event object in HTMLInnerWindow instead of HTMLOuterWindow.
|
2012-06-25 17:45:21 +02:00 |
Jacek Caban
|
bb02767f15
|
mshtml: Moved script_hosts from HTMLOuterWindow to HTMLInnerWindow.
|
2012-06-25 17:45:21 +02:00 |
Jacek Caban
|
c77b8bfdd9
|
mshtml: Moved option_factory from HTMLOuterWindow to HTMLInnerWindow.
|
2012-06-25 17:45:21 +02:00 |
Jacek Caban
|
2698fe0b3f
|
mshtml: Moved global_props from HTMLOuterWindow to HTMLInnerWindow.
|
2012-06-25 17:45:20 +02:00 |
Jacek Caban
|
c13bb135ca
|
mshtml: Moved DispatchEx instance from HTMLOuterWindow to HTMLInnerWindow.
|
2012-06-25 17:45:20 +02:00 |
Jacek Caban
|
79356c65c1
|
mshtml: Moved document node from HTMLOuterWindow to HTMLInnerWindow.
|
2012-06-25 17:45:19 +02:00 |
Jacek Caban
|
08964ede45
|
mshtml: Added separated types for outer and inner HTML windows.
|
2012-06-25 17:45:19 +02:00 |
Jacek Caban
|
7ebcb1820e
|
mshtml: Keep reference in node returned from get_node.
|
2012-06-25 17:45:18 +02:00 |
Jacek Caban
|
d0012f8fc6
|
mshtml: Return true in IOmNavigator::javaEnabled.
|
2012-06-18 17:57:09 +02:00 |
Jacek Caban
|
e120ca06c3
|
mshtml: Release script hosts in window_set_docnode.
|
2012-06-13 19:40:04 +02:00 |
Jacek Caban
|
9fa443dcd9
|
mshtml: Wine Gecko 1.6 release.
|
2012-06-11 21:03:46 +02:00 |
Jacek Caban
|
5665730a32
|
mshtml: Added IWindowForBindingUI tests.
|
2012-05-30 17:17:58 +02:00 |
Jacek Caban
|
0847563dd4
|
mshtml: Forward BSCallback::QueryService call to document.
|
2012-05-30 17:17:58 +02:00 |
Jacek Caban
|
3c1e2132e5
|
mshtml: Added support for BSCallback::QueryService(IID_IWindowForBindingUI).
|
2012-05-30 17:17:57 +02:00 |
Jacek Caban
|
cf9d0d320c
|
mshtml: Added IWindowForBindingUI stub implementation.
|
2012-05-30 17:17:57 +02:00 |
Alexandre Julliard
|
d8b6b01bca
|
appwiz.cpl: Specify a default download URL for add-ons.
|
2012-05-30 14:41:33 +02:00 |
Jacek Caban
|
0675f5c3d1
|
mshtml: Fixed Exec_ShellDocView_84 tests.
|
2012-05-29 18:20:14 +02:00 |
Michael Stefaniuc
|
630560ea8f
|
mshtml/tests: Remove stray ok() calls.
|
2012-05-25 13:45:09 +02:00 |
Michael Stefaniuc
|
6034d9dc68
|
mshtml/tests: Check the correct variables.
|
2012-05-22 17:44:03 +02:00 |
Michael Stefaniuc
|
2addfb73e3
|
mshtml/tests: Remove leftover code from c3d8d052 .
|
2012-05-22 17:44:01 +02:00 |
Michael Stefaniuc
|
fc999cb362
|
mshtml/tests: Remove duplicated ok() call.
|
2012-05-21 12:43:30 +02:00 |
Jacek Caban
|
9d0bfce9d8
|
mshtml: Get rid of no longer needed nsIWindowCreator2.
|
2012-05-18 18:10:50 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Jacek Caban
|
888505d458
|
mshtml: Always use English locale in document_write to perform type conversion.
|
2012-05-14 17:46:18 +02:00 |
Jacek Caban
|
1767fafa00
|
mshtml: Fixed tests on old IEs.
|
2012-05-04 18:08:33 +02:00 |
Jacek Caban
|
d2e8d44811
|
mshtml: Added IHTMLWindow2::get_history implementation.
|
2012-05-02 12:00:43 +02:00 |
Jacek Caban
|
f6980025b9
|
mshtml: Accept different VARIANT types in document_write.
|
2012-04-23 17:53:23 +02:00 |
Jacek Caban
|
1c07d166f1
|
mshtml: Ignore dispid 3000026 in IPropertyNotifySink::OnChanged tests.
|
2012-04-20 11:59:55 +02:00 |
Jacek Caban
|
d66dacce68
|
mshtml: Copy filter value in HTMLElement_clone.
|
2012-04-18 15:45:01 +02:00 |
Jacek Caban
|
120962b30e
|
mshtml: Allow more tests to be ran in non-administrator mode.
|
2012-04-18 15:44:52 +02:00 |
Jacek Caban
|
b2f3144e0c
|
mshtml: Added IHTMLStyle2::overflowY implementation.
|
2012-04-17 12:43:29 +02:00 |
Jacek Caban
|
5b99a4e880
|
mshtml: Added IHTMLStyle2::overflowX implementation.
|
2012-04-17 12:43:26 +02:00 |
Jacek Caban
|
c5c94f101f
|
mshtml: Added IHTMLWindow3::detachEvent implementation.
|
2012-04-17 12:43:19 +02:00 |
Jacek Caban
|
d987690212
|
Added support for shadowing of element pseudo-variables.
|
2012-04-17 12:43:17 +02:00 |
Jacek Caban
|
34b41084a1
|
mshtml: Added IHTMLDocument2::put_URL implementation.
|
2012-04-17 12:43:14 +02:00 |
Jacek Caban
|
33171f3b5d
|
mshtml: Added IHTMLStyle::removeAttribute tests.
|
2012-04-16 17:49:26 +02:00 |
Jacek Caban
|
0cad55aee9
|
mshtml: Added IHTMLStyle::removeAttribute implementation.
|
2012-04-16 17:49:26 +02:00 |
Jacek Caban
|
a9c83385b5
|
mshtml: Moved style_tbl lookup to separated function.
|
2012-04-16 17:49:25 +02:00 |
Jacek Caban
|
cea8bc5237
|
mshtml: Added support for IHTMLEventObj::cancelBubble property.
|
2012-04-16 17:49:25 +02:00 |
Jacek Caban
|
53adfe77d3
|
mshtml: Added IHTMLStyle2::bottom implementation.
|
2012-04-16 17:49:24 +02:00 |
Jacek Caban
|
16a5a5c91b
|
mshtml: Use return_nsstr helper in more functions.
|
2012-04-13 16:09:43 +02:00 |
Jacek Caban
|
29fbc70267
|
mshtml: Use return_nsstr helper in HTMLElement object implementation.
|
2012-04-13 16:09:42 +02:00 |
Jacek Caban
|
b43cd188df
|
mshtml: Use return_nsstr helper in IHTMLBodyElement::get_background implementation.
|
2012-04-13 16:09:42 +02:00 |
Jacek Caban
|
4c66a4626b
|
mshtml: Improved helper for returning color as VARIANT in HTMLBodyElement implementation.
|
2012-04-13 16:09:41 +02:00 |
Jacek Caban
|
325f8c8172
|
mshtml: Return self as a parent of global top window.
|
2012-04-11 18:16:11 +02:00 |
Jacek Caban
|
77cdf22f8f
|
mshtml: Added IHTMLElement2::blur implementation.
|
2012-04-10 16:21:31 +02:00 |
Jacek Caban
|
1c277a26bb
|
mshtml: Added IHTMLDocument2::onkeypress implementation.
|
2012-04-10 16:21:31 +02:00 |
Jacek Caban
|
8e71096fd1
|
mshtml: Added better IHTMLWindow2::get_opener stub.
|
2012-04-10 16:21:30 +02:00 |
Jacek Caban
|
0067b9505e
|
mshtml: Added IHTMLFormElement::submit implementation.
|
2012-04-06 20:16:26 +02:00 |
Jacek Caban
|
ebeff88e6e
|
mshtml: Added semi-stub implementation of IOmNavigator::get_cookieEnabled.
|
2012-04-05 17:53:17 +02:00 |
Jacek Caban
|
383564ab2f
|
mshtml: Added IHTMLImgElement::onerror tests.
|
2012-04-05 17:53:17 +02:00 |
Jacek Caban
|
8ac7e950a9
|
mshtml: Added IHTMLImgElement::onerror implementation.
|
2012-04-05 17:53:16 +02:00 |
Jacek Caban
|
039a9a5aad
|
mshtml: Detach also internal listeners in detach_events.
|
2012-04-05 17:53:15 +02:00 |
Jacek Caban
|
8791ce15e9
|
mshtml: Added support for IDispatch-only ActiveX objects.
|
2012-04-05 17:53:15 +02:00 |
Jacek Caban
|
5fad02d0f1
|
mshtml: Remove old channel from load group in nsIAsyncVerifyRedirectCallback::AsyncOnChannelRedirect.
|
2012-04-05 17:53:15 +02:00 |
Jacek Caban
|
e370f4bf3a
|
mshtml: Added IHTMLWindow2::onerror semi-stub implementation.
|
2012-04-04 19:01:57 +02:00 |
Jacek Caban
|
6b0875a67e
|
mshtml: Use helper for IHTMLStyle::put_zIndex implementation.
|
2012-04-04 17:49:03 +02:00 |
Jacek Caban
|
6e97e7e24c
|
mshtml: Use helper for IHTMLStyle::get_left implementation.
|
2012-04-04 17:49:03 +02:00 |
Jacek Caban
|
73ed5b388a
|
mshtml: Use helper for IHTMLStyle::get_top implementation.
|
2012-04-04 17:49:02 +02:00 |
Jacek Caban
|
9529fdb94f
|
mshtml: Use helper for IHTMLStyle::get_height implementation.
|
2012-04-04 17:49:02 +02:00 |
Jacek Caban
|
3d2d9596fd
|
mshtml: Use helpers for IHTMLStyle::put_verticalAlign property implementation.
|
2012-04-04 17:49:01 +02:00 |
Jacek Caban
|
fe4cb8441a
|
mshtml: Added IHTMLMetaElement::get_httpEquiv implementation.
|
2012-04-03 17:53:01 +02:00 |
Jacek Caban
|
5bbcdf7b9e
|
mshtml: Added IHTMLMetaElement::get_content implementation.
|
2012-04-03 17:52:59 +02:00 |
Jacek Caban
|
f4c20b02db
|
mshtml: Added IHTMLMetaElement::get_name implementation.
|
2012-04-03 17:52:57 +02:00 |
Jacek Caban
|
f9c875dd3e
|
mshtml: Fixed status text cache implementation.
|
2012-04-02 18:27:07 +02:00 |
Jacek Caban
|
2d206abeac
|
mshtml: Added IHTMLMetaElement stub implementation.
|
2012-04-02 18:27:01 +02:00 |
Jacek Caban
|
c6ada99b89
|
mshtml: Use better helper in IHTMLStyle::get_width implementation.
|
2012-03-30 15:36:25 +02:00 |
Jacek Caban
|
27555a52d8
|
mshtml: Use proper helpers in IHTMLStyle::backgroundColor implementation.
|
2012-03-30 15:36:23 +02:00 |
Jacek Caban
|
1cd6da2612
|
mshtml: Use proper helpers in IHTMLStyle::color implementation.
|
2012-03-30 15:36:20 +02:00 |
Jacek Caban
|
75dd422c2a
|
mshtml: Use proper helpers to implement IHTMLSyle::fontSize property.
|
2012-03-30 15:36:16 +02:00 |
Jacek Caban
|
5b56d06074
|
mshtml: Added IHTMLDocument2::get_domain implementation.
|
2012-03-29 20:49:18 +02:00 |
Jacek Caban
|
f11ed78b2e
|
mshtml: Added support for anchors with target '_top'.
|
2012-03-29 20:49:18 +02:00 |
Jacek Caban
|
21f5ef2808
|
mshtml: Improved more VARIANT debug traces.
|
2012-03-28 14:56:39 +02:00 |
Jacek Caban
|
1dd2010f31
|
mshtml: Improved VARIANT debug traces in htmldoc*.c.
|
2012-03-28 14:56:32 +02:00 |
Jacek Caban
|
706ec7a10d
|
mshtml: Improved VARIANT debug traces in htmlbody.c.
|
2012-03-28 14:56:29 +02:00 |
Jacek Caban
|
3f9c706606
|
mshtml: Improved VARIANT debug traces in htmlelem.c.
|
2012-03-28 14:56:25 +02:00 |
Jacek Caban
|
6e3d322cce
|
mshtml: Improved VARIANT debug traces in htmldoc.c.
|
2012-03-28 14:56:20 +02:00 |
Jacek Caban
|
f51ceff7e8
|
mshtml: Improved VARIANT debug traces in htmltable.c.
|
2012-03-28 14:56:00 +02:00 |
Jacek Caban
|
42bb6cab78
|
mshtml: Improved VARIANT debug traces in htmlwindow.c.
|
2012-03-28 14:55:57 +02:00 |
Jacek Caban
|
852a0d386f
|
mshtml: Improved VARIANT debug traces in htmlstyle.c.
|
2012-03-28 14:55:54 +02:00 |
Jacek Caban
|
574becbf87
|
mshtml: Added IHTMLTableCell interface stub implementation.
|
2012-03-28 13:51:53 +02:00 |
Jacek Caban
|
6c6744f800
|
mshtml: Use jscript.dll for JavaScript for all zones except untrusted.
|
2012-03-27 17:55:55 +02:00 |
Jacek Caban
|
e405e4ccb9
|
mshtml: Forward common getters from IHTMLObjectElement to IHTMLObjectElement2.
|
2012-03-27 17:55:50 +02:00 |
Jacek Caban
|
6c116b2b92
|
mshtml: Added IHTMLObjectElement2 stub implementation.
|
2012-03-27 17:55:47 +02:00 |
Michael Stefaniuc
|
e6a30efe70
|
mshtml: Print the debug string and not the pointer to it.
|
2012-03-26 18:15:22 +02:00 |
Jacek Caban
|
cfb219f910
|
mshtml: Don't overwrite type of result if property type is VT_VARIANT.
|
2012-03-16 19:21:11 +01:00 |
Jacek Caban
|
8e2f97fa65
|
mshtml: Added IHTMLCurrentStyle2::get_filter tests.
|
2012-03-16 15:37:52 +01:00 |
Jacek Caban
|
57b2075af8
|
mshtml: Added IHTMLCurrentStyle2::get_filter implementation.
|
2012-03-16 15:37:47 +01:00 |
Jacek Caban
|
348338257b
|
mshtml: Store filter in HTMLElement object.
|
2012-03-16 15:37:42 +01:00 |
Jacek Caban
|
4983a663a5
|
mshtml: Get rid of remaining PRBool usages.
|
2012-03-15 19:54:56 +01:00 |
Jacek Caban
|
d1a116fae4
|
mshtml: Get rid of PRBool from nsembed.c and nsservice.c.
|
2012-03-15 19:54:52 +01:00 |
Jacek Caban
|
d6e76a1619
|
mshtml: Get rid of PRBool from nsio.c.
|
2012-03-15 19:54:37 +01:00 |
Jacek Caban
|
f0b86d061b
|
mshtml: Get rid of PRBool in nsiface.idl.
|
2012-03-15 19:54:33 +01:00 |
Jacek Caban
|
23c6fddea3
|
mshtml: Wine Gecko 1.5 release.
|
2012-03-14 17:35:03 +01:00 |
Jacek Caban
|
68b76ed028
|
mshtml: Added property value conversion type tests.
|
2012-03-13 13:30:11 +01:00 |
Jacek Caban
|
4ae7d364dd
|
mshtml: Use caller for argument convertion in builtin_propput if available.
|
2012-03-13 13:30:11 +01:00 |
Jacek Caban
|
ba1d4d71d8
|
mshtml: Don't use ITypeInfo for InvokeEx(DISPATCH_PROPERTYPUT) implementation.
|
2012-03-13 13:30:10 +01:00 |
Jacek Caban
|
c9eed8f987
|
mshtml: Don't use ITypeInfo for InvokeEx(DISPATCH_PROPERTYGET) implementation.
|
2012-03-13 13:30:10 +01:00 |
Jacek Caban
|
dfaa1e9541
|
mshtml: Store more info about properties in func_info_t.
|
2012-03-13 13:30:08 +01:00 |
Jacek Caban
|
c17015d10a
|
mshtml: Recognize UTF-8 BOM.
|
2012-03-09 11:36:01 +01:00 |
Piotr Caban
|
3d5db7a7f5
|
mshtml/tests: Test HTMLDocument without MIME type reported.
|
2012-03-08 18:54:43 +01:00 |