J. Ryan Stinnett
47d40079e2
Bug 1326100 - Restore notable inline comments in DevTools. r=tromey
...
MozReview-Commit-ID: 6cLDkoCt0al
2017-03-20 16:22:55 -05:00
Sebastian Hengst
c6d9ef3e98
Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout
2017-01-11 23:21:56 +01:00
Tim Nguyen
548b6bdbef
Bug 1330099 - Enable object-shorthand eslint rule. r=jryans
...
MozReview-Commit-ID: 3wA25rfznBv
2017-01-11 21:22:15 +00: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
Greg Tatum
88c911b2cd
Bug 1289425 - Allow sourceeditor to fallback to client-side css properties; r=tromey
...
MozReview-Commit-ID: Khak8Av1v67
2016-08-12 15:01:42 -05:00
Greg Tatum
d852cb3bc9
Bug 1289425 - Remove domUtils from source editor and autocomplete; r=tromey
...
MozReview-Commit-ID: HIhUkuKOsjg
2016-08-05 11:44:23 -05:00
Tom Tromey
42e05a9fc5
Bug 1292591 - use reject-some-requires eslint rule in sourceeditor; r=gregtatum
...
MozReview-Commit-ID: LdPU8bdSGd5
2016-08-05 09:09:27 -06:00
Patrick Brosset
8c1b03880b
Bug 1270186 - Move css-parsing-utils.js from devtools/client to devtools/shared; r=tromey
...
MozReview-Commit-ID: 75Yq1X4YjjJ
2016-05-23 14:03:12 +02: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
Gabriel Luong
e5b1dd480d
Bug 1206463 - Eslint cleanup for source editor r=mratcliffe
2015-12-25 15:57:20 -05:00
Tom Tromey
7c2ce5580b
Bug 1195995 - merge css-tokenizer into css-parsing-utils; r=mratcliffe
2015-10-06 10:13:00 -04: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