Masatoshi Kimura
|
8949c3a6fe
|
Bug 964964 - Remove window.pkcs11. r=bz
|
2014-01-30 20:00:01 +09:00 |
|
Boris Zbarsky
|
f2da4794d9
|
Bug 945416 part 5. Implement nsGlobalWindow::GetOwnPropertyNames and flag the interface as NeedNewResolve. r=peterv
|
2014-01-29 22:33:27 -08:00 |
|
Boris Zbarsky
|
43c7d1c9d4
|
Bug 945416 part 4. Introduce a DoNewResolve method on nsGlobalWindow and call it from nsWindowSH::NewResolve. r=peterv
|
2014-01-29 22:33:25 -08:00 |
|
Boris Zbarsky
|
e31f8a4e76
|
Bug 964891. Don't put up a slow script dialog for no-longer-current inners. Just kill the script instead. r=smaug
|
2014-01-29 22:32:57 -08:00 |
|
Eric Faust
|
95e5640927
|
Bug 924720 - Part 8: Remove BaseProxyHandler::isOuterWindow(). (r=bholley)
|
2014-01-29 17:20:16 -08:00 |
|
Eric Faust
|
ff5d8eb725
|
Bug 924720 - Part 7: Move and rename OuterWindowProxyObject::class_. (r=bholley)
|
2014-01-29 17:20:16 -08:00 |
|
Olli Pettay
|
d8fb2aa926
|
Bug 959585, clear capturing content before entering modal state, r=mrbkap, f=enn
--HG--
extra : rebase_source : 31d6fa26fbabd6cdded638fa24d946f9f9d97a13
|
2014-01-28 09:15:47 -08:00 |
|
Nathan Froyd
|
029f7421d1
|
Bug 962600 - don't spam error messages about DOM storage failing to create keys; r=bz
|
2013-12-06 12:48:21 -05:00 |
|
Jon Coppeard
|
8c7f1266ed
|
Bug 959787 - Handlify JS_Delete* APIs r=sfink
|
2014-01-22 11:28:06 +00:00 |
|
Ms2ger
|
87874d98a0
|
Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz
|
2014-01-20 08:58:26 +01:00 |
|
Ms2ger
|
d6e49bef92
|
Bug 952016 - Part c: Avoid a QI in nsGlobalWindow::GetTopWindowRoot; r=smaug
|
2014-01-20 08:58:23 +01:00 |
|
Ms2ger
|
651d4d9a09
|
Bug 952016 - Part a: Disallow calling nsPIDOMWindow::SetChromeEventHandler on inner windows; r=smaug
|
2014-01-20 08:58:23 +01:00 |
|
Terrence Cole
|
57d2483809
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 1; r=sfink,Ms2ger
--HG--
extra : rebase_source : 0e0e75028f12db9cc4cf612a9205525669b70267
|
2014-01-14 12:41:22 -08:00 |
|
Tom Schuster
|
5e3191afd2
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Blake Kaplan
|
4ff018849c
|
Bug 958780 - B2G Crash during FTU. r=smaug
|
2014-01-13 16:56:07 -08:00 |
|
Trevor Saunders
|
64d5d5a8ed
|
bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug
|
2014-01-06 17:34:15 -05:00 |
|
Andrea Marchesini
|
a78e19a577
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 19:53:31 +01:00 |
|
Andrea Marchesini
|
3b6ab3516b
|
Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug
|
2014-01-07 13:16:07 +01:00 |
|
Wes Kocher
|
1789589121
|
Backed out changeset e451b39305f6 (bug 949488) for breaking mochitest-8 on at least b2g
|
2014-01-06 18:10:34 -08:00 |
|
Andrea Marchesini
|
80df46356b
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 00:05:01 +01:00 |
|
Andrew McCreight
|
bd11c4fff8
|
Bug 956455, part 1 - WrapNative's holder argument is unnecessary. r=smaug
|
2014-01-06 11:54:43 -08:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
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
|
46618df149
|
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
|
7ee17a1024
|
Bug 951413 - Really unsuppress inner window docs on detach from docshell. (r=smaug)
|
2013-12-19 15:34:26 -08:00 |
|
Blake Kaplan
|
8e23aa0ed3
|
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
|
e363f2fa61
|
Bug 949445 - Part 2: Move Selection to WebIDL; r=bzbarsky
|
2013-12-17 09:12:33 -05:00 |
|
Ehsan Akhgari
|
4c2a1dba1d
|
Bug 950659 - Remove nsIDOMMediaQueryList and nsIDOMMediaQueryListListener; r=bzbarsky
X-Git-Commit-ID: 8584a27a3b3f2a749273cf6c56057b0276854f3b
|
2013-12-17 08:40:06 -05:00 |
|
Ehsan Akhgari
|
c5a5de09b4
|
Bug 950523 - Part 2: Move MediaQueryList to WebIDL bindings; r=bzbarsky
|
2013-12-16 09:03:34 -05:00 |
|
Trevor Saunders
|
c2b2fcd3d4
|
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
|
96cb8f849a
|
Bug 938640 - Make forwarding to outer conditional on current inner. r=bz.
|
2013-12-14 18:52:13 +01:00 |
|
Peter Van der Beken
|
3fc92d7b48
|
Bug 938640 - Move GetTopImpl. r=bz.
|
2013-12-14 18:52:12 +01:00 |
|
Eric Faust
|
0f5f80e1bb
|
Bug 926012 - Part 3: Convert wrappers to using dynamic prototype hooks. (r=bholley)
|
2013-12-13 12:01:30 -08:00 |
|
Steve Fink
|
aabce3a3e5
|
Bug 937317 - Root around GC call GetIncumbentGlobal. r=bz
|
2013-12-11 17:51:58 -08:00 |
|
Bobby Holley
|
c2e3e33a71
|
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
|
7f8af296c3
|
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
|
836f887bc6
|
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
|
ce61bc6fe4
|
Bug 936129 - nsGlobalWindow::InnerForSetTimeoutOrInterval is a no-op for bareword setTimeout. r=bz.
--HG--
extra : rebase_source : 3a7875435f6443c67af9030fa4e39cac6aac8a49
|
2013-11-26 16:28:34 +01:00 |
|
Birunthan Mohanathas
|
bd0f161288
|
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
|
Phil Ringnalda
|
d1ba8751f2
|
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
|
041bddc35a
|
Merge m-c to m-i
|
2013-12-06 21:11:17 -08:00 |
|
Shu-yu Guo
|
fad663f8cf
|
Bug 946641 - Part 1: Clear delayed events on closed documents. (r=smaug)
|
2013-12-06 19:31:09 -08:00 |
|
Phil Ringnalda
|
45aef54be4
|
Back out 567d2bba4f97 (bug 933483) for causing bug 946726
|
2013-12-06 19:11:11 -08:00 |
|
Bobby Holley
|
9fc70d3f91
|
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
|
b548f86f52
|
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
|
8797042644
|
Backed out changeset 767065f0560b (bug 937317) WinXP Build Bustage on a CLOSED TREE
|
2013-12-06 08:41:59 +01:00 |
|
Carsten "Tomcat" Book
|
abe0ad0b33
|
Backed out changeset 374e44c835a8 (bug 937317) WinXP Build Bustage on a CLOSED TREE
|
2013-12-06 08:41:42 +01:00 |
|
Bobby Holley
|
f6b033e681
|
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
|
2e847fca05
|
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
|
402473c083
|
Merge m-c to inbound.
|
2013-12-05 17:56:44 -05:00 |
|
Blake Kaplan
|
ba9bdb989b
|
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 |
|