Commit Graph

475 Commits

Author SHA1 Message Date
David Walsh
0b10e77ba6 Bug 1550001 - Provide event listener breakpoint UI r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D30986

--HG--
extra : moz-landing-system : lando
2019-05-20 14:40:10 +00:00
Julian Descottes
dc81ec93ee Bug 1552116 - Move devtools.inspector.inactive.css.enabled to devtools shared preferences r=miker
This preference is used both by the client and the server and cannot be stored in devtools/client
Also added default fallback values.

Differential Revision: https://phabricator.services.mozilla.com/D31404

--HG--
extra : moz-landing-system : lando
2019-05-16 09:58:43 +00:00
Michael Ratcliffe
ba0ce74c15 Bug 1306054 - Display an indicator on properties with inactive CSS r=rcaliman
### Summary of Changes

1. Added `element-style.js::refreshUnusedCssAll()`:
   - This method refreshes the CSS declarations for every property change and then calls  `element-style.js::_updatePropertyUsed()` for each pseudo element.
2. Added `element-style.js::_updatePropertyUsed()`:
   - This method simply updates the unused CSS HTML for each property that needs it.
3. Added `alerticon-unused.svg`.
4. A tiny bit of tidying in `devtools/client/themes/rules.css`:
   - Added blank lines before comments.
   - Changed `0px` to `0`;
   - Merged both the `#ruleview-class-panel .classes` rules.
   - Added used and unused CSS styles.
   - Hooked `InactivePropertyHelper` into `devtools/server/actors/styles.js`
5. `devtools/server/actors/utils/inactive-property-helper.js` contains the actual unused CSS engine.
6. This feature exposed a race condition inside `head.js::assertShowPreviewTooltip()`. It was mousing over an element and sometimes the tooltip emitted "shown" before we added the listener. This is now fixed.

### Try

https://treeherder.mozilla.org/#/jobs?repo=try&revision=016f8dc8e05dbaa89bc5a79b822ce23e786d3fc1

Differential Revision: https://phabricator.services.mozilla.com/D26879

--HG--
extra : moz-landing-system : lando
2019-05-07 14:58:50 +00:00
Razvan Maries
f88dffff7e Backed out 2 changesets (bug 1306054) for l10n issues.
Backed out changeset 88fb590040c4 (bug 1306054)
Backed out changeset 4369c5635972 (bug 1306054)
2019-05-01 13:27:12 +03:00
Michael Ratcliffe
e2f2e51cd9 Bug 1306054 - Display an indicator on properties with inactive CSS r=rcaliman
### Summary of Changes

1. Added `element-style.js::refreshUnusedCssAll()`:
   - This method refreshes the CSS declarations for every property change and then calls  `element-style.js::_updatePropertyUsed()` for each pseudo element.
2. Added `element-style.js::_updatePropertyUsed()`:
   - This method simply updates the unused CSS HTML for each property that needs it.
3. Added `alerticon-unused.svg`.
4. A tiny bit of tidying in `devtools/client/themes/rules.css`:
   - Added blank lines before comments.
   - Changed `0px` to `0`;
   - Merged both the `#ruleview-class-panel .classes` rules.
   - Added used and unused CSS styles.
   - Hooked `InactivePropertyHelper` into `devtools/server/actors/styles.js`
5. `devtools/server/actors/utils/inactive-property-helper.js` contains the actual unused CSS engine.
6. This feature exposed a race condition inside `head.js::assertShowPreviewTooltip()`. It was mousing over an element and sometimes the tooltip emitted "shown" before we added the listener. This is now fixed.

### Try

https://treeherder.mozilla.org/#/jobs?repo=try&revision=016f8dc8e05dbaa89bc5a79b822ce23e786d3fc1

Differential Revision: https://phabricator.services.mozilla.com/D26879

--HG--
extra : moz-landing-system : lando
2019-04-29 13:59:50 +00:00
lloan
d05cfbc970 Bug 1533144 - Include hostname from parent/window in HAR save default filename. r=Honza
Include the name of the window/parent hostname in the save HAR filename, e.g. if on mozilla.org, would download as "mozilla.org_Archive [time].har"

Differential Revision: https://phabricator.services.mozilla.com/D28732

--HG--
extra : moz-landing-system : lando
2019-04-29 06:35:02 +00:00
Mellina Yonashiro
c3aca51174 Bug 1533502 - Debugger dumps log of every action while using it r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D23965

--HG--
extra : moz-landing-system : lando
2019-04-26 14:10:02 +00:00
Julian Descottes
6ccaf3f597 Bug 1544372 - part2: filter out hidden webextensions by default in about:debugging r=daisuke,Ola
Depends on D28629
Follows exactly the same pattern as showSystemAddons. Enabled by default for local builds, disabled otherwise.

Differential Revision: https://phabricator.services.mozilla.com/D28630

--HG--
extra : moz-landing-system : lando
2019-04-26 13:58:35 +00:00
Julian Descottes
7529452138 Bug 1546629 - Enable process category by default in about:debugging;r=Harald,daisuke
Differential Revision: https://phabricator.services.mozilla.com/D28632

--HG--
extra : moz-landing-system : lando
2019-04-25 02:06:52 +00:00
Brian Hackett
973142d63f Bug 1542620 - Use a consistent prefs schema version in the debugger, r=jlast.
--HG--
extra : rebase_source : c8b0d338aac940ad01c5fe91644426f26aa83272
2019-04-15 14:11:33 -10:00
Nicolas Chevobbe
adc0b4a5e5 Bug 1260877 - Display a Show content messages checkbox in Browser Console. r=bgrins.
A preference is added to enable this feature, another one
to store the last value of the checkbox.
When unchecked, the console hides all the messages that
don't originate from a chrome contect, via the `chromeContext`
property on the message.

Since we already have a test to check that content messages are
displayed in the console output, we use it to assert the
effects of the "Show content messages" checkbox.

Differential Revision: https://phabricator.services.mozilla.com/D26337

--HG--
extra : moz-landing-system : lando
2019-04-16 09:09:01 +00:00
Razvan Maries
37613b6718 Backed out 3 changesets (bug 1260877) for perma dt fails on devtools/client/webconsole/test/fixtures/stub-generators/browser_webconsole_check_stubs_page_error.js. CLOSED TREE
Backed out changeset 10fd2d1f0fa2 (bug 1260877)
Backed out changeset e4f28c656165 (bug 1260877)
Backed out changeset 17059c813d40 (bug 1260877)
2019-04-16 10:09:37 +03:00
Nicolas Chevobbe
7a0a699ffd Bug 1260877 - Display a Show content messages checkbox in Browser Console. r=bgrins.
A preference is added to enable this feature, another one
to store the last value of the checkbox.
When unchecked, the console hides all the messages that
don't originate from a chrome contect, via the `chromeContext`
property on the message.

Since we already have a test to check that content messages are
displayed in the console output, we use it to assert the
effects of the "Show content messages" checkbox.

Differential Revision: https://phabricator.services.mozilla.com/D26337

--HG--
extra : moz-landing-system : lando
2019-04-16 05:32:49 +00:00
Julian Descottes
0ee8134ffe Bug 1518469 - Enable new about:debugging by default;r=ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D25061

--HG--
extra : moz-landing-system : lando
2019-03-29 17:48:19 +00:00
Dhruvi Butti
805db1b032 Bug 1512400 - Make console autocomplete optional. r=nchevobbe.
Add a preference to make the console input autocomplete automatic.
If set to false, the autocomplete popup will only appear on Ctrl+Space.
A test is added to ensure this works as expected.

Differential Revision: https://phabricator.services.mozilla.com/D24705

--HG--
extra : moz-landing-system : lando
2019-03-26 07:13:15 +00:00
Julian Descottes
aa6b2752d1 Bug 1528781 - Hide tabs for This Firefox behind a preference;r=Ola,daisuke
Differential Revision: https://phabricator.services.mozilla.com/D24378

--HG--
extra : moz-landing-system : lando
2019-03-25 16:09:57 +00:00
lenka
c643a8b77f Bug 1533764 - enable pref for column resizer in Nightly; r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D24244

--HG--
extra : moz-landing-system : lando
2019-03-21 09:36:16 +00:00
Julian Descottes
8d640df330 Bug 1487581 - Remove the wifi debugging preference;r=ladybenko
Depends on D23864. Wifi preference is not used anymore, removing it as well for consistency.

Differential Revision: https://phabricator.services.mozilla.com/D23865

--HG--
extra : moz-landing-system : lando
2019-03-20 17:59:08 +00:00
Julian Descottes
1138139498 Bug 1487581 - Remove preference to disable network locations section;r=ladybenko
Depends on D23863. We want to enable network locations by default.
Remove all the logic and l10n strings related to this before moving the l10n strings.

Differential Revision: https://phabricator.services.mozilla.com/D23864

--HG--
extra : moz-landing-system : lando
2019-03-20 17:58:46 +00:00
Julian Descottes
99d4969139 Bug 1522062 - Add Processes category to debug the main process on remote runtimes r=ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D21695

--HG--
extra : moz-landing-system : lando
2019-03-20 00:47:46 +00:00
Michael Ratcliffe
34a753db67 Bug 1536096 - Unship the combined flexbox highlighter r=gl
### Try

https://treeherder.mozilla.org/#/jobs?repo=try&revision=2aaa84ba4f14dec2cf05b9fabb6ef1c334053897

Differential Revision: https://phabricator.services.mozilla.com/D23860

--HG--
extra : moz-landing-system : lando
2019-03-19 03:36:09 +00:00
yulia
824ce51c8e Bug 1403944 - Remove Web Audio Editor front and panel; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D19527

--HG--
extra : moz-landing-system : lando
2019-03-13 16:48:42 +00:00
yulia
8c86559f59 Bug 1342237 - remove Shader Editor Panel; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D14732

--HG--
extra : moz-landing-system : lando
2019-03-13 16:47:10 +00:00
yulia
7ccc815e9a Bug 1403938 - remove Canvas Debugger client; r=vporof
Assigning sole for now

Differential Revision: https://phabricator.services.mozilla.com/D14730

--HG--
extra : moz-landing-system : lando
2019-03-13 16:46:12 +00:00
Ciure Andrei
9f4ebc07f7 Backed out 13 changesets (bug 1342237, bug 1403944, bug 1403938, bug 1528296) for subsuite gpu failures CLOSED TREE
Backed out changeset eee6b5f77d67 (bug 1528296)
Backed out changeset 285c56c29146 (bug 1528296)
Backed out changeset 47fff0f9b424 (bug 1528296)
Backed out changeset cebff9f6f811 (bug 1528296)
Backed out changeset 78be67cfabe8 (bug 1528296)
Backed out changeset 3e055733ee57 (bug 1528296)
Backed out changeset 2d321819c273 (bug 1528296)
Backed out changeset c8fcdc7c2e0b (bug 1403944)
Backed out changeset f1003c2742c2 (bug 1403944)
Backed out changeset 06a583daf142 (bug 1342237)
Backed out changeset f75b89bf0aa4 (bug 1342237)
Backed out changeset 90579bc6554c (bug 1403938)
Backed out changeset 488d49d434f8 (bug 1403938)
2019-03-12 18:57:01 +02:00
yulia
f3cd627b57 Bug 1403944 - Remove Web Audio Editor front and panel; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D19527

--HG--
extra : moz-landing-system : lando
2019-03-12 14:50:18 +00:00
yulia
424091658d Bug 1342237 - remove Shader Editor Panel; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D14732

--HG--
extra : moz-landing-system : lando
2019-03-12 14:47:42 +00:00
yulia
45147b86ec Bug 1403938 - remove Canvas Debugger client; r=vporof
Assigning sole for now

Differential Revision: https://phabricator.services.mozilla.com/D14730

--HG--
extra : moz-landing-system : lando
2019-03-12 14:43:47 +00:00
Jason Laster
a75220760a Bug 1533725 - Enable column breakpoints by default. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22697

--HG--
extra : moz-landing-system : lando
2019-03-09 17:06:29 +00:00
Csoregi Natalia
598e74635b Backed out changeset 76a4586acec2 (bug 1533725) for debugger failures. CLOSED TREE 2019-03-09 00:05:43 +02:00
Jason Laster
169fc5dc9e Bug 1533725 - Enable column breakpoints by default. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22697

--HG--
extra : moz-landing-system : lando
2019-03-08 16:22:00 +00:00
lenka
f098dc0c1e Bug 1358414 - Introduce column resizer in request list; r=Honza
Adding feature to netmonitor for resizing of columns. In this patch the functionality is hidden behind the pref devtools.netmonitor.features.resizeColumns.  This feature is currently turned off - false.

Differential Revision: https://phabricator.services.mozilla.com/D22719

--HG--
extra : moz-landing-system : lando
2019-03-08 15:42:54 +00:00
Jason Laster
fb790261c6 Bug 1532162 - Map Scopes should be opt-in. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D21870

--HG--
extra : moz-landing-system : lando
2019-03-07 13:50:36 +00:00
Jason Laster
23775fa3da Bug 1531350 - [release 128] Sync 128. r=dwalsh 2019-03-01 19:36:15 -05:00
Helena Moreno
010dd5db65 Bug 1525613 - Create a preference to enable message grouping in the console. r=nchevobbe.
Differential Revision: https://phabricator.services.mozilla.com/D21356

--HG--
extra : moz-landing-system : lando
2019-02-27 14:04:46 +00:00
Amy Chan
4b3c09df36 Bug 1498565 - Getting Firefox to stop freezing when large file is loaded in Response tab r=Honza
When large files's Response tab in Network Devtools is open, Firefox freezes. This checks for file size & switches from SourceEditor to pre() when the files is too big.

Differential Revision: https://phabricator.services.mozilla.com/D12450

--HG--
extra : moz-landing-system : lando
2019-02-27 13:09:32 +00:00
Patrick Brosset
06734363b3 Bug 1363990 - New pref to beautify HTML code when copying from the inspector; r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D21030

--HG--
extra : moz-landing-system : lando
2019-02-26 09:33:52 +00:00
Micah Tigley
74d6c448d5 Bug 1493677 - Link box-model values to their source CSS rules. r=gl
This patch allows hovering over box-model values and scrolling to their source CSS rule while pressing down the shift-key,

Differential Revision: https://phabricator.services.mozilla.com/D18772

--HG--
extra : moz-landing-system : lando
2019-02-25 15:14:12 +00:00
Jason Laster
4c4b5b5f3b Bug 1513379 - Only check pending source statuses once. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D20871

--HG--
extra : moz-landing-system : lando
2019-02-22 23:29:32 +00:00
Coroiu Cristina
41959946c9 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2019-02-22 18:39:27 +02:00
Rainier G
a61922e460 Bug 1529468 - Remove devtools.inspector.fonthighlighter.enabled pref. r=gl 2019-02-22 00:22:01 -05:00
Rainier G
a1ce4f4232 Bug 1529379 - Remove devtools.inspector.changes.enabled pref. r=gl 2019-02-22 00:05:34 -05:00
Greg Tatum
39cd1d4845 Bug 1525358 - Rename perf.html to profiler.firefox.com; r=julienw
Differential Revision: https://phabricator.services.mozilla.com/D18728

--HG--
extra : moz-landing-system : lando
2019-02-21 23:16:40 +00:00
Jason Laster
1f67526a39 Bug 1528855 - [release 126] tweak source consolidation work. r=dwalsh 2019-02-19 14:24:03 -05:00
David Walsh
76af01c0ea Bug 1528855 - [release 126] Fix Bugzilla 1108132 - Provide code wrapping pref for debugger (#7959). r=dwalsh 2019-02-19 14:23:47 -05:00
Jason Laster
a19bea027a Bug 1528855 - [release 126] [sync] Bug 1527122 - Update Debugger Frontend (Release 125). r=dwalsh. r=dwalsh 2019-02-19 14:23:26 -05:00
Patrick Brosset
3aea607fb0 Bug 1528181 - Enable the scrollable badge for good; r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D19909

--HG--
extra : moz-landing-system : lando
2019-02-15 16:22:55 +00:00
Jason Laster
395b694a1e Bug 1527629 - Enable Log Points. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D19667

--HG--
extra : moz-landing-system : lando
2019-02-13 17:14:13 +00:00
Gabriel Luong
b158658b93 Bug 1526591 - Remove devtools.inspector.shapesHighlighter.enabled pref. r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D19255
2019-02-08 22:06:49 -05:00
shindli
84a3421798 Backed out 1 changesets (bug 1526591) for ES lint failure in | /builds/worker/checkouts/gecko/devtools/client/shared/output-parser.js CLOSED TREE
Backed out changeset da1dd1b03268 (bug 1526591)
2019-02-11 15:28:57 +02:00
Gabriel Luong
1890a6f166 Bug 1526591 - Remove devtools.inspector.shapesHighlighter.enabled pref. r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D19255
2019-02-08 22:06:49 -05:00
Gabriel Luong
72b068f889 Bug 1526465 - Remove devtools.inspector.flexboxHighlighter.enabled and devtools.flexboxinspector.enabled prefs. r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D19211
2019-02-08 15:23:14 -05:00
Markus Stange
ecc072dac5 Bug 1504101 - Add UI to the performance pane that lets the user pick an objdir for local builds. r=julienw
The picked objdirs are stored in a preference named devtools.performance.recording.objdirs
as a JSON-ified array of string paths.

Differential Revision: https://phabricator.services.mozilla.com/D13041

--HG--
extra : moz-landing-system : lando
2019-02-07 19:43:47 +00:00
Martin Koroknay
568c22f379 Bug 1523861 - Remove toggle filter button and always show the filter buttons toolbar. r=nchevobbe
Removes the toggle filter button and makes the filter buttons toolbar permanently shown. At the same time removes relevant entries from actions/reducers. Also updates some tests which relied on showing and hiding the filter buttons toolbar. Also amends an unrelated test which relied on the non-presence of the filter buttons toolbar.

Differential Revision: https://phabricator.services.mozilla.com/D18504

--HG--
extra : moz-landing-system : lando
2019-02-04 13:22:36 +00:00
Patrick Brosset
193e92d04b Bug 1523543 - Enable the scrollable markup-badge in nightly; r=miker
Differential Revision: https://phabricator.services.mozilla.com/D17916

--HG--
extra : moz-landing-system : lando
2019-01-29 13:08:43 +00:00
Hubert Boma Manilla
ee43602c94 Bug 1522138 - [release 120] put log points behind a flag (#7761). r=dwalsh 2019-01-24 17:57:26 -05:00
Brad Werth
dd194db5d7 Bug 1521814 Part 1: Make RDM meta viewport override dependent on a new pref, set to false for now. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D17427

--HG--
extra : moz-landing-system : lando
2019-01-24 16:31:55 +00:00
Patrick Brosset
de44cc12fc Bug 1521776 - Add new scrollable markup badges; r=gl
Detect when nodes are scrollable on the actor side, and use this
information to display new [scrollable] markup-badges in the inspector.
Also track this dynimically so badges are added/removed when necessary.
Hide this behind a pref for now, until this gets tested by users and
validated.

Differential Revision: https://phabricator.services.mozilla.com/D17246

--HG--
extra : moz-landing-system : lando
2019-01-23 14:07:47 +00:00
Michael Ratcliffe
4c006f45aa Bug 1521612 - Add pref for combined flexbox highlighter r=pbro
Because checking for prefs is slow and performance is paramount for the highlighter we cache the result. Because we cache the result the Toolbox needs to be closed and opened again for any pref changes to take affect.

Differential Revision: https://phabricator.services.mozilla.com/D17222

--HG--
extra : moz-landing-system : lando
2019-01-22 15:23:52 +00:00
Nicolas Chevobbe
74a30370f2 Bug 1519104 - Create a preference for webconsole editor;r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D17094

--HG--
extra : moz-landing-system : lando
2019-01-22 06:45:50 +00:00
Jason Laster
28affa68aa Revert "Backed out 25 changesets (bug 1520957) for causing test_smart-trace-grouping.html failures CLOSED TREE"
This reverts commit 9450cd4d2a4ba494759d2aa1494bcce16db1c99b.
2019-01-19 11:43:05 -05:00
Ciure Andrei
1ff926c9f1 Backed out 25 changesets (bug 1520957) for causing test_smart-trace-grouping.html failures CLOSED TREE
Backed out changeset 62545dd149d1 (bug 1520957)
Backed out changeset adfbaafc65e5 (bug 1520957)
Backed out changeset d3e2f8a52ea7 (bug 1520957)
Backed out changeset 1b068291a658 (bug 1520957)
Backed out changeset 83af92e6dcf5 (bug 1520957)
Backed out changeset 9e2970c8196c (bug 1520957)
Backed out changeset d3c9d833d45a (bug 1520957)
Backed out changeset 452045302b9f (bug 1520957)
Backed out changeset 38d601fa5c4e (bug 1520957)
Backed out changeset 27d0649dccc7 (bug 1520957)
Backed out changeset 314832e1b783 (bug 1520957)
Backed out changeset 2a0d5bc06991 (bug 1520957)
Backed out changeset 07d417fb91d2 (bug 1520957)
Backed out changeset b74cd7c3ae9b (bug 1520957)
Backed out changeset f1f01efee767 (bug 1520957)
Backed out changeset 118720bcf7bd (bug 1520957)
Backed out changeset 6a62f14cbf21 (bug 1520957)
Backed out changeset ea1cf6443c80 (bug 1520957)
Backed out changeset 20c18820bfa0 (bug 1520957)
Backed out changeset 4cc5d60694d2 (bug 1520957)
Backed out changeset f33a4bd9b1b7 (bug 1520957)
Backed out changeset ffde784e1ece (bug 1520957)
Backed out changeset 6bf766fe8789 (bug 1520957)
Backed out changeset 4931e64c987f (bug 1520957)
Backed out changeset 7605e6295916 (bug 1520957)
2019-01-19 03:44:50 +02:00
David Walsh
abdbd2a7bf Bug 1520957 - [release 119] Implement Event Listeners Panel (#7715). r=dwalsh 2019-01-18 19:17:05 -05:00
Jason Laster
383ce0e74f Revert "Bug 1520957 - Update Debugger Frontend v119. r=davidwalsh"
This reverts commit 8b2edbbf3af82a8e97e678fd13c1dbaa6e5b11be.
2019-01-18 11:04:34 -05:00
Jason Laster
04a8763c00 Bug 1520957 - Update Debugger Frontend v119. r=davidwalsh
--HG--
extra : rebase_source : 49659360ef770f712ee24a2c8fd5ebf12c66e3ef
2019-01-17 19:39:00 +02:00
Jason Laster
5b0c08e1a9 Bug 1517334 - [release 114] Fix typo in prefs.js (#7606). r=dwalsh 2019-01-02 17:28:50 -05:00
Jason Laster
aa7cc50dd6 Bug 1515951 - [release 112] Blackbox original sources (#7370). r=bhackett 2018-12-27 12:25:39 -05:00
Gabriel Luong
fbb46ac366 Bug 1478894 - Part 1: Add an initial boilerplate React/Redux app for the new Rules View. r=pbro 2018-12-21 14:05:46 -05:00
Dorel Luca
c52a15bada Backed out changeset d5f22f6c8de8 (bug 1478894) for eslint failure. CLOSED TREE 2018-12-21 21:34:22 +02:00
Gabriel Luong
c524e83ea6 Bug 1478894 - Part 1: Add an initial boilerplate React/Redux app for the new Rules View. r=pbro 2018-12-21 14:05:46 -05:00
Jason Laster
b29d865e71 Bug 1515736 - [release 111] Add windowless workers UI (#7525). r=lsmyth 2018-12-21 13:07:32 -05:00
Jason Laster
e089fdf3d3 Bug 1513397 - [release 107] Resolve pause-point flow errors due to new mapped points. (#7375). r=davidwalsh 2018-12-12 16:10:11 -05:00
Nicolas Chevobbe
1ee3ef7e09 Bug 1512289 - Remove webconsole reverse search pref; r=bgrins.
Differential Revision: https://phabricator.services.mozilla.com/D13913

--HG--
extra : moz-landing-system : lando
2018-12-11 13:01:30 +00:00
Nicolas Chevobbe
e9ad1155fa Bug 1512257 - Enable reverse search on every channel; r=bgrins.
This patch only removes condition for the preference,
since removing the preference would require more important
code changes that might not be good to land during the
soft freeze.

Differential Revision: https://phabricator.services.mozilla.com/D13857

--HG--
extra : moz-landing-system : lando
2018-12-05 20:40:29 +00:00
Razvan Caliman
b260a0565b Bug 1491887 - Enable tracking CSS changes and the Changes panel for all release channels; r=gl
Differential Revision: https://phabricator.services.mozilla.com/D13620

--HG--
extra : moz-landing-system : lando
2018-12-03 20:57:46 +00:00
Jason Laster
e7eb39c628 Revert "Backed out changeset d0fb1493b28b (bug 1511717) for devtools failures in browser_webconsole_eval_in_debugger_stackframe.js"
This reverts commit fd12a44e915d4e06f4509588ff4667dd9646e2dd.
2018-12-02 21:16:26 -05:00
Noemi Erli
142d65bfec Backed out changeset d0fb1493b28b (bug 1511717) for devtools failures in browser_webconsole_eval_in_debugger_stackframe.js 2018-12-03 01:19:00 +02:00
Jason Laster
5e9bee4282 Bug 1511717 - Pausing should jump to the first non-blackboxed frame. r=bhackett
Tags:

Bug #: 1511717

Differential Revision: https://phabricator.services.mozilla.com/D13648
2018-12-02 16:46:27 -05:00
Jason Laster
90f5358757 Bug 1511352 - Update Debugger Frontend v106. r=dwalsh 2018-12-01 10:38:43 -05:00
Coroiu Cristina
a507aeaca6 Backed out changeset 91e1fe27cef9 (bug 1511352) for causing merge conflicts with bug 820878 a=backout 2018-12-01 07:44:09 +02:00
Jason Laster
36f240760d Bug 1511352 - Update Debugger Frontend v106. r=dwalsh 2018-11-30 10:21:30 -05:00
Patrick Brosset
1b46e0b9bd Bug 1509908 - Enabling the flexbox tools on all channels; r=gl
Differential Revision: https://phabricator.services.mozilla.com/D12942

--HG--
extra : moz-landing-system : lando
2018-11-26 17:17:13 +00:00
Julian Descottes
0c3ccdabad Bug 1507708 - Add default values for aboutdebugging wifi and network features;r=ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D12444

--HG--
extra : moz-landing-system : lando
2018-11-23 16:51:12 +00:00
Jason Laster
7da451a65c Bug 1507312 - disable column breakpoints. r=dwalsh 2018-11-21 09:21:00 +02:00
Gabriel Luong
fd9406741e Bug 1508353 - [Track Changes] Enable track changes for nightly. r=rcaliman 2018-11-21 12:09:29 -05:00
Logan Smyth
5e324dfa7b Bug 1507312 - Update Debugger Frontend v102 r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D11967

--HG--
extra : moz-landing-system : lando
2018-11-16 22:47:21 +00:00
Cosmin Sabou
79edf89597 Backed out changeset e36852845947 (bug 1507312) for damp failures on debugger/custom.js. 2018-11-16 22:24:56 +02:00
Logan Smyth
89d2ea15b0 Bug 1507312 - Update Debugger Frontend v102 r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D11967

--HG--
extra : moz-landing-system : lando
2018-11-16 19:27:14 +00:00
Razvan Caliman
d5f2881bd2 Bug 1485324 - (Part 1) Remove pref for Font Editor and obsolete conditionals; r=gl
This patch removes the `devtools.inspector.fonteditor.enabled` pref and all its uses in the Fonts panel.
Obsolete actions for the case when the pref was off are also removed. This is mostly old Font Inspector code.

One test is temporarily disabled because it tests the old Font Inspector. It will be removed along with other
pieces on the next part of this commit series.

Differential Revision: https://phabricator.services.mozilla.com/D11505

--HG--
extra : moz-landing-system : lando
2018-11-13 18:55:30 +00:00
Julian Descottes
e17ec00bdd Bug 1483660 - Hide UA Widget shadow root in inspector by default;r=ladybenko
Depends on D10536

Differential Revision: https://phabricator.services.mozilla.com/D10537

--HG--
extra : moz-landing-system : lando
2018-11-05 17:22:45 +00:00
Jason Laster
eb510156bb Bug 1503975 - Update Debugger Frontend v99. r=dwalsh 2018-11-02 10:47:52 -04:00
Ariel Burone
ddec6d9b4d Sumary: Bug 862851 - Swap the Domain and File columns in the network panel r=Honza
The only file that really needs to be changed is constants.js. But
decided to change the order in the other files for consistency sake.

Differential Revision: https://phabricator.services.mozilla.com/D9989

--HG--
extra : moz-landing-system : lando
2018-10-30 16:44:15 +00:00
David Walsh
ac489fc2fc Bug 1501379 - Update debugger frontend v95. r=jdescottes 2018-10-23 13:06:03 -05:00
Julien Wajsberg
edc9fbc30b Bug 1489745 - Convert the preference sample-frequency-khz to hz r=ochameau,mstange
The int preference profiler.sample-frequency-khz didn't make it possible
to reduce the overhead in tests, because we could have intervals bigger
than 1ms. With this change we can now do it.

Depends on D8547

Differential Revision: https://phabricator.services.mozilla.com/D8548

--HG--
extra : moz-landing-system : lando
2018-10-24 12:09:37 +00:00
David Walsh
7aef56cc4e Bug 1314057 - Remove old debugger assets. r=jdescottes 2018-10-22 17:19:00 -05:00
Julien Wajsberg
9c1ba92750 Bug 1480593 - Allow setting a different instance of perf.html for the new performance panel, using a pref r=gregtatum
Differential Revision: https://phabricator.services.mozilla.com/D8869

--HG--
extra : moz-landing-system : lando
2018-10-18 20:06:57 +00:00
Nicolas Chevobbe
84670f5242 Bug 1499614 - Enable top-level await support on every release channel; r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D8955

--HG--
extra : moz-landing-system : lando
2018-10-18 10:10:37 +00:00
Gabriel Luong
30fe8ea044 Bug 1499483 - Make the Layout view the default sidebar tab. r=pbro 2018-10-17 17:00:35 -04:00
Daniel Varga
77ea573b38 Backed out changeset 0658fbb91e05 (bug 1499483) for devtools chrome failure at devtools/client/inspector/test/browser_inspector_sidebarstate.js on a CLOSED TREE
--HG--
extra : amend_source : 6a43821d9f34fe08838256a3621a4cdbe9beeb94
2018-10-18 01:58:17 +03:00
Gabriel Luong
a289682544 Bug 1499483 - Make the Layout view the default sidebar tab. r=pbro 2018-10-17 17:00:35 -04:00