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 |
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 |
Jacek Caban
|
ae6fed5c4f
|
mshtml: Improved IHTMLElement2::doScroll stub.
|
2009-10-12 12:14:47 +02:00 |
Jacek Caban
|
64d4efe967
|
mshtml: Move node list to HTMLDocumentNode.
|
2009-09-17 09:47:53 -05:00 |
Jacek Caban
|
b827996515
|
mshtml: Moved NSContainer to HTMLDocumentObj.
|
2009-09-17 09:40:35 -05:00 |
Jacek Caban
|
dbe0de7337
|
mshtml: Moved TASK_PARSECOMPLETE to nsIMutationObserver::EndLoad.
|
2009-08-12 12:48:53 +02:00 |
Jacek Caban
|
d97cc15608
|
mshtml: Wine Gecko 1.0.0 release.
|
2009-08-04 15:33:01 +02:00 |
Jacek Caban
|
21e1b15795
|
mshtml: Remove document observer before releasing nsdoc.
|
2009-02-06 14:50:26 +01:00 |
Jacek Caban
|
af835d654f
|
mshtml: Return nsIDocumentObserver as nsISupport of nsDocumentObserver object.
|
2009-02-05 13:15:03 +01:00 |
Joris Huizer
|
202a2ab755
|
mshtml: Increment pointer as intended.
|
2009-01-02 11:54:09 +01:00 |
Jacek Caban
|
91af3c56ca
|
mshtml: Move handle_insert_comment to mutation.c.
|
2008-12-31 12:27:16 +01:00 |
Jacek Caban
|
8d28f09d8a
|
mshtml: Wine Gecko 0.9.0 release.
|
2008-12-30 12:43:34 +01:00 |