Commit Graph

26 Commits

Author SHA1 Message Date
Johan K. Jensen
0775ae7a29 Bug 1173158 - Fixing imgur upload error. r=jryans 2015-07-10 10:28:00 +02:00
Panos Astithas
ab8625766c Let the debugger server started by GCLI debug chrome code (bug 1170495). r=ochameau,jwalker 2015-06-03 13:16:23 +03:00
J. Ryan Stinnett
3dc4bca1b4 Bug 1160361 - Move gcli.properties to toolkit. r=bgrins 2015-05-06 12:34:27 -05:00
J. Ryan Stinnett
74a55bb480 Bug 1160361 - Move gclicommands.properties to toolkit. r=bgrins 2015-05-06 12:34:27 -05:00
Joe Walker
cb03960f98 Bug 1128988 - runAt support for commands/converters; r=bgrins 2015-04-23 10:24:49 +01:00
J. Ryan Stinnett
0a47176c20 Bug 1059001 - Part 3: Add encryption socket option. r=past 2014-12-10 20:55:52 -06:00
J. Ryan Stinnett
78ead7cad4 Bug 1058997 - Part 1: Extract socket connect and listen. r=past
Relocate the debugger client's connect and server's listen functionality in a
separate file.  This isolates the security-sensitive socket handling pieces, and
also enables easier extension to make room for TLS sockets.
2014-12-01 22:55:56 -08:00
Joe Walker
96fdd3970e Bug 1035296 - Make protocol.js pass error messages for unknownError (part 2); r=past 2014-08-04 12:26:41 +01:00
Ryan VanderMeulen
dab1ce9349 Backed out changeset c5be930c66e3 (bug 1035296) for mochitest-dt failures. 2014-07-31 13:44:28 -04:00
Joe Walker
70c3a859d8 Bug 1035296 - Part 2, Make protocol.js pass error messages for unknownError; r=past 2014-07-31 17:36:10 +01:00
Joe Walker
2712673d1f Bug 1032789 - Pull together the various GCLI plugin points; r=mratcliffe 2014-07-10 14:37:09 +01:00
Joe Walker
df77d223fb Bug 1003761 - Fix clicking on shortcuts in GCLI output. r=robcee 2014-06-27 11:44:00 +02:00
Joe Walker
d484144658 Bug 1023233 - Add getSpec to union type; f=gl, r=mratcliffe 2014-06-25 11:21:02 +01:00
Joe Walker
8642832cb0 Bug 1025017 - Fix l10n issues with the GCLI help command and sync with web GCLI; r=mratcliffe 2014-06-17 09:12:17 +01:00
Gabriel Luong
fcd7333229 Bug 1016578 - Enhancement: Easily inject jQuery, underscore, or other useful libraries into pages from devtools. r=jwalker 2014-06-09 10:40:00 -04:00
Joe Walker
8b8893fee6 Bug 992309 - Don't leak gcli promise to other tests; r=mratcliffe 2014-06-09 15:16:26 +01:00
Joe Walker
2cadef64ba Bug 989752 - Fix strings in GCLI help command; r=mratcliffe 2014-06-08 22:34:26 +01:00
Joe Walker
199b079da7 Bug 975522 - Add CSS coverage commands; r=harth 2014-05-22 11:04:47 +01:00
Joe Walker
6f2c1507ff Bug 1007006 - Add Task.spawn support to GCLI commands. r=harth 2014-05-08 04:22:00 -04:00
Brian Grinstead
259a64e221 Bug 1002280 - ID starting with numeric value crashes the devtools DOM inspector;r=jwalker,bholley 2014-05-09 09:58:26 -05:00
Paolo Amadini
6d99e32a9f Bug 995184 - Copy the legacy "promise.js" implementation from the Add-on SDK to devtools. r=past 2014-04-22 20:55:01 +01:00
Joe Walker
aa63933441 Bug 993985 - Fix broken tooltip in Developer Toolbar; r=mratcliffe 2014-04-18 09:21:12 +01:00
Joe Walker
93bc5189c9 Bug 983712 - Fix the GCLI menu to remove scrollbars; r=mratcliffe 2014-04-13 07:47:30 +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
Joe Walker
7cbc41804a Bug 979030 - Fix srcdir loader breakage after GCLI split up; r=mratcliffe 2014-03-15 08:06:34 +00:00
Joe Walker
c034c93275 Bug 933727 - Split gcli.jsm and use JS directly from gcli project; r=mratcliffe
* * *
Bug 933727 - Update Developer Toolbar to use promises and split out GCLI; r=mratcliffe
* * *
Bug 933727 - Update GCLI tests to use Task.spawn; r=mratcliffe
* * *
Bug 933727 - Update the Inspector to use split out GCLI; r=pbrosset
* * *
Bug 933727 - Update style editor to use split out GCLI; r=harth
* * *
Bug 933727 - Update Debugger to use split out GCLI; r=past
* * *
Bug 933727 - Update Profiler/Tilt/Scratchpad to use split out GCLI; r=valueof
2013-09-03 12:20:27 +01:00