Commit Graph

8 Commits

Author SHA1 Message Date
Joe Walker
cb03960f98 Bug 1128988 - runAt support for commands/converters; r=bgrins 2015-04-23 10:24:49 +01:00
Michael Ratcliffe
9bfa5f70e1 Bug 1033387 - Update JSBeautify and move it into toolkit r=fitzgen 2014-07-14 14:25:22 +01:00
Michael Ratcliffe
fab9090298 Backed out changeset e2360d41bd66 (bug 1033387) for loader test failures 2014-07-14 01:00:35 +01:00
Michael Ratcliffe
56da715745 Bug 1033387 - Update JSBeautify and move it into toolkit r=fitzgen 2014-07-13 23:25:19 +01:00
Michael Ratcliffe
12f7667fa6 Backed out changeset 0ba8be1413f7 (bug 1033387) for xpc test failures 2014-07-13 23:12:50 +01:00
Michael Ratcliffe
f37eec0fb3 Bug 1033387 - Update JSBeautify and move it into toolkit r=fitzgen 2014-07-13 21:46:14 +01:00
Sebastian Hengst
a49f8ee6e2 Bug 906632 - Indentation size in gcli's JavaScript beautifier should follow devtools.editor.tabsize. r=mratcliffe 2014-06-09 09:03:35 +02: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