Commit Graph

17377 Commits

Author SHA1 Message Date
Jason Laster
d056cd3a51 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-29 20:40:14 +00:00
David Walsh
09941e303d Bug 1577079 - Fix source download feature r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D44012

--HG--
extra : moz-landing-system : lando
2019-08-29 16:21:32 +00:00
Jason Laster
ef037077c5 Bug 1571791 - "Step in" across an await expression jumps to unexpected places. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D42723

--HG--
extra : moz-landing-system : lando
2019-08-29 16:09:47 +00:00
Florens Verschelde
afdfc5639c Bug 1576604 - Avoid array indexes as identifiers for open accordion items in Layout; r=gl
Differential Revision: https://phabricator.services.mozilla.com/D43834

--HG--
extra : moz-landing-system : lando
2019-08-29 15:56:01 +00:00
Gabriel Luong
3a9a56b002 Bug 1577282 - Part 3: Convert Spectrum to ES6 Class. r=Maliha
Depends on D43979

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

--HG--
extra : moz-landing-system : lando
2019-08-29 15:01:07 +00:00
Gabriel Luong
bcd4446fba Bug 1577282 - Part 2: Move functions outside of the Spectrum prototype. r=Maliha
Depends on D43978

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

--HG--
extra : moz-landing-system : lando
2019-08-29 14:47:52 +00:00
Gabriel Luong
8afc61ef29 Bug 1577282 - Part 1: Move the requires before the constants and format the markup. r=Maliha
Differential Revision: https://phabricator.services.mozilla.com/D43978

--HG--
extra : moz-landing-system : lando
2019-08-29 14:40:52 +00:00
Nicolas Chevobbe
2f132ce44f Bug 1572484 - Add a mochitest for expanding content-originated logged object in browser console. r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D43266

--HG--
extra : moz-landing-system : lando
2019-08-29 15:33:31 +00:00
Nicolas Chevobbe
56033d41ed Bug 1577431 - Cleanup Browser Console when closing its window. r=ochameau.
We  store the created DebuggerClient when opening the Browser Console
so we can close it when closing the Browser Console window.
The Browser Console window `unload` event listener is moved out of
the BrowserConsole class to the BrowserConsoleManager, so we can close
the DebuggerClient when the window is closed (plus it makes more sense
to have it here since that's where we create the window).

Finally, functions that were inlined in toggleBrowserConsole are moved
as method of the BrowserConsoleManager for clarity.

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

--HG--
extra : moz-landing-system : lando
2019-08-29 15:31:12 +00:00
Nicolas Chevobbe
0cfab94fcf Bug 1534445 - Use same colors as webconsole warning messages in settings panel deprecation label. r=rcaliman .
In order to do this properly, we create new variable in
variables.css that hold the same values as the console-warning-*
variables we have in webconsole.css.
We take this as an opportunity to replace the box shadow on
the deprecation label by an outline. I think this was done
so the border doesn't take additional height, and outline
seems perfect for this job.

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

--HG--
extra : moz-landing-system : lando
2019-08-29 15:03:51 +00:00
Yura Zenevich
ce078800eb Bug 1555770 - update badge icons to correspond to the score of the accessibility issue. r=fvsch
Differential Revision: https://phabricator.services.mozilla.com/D43812

--HG--
extra : moz-landing-system : lando
2019-08-29 13:55:47 +00:00
Yura Zenevich
9d237bbf60 Bug 1555770 - update contrast FAIL icon in a11y panel sidebar checks section and in inspector color picker. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D43811

--HG--
extra : moz-landing-system : lando
2019-08-29 13:45:58 +00:00
Yura Zenevich
2d3572b6a5 Bug 1555770 - update contrast highlighter FAIL icon to red circle with ! similar to other audit types. r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D43810

--HG--
extra : moz-landing-system : lando
2019-08-29 13:45:57 +00:00
Florens Verschelde
8269474069 Bug 1576652 - Remove unused state in Debugger's Accordion component; r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D43492

--HG--
extra : moz-landing-system : lando
2019-08-26 21:53:00 +00:00
Maliha Islam
973268af17 Bug 1564999 - Add menu with simulation options to the a11y panel, r=yzen
Differential Revision: https://phabricator.services.mozilla.com/D38885

--HG--
extra : moz-landing-system : lando
2019-08-29 05:01:52 +00:00
Maliha Islam
deacf348f4 Bug 1564993 - Create simulator actor and front, r=yzen,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D38884

--HG--
extra : moz-landing-system : lando
2019-08-29 04:55:45 +00:00
Florens Verschelde
ac9c3d58a3 Bug 1575786 - Use unprefixed user-select property in devtools CSS; r=ladybenko,jlast
Differential Revision: https://phabricator.services.mozilla.com/D43217

--HG--
extra : moz-landing-system : lando
2019-08-29 10:12:25 +00:00
Alexandre Poirot
7c790c6c81 Bug 1522572 - Move local tab specifics out of TargetMixin. r=jdescottes,yulia
Differential Revision: https://phabricator.services.mozilla.com/D41854

--HG--
extra : moz-landing-system : lando
2019-08-28 16:06:22 +00:00
Julian Descottes
09ff0064f2 Bug 1576835 - Update DAMP test writing documentation r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D43580

--HG--
extra : moz-landing-system : lando
2019-08-29 06:22:18 +00:00
Dorel Luca
29a8e7b827 Backed out changeset d870fdbf200f (bug 1575240) for Devtools failures on devtools/client/webconsole/test/browser/browser_jsterm_inspect.js. CLOSED TREE
--HG--
extra : amend_source : bcbaf5bd6fa8882de2b7e6a9b616d694c9d23f9b
2019-08-29 05:55:23 +03:00
David Walsh
3ca49b4ce2 Bug 1577068 - Show full URL as tooltip in frames r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D43713

--HG--
extra : moz-landing-system : lando
2019-08-28 23:13:23 +00:00
David Walsh
1566cfd5fb Bug 1463118 - Implement telemetry for pausing r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D43797

--HG--
extra : moz-landing-system : lando
2019-08-28 23:12:55 +00:00
Jason Laster
697f70a6e8 Bug 1574041 - Generalize Debugger worker lifecycle management. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D43619

--HG--
extra : moz-landing-system : lando
2019-08-29 01:22:25 +00:00
Jason Laster
09a2bac412 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-29 00:31:46 +00:00
Alexandre Poirot
1ebb0ed421 Bug 1570696 - Destroy Toolbox on TabClose event for local tab targets. r=jdescottes
Move disconnection message out of Toolbox class in favor of toolbox-init module
as that is specific to Toolbox loaded in a tab.
We do that in order to stop automatically destroying the toolbox when the
attached target is destroyed. This will help support switching to another target
when we navigate between two documents loaded in distinct processes.
We will now destroy the toolboxes for local tabs only when TabClose event
is fired.

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

--HG--
extra : moz-landing-system : lando
2019-08-28 15:22:26 +00:00
Barret Rennie
c48dcf7d7c Bug 1510569 - Port onSecurityChange from WebProgressChild.jsm to C++; remove WebProgressChild r=Ehsan,ochameau
This is the last message that WebProgressChild was sending to the
RemoteWebProgress in the parent process, so we can remove the module entirely.

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

--HG--
extra : moz-landing-system : lando
2019-08-28 18:55:45 +00:00
Dorel Luca
06a2578d2d Backed out changeset 3853d8979a55 (bug 1575240) for Devtools on devtools/client/webconsole/test/browser/browser_jsterm_inspect.js
--HG--
extra : rebase_source : a9ffc17ade0874f515e44152d78af257c10df334
2019-08-28 22:08:26 +03:00
Dorel Luca
b09fe526aa Backed out 4 changesets (bug 1510569) for build bustage. CLOSED TREE
Backed out changeset d7db6a1935ce (bug 1510569)
Backed out changeset 03b7cf756a7f (bug 1510569)
Backed out changeset fa318eec0e76 (bug 1510569)
Backed out changeset cecb17bd8c03 (bug 1510569)
2019-08-28 21:46:40 +03:00
Barret Rennie
e0d50ea7ce Bug 1510569 - Port onSecurityChange from WebProgressChild.jsm to C++; remove WebProgressChild r=Ehsan,ochameau
This is the last message that WebProgressChild was sending to the
RemoteWebProgress in the parent process, so we can remove the module entirely.

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

--HG--
extra : moz-landing-system : lando
2019-08-28 18:00:23 +00:00
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
Gurzau Raul
32356aa004 Backed out changeset a5bc37462cee (bug 1576835) for codespell failure at writing-perf-tests.md on a CLOSED TREE 2019-08-28 18:21:45 +03: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
Julian Descottes
faf26174a7 Bug 1576835 - Update DAMP test writing documentation r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D43580

--HG--
extra : moz-landing-system : lando
2019-08-28 14:34:19 +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
Julian Descottes
e12432f70d Bug 1577092 - Change devtools server connectors to expose connectTo functions r=nchevobbe
Depends on D43618

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

--HG--
extra : moz-landing-system : lando
2019-08-28 13:07:40 +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