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
Mark Banner
55868dde7c
Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps
...
MozReview-Commit-ID: 62Hp5ISxowJ
2017-01-18 10:30:39 +00: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
Sebastian Hengst
2fecbac0d0
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: devtools. r=RyanVM
...
MozReview-Commit-ID: DZit0XSS1yk
2016-11-05 11:29:14 +01:00
Mark Banner
233309fbe2
Bug 1251003 - Change .eslintrc files to .eslintrc.js to avoid obsolete config file format. r=mossop
...
MozReview-Commit-ID: JrbFxQ5rj6I
2016-10-18 08:38:10 +01:00
divyanshu
5b3443845e
Bug 1292998 - Replace Iterator() with Object.{entries,values}. r=jryans
...
Replace simple in-tree consumer of non-standard Iterator() with Object.{values,entries} in devtools/
2016-08-14 02:02:06 +05:30
Greg Tatum
13b3b00221
Bug 1290142 - Lint devtools/client/performance/test/; r=jsantell
...
MozReview-Commit-ID: FprlN3Vm9H7
2016-08-02 17:18:01 -05:00
Greg Tatum
bd9650f208
Bug 1290142 - Lint devtools/client/performance/test/unit; r=jsantell
...
MozReview-Commit-ID: IDBF4mmHElf
2016-07-28 16:03:55 -05:00
Alexandre Lissy
ad2a84e842
Bug 1285170 - Remove app:// protocol r=valentin
...
MozReview-Commit-ID: 4cnLrqqyP35
2016-03-16 17:11:12 +01: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
Victor Porof
376e3d66cd
Bug 1258645 - Update all occurences of MarkerUtils to use the new module, r=jsantell
2016-03-28 13:50:02 +02:00
Victor Porof
e0f25ae5e6
Bug 1258416 - Update test_marker-utils.js to register a prefs observer, r=orange
2016-03-22 11:41:27 +01:00
Victor Porof
fc6cf42589
Bug 1258302 - Create a categories module instead of placing everything in global.js, r=jsantell
2016-03-22 10:17:20 +01:00
Alexandre Poirot
bb787b541e
Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans
2016-02-27 04:51:10 -08:00
Jordan Santell
12579c63f8
Bug 1176056 - Tests for the JITOptimizations react component. r=fitzgen
2016-02-03 12:04:51 -08:00
Greg Tatum
c48f3b3e73
Bug 1164252 - Profiler should be able to parse evaluated location sites. r=jsantell
2016-01-28 08:29:00 -05:00
Jordan Santell
7c2a9c7bfe
Bug 1219544 - Decouple the react Frame component from the memory view and pull out source utilities from frame utilities in performance tool. r=fitzgen
2015-12-29 13:23:05 -05:00
Victor Porof
9f4a130ec4
Bug 1211839 - Don't allow off the main thread markers to nest under main thread markers, r=smaug, jsantell
2015-10-24 17:10:22 +02:00
J. Ryan Stinnett
687866dde2
Bug 1203159 - Rewrite DevTools resource URLs. r=ochameau
2015-10-21 12:48:53 -05:00
Alexandre Poirot
f1439bdbe8
Bug 1204812 - Keep Console.jsm in toolkit/modules/ r=jryans,Mossop
2015-10-15 03:45:22 -07:00
J. Ryan Stinnett
47167154ef
Bug 1196047 - Move most of shared/performance to client or server. r=jsantell
2015-10-09 18:26:08 -05:00
Carsten "Tomcat" Book
036e6d2fa3
Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902 )
Backed out changeset d70c7fe532c6 (bug 1202902 )
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
12369728f5
Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902 )
2015-10-07 12:13:45 +02:00
Shu-yu Guo
474f49adb7
Bug 1202902 - Scripted fix the world.
2015-10-06 14:00:31 -07: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