Boris Zbarsky
|
2ab672042c
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
|
2014-02-23 00:01:12 -05:00 |
|
Jan Varga
|
34a32fa34a
|
Bug 963064 - FileHandle cleanup. r=bent
|
2014-02-24 21:56:13 +01:00 |
|
Boris Zbarsky
|
e4be1144ad
|
Bug 973849. Allow clearInterval/clearTimeout calls with no arguments; just treat them as no-ops. r=smaug
|
2014-02-23 00:01:26 -05:00 |
|
Phil Ringnalda
|
29441a5173
|
Back out ab395abf96b9:837481767455 (bug 972312) for Windows build bustage
CLOSED TREE
|
2014-02-22 21:39:13 -08:00 |
|
Boris Zbarsky
|
7035c5e17b
|
Bug 973849. Allow clearInterval/clearTimeout calls with no arguments; just treat them as no-ops. r=smaug
|
2014-02-23 00:01:26 -05:00 |
|
Boris Zbarsky
|
b458b3ad8d
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug
|
2014-02-23 00:01:12 -05:00 |
|
Ryan VanderMeulen
|
5ecc5126a2
|
Backed out changeset 2d021370c57f (bug 965990) for causing bug 973307.
|
2014-02-21 16:54:42 -05:00 |
|
Robert O'Callahan
|
6840723017
|
Bug 973767. Put the compositor into test mode via an IPDL transaction. r=mattwoodrow
--HG--
extra : rebase_source : d40cf8624f93b85298cc501ff315522220522fb6
|
2014-02-12 17:41:57 +13:00 |
|
Wes Kocher
|
6246833818
|
Backed out 7 changesets (bug 406541, bug 738396, bug 852315, bug 971273, bug 971279) for various java/plugin-related failures on a CLOSED TREE
Backed out changeset 13cc8a7ee925 (bug 852315)
Backed out changeset 23dfc36f99d4 (bug 852315)
Backed out changeset fb56bd7c0feb (bug 406541)
Backed out changeset b24d1437c6f3 (bug 738396)
Backed out changeset 5028e1290b45 (bug 971279)
Backed out changeset 34ecdab0cfc2 (bug 971279)
Backed out changeset 95b4aa01923d (bug 971273)
|
2014-02-20 16:19:30 -08:00 |
|
John Schoenick
|
a47b517a65
|
Bug 971279 - Add plugin.java.mime. r=bsmedberg
|
2014-02-20 14:38:02 -08:00 |
|
Andrew McCreight
|
798ec9614e
|
Bug 966762 - Add chrome JS function to unlink ghost windows. r=smaug
|
2014-02-20 12:55:40 -08:00 |
|
Andrew McCreight
|
8404f86555
|
Bug 951491 - Ensure ResumeTimeouts() after FreeInnerObjects() does nothing. r=bz
|
2014-02-20 12:55:40 -08:00 |
|
Bobby Holley
|
dd83e5257f
|
Bug 973401 - Handle null from GetURI. r=smaug
|
2014-02-19 18:23:48 -08:00 |
|
Andrew McCreight
|
6c86943613
|
Backout bug 966762 for Valgrind leaks
|
2014-02-19 17:17:58 -08:00 |
|
Andrew McCreight
|
df1f09f072
|
Backout bug 951491 on suspicion of causing Valgrind leaks
|
2014-02-19 16:10:58 -08:00 |
|
Andrew McCreight
|
7cd422c324
|
Bug 966762 - Add chrome JS function to unlink ghost windows. r=smaug
|
2014-02-19 13:27:15 -08:00 |
|
Andrew McCreight
|
448f3e51a9
|
Bug 951491 - Ensure ResumeTimeouts() after FreeInnerObjects() does nothing. r=bz
|
2014-02-19 13:27:15 -08:00 |
|
Boris Zbarsky
|
022c86a654
|
Bug 973905. setTimeout/setInterval with a string first arg but more than two arguments should still work (and ignore the extra arguments). r=smaug
|
2014-02-19 10:13:38 -05:00 |
|
Boris Zbarsky
|
7ee245a69d
|
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
|
2014-02-19 10:13:38 -05:00 |
|
Andrew McCreight
|
cdbc5eaefa
|
Bug 972856 - Use PR_Now() for CC timestamp in JSON log. r=smaug
|
2014-02-18 09:58:40 -05:00 |
|
Jan-Ivar Bruaroey
|
e3704391bc
|
Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup
|
2014-02-14 11:32:58 -08:00 |
|
Phil Ringnalda
|
d15ea8727b
|
Merge m-c to f-t
|
2014-02-17 15:27:12 -08:00 |
|
Julian Seward
|
9768078c50
|
Bug 960603 - Uninitialised value use relating to nsJSContext::EndCycleCollection. r=mccr8.
--HG--
extra : rebase_source : 06a45cf8a46045bfafb6b95864a3ce6c2d0b04a0
|
2014-02-17 13:16:23 +01:00 |
|
Phil Ringnalda
|
7d3085e511
|
Merge b-i to m-c
|
2014-02-15 10:01:36 -08:00 |
|
Bobby Holley
|
20c9918600
|
Bug 968003 - Return null for frameElement with a cross-origin parent. r=bz
|
2014-02-14 22:39:34 -08:00 |
|
Bobby Holley
|
85b344030a
|
Bug 968460 - Use the incumbent global for nsGlobalWindow::GetCallerGlobal and remove JS_GetScriptedGlobal. r=bz
|
2014-02-14 22:39:33 -08:00 |
|
Bobby Holley
|
e5ad98ec72
|
Bug 968335 - Implement GetCallerPrincipalOverride. r=bz
|
2014-02-14 22:36:44 -08:00 |
|
Bobby Holley
|
864a73523c
|
Bug 968335 - Make Auto{Entry,Incumbent}Global inherit ScriptSettingsStackEntry. r=bz
This will allow us to downcast from a stack entry to an AutoEntryGlobal, and
thereby get at the AutoCxPusher.
|
2014-02-14 22:36:43 -08:00 |
|
Bobby Holley
|
cab4ede6f9
|
Bug 968335 - Use an AutoCxPusher directly in Auto{Entry,Incumbent}Global. r=bz
This will let us ask whether the AutoCxPusher is stack-top.
|
2014-02-14 22:36:43 -08:00 |
|
Bobby Holley
|
6ac853e9eb
|
Bug 968335 - Add accessors to the script settings stack entries themselves, not just the globals. r=bz
|
2014-02-14 22:36:43 -08:00 |
|
Mike Habicher
|
557d8c2d5c
|
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
|
2014-02-14 17:41:07 -05:00 |
|
Phil Ringnalda
|
4d898ac6fc
|
Back out 4fc776ee6852:6a0ebe4ddd01 (bug 968335) and e7d697004921 (bug 923904) for b2g emulator build bustage
CLOSED TREE
|
2014-02-14 18:35:30 -08:00 |
|
Masayuki Nakano
|
a6beb97339
|
Bug 971489 Simplify constructor of WidgetSimpleGestureEvent r=smaug
|
2014-02-15 10:06:06 +09:00 |
|
Bobby Holley
|
c0fe9cb542
|
Bug 968335 - Implement GetCallerPrincipalOverride. r=bz
|
2014-02-14 16:13:38 -08:00 |
|
Bobby Holley
|
6b652a9319
|
Bug 968335 - Make Auto{Entry,Incumbent}Global inherit ScriptSettingsStackEntry. r=bz
This will allow us to downcast from a stack entry to an AutoEntryGlobal, and
thereby get at the AutoCxPusher.
|
2014-02-14 16:13:37 -08:00 |
|
Bobby Holley
|
7ed15f2bfc
|
Bug 968335 - Use an AutoCxPusher directly in Auto{Entry,Incumbent}Global. r=bz
This will let us ask whether the AutoCxPusher is stack-top.
|
2014-02-14 16:13:37 -08:00 |
|
Bobby Holley
|
acdc754107
|
Bug 968335 - Add accessors to the script settings stack entries themselves, not just the globals. r=bz
|
2014-02-14 16:13:37 -08:00 |
|
Ryan VanderMeulen
|
e984c90001
|
Backed out changeset e1d1542ff35c (bug 949907) for robocop failures.
CLOSED TREE
|
2014-02-14 13:38:04 -05:00 |
|
Jan-Ivar Bruaroey
|
f72c2e65df
|
Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup
|
2014-02-13 15:32:17 -08:00 |
|
Dennis Schubert
|
8088e0e635
|
Bug 922208 - Add console.count; r=msucan
|
2014-02-17 21:58:19 +02:00 |
|
Bobby Holley
|
1c600e7056
|
Bug 956382 - Remove usage of explicit *IgnoringDomain variants. r=mrbkap
|
2014-02-13 18:57:36 -08:00 |
|
Bobby Holley
|
88d6ae4ad9
|
Bug 956382 - Consider document.domain in wacky postMessage security check. r=mrbkap
We can clean this stuff up in bug 968460.
|
2014-02-13 18:57:35 -08:00 |
|
Bobby Holley
|
7c4284bf87
|
Bug 956382 - Consider document.domain for showModalDialog's dialogArguments and returnValue. r=mrbkap
|
2014-02-13 18:57:35 -08:00 |
|
Bobby Holley
|
02b3bf5876
|
Bug 956382 - Consider document.domain when doing Location security checks. r=mrbkap
|
2014-02-13 18:57:35 -08:00 |
|
Luke Wagner
|
6f81973871
|
Bug 936236 - Send memory-pressure notification if ArrayBuffer allocation OOMs and retry allocation (r=mccr8)
|
2014-02-12 22:50:15 -06:00 |
|
Nathan Froyd
|
126656fada
|
Bug 972372 - fix DOMWINDOW printfs to use the canonical nsISupports pointer for matching CC logs; r=bz
|
2014-02-12 12:53:13 -05:00 |
|
Jon Coppeard
|
735137fc57
|
Bug 959787 - Handlify arguments for Call APIs r=terrence r=bz
|
2014-02-13 15:33:04 +00:00 |
|
Ms2ger
|
1375c609c7
|
Backout changeset c8cd1f6b6d2d because it's not web-compatible.
|
2014-02-13 10:31:09 +01:00 |
|
Boris Zbarsky
|
5aacab2d55
|
Back out bug 952890, since the dependencies aren't fixed yet.
|
2014-02-14 10:50:19 -05:00 |
|
Boris Zbarsky
|
80ea81c519
|
Bug 952890 part 2. Remove the IsArrayLike method, since it no longer matches any spec concept. r=peterv
|
2014-02-14 10:46:09 -05:00 |
|