gecko/js
Bobby Holley 2ff95d98aa 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-13 10:09:26 -07:00
..
ductwork/debugger Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
examples Bug 876776 - Import latest version of js/examples/jorendb.js. DONTBUILD 2013-06-04 12:14:17 -07:00
ipc Bug 868110 - Remove JS_GetGlobalObject. r=luke 2013-05-22 15:42:45 -06:00
jsd Bug 880917 - Remove support for munging JS versions from JSD. r=luke 2013-06-13 10:09:24 -07:00
public Bug 880697 - Add JSRuntime constructor for Rooted. r=terrence 2013-06-12 14:17:54 -07:00
src Bug 880917 - Remove testVersion.cpp. r=luke 2013-06-13 10:09:25 -07:00
xpconnect Bug 880917 - Add support for "latest" as a version to evalInSandbox, and use it for sjs files. r=luke 2013-06-13 10:09:26 -07:00