Commit Graph

11 Commits

Author SHA1 Message Date
Tim Nguyen
60a630cd40 Bug 1326334 - Fix more errors in devtools/shared. r=jryans
MozReview-Commit-ID: 2MOe5hEyqYo
2017-01-03 23:47:28 +01:00
J. Ryan Stinnett
d70bb81021 Bug 1212689 - Extract ToolboxButtons to save GCLI from loading toolbox.js. r=ochameau
MozReview-Commit-ID: DZcvEa9v0vS
2016-10-13 11:21:53 -05:00
Eddy Bruel
84f0397a71 Bug 1265720 - Decouple fronts from actors in gcli;r=jryans 2016-06-09 17:28:36 +02:00
Alexandre Poirot
c260276972 Bug 1250430 - Remove SrcDir loader support from devtools. r=jryans 2016-02-27 04:51:11 -08:00
Shivang Nagaria
f2a128f377 Bug 768469 - [gcli] implement a "mdn" command. r=pbrosset 2016-01-23 02:59:00 +01:00
Pablo
ce981411e1 Bug 770156 - GCLI needs a command to return the number of matches for a specified CSS selector. r=miker 2015-11-14 15:15:00 +01:00
Carsten "Tomcat" Book
8a2c6cd85f Backed out changeset d3c232398513 (bug 770156) for devtools bustage 2015-11-13 12:33:22 +01:00
Pablo
38ec17c247 Bug 770156 - Added the QSA command to find the CSS selector matches. r=mratcliffe 2015-11-10 15:24:00 +01:00
Matteo Ferretti
7f75401ffe Bug 1089240 - Add a measurement tool. r=pbrosset 2015-09-28 15:14:00 +02:00
J. Ryan Stinnett
2dada8f365 Bug 912121 - Rewrite require / import to match source tree. rs=devtools
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location.  Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
J. Ryan Stinnett
a3073e0420 Bug 912121 - Migrate major DevTools directories. rs=devtools
Move major DevTools files to new directories using the following steps:

hg mv browser/devtools devtools/client
hg mv toolkit/devtools/server devtools/server
hg mv toolkit/devtools devtools/shared

No other changes are made.
2015-09-21 12:02:24 -05:00