gecko/js/xpconnect
Bobby Holley 1a78a5f7db Bug 880917 - Add support for "latest" as a version to evalInSandbox, and use it for sjs files. r=luke
Sandboxes always default to JSVERSION_DEFAULT in the browser. But XPCShell sets
up a ContextCallback that does JS_SetVersion(cx, JSVERSION_LATEST) on every
context that gets created, including the ephemerial Sandbox JSContexts. Since
httpd.js runs in xpcshell and evaluates SJS in a sandbox, we've (somewhat
accidentally) supported JSVERSION_LATEST in SJS, which certain SJS files have
taken advantage of. Let's continue to support it explicitly.
2013-06-29 09:11:18 -06:00
..
crashtests Bug 673919 - Remove captureEvents, releaseEvents, and routeEvent. r=smaug 2013-05-14 21:18:39 +09:00
idl Bug 880917 - Generalize JS_NewGlobalObject API to take CompartmentOptions. r=luke 2013-06-29 09:11:17 -06:00
loader Bug 880917 - Generalize JS_NewGlobalObject API to take CompartmentOptions. r=luke 2013-06-29 09:11:17 -06:00
public Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor 2013-05-22 10:05:28 -06:00
shell Bug 880917 - Generalize JS_NewGlobalObject API to take CompartmentOptions. r=luke 2013-06-29 09:11:17 -06:00
src Bug 880917 - Add support for "latest" as a version to evalInSandbox, and use it for sjs files. r=luke 2013-06-29 09:11:18 -06:00
tests Bug 885800 - Unwrap CCWs in Cu.isDeadWrapper. r=gabor 2013-06-24 10:02:08 -07:00
wrappers Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo 2013-06-28 19:20:12 -07:00
moz.build Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00