Commit Graph

345 Commits

Author SHA1 Message Date
Jason Laster
3cad34d119 Bug 1403736 - Update debugger frontend (9/27/2017). r=jdescottes
MozReview-Commit-ID: 3kr1pG8fSs5

--HG--
extra : rebase_source : 537b5dd3262ad14f734ff89d4cb0f529b9dfa7b6
2017-09-29 16:53:53 +02:00
Sebastian Hengst
58cfe586be Backed out changeset 6ae05de7437d (bug 1305777) 2017-09-29 10:43:48 +02:00
Sebastian Hengst
f05bcdc666 Backed out changeset 6e0cb1927bfe (bug 1305777) 2017-09-29 10:43:36 +02:00
J. Ryan Stinnett
49c743f7f5 Bug 1305777 - Remove old RDM. r=ochameau
MozReview-Commit-ID: gOvvF9bcDT

--HG--
extra : rebase_source : 1a0773629ad429e6c485df4c2bf0348504a2c9c5
2017-09-26 18:49:54 -05:00
J. Ryan Stinnett
41503ce759 Bug 1305777 - Remove RDM manager switch and pref. r=ochameau
This removes the switching based on the RDM.html pref and the pref itself.

Some files in old RDM are updated for completeness, but they are about to be
removed anyway.

MozReview-Commit-ID: JnTC7ZF3UCC

--HG--
extra : rebase_source : d591e04148d748c2659093295160adc6a3d2c445
2017-09-26 18:39:16 -05:00
Tom Tromey
79dd91860a Bug 1371849 - remove style editor's source-map pref; r=gl
This changes the style editor and inspector to use the same pref that
the other tools are using.  This pref is a bit of a misnomer for now,
because the inspector and style editor aren't actually using the
client-side service; but I think the name is not very important, and
unifying the prefs is worthwhile.

MozReview-Commit-ID: FlwCICnoaX4

--HG--
extra : rebase_source : 0b86c66b35a8e109a8657d74bfaa400d37efc738
2017-06-12 12:25:22 -06:00
jason laster
adc78c74bd Bug 1399673 - Update Debugger Frontend and upgrade Source Map Worker to v0.13.0. r=jdescottes
MozReview-Commit-ID: L7igSLIa5GX
2017-09-13 20:12:01 -04:00
jason laster
ca6ad634c1 Bug 1397563 - Update Debugger Frontend (9/6/2017). r=jdescottes 2017-09-06 22:27:41 -04:00
Brian Grinstead
57b3cbb9f2 Bug 1397425 - Ship the new console frontend on all channels;r=Honza
MozReview-Commit-ID: 7AQTNbW989k

--HG--
extra : rebase_source : 34398e433088ee1e76c72313869dddbdfd5ff8a7
2017-09-06 13:02:18 -07:00
jason laster
57dcc284a2 Bug 1395396 - Update Debugger frontend (8/30/2017). r=jdescottes
MozReview-Commit-ID: 9etCxtC3nLz

--HG--
extra : rebase_source : 1b05fa53054d7474a5d495f6046ba2a235f18fa4
2017-09-01 13:14:41 -04:00
Brian Grinstead
07e14766fa Bug 1307881 - Part 1 - Split message persistence prefs into two, one for the netmonitor and one for the console;r=Honza
MozReview-Commit-ID: 4i8heIyPEv0

--HG--
extra : rebase_source : 2f3d35329126866b0c85d3620fb9f3d046ff3a85
2017-08-31 21:42:15 -07:00
Julian Descottes
aa1e9fe0ac Bug 1392998 - remove devtools hotreload feature;r=bgrins
MozReview-Commit-ID: 2XC5V0nxaKX

--HG--
extra : rebase_source : b7499e33959f238b62ddaaa270eb8b3d42be4bdd
2017-08-23 13:26:58 +02:00
Brian Grinstead
dbec5aa793 Bug 1392744 - Pass the port along to the browser toolbox chrome uri;r=jryans
This allows multiple browser toolboxes to be opened at once, assuming the host
profiles have different values for devtools.debugger.chrome-debugging-port

MozReview-Commit-ID: 1bzsZFww4Zv

--HG--
extra : rebase_source : a2f631bb9d67ce4eabb9e8b1a2c3c32a5b8fd574
2017-08-24 10:03:47 -07:00
Jason Laster
9aee587e37 Bug 1391719 - update debugger frontend (8/16/2017) v=0.12 - tests, locales and preferences. r=jdescottes
MozReview-Commit-ID: 6c0aFxRuec6

--HG--
rename : devtools/client/debugger/new/test/mochitest/browser_dbg-searching.js => devtools/client/debugger/new/test/mochitest/browser_dbg-search-sources.js
extra : rebase_source : 48f2424050d159d865e89cd29dc432f719033a0d
2017-08-23 19:13:15 +02:00
Brian Grinstead
7d6c4cf030 Bug 1390176 - Increase console logLimit;r=nchevobbe
MozReview-Commit-ID: 3Ynr58lLQcs

--HG--
extra : rebase_source : 0bf2db891492df2e26188e9bb008ecb8223b2080
2017-08-16 10:05:31 -07:00
Wes Kocher
223f322400 Merge m-c to autoland a=merge
MozReview-Commit-ID: 2qLtb79Nlhs
2017-08-08 15:26:30 -07:00
Jason Laster
1514a7e029 Bug 1388128 - Debugger does not remove some breakpoints. r=jdescottes
MozReview-Commit-ID: Hp7wYXGRSYs
2017-08-08 15:51:38 +02:00
Julian Descottes
67391889ec Bug 1386821 - call initDevTools if devtools.toolbar.visible is true;r=ochameau
MozReview-Commit-ID: C1EFv9T0VKS

--HG--
extra : rebase_source : dc80edf968e75cfdbf3556c062901cbf9875c4a6
2017-08-03 08:57:38 +02:00
Julian Descottes
c0c69ebef6 Bug 1386620 - dt-addon-prefs: move devtools.theme preference to devtools-startup-prefs.js;r=bgrins
MozReview-Commit-ID: GOWh7COmCSx

--HG--
extra : rebase_source : 72952b2f7373ac19144711e53342c37dfb2d050d
extra : source : 57dfefe7df235df85d083cca1b43479dc5af3f45
2017-07-25 16:45:08 +02:00
Julian Descottes
54c09394be Bug 1386620 - dt-addon-prefs: move jsonview enabled pref outside of devtools addon;r=ochameau
DevTools preferences are loaded dynamically by calling DevtoolsPreferences.loadPrefs().
We can not preload them when the addon starts, otherwise this will slow down the startup
of Firefox.

But jsonview's converter-observer needs to check preferences to check if jsonview is
enabled very early. Moving devtools.jsonview.enabled to a separate preferences file
that is still processed by firefox fixes the issue.

The downside is that this pref will keep following m-c's release cycle and not the addon's.
But it is so generic it should not be a big issue.


MozReview-Commit-ID: HrD5IVe54Ks

--HG--
extra : rebase_source : bb85aa12ec92db7d11abdb002f0429123b173afd
extra : source : 9622410d90ad264933ee7d1147ed655615ac4a19
2017-07-21 12:27:35 +02:00
Jason Laster
1c0fbd1554 Bug 1384391 - Upgrade Debugger Frontend v0.10 (7/25). r=jdescottes 2017-07-26 06:46:00 -04:00
Sebastian Hengst
09c065976f Backed out changeset 8a8f5e718ddd (bug 1369801) for frequently breaking devtools menus (bug 1384967). r=backout a=backout on a CLOSED TREE
MozReview-Commit-ID: E0RLmP6mojT
2017-07-27 18:16:52 +02:00
Sebastian Hengst
15f25453d9 Backed out changeset 1b1a7c913f13 (bug 1369801)
MozReview-Commit-ID: 2NsnAuV8hF3
2017-07-27 18:14:58 +02:00
Sebastian Hengst
9d40682893 Backed out changeset d0ed0997f4e0 (bug 1369801)
MozReview-Commit-ID: P1ViGMmdnT
2017-07-27 18:14:48 +02:00
Sebastian Hengst
934f66df50 Backed out changeset a31f0c8450a8 (bug 1369801)
MozReview-Commit-ID: 6jOXOX1WfFy
2017-07-27 18:14:43 +02:00
Sebastian Hengst
4c2d1c0374 Backed out changeset ad2610a5e6ba (bug 1369801)
MozReview-Commit-ID: 8fzyVFiiN0D
2017-07-27 18:13:29 +02:00
Carsten "Tomcat" Book
d360d49d2a merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
Micah Tigley
0bdc10be67 Bug 1369942 - Display Negative Line Numbers in CSS Grid Inspector. r=zer0
MozReview-Commit-ID: FmOj7jVT3Ll
2017-07-26 18:27:36 -06:00
Julian Descottes
e7a8569efe Bug 1369801 - move devtools.inspector.enabled to devtools-startup-prefs;r=ochameau
MozReview-Commit-ID: BojshjPhVGe

--HG--
extra : rebase_source : c1d82bfd8bd0108ea3f30c7573a4c4d597b6979f
2017-07-25 22:09:01 +02:00
Julian Descottes
1d362112a9 Bug 1369801 - dt-addon-prefs: move devtools.theme preference to devtools-startup-prefs.js;r=bgrins
MozReview-Commit-ID: GOWh7COmCSx

--HG--
extra : rebase_source : 59713e0a7e5ab514761e3506c6659d6b1d17bb61
2017-07-25 16:45:08 +02:00
Julian Descottes
be3db82a6e Bug 1369801 - dt-addon-prefs: move jsonview enabled pref outside of devtools addon;r=ochameau
DevTools preferences are loaded dynamically by calling DevtoolsPreferences.loadPrefs().
We can not preload them when the addon starts, otherwise this will slow down the startup
of Firefox.

But jsonview's converter-observer needs to check preferences to check if jsonview is
enabled very early. Moving devtools.jsonview.enabled to a separate preferences file
that is still processed by firefox fixes the issue.

The downside is that this pref will keep following m-c's release cycle and not the addon's.
But it is so generic it should not be a big issue.


MozReview-Commit-ID: HrD5IVe54Ks

--HG--
extra : rebase_source : 7feb021770c827996e276b60169b08093ecc1ff0
2017-07-21 12:27:35 +02:00
Julian Descottes
b001b4a3ea Bug 1369801 - dt-addon: simplify devtools addon bootstrap and extract prefs loading;r=ochameau
MozReview-Commit-ID: 13SxWssW0Xr

--HG--
extra : rebase_source : c443ebb6b65f8b340255978062e113cc95ebaee9
2017-07-20 18:31:46 +02:00
Alexandre Poirot
7f5d400ac4 Bug 1369801 - DevTools as system add-on;r=jdescottes
MozReview-Commit-ID: EUjkQtEUy4V

--HG--
extra : rebase_source : 1d3920a73e082cb3efd9ceb3af6104fb54951b9b
2017-05-30 17:34:38 +02:00
Brian Grinstead
23bebfb386 Bug 1381630 - Enable the new console frontend by default in dev edition;r=nchevobbe
MozReview-Commit-ID: BgzsHk9qSix

--HG--
extra : rebase_source : 472928f7495ed2c0970db99dc5ef409acf9a2274
2017-07-26 09:41:42 -07:00
Mike Park
dc60e7a8cf Bug 1373339 - Add a button in the rules view to toggle the CSS shapes highlighter. r=gl
Requires pref "devtools.inspector.shapesHighlighter.enabled" to be true.

MozReview-Commit-ID: Ispw7ulV5o6
2017-06-20 11:23:32 -04:00
Jason Laster
31c337b3ae Bug 1382432 - Update debugger frontend (v0.8.0). r=jdescottes 2017-07-20 20:08:00 -04:00
Jason Laster
eb211c43fa Bug 1294139 - [debugger.html] Turn new debugger on by default for all channels. r=jdescottes 2017-07-12 13:29:00 -04:00
Micah Tigley
585c654fe0 Bug 1372745 - Add a pref for max rows/columns for grid outline to render. r=gl
MozReview-Commit-ID: HRlQdEdP5aV
2017-07-06 20:04:02 -06:00
Michael Brennan
1a57567f72 Bug 1360495 - Add response header columns in NetMonitor. r=Honza
--HG--
extra : rebase_source : eed0d9916453a3a5d2711026beaa9ce9085ae86a
2017-06-29 05:11:00 -04:00
Jason Laster
4a65f634da Bug 1375462 - Update Debugger frontend v0.6 (6/22/2017). r=jdescottes
MozReview-Commit-ID: 9tu0Jgz5SH3

--HG--
extra : rebase_source : beec87515159b7b4eb28a407b83ed8c463015db5
2017-06-22 21:36:25 +02:00
Gabriel Luong
aacce3e3bb Bug 1373492 - Enable the layout view by default. r=pbro
MozReview-Commit-ID: 3E81zeEUmfm

--HG--
extra : rebase_source : feea0eca776c3cfeaa8699b4bfc6c9d2e7799969
2017-06-16 01:18:05 -04:00
Micah Tigley
031a9caed5 Bug 1356474 - Add units tests for the Grid Outline component. r=gl
MozReview-Commit-ID: 85ZjxjkpIgU
2017-06-08 19:12:25 -06:00
Sebastian Hengst
7fac060768 Backed out changeset 955e237fc290 (bug 1356474) for frequently failing own test browser_grids_grid-outline-selected-grid.js. r=backout 2017-06-16 12:55:31 +02:00
Micah Tigley
c4243d211b Bug 1356474 - Add units tests for the Grid Outline component. r=gl
MozReview-Commit-ID: 85ZjxjkpIgU
2017-06-08 19:12:25 -06:00
Phil Ringnalda
2eb8aebb84 Backed out changeset ac1520300fc7 (bug 1356474) for failures in browser_grids_grid-outline-cannot-show-outline.js
MozReview-Commit-ID: 78R9AGsRIY5
2017-06-15 20:29:40 -07:00
Micah Tigley
b5c9740d92 Bug 1356474 - Add units tests for the Grid Outline component. r=gl
MozReview-Commit-ID: 85ZjxjkpIgU
2017-06-08 19:12:25 -06:00
Gabriel Luong
8cda8dcb70 Bug 1348004 - Display a new! indicator and a promote message bar to the layout panel. r=jdescottes 2017-06-14 00:52:03 -04:00
Jason Laster
e67d86c8f3 Bug 1370324 - Update Debugger frontend (v0.5) (6/5/2017). r=jdescottes
MozReview-Commit-ID: A6Oz0XnBHuJ

--HG--
extra : rebase_source : 20268bbcad4f1c431cf6567968c9486b709f7211
2017-06-07 17:53:35 +02:00
Gabriel Luong
119268249d Bug 1359763 - Persist the box model and grid panel's accordion states. r=pbro 2017-06-02 11:04:14 -04:00
Micah Tigley
cdc9485714 Bug 1367627 - Show overlay of grid areas in Grid Highlighter. r=gl
MozReview-Commit-ID: 9KWPltfpWlT
2017-05-31 18:37:43 -06:00
Jason Laster
4427254a16 Bug 1367193 - Release new Debugger Frontend 5/23 (dd10dcb). r=jdescottes 2017-05-26 07:31:00 -04:00
Jason Laster
6b9faaa780 Bug 1366033 - Update Debugger Frontend (5/18). r=jdescottes 2017-05-18 12:02:00 -04:00
Vangelis Katsikaros
f3c162e4e1 Bug 1356871 - Add timing related columns. r=Honza
MozReview-Commit-ID: 24Ja9oOjNyN

--HG--
extra : rebase_source : d6dc801796e6e22ae17fb719a28c2ae585f3e00b
2017-05-01 23:02:10 +03:00
Tom Tromey
5b3ab3e49e Bug 1349354 - remove now-unused source-map-service; r=jryans
MozReview-Commit-ID: umdc4XrpGf

--HG--
extra : rebase_source : 3c4ff9485a970181123fe5d762cfa772b47f6338
2017-05-15 03:17:19 -06:00
Michael Ratcliffe
95bffc6b9c Bug 1194190 - Enable Storage Inspector by default r=tromey
MozReview-Commit-ID: nPUN4WVT9q

--HG--
extra : rebase_source : 563b1c6a5e7d663bae39a1e6a5fa575df536b2d4
2017-05-12 15:20:15 +01:00
Vangelis Katsikaros
da4863f67b Bug 1356867 - Add scheme column to netmonitor. r=ntim
MozReview-Commit-ID: 8ZkD9WRd0VQ

--HG--
extra : rebase_source : 23615953fe2963b261b323b10e95fd65ffc949a1
2017-05-01 12:11:46 +03:00
Vangelis Katsikaros
3fab457fda Bug 1356869 - Add cookies and set cookies columns. r=ntim,rickychien
MozReview-Commit-ID: CtZAYTURypz
2017-04-17 20:48:32 +03:00
Carsten "Tomcat" Book
6f7ae8fc91 Backed out changeset 3e5ffcd2bba0 (bug 1356869) for browser chrome test failures
--HG--
extra : rebase_source : 3a8d7d5a6c8cb45210949485c8fec102c1899288
2017-04-27 17:00:53 +02:00
Vangelis Katsikaros
a6e492ad45 Bug 1356869 - Add cookies and set cookies columns. r=ntim,rickychien
MozReview-Commit-ID: CtZAYTURypz

--HG--
extra : rebase_source : 93266d0089460c06815521d4ba6d8da77a2905db
extra : source : e75dd46fbe5f762590317280b8e6330615df5d5e
2017-04-17 20:48:32 +03:00
Julian Descottes
7f9cac248f Bug 1354672 - update debugger frontend 04/18/17;r=jdescottes
MozReview-Commit-ID: HI2NymoCLYR

--HG--
extra : rebase_source : 7b7f29e68b5c73246de73ee73bdfbcce7de4e594
extra : source : 26825d7a225d98a9b29def0e0871ed7d8d3cb62f
2017-04-20 14:49:44 +02:00
Carsten "Tomcat" Book
0ede18d72a Backed out changeset 26825d7a225d (bug 1354672) on developers request 2017-04-20 09:28:11 +02:00
Julian Descottes
ef9a9e80c9 Bug 1354672 - update debugger frontend 04/18/17;r=jdescottes
MozReview-Commit-ID: HI2NymoCLYR

--HG--
extra : rebase_source : 76cd533614d04771319f484cf8eb642d5f966e75
2017-04-18 10:25:19 +02:00
Vangelis Katsikaros
d3f229778c Bug 1345489 - Introduce a new column for protocol version. r=Honza
MozReview-Commit-ID: IKfGHiaacv8

--HG--
extra : rebase_source : dd4dd75261cd873d9896b430c2a7d1c9b9395af7
2017-04-10 22:09:57 +03:00
Ruturaj K. Vartak
a3de551a16 Bug 1344523 - Add IP Address in Network Monitor. r=ntim.
- using "Remote IP" as column label
- using "IP:Port" as the item value
- Keeping "Remote IP" hidden as default

MozReview-Commit-ID: rT84e4SJSY
2017-04-11 22:33:00 +02:00
Sebastian Hengst
2215f699e3 Bug 1352801 - Disable MDN tooltip feature in rule inspector. r=gl
MozReview-Commit-ID: 6QOi9yqKcVH

--HG--
extra : rebase_source : b046ca72d0bcbc400b8109d246f10509829fed03
2017-04-09 21:53:18 +02:00
Sebastian Hengst
e1a015ae5c Backed out changeset f74ec3b3a49a (bug 1352801) for eslint failure. r=backout 2017-04-09 22:33:34 +02:00
Sebastian Hengst
8975f9e7e1 Bug 1352801 - Disable MDN tooltip feature in rule inspector. r=gl
MozReview-Commit-ID: 6QOi9yqKcVH

--HG--
extra : rebase_source : 975341a1f31a04b45a746c9476d28c70d1b21109
2017-04-04 11:12:26 +02:00
Tim Nguyen
d96389660c Bug 862855 - Add the ability to show/hide more columns in the network panel. r=Honza
MozReview-Commit-ID: EwFR65651Fs

--HG--
extra : rebase_source : eaaf6e068d94a4dc02451880c50380264d65aa3e
2017-04-04 16:38:44 +02:00
J. Ryan Stinnett
d10b2af69a Bug 1349360 - Expose client-side source map service on toolbox. r=ochameau
This makes the new client-side mapping service available from the toolbox.  Note
that it's not actually _used_ from here yet, as that will happen in separately.

MozReview-Commit-ID: 5Bq774CANfC

--HG--
extra : rebase_source : f29c2e76ca4fa087e05c192fbb6e12b6fead509e
2017-03-21 17:11:17 -05:00
J. Ryan Stinnett
f4ba137a1e Bug 1349360 - Mark experimental SourceMapService as deprecated. r=ochameau
The existing `SourceMapService` uses server-side source maps, which we are
replacing with client-side source maps.  It will be removed later in bug
1349354, but for now mark it as deprecated so we don't use it with any other
tools.

MozReview-Commit-ID: ABmWGC5asZd

--HG--
extra : rebase_source : 52d4238f0d4316c77fb8f4b769f84babe4d7c446
2017-03-21 16:44:09 -05:00
Micah Tigley
2df911255f Bug 1308268 - Add a Grid Outline to layout panel. r=gl
MozReview-Commit-ID: 5BjnFGO5PmD
2017-02-22 22:58:56 -07:00
J. Ryan Stinnett
1285c4990f Bug 1339992 - Use common spelling for all source map prefs. r=jdescottes
MozReview-Commit-ID: K0MmghEuRa7

--HG--
extra : rebase_source : 254b8e348fbf9dd851371c5b6fb78e8c43c409dc
2017-02-15 17:44:42 -06:00
Alexandre Poirot
f2902ed34c Bug 1320149 - Prevent loading gcli when opening a toolbox. r=jwalker,miker
MozReview-Commit-ID: KE209SRA15u

--HG--
extra : rebase_source : aa6f8bcc9918b1f192e31b01cf4ecd37b892a49d
2017-01-05 10:27:31 -08:00
Jason Laster
738cc9748d Bug 1328693 - Extract debugger preferences. r=jryans 2017-01-25 06:19:00 -05:00
Jason Laster
8237d0aa25 Bug 1332114 - Turn off new debugger in all channels. r=jryans
MozReview-Commit-ID: 2LMXdTNTzIO

--HG--
extra : histedit_source : 7222176e27243fa562cc5bc1caecce736fdecd8e
2017-01-19 16:47:00 -05:00
Jason Laster
173553c4a8 Bug 1331654 - Bump Debugger. r=jdescottes
* Add update tools
* Bump with the latest changes

MozReview-Commit-ID: 65Ca3SbMQ2e
2017-01-19 22:24:32 +01:00
Gabriel Luong
9f2789ed91 Bug 1332049 - Add a new working copy of the Spectrum widget for the color picker refresh. r=pbro 2017-01-19 11:59:18 -05:00
Carsten "Tomcat" Book
5275bcf9b7 Backed out changeset b3338b6713e0 (bug 1332049) for bustage on a CLOSED TREE 2017-01-19 15:41:21 +01:00
Gabriel Luong
eb14e372a0 Bug 1332049 - Add a new working copy of the Spectrum widget for the color picker refresh. r=pbro 2017-01-19 09:01:04 -05:00
André Bargull
c5d028b9b1 Bug 1313799 - Remove Date.prototype.toLocaleFormat uses in devtools/client/netmonitor/har. r=Honza
--HG--
extra : rebase_source : 009957fd799ad7dda0022c28a54fe112a95f892d
2017-01-18 03:02:41 -08:00
Ryan VanderMeulen
90965121cd Backed out changeset 8091269b852c (bug 1325401) for breaking ESLint on a CLOSED TREE. 2017-01-12 14:08:56 -05:00
Jason Laster
37fa596233 Bug 1325401 - Start using Reps bundle behind a flag. r=bgrins
--HG--
extra : rebase_source : 5cfba79065f557b1589b308b6a04e2073bc67dd3
2017-01-11 09:21:00 -05:00
J. Ryan Stinnett
331eb2fd27 Bug 1243951 - Enable JSON Viewer for all channels. r=Honza
MozReview-Commit-ID: BGOmZ18P9AL

--HG--
extra : rebase_source : 2d9e9b210027d45fa8163f371fd8a6edeeaab916
2017-01-06 15:47:40 -06:00
Greg Tatum
555caa01f2 Bug 1245921 - Turn toolbox toolbar into a React component r+miker r=miker
MozReview-Commit-ID: 4UZbcfw2YI9

--HG--
extra : rebase_source : 9e9e8bfed8c8511ade6c7307a0201b88b0781fba
2016-11-18 15:02:21 -06:00
Jarda Snajdr
e778ffb693 Bug 1309866 - Migrate RequestsMenuView to a React component with Redux store r=Honza
MozReview-Commit-ID: IMu1sJLxQYy
2016-10-11 15:13:28 +02:00
Carsten "Tomcat" Book
4e07d504d2 Backed out changeset abcb8d9139a2 (bug 1309866) to have complete backout 2016-12-09 15:46:10 +01:00
Jarda Snajdr
bcce5eb099 Bug 1309866 - Migrate RequestsMenuView to a React component with Redux store r=Honza
MozReview-Commit-ID: IMu1sJLxQYy

--HG--
extra : rebase_source : aa5a6f1a67ad0d4d83bcb0308d3dd6fe0de0ee0f
2016-10-11 15:13:28 +02:00
Jaideep Bhoosreddy
9de38f5e8f Bug 1257913 - Add copy screenshot to clipboard feature; r=jryans
MozReview-Commit-ID: 6pMNR8hCR7d
2016-09-09 12:17:08 -04:00
Wes Kocher
9e952ef90e Backed out 3 changesets (bug 1309866) for too many intermittent test failures after landing a=backout
Backed out changeset 30baf39ed89f (bug 1309866)
Backed out changeset e0e09f7f22a3 (bug 1309866)
Backed out changeset 75d37553b7cd (bug 1309866)
2016-12-02 11:14:57 -08:00
Jarda Snajdr
947b7a3cd2 Bug 1309866 - Migrate RequestsMenuView to a React component with Redux store r=Honza
MozReview-Commit-ID: IMu1sJLxQYy

--HG--
extra : rebase_source : 9c128a3e145974d5ffd2c77014cd064f75119919
2016-10-11 15:13:28 +02:00
Gabriel Luong
560a204c41 Bug 1308265 - Add a grid display setting for displaying the grid line numbers. r=jryans 2016-11-29 19:39:10 +08:00
Gabriel Luong
4173ebaa20 Bug 1308263 - Part 1: Add a preference for extending lines infinitely in the grid highlighter. r=pbro 2016-11-25 22:37:40 +08:00
Tim Nguyen
249e72c86d Bug 1307942 - Add CSS warnings and errors to new console. r=bgrins
MozReview-Commit-ID: FB0P3X0r7Jz

--HG--
extra : rebase_source : c902386ce1a8b266a34c3c83d5b693d8c47b5ffb
2016-11-14 17:33:29 +00:00
James Long
26a93c3db2 Bug 1294139 - Turn new debugger on by default for all channels r=bgrins 2016-11-11 14:19:52 -05:00
J. Ryan Stinnett
ed7fc5ca79 Bug 1305769 - Enable new RDM for all channels. r=clarkbw
MozReview-Commit-ID: 79Q3I0bZuBQ

--HG--
extra : rebase_source : c05688f26fe6d9ea311fb31b9fa185fcf1faed8a
2016-11-03 13:54:35 -05:00
J. Ryan Stinnett
38997c63a1 Bug 1311506 - Remove promise debugger. r=gl
MozReview-Commit-ID: 4xPoheUWZJc

--HG--
extra : rebase_source : 6ee2862d373f097b24aa7e1c3dc002d53dce57af
2016-10-26 15:47:39 -05:00
Jason Laster
3f112fcb04 Bug 1307580 - Preferences Pane should show Debugger source maps checkbox. r=jlongster 2016-10-20 14:16:40 -04:00
Helen V. Holmes
94deeb7018 Bug 1226913 - Don't allow to disable the element picker icon. r=pbro
--HG--
extra : amend_source : d5f055847ce83c4e7d8455e5b545cd4c3b62a1c9
2016-10-10 05:12:00 -04:00
Sebastian Hengst
cdcc9e20da Bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: main part. r=ted,Mossop
MozReview-Commit-ID: 1lCt0xTMV5O
2016-10-08 11:14:49 +02:00
Brian Grinstead
0182c4207f Bug 1304178 - Pref on the new console frontend in nightly;r=linclark
MozReview-Commit-ID: 7whk4JidIan
2016-10-06 17:10:02 -07:00
Phil Ringnalda
76609a05d6 Backed out changeset ad324639bfae (bug 1304178) for slowing down debugger tests enough to make their Linux32 debug test chunks exceed the 80 minute limit
MozReview-Commit-ID: L8rkkQxTdff
2016-10-05 20:42:31 -07:00
Brian Grinstead
9eb03c4dd7 Bug 1304178 - Pref on the new console frontend in nightly;r=linclark
MozReview-Commit-ID: E8M4YvI81bX
2016-10-04 11:32:59 -07:00
Gabriel Luong
0548ed82cf Bug 1305786 - Add initial react/redux boilerplate for creating a new layout panel r=honza 2016-10-03 10:22:26 -04:00
Lin Clark
071543fff5 Bug 1305788 - Part 1: Sync changed filter prefs back to system. r=bgrins
MozReview-Commit-ID: C9CMgjiXGSl
2016-10-02 15:16:48 -07:00
J. Ryan Stinnett
1f6f9c187c Bug 1296498 - Enable new RDM UI for Nightly. r=ntim
MozReview-Commit-ID: Iiu9tf4o9Df

--HG--
extra : rebase_source : 457a22f1990be399b88fca5f4cbc4bf4d4733a15
2016-09-26 15:19:15 -05:00
James Long
6d3885f455 Bug 1300861 - enable new debugger in nightly r=bgrins 2016-09-12 23:45:16 -04:00
Jarda Snajdr
3d501e4ccf Bug 1286281 - Part 7: Add WebSocket transport option to chrome debugger server r=jryans
MozReview-Commit-ID: 3gkcU2Zl8Pq
2016-08-01 08:00:00 -07:00
James Long
ff3927cfc3 Bug 1288511 - land new debugger frontend behind a pref r=jsantell 2016-08-05 09:27:41 -04:00
Patrick Brosset
f9d2dc2d7d Bug 1262439 - 5 - Move eyedropper btn to inspector and update gcli command; r=bgrins
This moves the eyedropper button from the toolbar into the inspector,
therefore the old eyedropper command isn't needed anymore,
or at least not as it was.
The button in the inspector simply uses the pickColorFromPage inspector
actor method.
And to preserve a eyedropper gcli command, a new simpler one was added.

MozReview-Commit-ID: B1yr1EqLFBD

--HG--
extra : rebase_source : 47c2effe193f4d1a64a8d16ea3609ff5ae1f793b
2016-07-20 16:06:42 +02:00
Carsten "Tomcat" Book
53b9562c23 merge fx-team to mozilla-central a=merge 2016-07-22 11:56:37 +02:00
Nick Fitzgerald
426f871e07 Bug 1241298 - Enable the devtools' memory panel by default. r=jsantell
--HG--
extra : rebase_source : ba60677269501f1ffe525dce28c69d1fa67208ad
2016-07-21 13:10:12 -04:00
Jaideep Bhoosreddy
55e61dc998 Bug 670002 - Use source maps in the web console w/ performance issues; r=jsantell
--HG--
rename : devtools/client/framework/source-location.js => devtools/client/framework/source-map-service.js
2016-07-20 19:09:00 +02:00
Wes Kocher
b79af22444 Backed out changeset aab8baf2c5f5 (bug 670002) for eslint failures
--HG--
rename : devtools/client/framework/source-map-service.js => devtools/client/framework/source-location.js
2016-07-20 12:56:46 -07:00
Jaideep Bhoosreddy
8f73e01607 Bug 670002 - Use source maps in the web console w/ performance issues. r=jsantell
--HG--
rename : devtools/client/framework/source-location.js => devtools/client/framework/source-map-service.js
2016-07-20 00:40:00 -04:00
Tom Tromey
5538d692d3 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx

--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Nicolas Chevobbe
dcb23a03bd Bug 1285672 - New console frontend: introduce message limit. r=linclark
MozReview-Commit-ID: 1tdWAce9Q7U

--HG--
extra : transplant_source : %3D%B2%04o%11%06%96k%B8%FD%60y2%FC8%A5u%24%B3%D5
2016-07-09 12:00:59 +02:00
Patrick Brosset
6c12aa9c1b Bug 1280121 - Re-enable the font panel by default
MozReview-Commit-ID: Lg7yvfkwqx5

--HG--
extra : rebase_source : bf206d7be2fc14f7e94bcb008ad060f3ea8b2908
2016-07-04 09:44:18 +02:00
Alexandre Poirot
f673d8c325 Bug 1268447 - Convert webconsole to use new key shortcut module. r=bgrins 2016-05-31 14:17:03 -07:00
Nicolas Chevobbe
f3f3ce693d Bug 1260283 - Implement new console output frontend behind a pref. r=linclark
MozReview-Commit-ID: 77qsML4CXlh

--HG--
rename : devtools/client/webconsole/new-console-output/output-wrapper-thingy.js => devtools/client/webconsole/new-console-output/new-console-output-wrapper.js
2016-04-29 13:18:00 -07:00
Jan Odvarko
22e4925d1f Bug 1267293 - Turn the DOM panel off by default;r=bgrins
MozReview-Commit-ID: DOYF2vTUEqq
2016-04-25 18:04:47 +02:00
Nick Fitzgerald
cd2c23a435 Bug 1249788 - Implement the census individuals view; r=jsantell
This adds the INDIVIDUALS view state to the memory panel, renames "dominator
tree display" to "label display", and adds a view for listing the individual
nodes in a census group and inspecting each nodes' retaining paths.

--HG--
rename : devtools/client/memory/actions/dominator-tree-display.js => devtools/client/memory/actions/label-display.js
rename : devtools/client/memory/reducers/dominator-tree-display.js => devtools/client/memory/reducers/label-display.js
2016-04-11 18:04:31 -07:00
Alexandre Poirot
d85fa6d2c0 Bug 1258985 - Remove menuitem and pref related to the "Error Console". r=jryans 2016-04-05 07:16:48 -07:00
Greg Tatum
bffbcbb869 Bug 1238695 - Render census data as a treemap. r=fitzgen, r=vporof 2016-04-01 10:56:00 -04:00
J. Ryan Stinnett
e1bf9e0d01 Bug 1245121 - Enable JSON Viewer on !RELEASE_BUILD. r=Honza
MozReview-Commit-ID: ItfrT4SPE6e
2016-03-04 17:03:39 -06:00
Alexandre Poirot
ffdbd09825 Bug 1245875 - Remove Tilt from tree. r=vporof,jwalker 2016-03-03 02:27:22 -08:00
Nick Fitzgerald
a9e7879204 Bug 1249779 - Remove the "invert tree" checkbox and make inverting a property of the "group by" selection; r=jsantell
Effectively, this moves `inverted` from a global and per-census state, to a
per-`breakdownModel` state. Additionally, a `breakdownModel` is not just a
breakdown spec anymore, but also some extra associated metadata. As such, it has
been split in two and renamed to "censusDisplayModel" and
"dominatorTreeDisplayModel".

--HG--
rename : devtools/client/memory/reducers/breakdown.js => devtools/client/memory/reducers/census-display.js
rename : devtools/client/memory/reducers/dominatorTreeBreakdown.js => devtools/client/memory/reducers/dominator-tree-display.js
rename : devtools/client/memory/test/browser/browser_memory_allocationStackBreakdown_01.js => devtools/client/memory/test/browser/browser_memory_allocationStackDisplay_01.js
rename : devtools/client/memory/test/browser/browser_memory_breakdowns_01.js => devtools/client/memory/test/browser/browser_memory_displays_01.js
rename : devtools/client/memory/test/unit/test_action-set-breakdown-and-refresh-02.js => devtools/client/memory/test/unit/test_action-set-display-and-refresh-02.js
2016-03-01 16:20:45 -08:00
malayaleecoder
25c188a973 Bug 1247723 - Disable the Font Panel; r=pbro
MozReview-Commit-ID: 1x6Fi0SvPpr
2016-02-20 01:38:57 +05:30
J. Ryan Stinnett
0e31ff0cab Backout f5bd25c789b6 "Bug 1245121 - Enable JSON Viewer on RELEASE_BUILD" for Talos regressions. 2016-02-16 09:15:06 -06:00
Jordan Santell
4ce69a101e Bug 1175756 - Change JIT optimizations to be a view pref, rather than a recording pref. r=vp 2016-02-05 08:04:12 -08:00
Carsten "Tomcat" Book
641304978c Merge mozilla-central to fx-team 2016-02-04 12:08:00 +01:00
Carsten "Tomcat" Book
55b4ed8c4c merge mozilla-inbound to mozilla-central a=merge 2016-02-04 12:02:05 +01:00
Alexandre Poirot
dd4512a3dd Bug 1214352 - Enable scratchpad in tab toolboxes. r=jryans 2016-02-04 02:20:55 -08:00
J. Ryan Stinnett
3e1c3516ad Bug 1245121 - Enable JSON Viewer on RELEASE_BUILD. r=Honza 2016-02-03 09:55:17 -06:00
Alexandre Poirot
c5ec2a3f0f Bug 950936 - Add disable autohide button in browser toolbox to help debug panel/popups. r=bgrins 2016-01-28 10:11:31 -08:00
James Long
4bec8149a9 Bug 1239018 - add file watching and hot reloading for devtools files r=jryans 2016-01-26 11:29:32 -05:00
J. Ryan Stinnett
310c7f9a77 Bug 1239437 - Delegate to empty, new responsive UI tool if enabled. r=pbrosset 2016-01-25 19:44:08 -06:00
Hugo Arregui
18da53aab7 Bug 1225063 - add option (devtools.markup.collapseAttributes) to enable/disable attribute collapsing from settings panel;r=bgrins
--HG--
extra : commitid : 7AKsC2gbakg
2016-01-25 16:02:31 -08:00
Morgan Phillips
cc1d5c451d Bug 1243851 - Treat enter as shift+enter if input is valid but incomplete; r=fitzgen, bgrins
--HG--
extra : rebase_source : fbf7f0f9dfe9f6f1f65691a2d66edfd5d30c3706
2016-02-03 10:46:27 -06:00
Nick Fitzgerald
46ec4d3cc4 Bug 1229229 - Display dominator trees in the memory tool's UI; r=jsantell
This patch overhauls the memory tool's frontend from being in a state of viewing
a snapshot's census (the implicit default) or viewing a census diff (a special
cased kind of thing) to one of three recognized view states: (1) census, (2)
diffing, or (3) dominator tree. The logic surrounding our current view is more
explicit now. View option (3) is the new one, whose introduction required those
clean ups.

Dominator trees are too large to render in full, all at once. Instead, we
eagerly load and render a few levels deep and then incrementally fetch further
subtrees as their parents are expanded in the UI. This means that we get new
Tree component instances across incremental fetches. Before this commit, the
Tree component stored a bunch of state internally (in this.state rather than
this.props) and we would lose focus and expansion state across incremental
fetches. This internal state has been pulled out and made as explicit props,
which are now managed by actions and reducers just like the rest of the state.

--HG--
rename : devtools/client/memory/components/tree-item.js => devtools/client/memory/components/census-tree-item.js
2016-01-13 12:27:30 -08:00
Mike Hommey
5ea47b3101 Bug 1229241 - Differentiate preprocessed and non-preprocessed JS pref files. r=gps 2015-12-01 13:57:52 +09:00
Hugo Arregui
ab07638c34 Bug 1198073 - Introduce a pref to set the max length of attributes or not truncat them; r=pbro
--HG--
extra : commitid : 3ZenCDTNl3C
2015-11-20 18:24:00 +01:00
Brian Grinstead
a000f5d58a Bug 1201962 - Enable service worker logging in web console by default;r=ejpbruel
--HG--
extra : commitid : FzdM3MDtd7T
2015-11-20 13:22:11 -08:00
Alexandre Poirot
10650ce81a Bug 1216590 - Merge last bits of app-manager into WebIDE. r=jryans
--HG--
rename : devtools/client/app-manager/app-projects.js => devtools/client/webide/modules/app-projects.js
rename : devtools/client/app-manager/app-validator.js => devtools/client/webide/modules/app-validator.js
rename : devtools/client/app-manager/test/test_app_validator.html => devtools/client/webide/test/test_app_validator.html
rename : devtools/client/app-manager/test/validator/no-name-or-icon/home.html => devtools/client/webide/test/validator/no-name-or-icon/home.html
rename : devtools/client/app-manager/test/validator/no-name-or-icon/manifest.webapp => devtools/client/webide/test/validator/no-name-or-icon/manifest.webapp
rename : devtools/client/app-manager/test/validator/non-absolute-path/manifest.webapp => devtools/client/webide/test/validator/non-absolute-path/manifest.webapp
rename : devtools/client/app-manager/test/validator/valid/alsoValid/manifest.webapp => devtools/client/webide/test/validator/valid/alsoValid/manifest.webapp
rename : devtools/client/app-manager/test/validator/valid/home.html => devtools/client/webide/test/validator/valid/home.html
rename : devtools/client/app-manager/test/validator/valid/icon.png => devtools/client/webide/test/validator/valid/icon.png
rename : devtools/client/app-manager/test/validator/valid/manifest.webapp => devtools/client/webide/test/validator/valid/manifest.webapp
rename : devtools/client/app-manager/test/validator/wrong-launch-path/icon.png => devtools/client/webide/test/validator/wrong-launch-path/icon.png
rename : devtools/client/app-manager/test/validator/wrong-launch-path/manifest.webapp => devtools/client/webide/test/validator/wrong-launch-path/manifest.webapp
rename : devtools/client/themes/app-manager/images/default-app-icon.png => devtools/client/webide/themes/default-app-icon.png
rename : devtools/client/themes/app-manager/images/noise.png => devtools/client/webide/themes/noise.png
rename : devtools/client/themes/app-manager/images/rocket.svg => devtools/client/webide/themes/rocket.svg
2015-11-02 08:18:58 -08:00
Jordan Santell
c6ee0927bd Bug 1215397 - Add state and UI for breakdowns in memory tool. r=fitzgen 2015-10-19 13:57:33 -07:00
Alexandre Poirot
d874c1f117 Bug 1204808 - Move devtools prefs to its own file in /devtools folder. r=jryans 2015-10-15 03:47:21 -07:00