Jacek Caban
|
9fd6401898
|
mshtml: Pass proper JSContext to nsIDOMHTMLDocument::Write and Open.
|
2013-04-29 14:55:48 +02:00 |
Jacek Caban
|
8f323e9b91
|
mshtml: Store IWebBrowserApp reference in HTMLDocumentObj.
|
2013-04-15 17:47:32 +02:00 |
Jacek Caban
|
af6c518e7d
|
mshtml: Use lazy allocation for connection points.
|
2013-03-15 16:18:05 +01:00 |
Jacek Caban
|
cf2a24df07
|
mshtml: Get rid of remaining PRInt32 usage.
|
2013-01-18 14:46:42 +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
|
136b738b50
|
mshtml: Wine Gecko 1.9 release.
|
2013-01-09 17:45:49 +01:00 |
Jacek Caban
|
1cc3cf1b64
|
mshtml: Added exec_refresh implementation.
|
2012-11-12 16:35:15 +01: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
|
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
|
8b69ff6b3b
|
mshtml: Use inner window directly in run_insert_script.
|
2012-07-30 17:57:48 +02:00 |
Jacek Caban
|
6d2902f680
|
mshtml: Use inline wrappers and fixed found warnings.
|
2012-07-26 13:40:40 +02:00 |
Jacek Caban
|
bb02767f15
|
mshtml: Moved script_hosts from HTMLOuterWindow to HTMLInnerWindow.
|
2012-06-25 17:45:21 +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
|
4983a663a5
|
mshtml: Get rid of remaining PRBool usages.
|
2012-03-15 19:54:56 +01:00 |
Jacek Caban
|
23c6fddea3
|
mshtml: Wine Gecko 1.5 release.
|
2012-03-14 17:35:03 +01:00 |
Jacek Caban
|
38371bed29
|
mshtml: Fixed nsEventStates handling.
It contains a copy-constructor in C++, so it's passed as a pointer.
|
2011-11-30 14:57:11 +01:00 |
Jacek Caban
|
f86abedb40
|
mshtml: Properly handle navigation in containers supporting IWebBrowserApp.
|
2011-11-15 19:37:31 +01:00 |
Jacek Caban
|
bf4b869152
|
mshtml: Wine Gecko 1.3 release.
|
2011-08-23 18:16:44 +02:00 |
Jacek Caban
|
fe105adff0
|
mshtml: Use replace_node_by_html instead of document.write for conditional comments.
|
2011-06-17 19:30:45 +02:00 |
Jacek Caban
|
dc96c688d3
|
mshtml: Notify parser about script evaluation.
|
2011-03-15 17:14:08 +01:00 |
Jacek Caban
|
699e41cdd8
|
mshtml: Wine Gecko 1.2.0 release.
|
2011-03-15 17:14:08 +01:00 |
Jacek Caban
|
ceff92a512
|
mshtml: Improved debug traces.
|
2011-02-24 15:52:51 +01:00 |
Jacek Caban
|
c8a953c5d0
|
mshtml: Added support for recursive script runners.
|
2011-01-31 13:01:08 +01:00 |
Michael Stefaniuc
|
d214a96d58
|
mshtml: Remove some leftover *_THIS undefs.
|
2011-01-06 18:29:24 +01:00 |
Michael Stefaniuc
|
e5214b24bb
|
mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode.
|
2011-01-03 12:14:26 +01:00 |
Jacek Caban
|
6a1f4eb724
|
mshtml: Improved error handling in get_node calls.
|
2010-12-01 16:29:38 +01:00 |
Jacek Caban
|
e9e35e2b09
|
mshtml: Wine Gecko 1.1.0 release.
|
2010-08-25 17:37:14 +02:00 |
Jacek Caban
|
8507db18a8
|
mshtml: Avoid asynchronous parse_complete call.
|
2010-08-18 15:33:11 +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
|
9ca80347e3
|
mshtml: Get rid of useless nsQIResult type.
|
2010-08-02 14:08:57 +02:00 |
Jacek Caban
|
355b9b6605
|
mshtml: Ignore EndLoad call if document is already detached.
|
2010-03-15 14:18:05 +01:00 |
Jacek Caban
|
a84741182f
|
mshtml: Added IViewObject::SetAdvise implementation.
|
2010-02-15 16:11:12 +01:00 |
Jacek Caban
|
4b5dcc9e6b
|
mshtml: Optimize more nsAString handling.
|
2010-01-29 14:59:02 +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
|
bcfa7c57d6
|
mshtml: Split parse_complete to handle_load and mutation observer.
|
2009-11-09 19:44:17 +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
|
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
|
67e6c7f1f3
|
mshtml: Added HTML frames support.
|
2009-10-28 11:11:45 +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
|
501e680ea9
|
mshtml: Call pop_mutation_queue in MUTATION_IFRAME handler.
|
2009-10-23 12:00:33 +02:00 |
Jacek Caban
|
3263ace686
|
mshtml: Initialize iframe windows when added to document.
|
2009-10-22 10:42:03 +02:00 |