Commit Graph

118 Commits

Author SHA1 Message Date
nchevobbe
d8840a78b0 Bug 1358103 - Remove createFactory call on Reps; r=jdescottes
The new Reps bundle from Bug 1357341 is all about functions now,
so we should remove all unnecessary `createFactory` calls
we used to do when creating Reps.

MozReview-Commit-ID: 4KvCThhwphv
2017-04-21 08:50:24 +02:00
Florian Queze
d3c36892fa Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0 Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
Florian Queze
9b4f73599f Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
Wes Kocher
197a1c4128 Merge autoland to central, a=merge CLOSED TREE 2017-04-12 15:13:30 -07:00
Ryan VanderMeulen
2769b029e6 Bug 1353736 - Fix whitespace and line wrapping issues. r=eslint 2017-04-12 12:10:41 -04:00
Christoph Kerschbaumer
0ca805df56 Bug 1353736 - Add regression test for JSON viewer after updating triggeringPrincipal. r=gijs 2017-04-12 14:52:37 +02:00
Jan Odvarko
405eeb102f Bug 1353006 - Stop using sdk/window/utils in JSONViewer; r=jryans
MozReview-Commit-ID: 5znvDLtUjWO
2017-04-05 15:00:31 +02:00
Jan Odvarko
289c4a3dc4 Bug 1353006 - Stop using sdk/clipboard in JSONViewer; r=jryans
MozReview-Commit-ID: AQXsf3DQdS9
2017-04-05 14:57:49 +02:00
Jan Odvarko
e16e74839d Bug 1353006 - Stop using sdk/dom/events in JSONViewer; r=pbro
MozReview-Commit-ID: CxpW8aysaSJ
2017-04-05 14:35:16 +02:00
Christoph Kerschbaumer
ff1c387a50 Bug 1352778 - Do not reset triggeringPrincipal but only principalToInherit within loadInfo when forced to. r=gijs 2017-04-03 20:06:53 +02:00
Tim Nguyen
f9bdd0cbaa Bug 1350234 - Clean up network monitor CSS. r=Honza
MozReview-Commit-ID: 6wTU8sg54oe
2017-04-03 18:04:29 +02:00
Andrew McCreight
0bda64d90f Bug 1351385, part 4 - Move the JSON sniffer out of its own file. r=Honza
The sniffer is always run. By moving it out of its own file we can
avoid importing the devtools loader system at startup, which uses a
number of compartments.

MozReview-Commit-ID: IoMIzZeRDo2
2017-03-28 11:32:34 -07:00
Andrew McCreight
03eca045a5 Bug 1351385, part 3 - Rename stuff for the JSON sniffer. r=Honza
This is in preparation for moving it to converter-observer.js.

MozReview-Commit-ID: 8TsIvQsOqoc
2017-03-28 09:20:02 -07:00
Andrew McCreight
ce84001246 Bug 1351385, part 2 - Lazily load JsonViewService. r=Honza
This avoids triggering the devtools loading system just to register a
factory.

MozReview-Commit-ID: BVMfCRlG9kv
2017-03-28 09:13:05 -07:00
Andrew McCreight
435f0fe593 Bug 1351385, part 1 - Rename JSON viewer things in preparation for a move to another file. r=Honza
MozReview-Commit-ID: 1jj5VEELkrv
2017-03-28 08:45:03 -07:00
nchevobbe
e6b2727561 Bug 1355454 - Move "createFactories" function from Reps to a shared util. r=jdescottes
MozReview-Commit-ID: LmGBg2HSzOC
2017-04-12 08:33:37 +02:00
Wes Kocher
e6c3565fe5 Merge inbound to m-c a=merge 2017-03-28 13:30:56 -07:00
Zibi Braniecki
f4aa49939d Bug 1347272 - Move ChromeRegistry::IsLocaleRTL to LocaleService::IsAppLocaleRTL. r=jfkthame
MozReview-Commit-ID: BDhgIKNSOEL
2017-03-14 12:35:06 -07:00
Iris Hsiao
bc568366eb Backed out changeset c7174ac72d14 (bug 1347272) for build bustage 2017-03-28 18:16:33 +08:00
Zibi Braniecki
f1060ac666 Bug 1347272 - Move ChromeRegistry::IsLocaleRTL to LocaleService::IsAppLocaleRTL. r=jfkthame
MozReview-Commit-ID: BDhgIKNSOEL
2017-03-14 12:35:06 -07:00
Andrea Marchesini
bab2942dfe Bug 1349538 - JSONView should not open more than 1 filePicker at the same time, r=honza 2017-03-28 13:30:34 +02:00
Andrea Marchesini
959b925a8d Bug 1349434 - Fixing the saving in the JSONviewer, r=qdot 2017-03-22 18:44:10 +01:00
Andrea Marchesini
70fbece79d Bug 1334975 - Get rid of nsIFilePicker.show() use in gecko, r=ochameau 2017-03-03 09:42:27 +01:00
Pascal Chevrel
6648cc99ad Bug 1338539: files with application/manifest+json Mime type should be rendered as json r=Honza
MozReview-Commit-ID: 9SXz6dO7Fms
2017-02-22 15:33:39 +01:00
Julian Descottes
ffa358a329 Bug 1340806 - stop using load-reps wrapper;r=nchevobbe
MozReview-Commit-ID: GL9Sm6W2JCM
2017-02-18 22:43:22 +01:00
Gijs Kruitbosch
d25c85465f Bug 1333210, r=honzab,ckerschb
MozReview-Commit-ID: 2Gu8sv36Yyy
2017-01-23 22:18:21 +00:00
Jan Odvarko
d1e4f63482 Bug 1330827 - Fix CSS for Tab's cursor and background; r=jryans
MozReview-Commit-ID: GZd51GV3nFP
2017-01-19 13:52:40 +01:00
Sebastian Hengst
5149b4bf9c Backed out changeset 43484a1523e0 (bug 1330827) for build bustage (duplicate file). r=backout on a CLOSED TREE 2017-01-23 16:26:52 +01:00
Jan Odvarko
0e2a107d34 Bug 1330827 - Fix CSS for Tab's cursor and background; r=jryans
MozReview-Commit-ID: GZd51GV3nFP
2017-01-19 13:52:40 +01:00
Iris Hsiao
c86265016d Backed out changeset cf116f73a2d2 (bug 1330827) for bustage
CLOSED TREE
2017-01-20 15:49:06 +08:00
Jan Odvarko
806a629e28 Bug 1330827 - Fix CSS for Tab's cursor and background; r=jryans
MozReview-Commit-ID: GZd51GV3nFP
2017-01-19 13:52:40 +01:00
Ruturaj K. Vartak
1ce823f0e2 Bug 1314919 - Firebug layout problems. r=ntim.
- CSS Rules
- Background colors of tabs
- Background color of tab buttons
- borders of tabs / buttons
- Variable-izing backgrounds and colors
- netmonitor: cell header color, sorted cell header color
- widgets: cell header color, sorted cell header color
- Toolbar Buttons
- Fixing breadcrumbs in HTML inspector
- JSON View tabs

MozReview-Commit-ID: JqUG5zwvQ0a
2017-01-18 06:35:00 +01:00
Julian Descottes
f79f7d5fef Bug 1325401 - Add a reps bundle, disabled by default;r=jlast
MozReview-Commit-ID: IJL8wevR0wo
2017-01-18 14:38:10 +01:00
Florian Quèze
63de711857 Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
Geoff Brown
828ad789f9 Bug 1328915 - Skip linux32/debug devtools tests in clipboard and gpu subsuites; r=me 2017-01-16 11:58:13 -07:00
Joel Maher
0f0373cde1 Bug 1330325 - add BUG_COMPONENT to devtools/* files. r=jryans
MozReview-Commit-ID: Bd0ca7f6QE6
2017-01-13 08:40:35 -05:00
Ruturaj K. Vartak
c5188f966e Bug 1325930 - Incorrect filter result when searching name and value. r=honza 2017-01-05 06:50:00 -05:00
Tomer Cohen
ecd47f5663 Bug 1323553 - Add RTL to JSON Viewer r=Honza
MozReview-Commit-ID: AItCFstp7xd
2017-01-03 12:58:30 +02:00
Jared Wein
21fc75d491 Bug 1326479 - Fix 'indent' eslint errors now that eslint scans multiline array and object definitions. r=Gijs
MozReview-Commit-ID: 99mWjxu8PPn
2017-01-03 10:07:50 -05:00
Alexandre Poirot
76f10296a0 Bug 1302996 - Remove SDK dependencies for JSONView modules loaded on startup. r=jryans
MozReview-Commit-ID: AClST5BXfK1
2016-12-19 09:00:13 -08:00
Jan Odvarko
7fbcb4c2b2 Bug 1297361 - JSON Viewer: use listeners instead of exporting postChromeMessage; r=Gijs
MozReview-Commit-ID: 2LIEU10LAV1
2016-11-30 13:55:51 +01:00
Wes Kocher
fadbb05cd6 Backed out 2 changesets (bug 1302996) for being the likely cause of browser chrome crashes a=backout
Backed out changeset 8a97f217ebe8 (bug 1302996)
Backed out changeset 45bcf45afca2 (bug 1302996)
2016-11-28 16:38:20 -08:00
Alexandre Poirot
93c9770382 Bug 1302996 - Remove SDK dependencies for JSONView modules loaded on startup. r=jryans
MozReview-Commit-ID: AClST5BXfK1
2016-11-15 09:30:46 -08:00
Nicolas Chevobbe
3f9b359e8f Bug 1312178 - Make Reps modes constants; r=Honza
Edit tests and component creation accordingly.

MozReview-Commit-ID: Gsj6QwNTjL0
2016-11-20 19:53:16 +01:00
Eric Skoglund
94bc5e2f02 Bug 1313850 - Enable users to have capital letters in filter string r=Honza
MozReview-Commit-ID: FfhHtEoqrnz
2016-11-10 15:51:28 +01:00
J. Ryan Stinnett
ccaa99fa95 Bug 1311178 - Remove various duplicate DevTools files. r=ntim
MozReview-Commit-ID: ABtuFPC85OQ
2016-10-19 15:59:09 -05:00
Nicolas Chevobbe
5f9d427f9c Bug 1311266 - Add devtools/shared to paths in JSONView. r=Honza;
Since we are now using "devtools/shared/dom-node-constants" in Reps, the JSONView
was failing. Add "devtools/shared" to the requirejs configuration to allow the JSONView
to require the script, and wrap the dom-node-constants export in `define` since the view
expect the modules to be AMD.

MozReview-Commit-ID: CXQZ0YzrWGV
2016-10-19 19:20:49 +02: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
Brian Grinstead
ef7e7f9d9a Bug 1304804 - Don't set a default cropLimit for reps;r=Honza
MozReview-Commit-ID: HVHqkomVrLW
2016-09-26 11:49:54 -07:00