gecko/js
Steve Fink 08cf175855 Bug 876776 - Allow using '--' to terminate shell arguments (and pass the rest to the script), r=terrence
This makes
  ./js -f foo.js -- a b c
the same as
  ./js foo.js a b c
but also allows things like
  ./js -e 'print(arguments)' -- a b c
which previously wasn't possible.
2013-05-22 09:50:08 -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. r=NPOTB (yet) 2013-05-30 11:40:14 -07:00
ipc Bug 868110 - Remove JS_GetGlobalObject. r=luke 2013-05-22 15:42:45 -06:00
jsd Bug 877235 - Use the default global for just a little bit longer in JSD. r=gabor 2013-05-29 17:49:25 -07:00
public Bug 678037 - Add (disabled) ability to parse script bytecode lazily, r=luke. 2013-05-30 06:29:56 -06:00
src Bug 876776 - Allow using '--' to terminate shell arguments (and pass the rest to the script), r=terrence 2013-05-22 09:50:08 -07:00
xpconnect Bug 875405 - fixing unpushed cx usages. r=bholley 2013-05-30 16:54:46 +02:00