Ajay
ac7b5a729e
Bug 1327773 - Fix non-functioning devtools option 'Indent using spaces' by modifying prettifyCSS.js; r=tromey
...
MozReview-Commit-ID: 5m5nNgwX6v2
2017-02-07 21:06:28 +05:30
Patrick Brosset
d045689e66
Bug 1323700 - Adding a copy full path option to the inspector menu; r=gl
...
MozReview-Commit-ID: IvRnek7e7Xq
2017-01-17 14:14:41 +01:00
Julian Descottes
5323d54c49
Bug 1323713 - fix prettify CSS error when encountering extra closing brace;r=tromey
...
MozReview-Commit-ID: 5TAxEP5561K
2017-01-10 22:19:47 +01:00
Alexandre Poirot
b1fb773627
Bug 1154645 - Move findCssSelector from server to shared. r=pbro
...
MozReview-Commit-ID: DjEO1hjFSc5
2016-11-09 09:22:42 -08:00
Tom Tromey
1976c3df85
Bug 1312041 - remove requireRawId rewriting in favor of Loader paths; r=jryans
...
MozReview-Commit-ID: 6OSszbKpp74
2016-10-25 21:30:18 -06:00
Wes Kocher
20d9f9713d
Backed out 2 changesets (bug 1312041) for mass failures a=backout
...
Backed out changeset c4f42d7d5453 (bug 1312041)
Backed out changeset 9bfbc8480d43 (bug 1312041)
2016-11-01 10:30:45 -07:00
Tom Tromey
d1b2d82846
Bug 1312041 - remove requireRawId rewriting in favor of Loader paths; r=jryans
...
MozReview-Commit-ID: 6OSszbKpp74
2016-10-25 21:30:18 -06:00
Greg Tatum
0fc28c2ff3
Bug 1290988 - Collect devtools/shared/css-* files into a folder. r=tromey
...
In preparation for the additional files in the `mach generate-css-db`
command, collect the CSS files into a folder.
MozReview-Commit-ID: 9JRVsC2NMK8
2016-09-14 10:00:27 -05:00
Sebastian Hengst
93c9c62451
Backed out changeset 1bca17123507 (bug 1290988) for xpcshell failures (test_rewriteDeclarations.js) and devtools failures (browser_styleeditor_syncAddProperty.js). r=backout
2016-09-13 17:43:44 +02:00
Greg Tatum
36e0a1b1fa
Bug 1290988 - Collect devtools/shared/css-* files into a folder; r=tromey
...
In preparation for the additional files in the `mach generate-css-db`
command, collect the CSS files into a folder.
MozReview-Commit-ID: 9JRVsC2NMK8
2016-08-29 11:02:34 -05:00
Julian Descottes
ea152e80ca
Bug 1295608 - Migrate devtools/shared to use l10n.js instead of Services.string;r=tromey
...
I explicitly did not migrate the localizations of the external properties file brand.properties.
This should be handled as part of Bug 1297733.
MozReview-Commit-ID: JXomOmr37xV
2016-08-26 15:01:52 +02:00
Sebastian Hengst
d5a21ac842
Backed out changeset 85fabbd4395a (bug 1295608)
2016-08-25 14:20:02 +02:00
Julian Descottes
dbc7171cd2
Bug 1295608 - Migrate devtools/shared to use l10n.js instead of Services.string;r=tromey
...
I explicitly did not migrate the localizations of the external properties file brand.properties.
This should be handled as part of Bug 1297733.
MozReview-Commit-ID: JXomOmr37xV
2016-08-23 12:19:42 +02:00
Tom Tromey
0940713d29
Bug 1278625 - remove some lazy loading from devtools; r=jlongster
...
MozReview-Commit-ID: HwV7DFVJhAF
2016-08-05 08:46:37 -06:00
Tom Tromey
6892a50d74
Bug 1292574 - make CSS a global rather than a module in devtools loader; r=gregtatum
...
MozReview-Commit-ID: 5RYwDAW4wxt
2016-08-05 08:32:59 -06:00
Tom Tromey
3ae78bc3e0
Bug 1265802 - Add Services.appinfo.OS shim for devtools; r=jryans
...
MozReview-Commit-ID: L41zmBEyqPH
2016-07-14 12:48:47 -06:00
Tom Tromey
0f4354f2cd
Bug 1266844 - use URL, not nsIURL, in css-logic.js; r=pbro
...
MozReview-Commit-ID: F8eBQEJZkv7
2016-06-24 13:55:55 -06:00
Tom Tromey
a1c55e31b0
Bug 1225254 - split css-logic.js into server and shared files; r=pbro
...
MozReview-Commit-ID: BTFVQJcVI5d
2016-06-24 08:26:21 -06:00
Tom Tromey
16c67fd021
Bug 1225254 - remove unused code from css-logic.js; r=pbro
...
MozReview-Commit-ID: joVchP4T56
2016-06-23 11:02:56 -06:00
Tom Tromey
dfb699ff53
Bug 1265830 - Remove uses of nsIDOMCSSRule from devtools. r=bgrins
...
MozReview-Commit-ID: 9q9Ei38My4A
2016-06-16 10:22:28 +01:00
Greg Tatum
4aebc40c28
Bug 1265790 - replace inIDOMUtils.isInheritedProperty r=pbro
...
MozReview-Commit-ID: 1c6OLfYMW0p
2016-06-02 13:07:00 +02:00
James Long
d86f63cef0
Bug 1265854 - replace uses of nsiDOMNode constants in devtools frontend r=tromey
2016-06-03 09:47:58 -04:00
J. Ryan Stinnett
530b903fcf
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
Tom Tromey
f37edb762d
Bug 1265787 - Add javascript CSS lexer to devtools. r=pbro
...
MozReview-Commit-ID: BgbACHTTMtX
2016-04-29 11:21:22 -06:00
Carsten "Tomcat" Book
87b8e5aaa3
Backed out changeset f54c4f5fd0ed (bug 1265787)
2016-05-04 12:27:37 +02:00
Tom Tromey
d6b9403946
Bug 1265787 - add javascript CSS lexer to devtools; r=pbro
...
MozReview-Commit-ID: BgbACHTTMtX
2016-04-29 11:21:22 -06:00
Tom Tromey
4ce916dafd
Bug 1265772 - don't use Services.console or Console.jsm in devtools; r=bgrins
...
MozReview-Commit-ID: Ax4EwhRVE0R
2016-04-19 14:05:35 -06:00
Gabriel Luong
c63ff3b56b
Bug 1237441 - Move styleinspector directory into the shared inspector directory r=pbro
2016-01-12 09:52:12 -08:00
Wes Kocher
9329572311
Backed out changeset 29f184e43309 (bug 1237441) for eventual build bustage
2016-01-12 09:20:43 -08:00
Gabriel Luong
b5d2cb9306
Bug 1237441 - Move styleinspector directory into the shared inspector directory r=pbro
2016-01-12 08:55:46 -08:00