Steve Fink
|
21241b994d
|
Bug 1022773 - Fix AutoJSAPI initialization rooting by annotating nsIScriptContext.GetWindowProxy and (temporarily) runtime-rooting, r=bholley
|
2014-07-01 09:02:10 -07:00 |
|
Olli Pettay
|
7da5fd8ae0
|
Bug 1029866 - Rename InitUsingWin(...) to Init(...), r=bobowencode
--HG--
extra : rebase_source : e04aac99fe64270f283cf49ed52b8f7512a2fa3b
|
2014-06-25 13:17:17 +03:00 |
|
Bob Owen
|
d5b1972d3b
|
Bug 1025476 - Part 1: Add compulsory Init functions to AutoJSAPI. r=bholley
|
2014-06-19 08:21:14 +01:00 |
|
Jim Blandy
|
1d6ce23008
|
Bug 971673: Replace ScriptSettingsStack's array with a C++-stack-allocated linked list. r=bholley
|
2014-06-12 23:24:13 -07:00 |
|
Bobby Holley
|
910eb8b47d
|
Bug 990090 - Add a version of AutoJSAPIWithErrorsReportedToWindow that takes an nsIGlobalObject. r=bz
|
2014-06-12 10:02:33 -07:00 |
|
Boris Zbarsky
|
6773e49e35
|
Bug 1019163. Hold a weak ref to the principal in AutoEntryScript, to reduce call overhead. r=bholley
|
2014-06-04 22:48:06 -04:00 |
|
Chris Peterson
|
47a58d1945
|
Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE in dom. r=smaug
|
2014-04-20 00:36:40 -07:00 |
|
Bobby Holley
|
f223b1107f
|
Bug 989528 - Rename AutoSystemCaller to AutoNoJSAPI, and assert against pre-existing exceptions. r=bz
|
2014-04-14 20:27:00 -07:00 |
|
Bobby Holley
|
e46565fd18
|
Bug 989528 - Introduce AutoJSAPIWithErrorsReportedToWindow as a replacement for AutoPushJSContextForErrorReporting. r=bz
|
2014-04-14 20:26:59 -07:00 |
|
Bobby Holley
|
0655c96c3c
|
Bug 989528 - Implement AutoJSAPI. r=bz
|
2014-04-14 20:26:59 -07:00 |
|
Bobby Holley
|
bfece61764
|
Bug 978042 - Make AutoEntryScript usable as a JSContext* and add some assertions. r=bz
|
2014-03-20 10:19:43 -04:00 |
|
Luke Wagner
|
4c59cb92eb
|
Bug 976348 - Change DescribeScriptedCaller to not return a JSScript (r=bholley)
--HG--
extra : rebase_source : 58387ce3e4c49d3140b92b84bf3577fc6584820e
|
2014-02-25 09:43:14 -06:00 |
|
Bobby Holley
|
c1aac455ec
|
Bug 968335 - Implement GetCallerPrincipalOverride. r=bz
|
2014-02-14 22:36:44 -08:00 |
|
Bobby Holley
|
1ec39fdc0c
|
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
|
3a1fc50dc9
|
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
|
868969d535
|
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 |
|
Phil Ringnalda
|
d66d0a8ba2
|
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 |
|
Bobby Holley
|
87fced96fc
|
Bug 968335 - Implement GetCallerPrincipalOverride. r=bz
|
2014-02-14 16:13:38 -08:00 |
|
Bobby Holley
|
a573a5db68
|
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
|
88621c9c0e
|
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
|
04b3a5f196
|
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 |
|
Andrea Marchesini
|
c0b77c900e
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 19:53:31 +01:00 |
|
Wes Kocher
|
84aaa0cdb5
|
Backed out changeset e451b39305f6 (bug 949488) for breaking mochitest-8 on at least b2g
|
2014-01-06 18:10:34 -08:00 |
|
Andrea Marchesini
|
55c3093167
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 00:05:01 +01:00 |
|
Bobby Holley
|
bc61230c38
|
Bug 937317 - Implement and expose GetIncumbentGlobal. r=bz,luke
|
2013-12-11 17:51:57 -08:00 |
|
Bobby Holley
|
40d3f00adc
|
Bug 937317 - Manipulate the script settings stack from the RAII classes. r=bz
|
2013-12-11 17:51:57 -08:00 |
|
Bobby Holley
|
f9aa149cb5
|
Bug 937317 - Implement basic script settings stack machinery. r=bz
|
2013-12-11 17:51:57 -08:00 |
|
Bobby Holley
|
48d10625a3
|
Bug 937317 - Factor out the shareable parts of CallSetup into AutoEntryScript and AutoIncubentScript. r=bz
|
2013-12-11 17:51:57 -08:00 |
|
Phil Ringnalda
|
e2e1627d17
|
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 |
|
Bobby Holley
|
7a53c5e9e6
|
Bug 937317 - Implement and expose GetIncumbentGlobal. r=bz,luke
|
2013-12-06 12:01:42 -08:00 |
|
Bobby Holley
|
8a638eb33e
|
Bug 937317 - Manipulate the script settings stack from the RAII classes. r=bz
|
2013-12-06 12:01:42 -08:00 |
|
Bobby Holley
|
f5cb1b3082
|
Bug 937317 - Implement basic script settings stack machinery. r=bz
|
2013-12-06 12:01:41 -08:00 |
|
Bobby Holley
|
ef4bb3070d
|
Bug 937317 - Factor out the shareable parts of CallSetup into AutoEntryScript and AutoIncubentScript. r=bz
|
2013-12-06 12:01:41 -08:00 |
|
Carsten "Tomcat" Book
|
0db72df158
|
Backed out changeset f65970fe598f (bug 937317) WinXP Build Bustage on a CLOSED TREE
|
2013-12-06 08:42:48 +01:00 |
|
Carsten "Tomcat" Book
|
8eed12cc2f
|
Backed out changeset 004fa11e352a (bug 937317) WinXP Build Bustage on a CLOSED TREE
|
2013-12-06 08:42:40 +01:00 |
|
Carsten "Tomcat" Book
|
56abc9a173
|
Backed out changeset 1f45be0c2485 (bug 937317) WinXP Build Bustage on a CLOSED TREE
|
2013-12-06 08:42:31 +01:00 |
|
Carsten "Tomcat" Book
|
a9748d5e39
|
Backed out changeset cad77af5f7e6 (bug 937317) WinXP Build Bustage on a CLOSED TREE
|
2013-12-06 08:42:20 +01:00 |
|
Bobby Holley
|
384fd2eb13
|
Bug 937317 - Implement and expose GetIncumbentGlobal. r=bz,luke
|
2013-12-05 21:34:16 -08:00 |
|
Bobby Holley
|
484909867c
|
Bug 937317 - Manipulate the script settings stack from the RAII classes. r=bz
|
2013-12-05 21:34:16 -08:00 |
|
Bobby Holley
|
95ee5b5404
|
Bug 937317 - Implement basic script settings stack machinery. r=bz
|
2013-12-05 21:34:16 -08:00 |
|
Bobby Holley
|
027aa23808
|
Bug 937317 - Factor out the shareable parts of CallSetup into AutoEntryScript and AutoIncubentScript. r=bz
|
2013-12-05 21:34:16 -08:00 |
|