Jacek Caban
|
7b9fc3bb7d
|
mshtml: Use Uri_CREATE_ALLOW_IMPLICIT_FILE_SCHEME in CreateUri calls.
|
2013-03-26 12:16:21 +01:00 |
Jacek Caban
|
2a0fd1c956
|
mshtml: Added IHTMLWindow2::onfocus property implementation.
|
2013-02-20 16:28:06 +01:00 |
Jacek Caban
|
07e72de9a4
|
mshtml: Get rid of PRUint32 outside XPCOM C API.
|
2013-01-23 20:47:25 +01:00 |
Jacek Caban
|
7ac09e721c
|
mshtml: Properly report history update for location.replace call.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
cfa0a3accd
|
mshtml: Use flags in navigation functions.
|
2012-11-09 11:30:48 +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
|
2c6cbf75d4
|
mshtml: Added IHTMLWindow2::onblur property implementation.
|
2012-10-25 15:57:50 +02:00 |
Jacek Caban
|
3a4a4acd1a
|
mshtml: Properly handle OOM errors in omnavigator.c (coverity).
|
2012-10-19 12:20:11 +02:00 |
Jacek Caban
|
08485aeb48
|
mshtml: Properly handle OOM errors in task.c (coverity).
|
2012-10-19 12:19:45 +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
|
ccbee09f7e
|
mshtml: Added support for IHTMLScriptElement::put_src calls during parser callback.
|
2012-10-16 20:40:58 +02:00 |
Jacek Caban
|
51b701c3ad
|
mshtml: Moved HTMLScriptElement declaration to separated header.
|
2012-10-16 20:40:28 +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 |
Jacek Caban
|
7293e84163
|
mshtml: Added IHTMLWindow2::onscroll implementation.
|
2012-09-10 17:35:54 +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
|
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
|
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
|
c74d9a43b8
|
mshtml: Added IHTMLWindow6::get_sessionStorage implementation.
|
2012-08-20 17:06:51 +02:00 |
Jacek Caban
|
93a2de1fba
|
mshtml: Moved HTMLLocation reference to inner window.
|
2012-08-14 12:47:58 +02:00 |
Jacek Caban
|
1a25ed2637
|
mshtml: Store moniker in HTMLInnerWindow.
|
2012-08-14 12:47:57 +02:00 |
Jacek Caban
|
1b2525d1bf
|
mshtml: Default to previous script type if not given.
|
2012-08-13 11:52:32 +02:00 |
Jacek Caban
|
27f799d880
|
mshtml: Store inner window directly in HTMLDocumentNode.
|
2012-07-30 17:57:45 +02:00 |
Marcus Meissner
|
b810fad34c
|
mshtml: Remove superflous check (Coverity).
|
2012-07-19 15:42:52 +02: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
|
94f0f884fd
|
mshtml: Moved binding list to HTMLInnerWindow.
|
2012-07-11 10:00:26 -05: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
|
e120ca06c3
|
mshtml: Release script hosts in window_set_docnode.
|
2012-06-13 19:40:04 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Jacek Caban
|
d2e8d44811
|
mshtml: Added IHTMLWindow2::get_history implementation.
|
2012-05-02 12:00:43 +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
|
16a5a5c91b
|
mshtml: Use return_nsstr helper in more functions.
|
2012-04-13 16:09:43 +02:00 |
Jacek Caban
|
325f8c8172
|
mshtml: Return self as a parent of global top window.
|
2012-04-11 18:16:11 +02:00 |