Commit Graph

5 Commits

Author SHA1 Message Date
Panos Astithas
a574cdb3dc Rename two gcli strings to ensure localizations are updated (bug 1173301). r=jwalker f=flod 2015-06-10 15:17:52 +03:00
Panos Astithas
edcfb90e6b Don't throw when reloading devtools if it succeeds (bug 1171870). r=jwalker 2015-06-08 18:13:06 +03:00
Tom Tromey
a4d7a5bc76 Bug 1168088 - Remove SpiderMonkey-specific syntax from toolkit/devtools. r=pbrosset 2015-05-28 11:54:00 -04:00
Joe Walker
cb03960f98 Bug 1128988 - runAt support for commands/converters; r=bgrins 2015-04-23 10:24:49 +01:00
Joe Walker
7c14d761bc Bug 984365 - Refactor and split out BuiltinCommands.jsm; r=mratcliffe,robcee,panos
BuiltinCommands.jsm was huge to avoid slowing things down by having many
modules loading.

To avoid splitting it up from slowing things down we want to delay loading
commands. Create [add|remove]ItemsByModule to allow us to lazily add modules,
and convert all command modules to use this.

Then break up BuiltinCommands into a set of files, for each command, and do
some refactoring to use JS files rather than JSMs and use "use strict".
2014-04-13 07:47:27 +01:00