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
Tim Nguyen
9390ab0eba
Bug 1325213 - Fix lots of eslint errors in devtools/shared/. r=jryans
...
MozReview-Commit-ID: 2XxhfV8ih0S
2016-12-30 15:01:42 +01:00
Phil Ringnalda
83857fe4ea
Backed out changeset 67611ffb1fef (bug 1325213) for failures in test_require_lazy.js
2016-12-29 19:01:37 -08:00
Tim Nguyen
eb7be14ba4
Bug 1325213 - Fix lots of eslint errors in devtools/shared/. r=jryans
...
MozReview-Commit-ID: 2XxhfV8ih0S
2016-12-30 03:11:52 +01:00
Alexandre Poirot
945e06ecf4
Bug 1299503 - Support connecting to remote targets via about:devtools-toolbox query parameters. r=jryans
...
MozReview-Commit-ID: 7EFCxnKkO6r
2016-08-31 07:42:23 -07:00
Jarda Snajdr
d84442e7bc
Bug 1286281 - Part 5: Add WebSocket transport support to debugger client and server sockets r=jryans
...
MozReview-Commit-ID: CN76KNcHtEY
2016-08-03 02:58:00 -07:00
Tom Tromey
c8e6faf303
Bug 1273941 - replace uses of promise.defer in devtools/shared; r=jryans
...
MozReview-Commit-ID: 2n3uJ5QKsKL
2016-06-09 09:03:47 -06:00
Wes Kocher
2acc77027c
Merge fx-team to central, a=merge
2016-05-20 14:14:00 -07:00
Tom Tromey
86974842a1
Bug 1265869 - Add task.js and use in devtools. r=jryans
...
MozReview-Commit-ID: G5UuAh2RiZZ
2016-05-17 13:07:55 -06: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
Ryan VanderMeulen
04ebea4e8c
Merge m-c to inbound. a=merge CLOSED TREE
2016-05-19 12:49:49 -04:00
Martin Thomson
6551249aee
Bug 1250568 - Adding TLS 1.3 to nsISSLStatus, r=keeler
...
MozReview-Commit-ID: 4mLdtsdFoKN
2016-04-04 16:21:19 -03:00
Tom Tromey
3a49936872
Bug 1265876 - don't directly use Timer.jsm or timers.js in devtools; r=ochameau
...
MozReview-Commit-ID: HzbnNvTc5db
2016-05-04 08:02:03 -06:00
Carsten "Tomcat" Book
74de773d2c
Backed out changeset 797e8190073f (bug 1265876) for memory leaks in browser_markup_mutation_02.js
2016-04-28 08:13:42 +02:00
Tom Tromey
323443bd29
Bug 1265876 - don't directly use Timer.jsm or timers.js in devtools; r=ochameau
...
MozReview-Commit-ID: HzbnNvTc5db
2016-04-21 11:20:14 -06: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