Commit Graph

17052 Commits

Author SHA1 Message Date
Charlie Marlow
ef13c54a22 Bug 1573724 followup: update devtools css db to reflect that text-underline-offset: from-font is supported. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D42008

--HG--
extra : moz-landing-system : lando
2019-08-14 18:22:10 +00:00
Charlie Marlow
4643da386c Bug 1573725 followup: update devtools css db to reflect that text-decoration-thickness: from-font is supported. r=dholbert
DONTBUILD because this will still fail xpcshell tests
until the next commit which adds `from-font` to the other
new property, `text-underline-offset`.

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

--HG--
extra : moz-landing-system : lando
2019-08-14 18:20:40 +00:00
Charlie Marlow
adbc6584d9 Bug 1572800: Part 1: Enable text-decoration-skip-ink by default on Nightly (and early-beta and earlier) r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D41881

--HG--
extra : moz-landing-system : lando
2019-08-14 17:49:19 +00:00
Charlie Marlow
dea58fc0bb Bug 1573725: turn on the pref for text-decoration-thickness on by default (in early-beta and earlier) r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D41883

--HG--
extra : moz-landing-system : lando
2019-08-14 16:46:18 +00:00
Charlie Marlow
75ab192bc4 Bug 1573724: turn text-underline-offset pref on by default (in early-beta and earlier) r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D41882

--HG--
extra : moz-landing-system : lando
2019-08-14 16:45:14 +00:00
Alex Rosenfeld
7158682131 Bug 1573241 - close conditionalPanel on right gutter click r=davidwalsh
On a right click to the gutter, close any previously opened conditionalPanel. r=davidwalsh

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

--HG--
extra : moz-landing-system : lando
2019-08-13 19:39:59 +00:00
Ciure Andrei
c8c4bf08bf Backed out 4 changesets (bug 1571650) for AddressSanitizer failures CLOSED TREE
Backed out changeset 9c93a75bc692 (bug 1571650)
Backed out changeset 9f62e449f9ca (bug 1571650)
Backed out changeset 48438a9d64f1 (bug 1571650)
Backed out changeset eaef1d403d31 (bug 1571650)
2019-08-14 18:51:36 +03:00
Mats Palmgren
aa7733da8b Bug 1557825 part 2 - Add tests and update devtools for 'display:block ruby'. r=xidorn
Differential Revision: https://phabricator.services.mozilla.com/D40213

--HG--
extra : moz-landing-system : lando
2019-08-14 14:38:33 +00:00
Mats Palmgren
740cfc08a3 Bug 1105868 part 3 - Implement 'inline list-item' and 'inline flow-root list-item' values for the 'display' property. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D39832

--HG--
extra : moz-landing-system : lando
2019-08-14 14:37:03 +00:00
Mats Palmgren
307e0a6d66 Bug 1569825 - Hide some 'display' values in devtools auto-completion that we want to discourage authors from using. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D39810

--HG--
extra : moz-landing-system : lando
2019-08-14 14:35:56 +00:00
Itiel
1fef111e2e Bug 1428917 - Remove broken RTL support for inspector breadcrumbs in RTL locales r=gl
Since the 2 code panels above are LTR and in english characters only, it doesn't make sense to break the flow and make the bottom part RTL, so this removes RTL support altogether and forces LTR on html-arrowscrollbox-inner.

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

--HG--
extra : moz-landing-system : lando
2019-08-14 14:58:25 +00:00
Itiel
d1b14ec95a Bug 1224129 - Force LTR on boxmodel items text r=gl
Differential Revision: https://phabricator.services.mozilla.com/D41363

--HG--
extra : moz-landing-system : lando
2019-08-14 14:50:42 +00:00
tanhengyeow
04362e99cf Bug 1561526 - WebSocket frame list should support auto scroll to bottom. r=Honza
Support auto scroll to bottom.

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

--HG--
extra : moz-landing-system : lando
2019-08-14 14:04:53 +00:00
Daisuke Akatsuka
83f2b87e91 Bug 1571650: Add test for z-index of grids. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D41931

--HG--
extra : moz-landing-system : lando
2019-08-14 09:40:27 +00:00
Daisuke Akatsuka
f9c1392ef6 Bug 1571650: Change z-index by the nest. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D41929

--HG--
extra : moz-landing-system : lando
2019-08-14 12:32:57 +00:00
tanhengyeow
cc005b5bba Bug 1567633 - High-frequency messages cause multi-second hangs. r=Honza
Triggers addFrames in batches

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

--HG--
extra : moz-landing-system : lando
2019-08-14 11:54:28 +00:00
tanhengyeow
d658ea6fb0 Bug 1565217 - WebSockets panel should fetch payload only when selected. r=Honza
Display payload in FrameListColumnData up to 1000 characters

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

--HG--
extra : moz-landing-system : lando
2019-08-14 11:25:35 +00:00
Belén Albeza
c3ef8e6fdf Bug 1565973 - Part 2: Add browser tests for the manifest actor r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D40980

--HG--
extra : moz-landing-system : lando
2019-08-14 08:36:43 +00:00
Belén Albeza
b554a01c44 Bug 1565973 - Part 1: Implement manifest actor in the server r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D40979

--HG--
extra : moz-landing-system : lando
2019-08-13 14:43:24 +00:00
Gabriel Luong
7e6632a422 Bug 1572460 - Refactor selection out of the InspectorFront. r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D41314

--HG--
extra : moz-landing-system : lando
2019-08-14 05:07:38 +00:00
Gabriel Luong
daff679f83 Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia
Differential Revision: https://phabricator.services.mozilla.com/D39610

--HG--
extra : moz-landing-system : lando
2019-08-14 04:51:20 +00:00
Charlie Marlow
693746ef3d Bug 1558929: adding from-font support to text-underline-offset and text-decoration-thickness r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D41476

--HG--
extra : moz-landing-system : lando
2019-08-13 17:43:25 +00:00
Dhyey Thakore
b768ed3d0f Bug 1573580 - Handle corner case which caused inline preview to stop working r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D41794

--HG--
extra : moz-landing-system : lando
2019-08-13 19:56:06 +00:00
Gabriel Luong
6013759ea3 Bug 1573058 - Remove legacy highlighter-ready and highlighter-hide events from the walker. r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D41646

--HG--
extra : moz-landing-system : lando
2019-08-13 17:55:08 +00:00
Ola Gasidlo
c3cdf78603 Bug 1566011 renaming the layout folder to routing + PageContainer component to PageSwitcher, Part 1, r=ladybenko
First part is renaming the layout folder to routing as discussed as well as the PageContainer component to PageSwitcher.

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

--HG--
rename : devtools/client/application/src/components/layout/PageContainer.js => devtools/client/application/src/components/routing/PageSwitcher.js
rename : devtools/client/application/src/components/layout/moz.build => devtools/client/application/src/components/routing/moz.build
rename : devtools/client/application/test/components/layout/__snapshots__/components_application_panel-PageContainer.test.js.snap => devtools/client/application/test/components/routing/__snapshots__/components_application_panel-PageSwitcher.test.js.snap
rename : devtools/client/application/test/components/layout/components_application_panel-PageContainer.test.js => devtools/client/application/test/components/routing/components_application_panel-PageSwitcher.test.js
extra : moz-landing-system : lando
2019-08-13 17:43:45 +00:00
tanhengyeow
2924fb2d9f Bug 1561631 - Limit number of displayed frames in WebSocket side panel. r=Harald,Honza
Truncate displayed frames if they are over the specified limit. Offers a way to disable this behaviour.

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

--HG--
extra : moz-landing-system : lando
2019-08-13 16:33:23 +00:00
Razvan Caliman
a69d6c017c Bug 1572330 - Adjust Inactive CSS tooltip style. r=miker
Differential Revision: https://phabricator.services.mozilla.com/D41177

--HG--
extra : moz-landing-system : lando
2019-08-13 10:08:04 +00:00
Brad Werth
d5e60384d2 Bug 1523844 Part 4: Add a test that meta viewport page resizes correctly after reload. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D41104

--HG--
extra : moz-landing-system : lando
2019-08-12 22:22:59 +00:00
lloan
da85787e96 Bug 1573493 - Search panel is missing two prefs. r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D41774

--HG--
extra : moz-landing-system : lando
2019-08-13 15:24:53 +00:00
Ola Gasidlo
6d236dc311 Bug 1565172 Add routing support for Manifest page, r=ladybenko,fluent-reviewers,flod
Add routing support for Manifest page with simple CSS and fluent string for `no manifest found`

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

--HG--
extra : moz-landing-system : lando
2019-08-13 13:18:23 +00:00
yulia
84b0e082f1 Bug 1560200 - Implement very basic markup view support traversing remote frames via resource api. r=ochameau,rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D39525

--HG--
extra : moz-landing-system : lando
2019-08-13 11:54:06 +00:00
David Walsh
60c1fd55e6 Bug 1569216 - Implement DOM Mutation Breakpoints UI for the debugger r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D39517

--HG--
extra : moz-landing-system : lando
2019-08-13 02:35:50 +00:00
Arun Kumar Mohan
aebaf817fb Bug 1554884 - Refactor isFlagFilterMatch function to remove disabled complexity eslint rule. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D39597

--HG--
extra : moz-landing-system : lando
2019-08-13 11:56:13 +00:00
Alexandre Poirot
4aa1145476 Bug 1573240 - Allow opening a toolbox debugging the Browser toolbox. r=jlast
From the browser toolbox, open another toolbox, in yet another process
which allows to debug the browser toolbox's process.
This typically allows debugging the browser toolbox frontend.
We use the the same key short currently used to open the browser from
Firefox frontend.

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

--HG--
extra : moz-landing-system : lando
2019-08-12 22:25:21 +00:00
Michael Ratcliffe
50a76612b7 Bug 1572712 - Remove messages ported to fission from tunnel.js r=bradwerth,layely
This patch removes the following messages from `devtools/client/responsive.html/browser/tunnel.js`:

- Browser:Reload
- Forms:MouseOut
- Forms:MouseOver
- FullZoom
- contextmenu
- ContextMenu:
- Findbar:
- InlineSpellChecker:
- ViewSource:

These features all work just fine inside RDM without being included in `devtools/client/responsive.html/browser/tunnel.js`.

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

--HG--
extra : moz-landing-system : lando
2019-08-13 10:18:05 +00:00
Itiel
74b0b50ac2 Bug 1428955 - Fix direction of sidebar toggle buttons in Storage Inspector for RTL locales r=miker
Differential Revision: https://phabricator.services.mozilla.com/D41292

--HG--
extra : moz-landing-system : lando
2019-08-13 10:04:23 +00:00
Sylvestre Ledru
5da36f02d4 Bug 1562642 - Part 5 - Add missing MPL2 headers in devtools/ r=jlast
Depends on D41566

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

--HG--
extra : moz-landing-system : lando
2019-08-12 15:56:26 +00:00
Perry Jiang
9f7e12ee62 Bug 1231213 - Various changes to existing tests. r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D32078

--HG--
extra : moz-landing-system : lando
2019-08-13 04:04:58 +00:00
Perry Jiang
700b91039e Bug 1231213 - Temporarily disable devtools tests for Service Workers e10s. r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D26179

--HG--
extra : moz-landing-system : lando
2019-08-13 04:04:51 +00:00
Dhyey Thakore
8a60021cf3 Bug 1571780 - Inline previews are sorted column wise, r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D41407

--HG--
extra : moz-landing-system : lando
2019-08-12 14:39:48 +00:00
Alexandre Poirot
8e1aada916 Bug 1569676 - Wait for toolbox to be loaded before closing the toolbox in browser_toolbox_toolbar_reorder_with_secondary_toolbox.js. r=jdescottes
A RDP request is made during toolbox opening and this request isn't awaited for
during the call to gDevTools.showToolbox. This relates to the autohide menu.
Await for this request to be finished and the DOM elements relating to it to be disabled
before trying to close the toolbox.

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

--HG--
extra : moz-landing-system : lando
2019-08-12 13:47:31 +00:00
Alexandre Poirot
bfa5a24744 Bug 1569676 - Make style editor panel's destroy synchronous. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D39714

--HG--
extra : moz-landing-system : lando
2019-08-12 13:47:29 +00:00
Alexandre Poirot
7ffa8985ff Bug 1569676 - Make storage panel's destroy synchronous. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D39713

--HG--
extra : moz-landing-system : lando
2019-08-12 13:47:27 +00:00
Alexandre Poirot
b26b4938bc Bug 1569676 - Make scratchpad destroy synchronous. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D39712

--HG--
extra : moz-landing-system : lando
2019-08-12 13:47:20 +00:00
Alexandre Poirot
6bdd13f105 Bug 1569676 - Make new performance panel's destroy synchronous. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D39711

--HG--
extra : moz-landing-system : lando
2019-08-12 13:47:17 +00:00
Alexandre Poirot
110f312141 Bug 1569676 - Make memory panel's destroy synchronous. r=jdescottes
The memory actor is a target scoped one and they are all destroyed
when the toolbox closes. So memory actor's destroy method is called.
It then calls bridge's destroy, which also detach the actor if it was
attached.

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

--HG--
extra : moz-landing-system : lando
2019-08-12 13:47:15 +00:00
Alexandre Poirot
00643d0c50 Bug 1569676 - Make DOM and application panel's destroy synchronous. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D39709

--HG--
extra : moz-landing-system : lando
2019-08-12 13:47:07 +00:00
Alexandre Poirot
0284ed4bdb Bug 1569676 - Make accessibility panel's destroy synchronous. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D39708

--HG--
extra : moz-landing-system : lando
2019-08-12 13:47:06 +00:00
tanhengyeow
c91b6dc057 Bug 1565226 - Limit the payload rendered in the Preview panel. r=nchevobbe
Limit the payload rendered in the Preview panel to 100 KB

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

--HG--
extra : moz-landing-system : lando
2019-08-07 17:44:27 +00:00
Michael Ratcliffe
9488f545ea Bug 1569570 - Select elements fail to display dropdown in RDM r=bradwerth,layely
The `xul:menulist` appears a little offset but this is the same as it was prior to the fission patch that completely broke it.

If you have an alternate approach or a way to get the correct position for the `xul:menulist` I am all ears.

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

--HG--
extra : moz-landing-system : lando
2019-08-09 15:23:33 +00:00