Ms2ger
|
f86b1e51ad
|
Bug 952016 - Part a: Disallow calling nsPIDOMWindow::SetChromeEventHandler on inner windows; r=smaug
|
2014-01-20 08:58:23 +01:00 |
|
Terrence Cole
|
7e8aca51e9
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 1; r=sfink,Ms2ger
|
2014-01-14 12:41:22 -08:00 |
|
Tom Schuster
|
4a7dd51a60
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Blake Kaplan
|
f7ff75b993
|
Bug 958780 - B2G Crash during FTU. r=smaug
|
2014-01-13 16:56:07 -08:00 |
|
Trevor Saunders
|
c5bbaf6b46
|
bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug
|
2014-01-06 17:34:15 -05:00 |
|
Andrea Marchesini
|
151ad9648e
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 19:53:31 +01:00 |
|
Andrea Marchesini
|
1acf681d59
|
Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug
|
2014-01-07 13:16:07 +01:00 |
|
Wes Kocher
|
4cf8013e7f
|
Backed out changeset e451b39305f6 (bug 949488) for breaking mochitest-8 on at least b2g
|
2014-01-06 18:10:34 -08:00 |
|
Andrea Marchesini
|
5b1199a9fe
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 00:05:01 +01:00 |
|
Andrew McCreight
|
d721fa69df
|
Bug 956455, part 1 - WrapNative's holder argument is unnecessary. r=smaug
|
2014-01-06 11:54:43 -08:00 |
|
Ehsan Akhgari
|
68bfe70f09
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Boris Zbarsky
|
f455f08b92
|
Bug 951245. Forwarding to outer should check for active document, not current inner, to handle document.open() cases. r=peterv
|
2013-12-20 14:28:18 -05:00 |
|
Shu-yu Guo
|
cc579fb435
|
Bug 951413 - Really unsuppress inner window docs on detach from docshell. (r=smaug)
|
2013-12-19 15:34:26 -08:00 |
|
Blake Kaplan
|
60b1527909
|
Bug 933483 - Don't fire events (and especially request animation frame events) when we're in a modal dialog. r=smaug
|
2013-12-17 16:12:33 -08:00 |
|
Ehsan Akhgari
|
3dfc543079
|
Bug 949445 - Part 2: Move Selection to WebIDL; r=bzbarsky
|
2013-12-17 09:12:33 -05:00 |
|
Ehsan Akhgari
|
e3ce6f6b8e
|
Bug 950659 - Remove nsIDOMMediaQueryList and nsIDOMMediaQueryListListener; r=bzbarsky
X-Git-Commit-ID: 8584a27a3b3f2a749273cf6c56057b0276854f3b
|
2013-12-17 08:40:06 -05:00 |
|
Ehsan Akhgari
|
9763a5cd11
|
Bug 950523 - Part 2: Move MediaQueryList to WebIDL bindings; r=bzbarsky
|
2013-12-16 09:03:34 -05:00 |
|
Trevor Saunders
|
b4ae5fdd96
|
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
|
2013-12-12 20:50:01 -05:00 |
|
Peter Van der Beken
|
04e4e4e054
|
Bug 938640 - Make forwarding to outer conditional on current inner. r=bz.
|
2013-12-14 18:52:13 +01:00 |
|
Peter Van der Beken
|
cc2b204263
|
Bug 938640 - Move GetTopImpl. r=bz.
|
2013-12-14 18:52:12 +01:00 |
|
Eric Faust
|
28e1fab1d7
|
Bug 926012 - Part 3: Convert wrappers to using dynamic prototype hooks. (r=bholley)
|
2013-12-13 12:01:30 -08:00 |
|
Steve Fink
|
10bf90b8aa
|
Bug 937317 - Root around GC call GetIncumbentGlobal. r=bz
|
2013-12-11 17:51:58 -08:00 |
|
Bobby Holley
|
0e9e01ac3f
|
Bug 937317 - Replace all instance of null cx pushing with AutoSystemCaller. r=bz
This is an easy bonus chunk of the work to phase out cx pushing in the browser.
|
2013-12-11 17:51:58 -08:00 |
|
Bobby Holley
|
3d665e01ac
|
Bug 937317 - When invoking a callback object, restore the incumbent script settings object from when the callback was created. r=bz
See the 'incumbent script' stuff in the WebIDL spec.
|
2013-12-11 17:51:58 -08:00 |
|
Nathan Froyd
|
3351670052
|
Bug 946781 - part 4 - revert measuring the proto and iface cache on nsGlobalWindow (bug 922094); r=me
|
2013-12-06 13:11:53 -05:00 |
|
Peter Van der Beken
|
0417b017f4
|
Bug 936129 - nsGlobalWindow::InnerForSetTimeoutOrInterval is a no-op for bareword setTimeout. r=bz.
|
2013-11-26 16:28:34 +01:00 |
|
Birunthan Mohanathas
|
c04d0ff563
|
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
|
Phil Ringnalda
|
52ab05db1f
|
Back out 35371620801a:bf2019278b77 (bug 937317) for gaia-ui-test bustage and frequent timeouts in its own test
|
2013-12-07 11:08:56 -08:00 |
|
Phil Ringnalda
|
f0580d973d
|
Merge m-c to m-i
|
2013-12-06 21:11:17 -08:00 |
|
Shu-yu Guo
|
48cb04af6f
|
Bug 946641 - Part 1: Clear delayed events on closed documents. (r=smaug)
|
2013-12-06 19:31:09 -08:00 |
|
Phil Ringnalda
|
0acaa911dd
|
Back out 567d2bba4f97 (bug 933483) for causing bug 946726
|
2013-12-06 19:11:11 -08:00 |
|
Bobby Holley
|
83728cb246
|
Bug 937317 - Replace all instance of null cx pushing with AutoSystemCaller. r=bz
This is an easy bonus chunk of the work to phase out cx pushing in the browser.
|
2013-12-06 12:01:42 -08:00 |
|
Bobby Holley
|
6633eddfa0
|
Bug 937317 - When invoking a callback object, restore the incumbent script settings object from when the callback was created. r=bz
See the 'incumbent script' stuff in the WebIDL spec.
|
2013-12-06 12:01:42 -08:00 |
|
Carsten "Tomcat" Book
|
d77f8de83e
|
Backed out changeset 767065f0560b (bug 937317) WinXP Build Bustage on a CLOSED TREE
|
2013-12-06 08:41:59 +01:00 |
|
Carsten "Tomcat" Book
|
da0a15750c
|
Backed out changeset 374e44c835a8 (bug 937317) WinXP Build Bustage on a CLOSED TREE
|
2013-12-06 08:41:42 +01:00 |
|
Bobby Holley
|
2a22060d63
|
Bug 937317 - Replace all instance of null cx pushing with AutoSystemCaller. r=bz
This is an easy bonus chunk of the work to phase out cx pushing in the browser.
|
2013-12-05 21:34:17 -08:00 |
|
Bobby Holley
|
73246443e6
|
Bug 937317 - When invoking a callback object, restore the incumbent script settings object from when the callback was created. r=bz
See the 'incumbent script' stuff in the WebIDL spec.
|
2013-12-05 21:34:17 -08:00 |
|
Ryan VanderMeulen
|
813c6f0db7
|
Merge m-c to inbound.
|
2013-12-05 17:56:44 -05:00 |
|
Blake Kaplan
|
f4282b7d92
|
Bug 933483 - Don't fire events (and especially request animation frame events) when we're in a modal dialog. r=smaug
|
2013-12-04 21:03:21 -05:00 |
|
Nathan Froyd
|
ef32e62194
|
Bug 922094 - part 2 - make nsGlobalWindow report its proto/iface cache size, if appropriate; r=bz
|
2013-11-20 08:55:09 -05:00 |
|
Mark Hammond
|
3d1b232b3c
|
Bug 943668 - ensure window.screenX and .screenY return css pixels. r=roc
|
2013-12-03 16:36:33 +11:00 |
|
Ryan VanderMeulen
|
ca96fd5c6b
|
Backed out changeset 77c1f23afc1c (bug 933483) for mochitest-bc failures.
|
2013-12-02 20:31:18 -05:00 |
|
Blake Kaplan
|
72b9324767
|
Bug 933483 - Don't fire events (and especially request animation frame events) when we're in a modal dialog. Also protect ourselves from resuming events on a closed window. r=smaug
|
2013-12-02 15:38:36 -08:00 |
|
Ms2ger
|
666152f195
|
Bug 866689 - Add more inner / outer window assertions; r=mrbkap
|
2013-11-28 15:07:55 +01:00 |
|
Jan Beich
|
68fc00572b
|
Bug 942921 - Explicitly include unistd.h for getpid() for non-Linux debug builds. r=smaug
|
2013-11-26 17:25:24 -05:00 |
|
Olli Pettay
|
4ecffccb67
|
Bug 942240 - Improve the skippability of nsGlobalWindow, r=mccr8
|
2013-11-24 21:35:34 +02:00 |
|
Boris Zbarsky
|
884da06296
|
Bug 941437 part 2. Remove the unused cx argument from UNWRAP_OBJECT and UNWRAP_WORKER_OBJECT. r=smaug
|
2013-11-21 07:51:16 -05:00 |
|
"Kan-Ru Chen (陳侃如)"
|
659ca0af7c
|
Bug 931746 - Make sure all mozbrowser mm are in the target chain. r=smaug
---
dom/base/nsGlobalWindow.cpp | 8 ++
dom/base/test/file_empty.html | 1 +
dom/base/test/mochitest.ini | 2 +
dom/base/test/test_messagemanager_targetchain.html | 129 ++++++++++++++++++++
4 files changed, 140 insertions(+)
create mode 100644 dom/base/test/file_empty.html
create mode 100644 dom/base/test/test_messagemanager_targetchain.html
|
2013-11-17 01:07:24 +08:00 |
|
Ryan VanderMeulen
|
38d500a729
|
Merge m-c to inbound on a CLOSED TREE.
|
2013-11-14 20:58:52 -05:00 |
|
Peter Van der Beken
|
686d301314
|
Bug 935786 - Assertion failure: !IsInnerWindow() || IsCurrentInnerWindow() at nsGlobalWindow.cpp:8909. r=smaug
CLOSED TREE
|
2013-11-13 09:47:37 +01:00 |
|