Commit Graph

14213 Commits

Author SHA1 Message Date
Yura Zenevich
346739d4b9 Bug 1564968 - add keyboard audit filter/badge to the accessibility panel. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D43446

--HG--
rename : devtools/client/accessibility/components/TextLabelBadge.js => devtools/client/accessibility/components/KeyboardBadge.js
extra : moz-landing-system : lando
2019-08-28 13:09:17 +00:00
Yura Zenevich
722e0fdc59 Bug 1564968 - add keyboard check section within accessibility panel sidebar checks. r=gl,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D43445

--HG--
extra : moz-landing-system : lando
2019-08-28 13:09:19 +00:00
Yura Zenevich
00c46e63a1 Bug 1564968 - create Check component for a generic check result in the checks section of the accessibility panel sidebar. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D43444

--HG--
extra : moz-landing-system : lando
2019-08-28 13:09:21 +00:00
Yura Zenevich
f025c6403a Bug 1564968 - add highlighting support for keyboard issues. r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D43443

--HG--
rename : devtools/server/tests/browser/browser_accessibility_infobar_audit_text_label.js => devtools/server/tests/browser/browser_accessibility_infobar_audit_keyboard.js
extra : moz-landing-system : lando
2019-08-28 13:09:23 +00:00
Yura Zenevich
511b056b80 Bug 1564968 - adding keyboard audit type serverside support. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D43442

--HG--
extra : moz-landing-system : lando
2019-08-28 13:09:24 +00:00
Gabriel Luong
7e80772a80 Bug 1568157 - Part 5: Move the NodePicker initialization into a getter. r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D43567

--HG--
extra : moz-landing-system : lando
2019-08-28 12:03:30 +00:00
Gabriel Luong
8a3245ac6c Bug 1568157 - Part 4: Replace toolbox.walker with the contextual WalkerFront. r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D40317

--HG--
extra : moz-landing-system : lando
2019-08-28 11:54:42 +00:00
Itiel
d28c64390c Bug 1576092 - Fix the breadcrumbs' arrow border color for white theme r=gl
Differential Revision: https://phabricator.services.mozilla.com/D43769

--HG--
extra : moz-landing-system : lando
2019-08-28 17:45:06 +00:00
Jason Laster
b553db9b43 Bug 1575240 - inspect(x) should show x in the appropriate panel. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D42747

--HG--
extra : moz-landing-system : lando
2019-08-28 12:04:49 +00:00
Nicolas Chevobbe
04f5f42266 Bug 1558417 - Add onboarding UI for Editor. r=Honza.
The onboarding UI is displayed on top of the Editor.
A dismiss button hides it forever (this is handled via
a pref that is set to false when clicking the button).

We take this as an opportunity to polish the Editor UI/wording
a bit.

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

--HG--
rename : devtools/client/debugger/images/resume.svg => devtools/client/themes/images/webconsole/run.svg
extra : moz-landing-system : lando
2019-08-28 15:42:36 +00:00
Krishnal Ciccolella
70788158ec Bug 1558371 - Improve tooltip readability in dark mode r=pbro
Changed the color in `.devtools-tooltip-inactive-css` to match the color of the meatball menu

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

--HG--
extra : moz-landing-system : lando
2019-08-28 14:48:22 +00:00
Gurzau Raul
ad32ef1d9a Backed out changeset 9aa911cc3fcf (bug 1558417) for failing at browser_jsterm_editor_toolbar.js on a CLOSED TREE. 2019-08-28 17:12:00 +03:00
Julian Descottes
2646ae9c6d Bug 1577092 - Remove connectTo* helpers in debugger-server and use connectors directly r=nchevobbe
Depends on D43728

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

--HG--
extra : moz-landing-system : lando
2019-08-28 13:07:56 +00:00
Bogdan Tara
02e806d54a Backed out 6 changesets (bug 1564968) by yzen's request CLOSED TREE
Backed out changeset 4b7516635108 (bug 1564968)
Backed out changeset c3227d4ff4b3 (bug 1564968)
Backed out changeset 868dbd59c79e (bug 1564968)
Backed out changeset db1a396ab58e (bug 1564968)
Backed out changeset e69163dc4683 (bug 1564968)
Backed out changeset c12857bc6980 (bug 1564968)
2019-08-28 16:06:23 +03:00
Yura Zenevich
c094bf25b6 Bug 1564968 - add keyboard audit filter/badge to the accessibility panel. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D43446

--HG--
rename : devtools/client/accessibility/components/TextLabelBadge.js => devtools/client/accessibility/components/KeyboardBadge.js
extra : moz-landing-system : lando
2019-08-27 23:37:54 +00:00
Yura Zenevich
411f447380 Bug 1564968 - add keyboard check section within accessibility panel sidebar checks. r=gl,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D43445

--HG--
extra : moz-landing-system : lando
2019-08-27 18:17:19 +00:00
Yura Zenevich
195b0a1aaf Bug 1564968 - create Check component for a generic check result in the checks section of the accessibility panel sidebar. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D43444

--HG--
extra : moz-landing-system : lando
2019-08-27 23:34:29 +00:00
Yura Zenevich
14f3ce0a9b Bug 1564968 - add highlighting support for keyboard issues. r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D43443

--HG--
rename : devtools/server/tests/browser/browser_accessibility_infobar_audit_text_label.js => devtools/server/tests/browser/browser_accessibility_infobar_audit_keyboard.js
extra : moz-landing-system : lando
2019-08-27 18:06:41 +00:00
Yura Zenevich
07581454e5 Bug 1564968 - adding keyboard audit type serverside support. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D43442

--HG--
extra : moz-landing-system : lando
2019-08-28 12:12:59 +00:00
Belén Albeza
8e89cc0eb6 Bug 1575872 - Part 2: Add Jest tests r=Ola
Differential Revision: https://phabricator.services.mozilla.com/D43638

--HG--
extra : moz-landing-system : lando
2019-08-28 10:49:57 +00:00
Belén Albeza
ef64830e0c Bug 1575872 - Part 1: Render a list of issues (errors and warnings) in the Manifest r=Ola,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D43637

--HG--
rename : devtools/client/application/src/components/manifest/ManifestItemWarning.css => devtools/client/application/src/components/manifest/ManifestIssue.css
rename : devtools/client/application/src/components/manifest/ManifestItemWarning.js => devtools/client/application/src/components/manifest/ManifestIssue.js
extra : moz-landing-system : lando
2019-08-28 12:20:43 +00:00
Nicolas Chevobbe
db62899801 Bug 1558417 - Add onboarding UI for Editor. r=Honza.
The onboarding UI is displayed on top of the Editor.
A dismiss button hides it forever (this is handled via
a pref that is set to false when clicking the button).

We take this as an opportunity to polish the Editor UI/wording
a bit.

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

--HG--
rename : devtools/client/debugger/images/resume.svg => devtools/client/themes/images/webconsole/run.svg
extra : moz-landing-system : lando
2019-08-28 11:47:49 +00:00
yulia
91d20d2982 Bug 1575557 - rename webExtension to webExtensionDescriptor; r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D42867

--HG--
rename : devtools/server/actors/addon/webextension.js => devtools/server/actors/descriptors/webextension.js
rename : devtools/shared/fronts/addon/webextension.js => devtools/shared/fronts/descriptors/webextension.js
rename : devtools/shared/specs/addon/webextension.js => devtools/shared/specs/descriptors/webextension.js
extra : moz-landing-system : lando
2019-08-28 10:02:57 +00:00
Itiel
e6b2d42978 Bug 1576487 - RTL fixes to the network details panel r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D43359

--HG--
extra : moz-landing-system : lando
2019-08-28 08:04:35 +00:00
tanhengyeow
e38a987dd9 Bug 1576884 - TypeError: this.intersectionObserver is null. r=Honza
Fix edge case.

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

--HG--
extra : moz-landing-system : lando
2019-08-28 07:20:53 +00:00
Julian Descottes
8a65fc4677 Bug 1557170 - Add isParentInterceptEnabled trait to ServiceWorkerRegistration actor r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D43598

--HG--
extra : moz-landing-system : lando
2019-08-28 06:38:47 +00:00
Nicolas Chevobbe
74b4cd5282 Bug 1576841 - Enable multi-proxy WebConsole in Browser Toolbox when fission pref is true. r=ochameau.
We remove the multiple this.fissionSupport properties to only check
the permission in the couple place we need it.

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

--HG--
extra : moz-landing-system : lando
2019-08-27 17:41:29 +00:00
Paul Bone
08bc01ab37 Bug 1576814 - Skip tests that timeout r=kmag
Depends on D43572

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

--HG--
extra : moz-landing-system : lando
2019-08-27 19:07:43 +00:00
David Walsh
ef58a63b92 Bug 1576165 - Prevent react warning in inline preview r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D43647

--HG--
extra : moz-landing-system : lando
2019-08-28 01:24:15 +00:00
David Walsh
2bbe6fef7a Bug 1576679 - Turn on inline preview by default r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D43490

--HG--
extra : moz-landing-system : lando
2019-08-27 21:48:49 +00:00
David Walsh
fdbeea9b5f Bug 1555333 - Toggle skipPausing when adding or enabling a breakpoint via reducers r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D43512

--HG--
extra : moz-landing-system : lando
2019-08-27 20:51:10 +00:00
Ehsan Akhgari
4ba1487439 Bug 1540117 - Part 5: Fix browser_webconsole_warning_group_content_blocking.js too by ensuring that the test image does set a cookie. r=fix CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com//D43671

--HG--
extra : histedit_source : c0cb5631e5195fe73d19dc36813efc3bf6284f25
2019-08-27 23:39:59 +03:00
Gabriel Luong
006d44d6b7 Bug 1568157 - Part 3: Replace toolbox.highlighter with the contextual HighlighterFront. r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D40316

--HG--
extra : moz-landing-system : lando
2019-08-27 19:13:45 +00:00
Alexandre Poirot
341d06e6a0 Bug 1576586 - Enable all about:debugging tests with fission. r=jdescottes,kmag
All these tests seem to work fine with Fission.

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

--HG--
extra : moz-landing-system : lando
2019-08-27 18:14:39 +00:00
Krishnal Ciccolella
933f7160c5 Bug 1573316 - RDM controls are off-center (when in centered mode) r=gl
Added a CSS selector to aid in centering RDM controls

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

--HG--
extra : moz-landing-system : lando
2019-08-27 18:41:57 +00:00
Ehsan Akhgari
73345dc559 Bug 1540117 - Part 4: Fix browser_webconsole_trackingprotection_errors.js by ensuring that the test page does set a cookie. r=fix CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com//D43652

--HG--
extra : histedit_source : 296fb0ecbd7b1540bba93ea1d8490629a04fa91a
2019-08-27 21:27:50 +03:00
Alex Rosenfeld
e5b0947fe7 Bug 1574053 - allow shift-click to disable column breakpoints.
Allow user to disable column breakpoints with shift-click. Added mochitests to reinforce.   r=jlast.

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

--HG--
extra : moz-landing-system : lando
2019-08-27 16:29:19 +00:00
goncharov
53359e3391 Bug 1097836 - Give users on Windows the choice between POSIX and Windows escaped "Copy as cURL" commands. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D42699

--HG--
extra : moz-landing-system : lando
2019-08-27 14:46:33 +00:00
yulia
ed8443d555 Bug 1575237 - Initial implementation of search for top level documents in the inspector; r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D42662

--HG--
extra : moz-landing-system : lando
2019-08-26 18:38:01 +00:00
Florens Verschelde
ef33fe249c Bug 1575827 - Remove references to outdated DevToolsColors MDN page; r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D43227

--HG--
extra : moz-landing-system : lando
2019-08-27 10:21:34 +00:00
Julian Descottes
3cdbe7c9b8 Bug 1576653 - Use a custom toolbox window title for the omniscient browser toolbox r=nchevobbe,yulia
Depends on D43473

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

--HG--
extra : moz-landing-system : lando
2019-08-27 08:44:59 +00:00
Julian Descottes
1535cd608a Bug 1576653 - Add nightly-only option to toggle devtools.browsertoolbox.fission in Browser Toolbox r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D43473

--HG--
extra : moz-landing-system : lando
2019-08-27 08:44:42 +00:00
lloan
6369cc4e7c Bug 1575930 - Add tool-tip in search results panel. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D43149

--HG--
extra : moz-landing-system : lando
2019-08-27 06:50:17 +00:00
Jason Laster
cc7e5a59ed Bug 1503870 - Should look good in dark mode. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D43349

--HG--
extra : moz-landing-system : lando
2019-08-26 21:14:43 +00:00
David Walsh
b08f3b6b26 Bug 1576219 - Enable DOM Mutation Breakpoints r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D43273

--HG--
extra : moz-landing-system : lando
2019-08-26 20:19:39 +00:00
Jason Laster
2fbbcd3de9 Bug 1574502 - Sidebar panels should be collapsed by default. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D42317

--HG--
extra : moz-landing-system : lando
2019-08-26 20:11:52 +00:00
tanhengyeow
cb40a7376a Bug 1566754 - Support for SockJS protocol. r=Honza,mhoye
Supports parsing SockJS WebSocket frames.

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

--HG--
extra : moz-landing-system : lando
2019-08-26 18:49:31 +00:00
David Walsh
77056e86ec Bug 1576660 - Don't allow wrapping of inline preview items r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D43482

--HG--
extra : moz-landing-system : lando
2019-08-26 18:04:52 +00:00
Itiel
6b7371cdb7 Bug 1575032 - Fix the Storage Inspector's variables element details panel for RTL r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D42550

--HG--
extra : moz-landing-system : lando
2019-08-26 15:45:09 +00:00
Belén Albeza
e2874c0b8b Bug 1575499 - Part 4: Add Jest tests r=Ola
> IMPORTANT: this depends on https://phabricator.services.mozilla.com/D43050 to be on central. If it has not been merged already, run `arc patch D43050` before downloading this stack.

This adds some Jest tests for the components.

NOTE: tests for warnings will be handled in this other bug https://bugzilla.mozilla.org/show_bug.cgi?id=1575872

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

--HG--
extra : moz-landing-system : lando
2019-08-26 12:30:38 +00:00