Commit Graph

12 Commits

Author SHA1 Message Date
J. Ryan Stinnett
30b2b7ce44 Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey
For simple rules like function spacing, we can auto-fix these across the code
base so they are followed in a consistent way.

To generate this patch, I ran:

./mach eslint devtools --no-ignore --fix

After this, I reverted any changes to third party files that we really do want
to ignore.

MozReview-Commit-ID: 6Q8BApkAW20
2016-05-18 12:49:23 -05:00
Alexandre Poirot
8cbb062041 Bug 1265599 - Fix gcli toolbox button status when toolbox goes on and off. r=jwalker 2016-05-03 09:06:30 -07:00
Tom Tromey
f13377234d Bug 1265772 - don't use Services.console or Console.jsm in devtools; r=bgrins
MozReview-Commit-ID: Ax4EwhRVE0R

--HG--
extra : amend_source : 11297b555f1175a0be506e3ab7e72592cd3c2cd2
2016-04-19 14:05:35 -06:00
Alexandre Poirot
e6645862ac Bug 1261092 - Simplify gcli initialization/destruction codepaths. r=jryans,jwalker 2016-04-05 07:16:48 -07:00
Alexandre Poirot
277aab4dec Bug 1259024 - Fix developer toolbox close and toolbar toggle button tooltips. r=jwalker 2016-04-01 05:49:00 -07:00
Alexandre Poirot
b681b08e4a Bug 1248603 - Register devtools menuitems dynamically. r=gijs,jryans 2016-04-01 05:49:00 -07:00
Alexandre Poirot
4025088fcd Bug 1257178 - Prevent "this._input is undefined" exception when developer toolbar is hidden early. r=jwalker 2016-03-29 06:28:17 -07:00
Philip Chee
0772ec1731 Bug 1252479 - Adding the Developer Dynamically (Bug 1248601) doesn't work in SeaMonkey because it doesn't have a "browser-bottombox" r=ochameau
--HG--
extra : rebase_source : 9038cc693f739a2f4bd09ad1e1ee4ce26f588df0
2016-03-06 01:44:38 +08:00
Alexandre Poirot
4ba825caa7 Bug 1248601 - Fix focus race due to dynamic XUL insertion. r=jwalker 2016-02-27 04:51:11 -08:00
Alexandre Poirot
20e2ec71ce Bug 1248601 - Register the Developer Toolbar dynamically. r=jwalker 2016-02-27 04:51:11 -08:00
Alexandre Poirot
1f8b8fe58c Bug 1241050 - Cleanup developer-toolbar imports. r=jwalker 2016-02-16 07:23:57 -08:00
Alexandre Poirot
03af4376f7 Bug 1241050 - Convert DeveloperToolbar.jsm to commonjs module. r=jwalker
--HG--
rename : devtools/client/shared/DeveloperToolbar.jsm => devtools/client/shared/developer-toolbar.js
2016-02-16 07:23:56 -08:00