Narcis Beleuzu
a36c38a36a
Backed out changeset 5d1f3e0160fa (bug 1592718) for BC failures on debugger.js . CLOSED TREE
2019-11-05 21:23:22 +02:00
Junior Hsu
167a3b63a4
Bug 1544231 - add image/webp to default navigation value of the Accept header, r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D51199
--HG--
extra : moz-landing-system : lando
2019-11-01 15:54:57 +00:00
Jason Laster
decdfa79d9
Bug 1592718 - Enable WatchPoints in Nightly and DevEdition. r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D51742
--HG--
extra : moz-landing-system : lando
2019-11-05 16:38:01 +00:00
Brian Hackett
5efbcaefb0
Bug 1594042 - Improve logpoint performance, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D51846
--HG--
extra : moz-landing-system : lando
2019-11-05 16:17:13 +00:00
Belén Albeza
6e5c96847e
Bug 1590756: Fix unregister service workers r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D51257
--HG--
extra : moz-landing-system : lando
2019-11-05 15:53:54 +00:00
David Walsh
ee044d40a7
Bug 1586667 - Update case for blocked icon tooltip r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D48985
--HG--
extra : moz-landing-system : lando
2019-11-04 08:41:52 +00:00
wartmanm
2363fb2b3f
Bug 1590824 - Don't pass sourceId in jumpToDefinitionButton event listener. r=nchevobbe.
...
Differential Revision: https://phabricator.services.mozilla.com/D50867
--HG--
extra : moz-landing-system : lando
2019-11-05 13:13:16 +00:00
Brian Hackett
85e9afa634
Bug 1583546 - Add test that the OBT debugger can pause even when it hasn't been opened, r=ochameau.
...
Differential Revision: https://phabricator.services.mozilla.com/D50225
--HG--
extra : moz-landing-system : lando
2019-11-05 12:32:11 +00:00
Richard O. Gregory
8640fa2942
Bug 1589333 - Enable ESLint for all of devtools/client/shared/ (manual changes). r=Standard8,jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D50637
--HG--
extra : moz-landing-system : lando
2019-11-04 18:05:14 +00:00
Richard O. Gregory
e6f8e04a02
Bug 1589333 - Enable ESLint for all of devtools/client/shared/ (automatic changes). r=Standard8,jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D50636
--HG--
extra : moz-landing-system : lando
2019-11-04 18:03:21 +00:00
Julian Descottes
76606dfbc7
Bug 1593794 - Add a try catch around grid-inspector updateGridPanel (follow up to Bug 1591952) r=gl
...
Depends on D51663
Differential Revision: https://phabricator.services.mozilla.com/D51693
--HG--
extra : moz-landing-system : lando
2019-11-05 07:31:01 +00:00
Nicolas Chevobbe
b965151cf7
Bug 1593654 - Fix issue when expanding CSS warnings. r=rcaliman.
...
The issue was in commands.js evaluateJSAsync function where
we were trying to use an undefined parameter.
The regression wasn't spotted earlier because we only have
mocha test for CSS warning, and they don't assert this
codepath.
A mochitest is added on this patch to ensure CSS Warnings
can be expanded, that they display the impacted elements
as expected, and that clicking on the icon selects the
expected element in the inspector.
Differential Revision: https://phabricator.services.mozilla.com/D51627
--HG--
extra : moz-landing-system : lando
2019-11-04 15:29:22 +00:00
Brian Hackett
cff7d7fb16
Bug 1592854
- Workaround rendering problems with conditional panel during test, r=loganfsmyth.
...
Differential Revision: https://phabricator.services.mozilla.com/D51438
--HG--
extra : moz-landing-system : lando
2019-11-05 01:28:08 +00:00
Jason Laster
16fab4466c
Bug 1586904 - Refreshing while paused fails. r=bhackett
...
Differential Revision: https://phabricator.services.mozilla.com/D51484
--HG--
extra : moz-landing-system : lando
2019-11-04 23:45:13 +00:00
Julian Descottes
3ff4d952e6
Bug 1591952 - Add a global try catch around grid-inspector onReflow to swallow exceptions after destroy r=gl
...
This method is very asynchronous, called on reflows and throttled. Which means it has a high chance of intermittently failing after destroy.
Differential Revision: https://phabricator.services.mozilla.com/D51663
--HG--
extra : moz-landing-system : lando
2019-11-04 19:44:32 +00:00
Itiel
f985df675a
Bug 1593542 - General RTL improvements to the network monitor r=jdescottes
...
Also improve CSS code style/quality
Differential Revision: https://phabricator.services.mozilla.com/D51535
--HG--
extra : moz-landing-system : lando
2019-11-04 17:46:46 +00:00
Jason Laster
90ac689cde
Bug 1583806 - Add a binary path override for the browser toolbox. r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D51138
--HG--
extra : moz-landing-system : lando
2019-11-04 17:26:12 +00:00
Razvan Caliman
9ce94dcb9e
Bug 1592604 - Ensure flexbox highlighter events don't influence grid badges in markup view. r=gl
...
When creating grid and display badges in the markup view, ensure they listen only to their corresponding highlighter events.
Differential Revision: https://phabricator.services.mozilla.com/D51137
--HG--
extra : moz-landing-system : lando
2019-11-01 15:20:18 +00:00
Julian Descottes
cf665518e8
Bug 1591140 - Allow chrome privileged documents to preventDefault contextmenu events regardless of dom.event.contextmenu.enabled r=gl,nika,mconley
...
@gl can you take a look at the DevTools test added here?
@nika @mconley I used this.browsingContext.docShell.isContent here to rule out chrome-privileged documents. Do you know if there is better way to check if the current document is chrome-privileged or not?
Differential Revision: https://phabricator.services.mozilla.com/D51320
--HG--
extra : moz-landing-system : lando
2019-11-04 08:20:02 +00:00
Neil Deakin
d12fb42226
Bug 1592157, convert LinkHandlerChild.jsm to JSWindowActor to support fission, r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D51026
--HG--
extra : moz-landing-system : lando
2019-11-04 14:48:04 +00:00
Alexandre Poirot
02b06ea7a2
Bug 1471754 - Make the Toolbox use the TargetList. r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D48858
--HG--
extra : moz-landing-system : lando
2019-11-04 11:04:05 +00:00
Itiel
a02bd2636c
Bug 1593531 - RTL fixes for the truncation message in the websockets panel r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D51532
--HG--
extra : moz-landing-system : lando
2019-11-04 10:04:46 +00:00
Itiel
235c8782ec
Bug 1593527 - Cleanup CustomRequestPanel.css to fix RTL r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D51531
--HG--
extra : moz-landing-system : lando
2019-11-04 09:58:40 +00:00
Nicolas Chevobbe
9c0b3f6b24
Bug 1570524 - Fix browser_webconsole_cached_messages intermittent. r=Honza.
...
Wait for the messages to be displayed, and requestLongerTimeout,
as test failures logs seem to indicate that slower machine take
more than 30s to run the test.
Differential Revision: https://phabricator.services.mozilla.com/D51562
--HG--
extra : moz-landing-system : lando
2019-11-04 09:53:31 +00:00
Nicolas Chevobbe
a558e51a4d
Bug 1590974 - Pass the toolbox document to MenuButton in the a11y panel. r=yzen.
...
This makes it possible for the menus to not be constrained
to the panel boundaries if they are taller than the panel
itself (which could be the case for the simulate menu as
it has lots of items).
We need to style the button with a link role in the toolbox
CSS so they don't look like real buttons.
Differential Revision: https://phabricator.services.mozilla.com/D50461
--HG--
extra : moz-landing-system : lando
2019-11-04 06:38:37 +00:00
jaril
9f18dcfb2a
Bug 1593302 - Fix frame timeline scrubbing so it doesn't highlight other elements r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D51424
--HG--
extra : moz-landing-system : lando
2019-11-04 04:52:05 +00:00
Micah Tigley
a34e986f2f
Bug 1588438 - Refactor deprecated touch event APIs. r=ochameau
...
This revision refactors RDM's touch simulator to use modern touch web APIs where possible.
Differential Revision: https://phabricator.services.mozilla.com/D50147
--HG--
extra : moz-landing-system : lando
2019-11-01 23:05:37 +00:00
Micah Tigley
7b518bfeac
Bug 1578865 - Show the device settings modal over the RDM UI . r=gl
...
Since closing D50559, we're not using CSS Grid for the browser's container layout (see D48778 for context). This means positioning the device settings modal using CSS grid areas won't work.
An alternative to this is to contain the RDM toolbar inside the browser stack now that it uses CSS Grid. We can then use absolute positioning to have the RDM toolbar always positioning on top of the browser element and adjust its size when the device settings is opened.
Differential Revision: https://phabricator.services.mozilla.com/D51102
--HG--
extra : moz-landing-system : lando
2019-11-01 19:23:55 +00:00
Florens Verschelde
d57b479711
Bug 1525939 - Use shared Accordion component in Inspector; r=yzen
...
Differential Revision: https://phabricator.services.mozilla.com/D43640
--HG--
extra : moz-landing-system : lando
2019-11-01 16:11:13 +00:00
Nicolas Chevobbe
df353efb8c
Bug 1592618 - Fix test memory leak in browser_jsterm_file_load_save_keyboard_shortcut.js .r=Honza.
...
Differential Revision: https://phabricator.services.mozilla.com/D51271
--HG--
extra : moz-landing-system : lando
2019-11-01 14:35:54 +00:00
Nicolas Chevobbe
07a531158b
Bug 1592550
- Allow saveAs util function to be passed an array of filters. r=Honza.
...
A new parameter is added, and it expect an array
of filter objects (which contain a pattern and
a label properties), which are going to be used
by the save file dialog.
Depends on D51070
Differential Revision: https://phabricator.services.mozilla.com/D51078
--HG--
extra : moz-landing-system : lando
2019-11-01 09:26:18 +00:00
chujun
9d1969b69b
Bug 1592904-Extenstion typo fix r=davidwalsh
...
Change occurrence of extenstion to extension in debugger
Differential Revision: https://phabricator.services.mozilla.com/D51239
--HG--
extra : moz-landing-system : lando
2019-10-31 17:03:59 +00:00
Julian Descottes
0257e34647
Bug 1592996
- Bail out from walker.findNodeFront if the walker cannot reach the selectors r=rcaliman
...
Differential Revision: https://phabricator.services.mozilla.com/D51321
--HG--
extra : moz-landing-system : lando
2019-11-01 13:59:12 +00:00
Jason Laster
cd8222f74c
Bug 1581249 - Revert - The timeline should show breakpoint hits. r=bhackett
...
This reverts commit 34ddff68bdfc54cc61252cd76e708697d1629e86.
Differential Revision: https://phabricator.services.mozilla.com/D51331
--HG--
extra : moz-landing-system : lando
2019-11-01 00:05:58 +00:00
Brad Werth
8e14b87503
Bug 1579269 Part 2: Add a test of the inRDMPane property. r=mtigley
...
This test is setup to run both with and without the pref
"devtools.responsive.browserUI.enabled" set. Ideally, we can find a
way to refactor this structure into something that can be put into
devtools/client/responsive/test/browser/head.js, and other helper
functions in that file can be modified to work with the pref on or
off.
Differential Revision: https://phabricator.services.mozilla.com/D51022
--HG--
extra : moz-landing-system : lando
2019-10-31 21:17:21 +00:00
Brad Werth
b5785ce2c6
Bug 1579269 Part 1: Make the document inRDMPane property set via a new emulation actor method. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D51020
--HG--
extra : moz-landing-system : lando
2019-10-31 21:16:58 +00:00
Sorin Davidoi
04c35ed680
Bug 1589744: Don't update hidden tabs when not necessary r=davidwalsh
...
They only need to be updated from `componentDidUpdate` if the open tabs have changed.
Before: https://perfht.ml/32w6iwg
After: https://perfht.ml/2Bqk7R0
Diff: https://perfht.ml/2pvNyhW
Differential Revision: https://phabricator.services.mozilla.com/D49782
--HG--
extra : moz-landing-system : lando
2019-10-31 09:38:47 +00:00
Cosmin Sabou
1ba5593436
Backed out changeset 9f5359d5db86 (bug 1583546) for devtools failures on browser_webconsole_location_logpoint_debugger_link.js
2019-10-31 17:54:25 +02:00
Jason Laster
a76f552717
Bug 1592755 - Remove _migrateProfileDir usage. r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D51170
--HG--
extra : moz-landing-system : lando
2019-10-31 10:56:13 +00:00
Jason Laster
d059c73cf7
Bug 1589546 - Timeline markers move when the timeline updates. r=bhackett
...
Differential Revision: https://phabricator.services.mozilla.com/D51217
--HG--
extra : moz-landing-system : lando
2019-10-31 13:29:40 +00:00
Brian Hackett
7665a7d7c0
Bug 1571863 Part 2 - Handle failures when communicating with source fronts, and reenable browser_dbg-worker-scopes.js, r=loganfsmyth.
...
Depends on D50762
Differential Revision: https://phabricator.services.mozilla.com/D50763
--HG--
extra : moz-landing-system : lando
2019-10-31 13:55:09 +00:00
Brian Hackett
7efef281eb
Bug 1583546 - Add test that the OBT debugger can pause even when it hasn't been opened, r=ochameau.
...
Differential Revision: https://phabricator.services.mozilla.com/D50225
--HG--
extra : moz-landing-system : lando
2019-10-31 13:49:28 +00:00
Brian Hackett
d3809112ad
Bug 1592730 - Make target updates async friendly, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D51158
--HG--
extra : moz-landing-system : lando
2019-10-31 13:44:20 +00:00
Belén Albeza
3c264295d6
Bug 1592661: Re-enable Manifest browser tests on try r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D51251
--HG--
extra : moz-landing-system : lando
2019-10-31 12:54:38 +00:00
Julian Descottes
3f0e2f4c4f
Bug 1592517 - Migrate devtools DOMHelpers.jsm from JSM to plain JS module r=ochameau
...
Depends on D51054
Summary of the changes here:
- move DOMHelpers.jsm to dom-helpers.js
- remove all unused methods
- converted to a static helper to avoid instanciating DOMHelpers objects for no reason
- updated call sites accordingly
Differential Revision: https://phabricator.services.mozilla.com/D51065
--HG--
rename : devtools/shared/DOMHelpers.jsm => devtools/shared/dom-helpers.js
extra : moz-landing-system : lando
2019-10-30 11:25:01 +00:00
Daisuke Akatsuka
7673889b29
Bug 1592871: Add test whether the ruleview will not be broken. r=gl
...
Depends on D51219
Differential Revision: https://phabricator.services.mozilla.com/D51220
--HG--
extra : moz-landing-system : lando
2019-10-31 05:17:53 +00:00
Anshul
4ebcdca08e
Bug 1591975 - Summary: Do not render Watchpoint button in console r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D50984
--HG--
extra : moz-landing-system : lando
2019-10-31 05:02:32 +00:00
jaril
ce02064d8a
Bug 1592775 - Fix jumping behavior in frame timeline
...
Differential Revision: https://phabricator.services.mozilla.com/D51182
--HG--
extra : moz-landing-system : lando
2019-10-31 03:22:26 +00:00
Andreea Pavel
e86554ebb1
Backed out changeset 723eb1f37393 (bug 1592775) for debugger failure on a CLOSED TREE
2019-10-31 04:49:03 +02:00
jaril
c486c0a256
Bug 1592775 - Fix jumping behavior in frame timeline r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D51182
--HG--
extra : moz-landing-system : lando
2019-10-31 02:32:14 +00:00
jaril
789e9699c4
Bug 1592751
- Maintain purple line above paused console message in Replay r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D51167
--HG--
extra : moz-landing-system : lando
2019-10-31 01:39:19 +00:00
Brian Hackett
909ce93ac8
Bug 1580184 - Avoid creating duplicate entries in the source tree, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D50268
--HG--
extra : moz-landing-system : lando
2019-10-30 22:04:22 +00:00
Brian Hackett
efb779ae1a
Bug 1558771 - Sync breakpoints when new source actors appear, r=loganfsmyth.
...
Differential Revision: https://phabricator.services.mozilla.com/D50744
--HG--
extra : moz-landing-system : lando
2019-10-28 13:26:26 +00:00
Kashav Madan
faf9a2e212
Bug 1582531 - Update fission annotations for tests that fail cleanly, r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D50508
--HG--
extra : moz-landing-system : lando
2019-10-30 21:51:35 +00:00
Gabriel Luong
48b7b4b362
Bug 1568876 - Make copyRule in the ChangesView fission compatible. r=rcaliman
...
Differential Revision: https://phabricator.services.mozilla.com/D50973
--HG--
extra : moz-landing-system : lando
2019-10-30 19:51:48 +00:00
Julian Descottes
c87fb76740
Bug 1591013 - Support lazyImporter in reject-some-requires r=Standard8,nchevobbe
...
Depends on D50466
reject-some-requires only supports require/lazyRequireGetter at the moment
We still have a few call sites for lazyImporter, even though they probably should be
migrated to lazyRequireGetter IMO.
Differential Revision: https://phabricator.services.mozilla.com/D50465
--HG--
extra : moz-landing-system : lando
2019-10-30 08:31:16 +00:00
chujun
0815c788fc
Bug 1588803-Show sources after setting directory root r=davidwalsh
...
1.Show sources and thread name after a thread is set to root
2.Show sources under chrome://
3.Show extension name and icon if an extension directory is set to root
{F1665109}
I'm building a better understanding of sources, sourcesTree and their utils. There could be better solutions than the ones I thought of. I'll appreciate feedback or discussions!
Differential Revision: https://phabricator.services.mozilla.com/D50438
--HG--
extra : moz-landing-system : lando
2019-10-30 07:32:39 +00:00
Nicolas Chevobbe
4519e50d89
Bug 1592308 - Add keyboard shortcut for loading / saving from console input. r=Honza.
...
Ctrl+O (Cmd+O on OSX) will load file content into the console input.
Ctrl+S (Cmd+S on OSX) will show the file dialog for the user
to save the console input content into a file.
A test is added to ensure this works as expected.
Differential Revision: https://phabricator.services.mozilla.com/D51070
--HG--
extra : moz-landing-system : lando
2019-10-30 10:26:49 +00:00
Julian Descottes
e266463281
Bug 1592513 - Move DOMHelpers.jsm from devtools/client/shared/ to devtools/shared/ r=rcaliman
...
Since I started using this helper in devtools/server/ (Node actor), the file needs to move outside of devtools/client
Differential Revision: https://phabricator.services.mozilla.com/D51053
--HG--
rename : devtools/client/shared/DOMHelpers.jsm => devtools/shared/DOMHelpers.jsm
extra : moz-landing-system : lando
2019-10-30 11:05:04 +00:00
Oana Pop Rus
304e3fed81
Bug 1582594 - Disable browser_markup_flex_display_badge.js on Linux, Mac and Windows r=gbrown
...
Differential Revision: https://phabricator.services.mozilla.com/D50893
--HG--
extra : moz-landing-system : lando
2019-10-30 09:12:40 +00:00
Nicolas Chevobbe
6043a21348
Bug 1591404 - Remove unused tern and show-hint CodeMirror addons. r=gl.
...
Differential Revision: https://phabricator.services.mozilla.com/D50937
--HG--
extra : moz-landing-system : lando
2019-10-30 06:58:51 +00:00
Gurzau Raul
29cef09b45
Backed out 2 changesets (bug 1591013) for eslint failure at inspector/node.js on a CLOSED TREE.
...
Backed out changeset 5d53ab2f3152 (bug 1591013)
Backed out changeset d888aded0e70 (bug 1591013)
2019-10-30 00:56:04 +02:00
Julian Descottes
a2bad4c3c2
Bug 1591013 - Support lazyImporter in reject-some-requires r=Standard8,nchevobbe
...
Depends on D50466
reject-some-requires only supports require/lazyRequireGetter at the moment
We still have a few call sites for lazyImporter, even though they probably should be
migrated to lazyRequireGetter IMO.
Differential Revision: https://phabricator.services.mozilla.com/D50465
--HG--
extra : moz-landing-system : lando
2019-10-29 22:10:00 +00:00
Micah Tigley
04dddd2796
Bug 1585080 - Make RDM browser <stack> use CSS Grid r=mconley,gl
...
Differential Revision: https://phabricator.services.mozilla.com/D50559
--HG--
extra : moz-landing-system : lando
2019-10-29 19:49:03 +00:00
zhaogang
f466469108
Bug 1591058 - Put the memorization of selected location into togglePrettyPrint() . r=davidwalsh
...
Now the `togglePrettyPrint` and `selectPrettyLocation` together handle the mapping.
mochitest is added.
Differential Revision: https://phabricator.services.mozilla.com/D50568
--HG--
extra : moz-landing-system : lando
2019-10-29 16:31:19 +00:00
Itiel
d26a949e7e
Bug 1590212 - More RTL fixes to the console editor r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D49986
--HG--
extra : moz-landing-system : lando
2019-10-29 12:40:13 +00:00
Mihai Alexandru Michis
30c8de3920
Backed out changeset ca55fba5a3a3 (bug 1592144
) for causing node devtools failures. CLOSED TREE
2019-10-29 16:19:31 +02:00
David Walsh
50a693991f
Bug 1592144
- Only set frame logpoint if frame exists r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D50875
--HG--
extra : moz-landing-system : lando
2019-10-29 07:48:23 +00:00
Nicolas Chevobbe
d8758a92f8
Bug 1590093 - Lazy load console components. r=Honza.
...
We try to lazy load all the things we know we might
not need directly when opening the console.
Differential Revision: https://phabricator.services.mozilla.com/D50800
--HG--
extra : moz-landing-system : lando
2019-10-29 10:46:51 +00:00
Tim Nguyen
2ef4b4c3c7
Bug 1586281 - Fix network monitor resizer in RTL mode. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D50706
--HG--
extra : moz-landing-system : lando
2019-10-29 12:14:28 +00:00
Narcis Beleuzu
17b37761e8
Backed out changeset 3534c1bfbd8e (bug 1590212) as per Itiel`s request. CLOSED TREE
2019-10-29 14:11:43 +02:00
Michael Ratcliffe
6badf9242f
Bug 1491811 - Rules: replace custom checkbox with -moz-appearance:checkbox r=fvsch
...
***
Bug 1491811 - Get screenshots of Rule View with native checkboxes
Differential Revision: https://phabricator.services.mozilla.com/D49305
--HG--
extra : moz-landing-system : lando
2019-10-28 17:19:53 +00:00
Emilio Cobos Álvarez
4825f0f201
Bug 1591297 - Remove -moz-binding, nsStyleDisplay::mBinding and similar. r=hiro
...
Differential Revision: https://phabricator.services.mozilla.com/D50556
--HG--
extra : moz-landing-system : lando
2019-10-26 11:37:33 +00:00
Itiel
571019ecae
Bug 1590212 - More RTL fixes to the console editor r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D49986
--HG--
extra : moz-landing-system : lando
2019-10-29 07:59:04 +00:00
Julian Descottes
c72c1dcdcc
Bug 1588773 - Use ContentDOMReference for context menu Inspect Element r=mconley,pbro
...
Depends on D49941
Using ContentDOMReference instead of creating an array of selectors makes inspect element more stable in case the page is modified between after the contextmenu opens.
It will also make the feature easier to make fission compatible
Differential Revision: https://phabricator.services.mozilla.com/D49303
--HG--
extra : moz-landing-system : lando
2019-10-28 09:10:29 +00:00
Jason Laster
ddef712d8f
Bug 1580165 - fix selected node for console; r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D50126
--HG--
extra : moz-landing-system : lando
2019-10-29 00:36:23 +00:00
Anshul
ec63a27082
Bug 1590811 - Better align the breakpoint icon and change hover effects.
...
Differential Revision: https://phabricator.services.mozilla.com/D50157
--HG--
extra : moz-landing-system : lando
2019-10-28 22:24:26 +00:00
jaril
ba28db66a0
Bug 1581245 - Add a frame timeline to web replay
...
Differential Revision: https://phabricator.services.mozilla.com/D49698
--HG--
extra : moz-landing-system : lando
2019-10-28 14:17:18 +00:00
Arthur Iakab
4320e59942
Backed out changeset 42823d984687 (bug 1580165) for causing devtools failures on browser_toolbox_remoteness_change.js. CLOSED TREE
...
--HG--
extra : rebase_source : 141bf36ac3a9ab307613c6489c156f57cead397d
2019-10-28 22:36:11 +02:00
Sorin Davidoi
22872132ba
Bug 1580323 - test(browser_dbg-quick-open): Remove timeouts
...
Increase stability by replacing the arbitrary timeouts with waiting for the DOM.
Differential Revision: https://phabricator.services.mozilla.com/D50844
--HG--
extra : moz-landing-system : lando
2019-10-28 19:47:23 +00:00
David Walsh
f69451b64a
Bug 1590594 - Properly reflect skipping state within the debugger server r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D50297
--HG--
extra : moz-landing-system : lando
2019-10-28 16:12:22 +00:00
Jason Laster
4bc1df38fd
Bug 1580165 - fix selected node for console; r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D50126
--HG--
extra : moz-landing-system : lando
2019-10-28 17:19:35 +00:00
Nicolas Chevobbe
d6786a8b07
Bug 1591330 - Remove LongStringClient. r=jdescottes.
...
The LongStringClient is removed and we replace its
usage with LongStringFront instead.
This require a few variable/function renaming, as
well as updating the mocks we use in node tests.
Switch usage to LongStringFront instead.
Differential Revision: https://phabricator.services.mozilla.com/D50579
--HG--
rename : devtools/client/debugger/packages/devtools-reps/src/object-inspector/tests/__mocks__/long-string-client.js => devtools/client/debugger/packages/devtools-reps/src/object-inspector/tests/__mocks__/string-front.js
rename : devtools/client/debugger/packages/devtools-reps/src/object-inspector/tests/component/create-long-string-client.js => devtools/client/debugger/packages/devtools-reps/src/object-inspector/tests/component/create-long-string-front.js
extra : moz-landing-system : lando
2019-10-28 16:22:06 +00:00
Itiel
6d5192d14e
Bug 1588367 - Convert all relevant uses of float: right/left to logical properties on devtools/ r=pbro
...
Depends on D49087
Differential Revision: https://phabricator.services.mozilla.com/D49207
--HG--
extra : moz-landing-system : lando
2019-10-28 18:32:29 +00:00
Brian Hackett
dd6371d439
Bug 1591108 - Don't prompt for connection when using ToolboxTask, r=ochameau.
...
Differential Revision: https://phabricator.services.mozilla.com/D50751
--HG--
extra : moz-landing-system : lando
2019-10-28 16:51:15 +00:00
Ciure Andrei
26fcdda229
Backed out changeset 0a516296693b (bug 1590093) for causing browser_jsterm_selfxss.js to permafail CLOSED TREE
2019-10-28 17:15:50 +02:00
Nicolas Chevobbe
297ff75ea8
Bug 1590093 - Lazy load console components. r=Honza.
...
We try to lazy load all the things we know we might
not need directly when opening the console.
Differential Revision: https://phabricator.services.mozilla.com/D50800
--HG--
extra : moz-landing-system : lando
2019-10-28 13:23:15 +00:00
Nicolas Chevobbe
2d01b6e914
Bug 1578138 - Retrieve cached messages before setting new messages event listeners. r=Honza.
...
This patch ensures we get the cached messages
before setting the event listeners so we don't
risk having duplicated messages (coming from both
cache and event).
Differential Revision: https://phabricator.services.mozilla.com/D50602
--HG--
extra : moz-landing-system : lando
2019-10-28 13:08:19 +00:00
Mustafa
3edba5e606
Bug 1586880
- fix custom request header hight and scroll bug, r=fvsch
...
Differential Revision: https://phabricator.services.mozilla.com/D49290
--HG--
extra : moz-landing-system : lando
2019-10-28 11:47:23 +00:00
Julian Descottes
6261a77787
Bug 1590050
- Preserve markup view selection in iframes after reload r=rcaliman,gl
...
Depends on D49940
To support this feature we perform two main changes
- the node actor exposes a getAllSelectors method, and the inspector now stores all selectors rather than just one
- the node actor exposes a waitForFrameLoad method, and the walkerFront findNodeFront helper uses it to make sure frames are loaded before querying a selector
Also added a test
Differential Revision: https://phabricator.services.mozilla.com/D49941
--HG--
extra : moz-landing-system : lando
2019-10-28 07:55:14 +00:00
Julian Descottes
ffb4c71377
Bug 1590050
- Walker findNodeFront should use selectors relevant to its rootNode r=rcaliman
...
Depends on D49939
Small fix on the findNodeFront helper. The walker should be able to calculate its depth without relying on consumers to remove selectors from the array passed to findNodeFront.
Differential Revision: https://phabricator.services.mozilla.com/D49940
--HG--
extra : moz-landing-system : lando
2019-10-27 15:53:07 +00:00
Julian Descottes
00444e4c1d
Bug 1590050
- Move findNodeFront helper to walker front r=gl
...
Depends on D49938
This helper can be moved on the walker front and will be useful to find the selected node front after a page reload
Differential Revision: https://phabricator.services.mozilla.com/D49939
--HG--
extra : moz-landing-system : lando
2019-10-25 10:08:43 +00:00
Nicolas Chevobbe
e8a53e664a
Bug 1591360 - Remove devtools/client/framework/sidebar.js. r=pbro.
...
It was only used by scratchpad which is removed
in Bug 1519103
.
Differential Revision: https://phabricator.services.mozilla.com/D50586
--HG--
extra : moz-landing-system : lando
2019-10-25 12:39:40 +00:00
Nicolas Chevobbe
d76b60f122
Bug 1519103
- Remove Scratchpad panel. r=bgrins.
...
Differential Revision: https://phabricator.services.mozilla.com/D50583
--HG--
extra : moz-landing-system : lando
2019-10-27 09:05:58 +00:00
Cosmin Sabou
a05e2f5d41
Bug 1529824 - Disable browser_aboutdebugging_serviceworker_fetch_flag.js on mac, win debug and linux 64 for frequent failures. r=egao
...
Differential Revision: https://phabricator.services.mozilla.com/D50748
--HG--
extra : moz-landing-system : lando
2019-10-27 20:39:59 +00:00
Itiel
4e05937e32
Bug 1591167 - Force LTR the CSS variables tooltips r=rcaliman
...
Differential Revision: https://phabricator.services.mozilla.com/D50504
--HG--
extra : moz-landing-system : lando
2019-10-27 18:09:35 +00:00
Rob Wu
34c77beb98
Bug 1591102 - Let some SpecialPowers.pushPermissions callers use promises r=jdm
...
Some callers of SpecialPowers.pushPermissions wrapped the call in a
promise. That is not needed; directly use the returned promise instead.
Differential Revision: https://phabricator.services.mozilla.com/D50487
--HG--
extra : moz-landing-system : lando
2019-10-27 15:28:41 +00:00
Brad Werth
67a5b39eb8
Bug 1561227 Part 8: Update expectations for existing tests. r=botond
...
The change to await snapshotWindow is something that should have been
done in Bug 1573254.
Differential Revision: https://phabricator.services.mozilla.com/D47510
--HG--
extra : moz-landing-system : lando
2019-10-26 15:31:11 +00:00
Brad Werth
330bf2631f
Bug 1561227 Part 7: Add a test of meta viewport resizing with full zoom. r=botond
...
Differential Revision: https://phabricator.services.mozilla.com/D44504
--HG--
extra : moz-landing-system : lando
2019-10-25 21:05:50 +00:00
Brad Werth
8f0ce7b7bd
Bug 1561227 Part 6: Rename an existing RDM zoom test in anticipation of adding related tests. r=botond
...
Differential Revision: https://phabricator.services.mozilla.com/D44503
--HG--
rename : devtools/client/responsive/test/browser/browser_toggle_zoom.js => devtools/client/responsive/test/browser/browser_viewport_zoom_toggle.js
extra : moz-landing-system : lando
2019-10-25 21:05:52 +00:00
Brad Werth
e36664a792
Bug 1561227 Part 5: Define a helper function for setting RDM zoom and use it in existing tests. r=botond
...
This helper function awaits the new custom event sent by the RDM pane
frame script when zooming is done, then waits for the reflow to be
complete also. After this is done, resolution and window and content
sizes all have their correct, final values.
Differential Revision: https://phabricator.services.mozilla.com/D47366
--HG--
extra : moz-landing-system : lando
2019-10-25 21:05:46 +00:00
Brad Werth
415f4698dc
Bug 1561227 Part 4: Make RDM force the UI ZoomChild Actor to cache its zoom level. r=mconley,gl
...
The ZoomChild actor normally caches its full zoom level only when it is
changed, then emits a FullZoomChange event. That event causes problems
with Responsive Design Mode, which receives the event after other
similar events that carry the full zoom level of the RDM pane content.
The RDM UI pane itself always stays at 1.0 zoom. This change makes the
ZoomChild cache its initial fullZoom level as soon as possible, which
prevents the first RDM zoom change from sending the unwanted event.
Differential Revision: https://phabricator.services.mozilla.com/D49793
--HG--
extra : moz-landing-system : lando
2019-10-25 21:05:38 +00:00
Brad Werth
19a7c8c336
Bug 1561227 Part 3: Make RDM UI save and restore resolution when responding to a full zoom change. r=mtigley
...
This change makes the RDM content frame script listen to the new
PreFullZoomChange event, and treat that as a trigger to save the
existing resolution. The content window will send 2 resize events
as it adjusts to the new RDM pane size set by the front end. After
these events are received, the resolution is restored and a new
event is fired that indicates the work of zooming is complete.
Differential Revision: https://phabricator.services.mozilla.com/D48624
--HG--
extra : moz-landing-system : lando
2019-10-25 21:05:40 +00:00
Brian Hackett
642472368d
Bug 1580839 - Evaluate debugger expressions after connecting with the target, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D50639
--HG--
extra : moz-landing-system : lando
2019-10-26 11:58:57 +00:00
Brian Hackett
e35cbe03a4
Bug 1591446 - Use right context when closing project file search, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D50620
--HG--
extra : moz-landing-system : lando
2019-10-26 11:57:28 +00:00
Brian Grinstead
9cd142917f
Bug 1587142 - Remove XBL test in devtools/ r=gl
...
Differential Revision: https://phabricator.services.mozilla.com/D50655
--HG--
extra : moz-landing-system : lando
2019-10-25 21:53:33 +00:00
Ciure Andrei
706c89437b
Backed out 8 changesets (bug 1561227) for causing browser_viewport_resizing_scrollbar.js to permafail CLOSED TREE
...
Backed out changeset aa00b1b62ea7 (bug 1561227)
Backed out changeset b22440a67078 (bug 1561227)
Backed out changeset 4776cec83ae8 (bug 1561227)
Backed out changeset ac88bbefb95f (bug 1561227)
Backed out changeset aef3cfa2f539 (bug 1561227)
Backed out changeset a3759e1a04e2 (bug 1561227)
Backed out changeset cfcf79794049 (bug 1561227)
Backed out changeset 97be65338edf (bug 1561227)
--HG--
rename : devtools/client/responsive/test/browser/browser_viewport_zoom_toggle.js => devtools/client/responsive/test/browser/browser_toggle_zoom.js
2019-10-26 00:00:48 +03:00
Brad Werth
3218752020
Bug 1561227 Part 8: Update expectations for existing tests. r=botond
...
The change to await snapshotWindow is something that should have been
done in Bug 1573254.
Differential Revision: https://phabricator.services.mozilla.com/D47510
--HG--
extra : moz-landing-system : lando
2019-10-25 19:33:55 +00:00
Brad Werth
e77a903256
Bug 1561227 Part 7: Add a test of meta viewport resizing with full zoom. r=botond
...
Differential Revision: https://phabricator.services.mozilla.com/D44504
--HG--
extra : moz-landing-system : lando
2019-10-24 23:43:00 +00:00
Brad Werth
3e2953244f
Bug 1561227 Part 6: Rename an existing RDM zoom test in anticipation of adding related tests. r=botond
...
Differential Revision: https://phabricator.services.mozilla.com/D44503
--HG--
rename : devtools/client/responsive/test/browser/browser_toggle_zoom.js => devtools/client/responsive/test/browser/browser_viewport_zoom_toggle.js
extra : moz-landing-system : lando
2019-10-24 23:43:02 +00:00
Brad Werth
f1099b15a2
Bug 1561227 Part 5: Define a helper function for setting RDM zoom and use it in existing tests. r=botond
...
This helper function awaits the new custom event sent by the RDM pane
frame script when zooming is done, then waits for the reflow to be
complete also. After this is done, resolution and window and content
sizes all have their correct, final values.
Differential Revision: https://phabricator.services.mozilla.com/D47366
--HG--
extra : moz-landing-system : lando
2019-10-24 23:42:58 +00:00
Brad Werth
0bfdbb753a
Bug 1561227 Part 4: Make RDM force the UI ZoomChild Actor to cache its zoom level. r=mconley,gl
...
The ZoomChild actor normally caches its full zoom level only when it is
changed, then emits a FullZoomChange event. That event causes problems
with Responsive Design Mode, which receives the event after other
similar events that carry the full zoom level of the RDM pane content.
The RDM UI pane itself always stays at 1.0 zoom. This change makes the
ZoomChild cache its initial fullZoom level as soon as possible, which
prevents the first RDM zoom change from sending the unwanted event.
Differential Revision: https://phabricator.services.mozilla.com/D49793
--HG--
extra : moz-landing-system : lando
2019-10-24 23:42:56 +00:00
Brad Werth
ee1bf29b7a
Bug 1561227 Part 3: Make RDM UI save and restore resolution when responding to a full zoom change. r=mtigley
...
This change makes the RDM content frame script listen to the new
PreFullZoomChange event, and treat that as a trigger to save the
existing resolution. The content window will send 2 resize events
as it adjusts to the new RDM pane size set by the front end. After
these events are received, the resolution is restored and a new
event is fired that indicates the work of zooming is complete.
Differential Revision: https://phabricator.services.mozilla.com/D48624
--HG--
extra : moz-landing-system : lando
2019-10-24 23:42:48 +00:00
Gabriel Luong
48625f2f06
Bug 1550804
- Add color scheme simulation to the inspector. r=pbro
...
This adds a color scheme simulation toggle button in the rules view,
which will toggle between 4 different states: default, dark, light,
and no-preference.
This feature is currently hidden away under a preference:
devtools.inspector.color-scheme-simulation.enabled
The final UI/UX still needs to be figured out, however, this initial step is
to land the ability to prototype this feature.
Differential Revision: https://phabricator.services.mozilla.com/D49833
--HG--
extra : moz-landing-system : lando
2019-10-25 19:28:02 +00:00
Ciure Andrei
c0740c9722
Backed out changeset b5095678aa15 (bug 1591446) for causing debugger-tests node to perma fail CLOSED TREE
2019-10-25 21:30:18 +03:00
Brian Hackett
081b4af474
Bug 1591446 - Use right context when closing project file search, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D50620
--HG--
extra : moz-landing-system : lando
2019-10-25 17:33:28 +00:00
Andreea Pavel
02bbc55a55
Backed out changeset e69e9a6aa261 (bug 1491811) for failing dt at e.g. browser_inspector_textbox-menu.js on a CLOSED TREE
2019-10-25 20:18:11 +03:00
Michael Ratcliffe
cc663bcc1d
Bug 1491811 - Rules: replace custom checkbox with -moz-appearance:checkbox r=fvsch
...
***
Bug 1491811 - Get screenshots of Rule View with native checkboxes
Differential Revision: https://phabricator.services.mozilla.com/D49305
--HG--
extra : moz-landing-system : lando
2019-10-24 11:36:30 +00:00
Nicolas Chevobbe
9dc42c00ce
Bug 1590633 - Remove Reps launchpad. r=Honza.
...
This means we can also cleanup the package.json,
and remove file that were only needed for the
launchpad.
Differential Revision: https://phabricator.services.mozilla.com/D50174
--HG--
extra : moz-landing-system : lando
2019-10-25 12:08:17 +00:00
Nicolas Chevobbe
66887be8da
Bug 1589346 - Fix navigation to debugger from console on prettified sources. r=loganfsmyth.
...
This revert the changes made in Bug 1587839, except the added test.
The safer fix to be uplifted is to only fix the original issue
in the SmartTrace component, where we remove any sourceId we might
have when creating the new mapped frame.
We also modify the browser_dbg-pretty-print-console test to ensure
clicking on a prettified location in the console does open the
debugger with the expected location.
Differential Revision: https://phabricator.services.mozilla.com/D50173
--HG--
extra : moz-landing-system : lando
2019-10-25 12:16:52 +00:00
Daniel Varga
2d8c1c6548
Backed out changeset fac6219649be (bug 1587839) on request by nchevobbe DONTBUILD
...
--HG--
extra : rebase_source : 7704b8ca8bdaf66bc68d488fd81a824f5bfc6678
2019-10-25 14:56:44 +03:00
Nicolas Chevobbe
69c6356c7e
Bug 1591061 - Enable browser_toolbox_console_new_process on debug builds. r=bhackett.
...
The test takes a long time to run, so we request a longer
timeout.
Differential Revision: https://phabricator.services.mozilla.com/D50567
--HG--
extra : moz-landing-system : lando
2019-10-25 11:48:59 +00:00
Nicolas Chevobbe
940c844ce7
Bug 1589376 - Remove compact mode related proptypes. r=Honza.
...
Differential Revision: https://phabricator.services.mozilla.com/D50566
--HG--
extra : moz-landing-system : lando
2019-10-25 10:34:54 +00:00
Mustafa
edf7049113
Bug 1588444 - Show formatted data over collapsed raw data. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D50459
--HG--
extra : moz-landing-system : lando
2019-10-25 11:37:02 +00:00
Mustafa
304c0696ac
Bug 1587750 - fix isJSON healper function. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D49294
--HG--
extra : moz-landing-system : lando
2019-10-25 10:20:26 +00:00
Coroiu Cristina
9068a14016
Bug 1580323 -Disable browser_dbg-quick-open.js on mac and linux debug for frequent failures. r=egao
...
Differential Revision: https://phabricator.services.mozilla.com/D50569
--HG--
extra : moz-landing-system : lando
2019-10-25 09:13:46 +00:00
Nicolas Chevobbe
28e37b5b09
Bug 1587839 - Fix navigation to debugger from console on prettified sources. r=loganfsmyth.
...
This revert the changes made in Bug 1587839, except the added test.
The safer fix to be uplifted is to only fix the original issue
in the SmartTrace component, where we remove any sourceId we might
have when creating the new mapped frame.
We also modify the browser_dbg-pretty-print-console test to ensure
clicking on a prettified location in the console does open the
debugger with the expected location.
Differential Revision: https://phabricator.services.mozilla.com/D50173
--HG--
extra : moz-landing-system : lando
2019-10-25 06:21:18 +00:00
Csoregi Natalia
a377414b6d
Backed out 8 changesets (bug 1561227) for failures on browser_viewport_resizing_scrollbar.js. CLOSED TREE
...
Backed out changeset 8117cafb3a20 (bug 1561227)
Backed out changeset 635534927ffc (bug 1561227)
Backed out changeset 693b0dd88f2b (bug 1561227)
Backed out changeset 257bc09f49af (bug 1561227)
Backed out changeset 1b63d555c6c1 (bug 1561227)
Backed out changeset 677da957ddcb (bug 1561227)
Backed out changeset f8b8e593316f (bug 1561227)
Backed out changeset 849e1cf51a8f (bug 1561227)
--HG--
rename : devtools/client/responsive/test/browser/browser_viewport_zoom_toggle.js => devtools/client/responsive/test/browser/browser_toggle_zoom.js
2019-10-25 02:35:11 +03:00
Gurzau Raul
a11233a256
Backed out changeset 5eb5f44dcf96 (bug 1550804
) for failures at browser_parsable_css.js on a CLOSED TREE.
2019-10-25 02:03:36 +03:00
Gabriel Luong
7bd0dc6499
Bug 1587789 - Remove isXBLAnonymous functions defined and used in the inspector. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D50517
--HG--
extra : moz-landing-system : lando
2019-10-24 21:05:44 +00:00
alexdominguezg
78e89d3ba7
Bug 1565978 - Stop changing the currently selected row in Network with left and right keys. r=fvsch
...
Unbind the ArrowLeft and ArrowRight keys in the request list and messages list, keeping only ArrowUp and ArrowDown, to be consistent with tree navigation and more predictable in RTL UI layout.
Differential Revision: https://phabricator.services.mozilla.com/D49457
--HG--
extra : moz-landing-system : lando
2019-10-24 20:56:50 +00:00
Gabriel Luong
f950443d4d
Bug 1550804
- Add color scheme simulation to the inspector. r=pbro
...
This adds a color scheme simulation toggle button in the rules view,
which will toggle between 4 different states: default, dark, light,
and no-preference.
This feature is currently hidden away under a preference:
devtools.inspector.color-scheme-simulation.enabled
The final UI/UX still needs to be figured out, however, this initial step is
to land the ability to prototype this feature.
Differential Revision: https://phabricator.services.mozilla.com/D49833
--HG--
extra : moz-landing-system : lando
2019-10-24 20:39:00 +00:00
Brad Werth
180df98ec0
Bug 1561227 Part 8: Update expectations for existing tests. r=botond
...
The change to await snapshotWindow is something that should have been
done in Bug 1573254.
Differential Revision: https://phabricator.services.mozilla.com/D47510
--HG--
extra : moz-landing-system : lando
2019-10-24 16:50:53 +00:00
Brad Werth
327fb0df8f
Bug 1561227 Part 7: Add a test of meta viewport resizing with full zoom. r=botond
...
Differential Revision: https://phabricator.services.mozilla.com/D44504
--HG--
extra : moz-landing-system : lando
2019-10-24 16:50:31 +00:00
Brad Werth
fff96c2e72
Bug 1561227 Part 6: Rename an existing RDM zoom test in anticipation of adding related tests. r=botond
...
Differential Revision: https://phabricator.services.mozilla.com/D44503
--HG--
rename : devtools/client/responsive/test/browser/browser_toggle_zoom.js => devtools/client/responsive/test/browser/browser_viewport_zoom_toggle.js
extra : moz-landing-system : lando
2019-10-24 16:50:09 +00:00
Brad Werth
bc08d2af3e
Bug 1561227 Part 5: Define a helper function for setting RDM zoom and use it in existing tests. r=botond
...
This helper function awaits the new custom event sent by the RDM pane
frame script when zooming is done, then waits for the reflow to be
complete also. After this is done, resolution and window and content
sizes all have their correct, final values.
Differential Revision: https://phabricator.services.mozilla.com/D47366
--HG--
extra : moz-landing-system : lando
2019-10-24 16:49:46 +00:00
Brad Werth
9d15dc5761
Bug 1561227 Part 4: Make RDM force the UI ZoomChild Actor to cache its zoom level. r=mconley,gl
...
The ZoomChild actor normally caches its full zoom level only when it is
changed, then emits a FullZoomChange event. That event causes problems
with Responsive Design Mode, which receives the event after other
similar events that carry the full zoom level of the RDM pane content.
The RDM UI pane itself always stays at 1.0 zoom. This change makes the
ZoomChild cache its initial fullZoom level as soon as possible, which
prevents the first RDM zoom change from sending the unwanted event.
Differential Revision: https://phabricator.services.mozilla.com/D49793
--HG--
extra : moz-landing-system : lando
2019-10-24 20:35:01 +00:00
Brad Werth
21b357260e
Bug 1561227 Part 3: Make RDM UI save and restore resolution when responding to a full zoom change. r=mtigley
...
This change makes the RDM content frame script listen to the new
PreFullZoomChange event, and treat that as a trigger to save the
existing resolution. The content window will send 2 resize events
as it adjusts to the new RDM pane size set by the front end. After
these events are received, the resolution is restored and a new
event is fired that indicates the work of zooming is complete.
Differential Revision: https://phabricator.services.mozilla.com/D48624
--HG--
extra : moz-landing-system : lando
2019-10-24 16:49:01 +00:00
Gurzau Raul
4e686f7962
Backed out changeset f3fee3ded743 (bug 1550804
) for many devtools failures e.g. browser_markup_accessibility_focus_blur.js on a CLOSED TREE.
2019-10-24 21:39:31 +03:00
Gabriel Luong
627912f5f2
Bug 1550804
- Add color scheme simulation to the inspector. r=pbro
...
This adds a color scheme simulation toggle button in the rules view,
which will toggle between 4 different states: default, dark, light,
and no-preference.
This feature is currently hidden away under a preference:
devtools.inspector.color-scheme-simulation.enabled
The final UI/UX still needs to be figured out, however, this initial step is
to land the ability to prototype this feature.
Differential Revision: https://phabricator.services.mozilla.com/D49833
--HG--
extra : moz-landing-system : lando
2019-10-24 17:23:18 +00:00
Alexandre Poirot
be1b551d62
Bug 1588741 - Descriptors.getTarget may return unattached targets when called in parallel. r=jdescottes
...
The race isn't trivial to reproduce and the test do not reproduce it.
But this was making target list tests to fail.
Differential Revision: https://phabricator.services.mozilla.com/D48856
--HG--
extra : moz-landing-system : lando
2019-10-23 16:33:42 +00:00
Itiel
6721412f26
Bug 1590306 - Force LTR on the shortcut key in the welcome box r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D50083
--HG--
extra : moz-landing-system : lando
2019-10-24 07:41:55 +00:00
Julian Descottes
b6846ec07b
Bug 1590823 - Fix scrollbars in accessibility panel by using --devtools-toolbar-height instead of --accessibility-toolbar-height r=fvsch
...
The accessibility panel is calculating the height of some of its containers by doing 100vh - toolbar height.
But the accessibility panel was relying on a local variable --accessibility-toolbar-height which was actually not used to set the height of the toolbar.
So when the toolbar height increased of 1px, all those calculations became wrong.
The --accessibility-toolbar-height is now the same as --theme-toolbar-height so I propose to remove the local variable and only use the devtools one.
Differential Revision: https://phabricator.services.mozilla.com/D50291
--HG--
extra : moz-landing-system : lando
2019-10-24 07:03:51 +00:00
Nicolas Chevobbe
494422872e
Bug 1585923 - Rename MenuButton doc prop to toolboxDoc. r=jdescottes.
...
This should make it more obvious what kind of document
the component is expecting.
Differential Revision: https://phabricator.services.mozilla.com/D50240
--HG--
extra : moz-landing-system : lando
2019-10-24 05:56:10 +00:00
Gabriel Luong
fd32c2b962
Bug 1574506 - Migrate usage of gripNodeToFront to toolbox's new getNodeFrontFromNodeGrip function. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D49990
--HG--
extra : moz-landing-system : lando
2019-10-23 04:38:13 +00:00
Brian Hackett
7fabe60cdf
Bug 1444064 Part 3 - Add test that OBT web console listens to new processes, r=nchevobbe.
...
Depends on D48864
Differential Revision: https://phabricator.services.mozilla.com/D48865
--HG--
extra : moz-landing-system : lando
2019-10-23 17:39:02 +00:00
Belén Albeza
c4bf55ef42
Bug 1583705: Fix capitalization of heading when no manifest is available r=jdescottes,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D50045
--HG--
extra : moz-landing-system : lando
2019-10-23 11:15:28 +00:00
Brian Hackett
8fd4f4e0e2
Bug 1444064 - Add ToolboxTask object for communicating with the browser toolbox during tests, r=ochameau.
...
Differential Revision: https://phabricator.services.mozilla.com/D48773
--HG--
extra : moz-landing-system : lando
2019-10-23 14:10:59 +00:00
Greg Tatum
9157afe622
Bug 1588295 - Change popup test to use the js feature rather than stackwalk; r=gerald
...
This test is relying on a profiler feature that is not available in every
platform. This patch changes it to use the "js" feature, which should be
supported everywhere.
Differential Revision: https://phabricator.services.mozilla.com/D49948
--HG--
extra : moz-landing-system : lando
2019-10-23 14:07:47 +00:00
Greg Tatum
de7682bba8
Bug 1588192 - Fix the TypeScript require function in the initializers; r=julienw
...
Differential Revision: https://phabricator.services.mozilla.com/D49012
--HG--
extra : moz-landing-system : lando
2019-10-23 13:49:27 +00:00
Nicolas Chevobbe
9b4c9080e0
Bug 1590707 - Don't display outline on CodeMirror scrollbars. r=fvsch.
...
Differential Revision: https://phabricator.services.mozilla.com/D50201
--HG--
extra : moz-landing-system : lando
2019-10-23 12:41:12 +00:00
Itiel
844a131a81
Bug 1590311 - Fix 'Copy All Changes' button styling for RTL. r=rcaliman
...
Differential Revision: https://phabricator.services.mozilla.com/D50115
--HG--
extra : moz-landing-system : lando
2019-10-23 12:17:45 +00:00
Daisuke Akatsuka
22b7417018
Bug 1588964: Update jest test for the unsupported browsers. r=ladybenko
...
Depends on D49519
Differential Revision: https://phabricator.services.mozilla.com/D49520
--HG--
extra : moz-landing-system : lando
2019-10-23 08:59:29 +00:00
Daisuke Akatsuka
3d16270968
Bug 1588964: Add tests for the unsupported browsers. r=rcaliman,ladybenko
...
Depends on D49518
Differential Revision: https://phabricator.services.mozilla.com/D49519
--HG--
extra : moz-landing-system : lando
2019-10-23 09:08:17 +00:00
Daisuke Akatsuka
a5519b8c66
Bug 1588964: Show the browsers support status. r=rcaliman,ladybenko
...
Depends on D49378
Differential Revision: https://phabricator.services.mozilla.com/D49518
--HG--
extra : moz-landing-system : lando
2019-10-23 09:11:46 +00:00
Daisuke Akatsuka
db043e87f2
Bug 1589858: Add a test whether the rule view is available or not when plural styles which are defined in media query block are set for visited link. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D50156
--HG--
extra : moz-landing-system : lando
2019-10-23 11:20:28 +00:00
Julian Descottes
ab49d009e4
Bug 1590630 - Fail DevTools metrics test explicitly when DEBUG_JS_MODULES is enabled r=daisuke
...
DEBUG_JS_MODULES will make the BrowserLoader load different versions of some React files.
This confuses our metrics test that checks against duplicated modules and relies on a strict whitelist.
We fail the test explicitly since this performance metrics test should really only be run without DEBUG modules.
Differential Revision: https://phabricator.services.mozilla.com/D50160
--HG--
extra : moz-landing-system : lando
2019-10-23 09:12:28 +00:00
Daisuke Akatsuka
d0f08fcdda
Bug 1590003: Lazily load the compatibility lib and the dataset. r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D50159
--HG--
extra : moz-landing-system : lando
2019-10-23 07:30:15 +00:00
jaril
efb5fa8565
Bug 1581918 - Add an experimental badge to Replay in the settings panel
...
Differential Revision: https://phabricator.services.mozilla.com/D50007
--HG--
extra : moz-landing-system : lando
2019-10-23 00:33:24 +00:00
Jason Laster
ff017ca271
Bug 1590241 - Enable WebReplay appears in DevEdition. r=bhackett
...
Differential Revision: https://phabricator.services.mozilla.com/D50145
--HG--
extra : moz-landing-system : lando
2019-10-23 00:51:00 +00:00
Dorel Luca
03762f81ac
Backed out changeset bddcd12198e7 (bug 1574506) for Devtools failures in devtools/client/inspector/extensions/test/browser_inspector_extension_sidebar.js. CLOSED TREE
2019-10-23 00:31:21 +03:00
Gabriel Luong
1bf9113bfe
Bug 1590187 - Remove actorhasMethod check for getIsPrintSimulationEnabled. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D49971
--HG--
extra : moz-landing-system : lando
2019-10-21 21:34:27 +00:00
Gabriel Luong
070bb394ee
Bug 1574506 - Migrate usage of gripNodeToFront to toolbox's new getNodeFrontFromNodeGrip function. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D49990
--HG--
extra : moz-landing-system : lando
2019-10-22 18:53:20 +00:00
Brian Hackett
611ae752a0
Bug 1589864 - Copy over prefs when starting the browser toolbox, r=ochameau.
...
Differential Revision: https://phabricator.services.mozilla.com/D49829
--HG--
extra : moz-landing-system : lando
2019-10-22 14:12:35 +00:00
David Walsh
7b3b189a0a
Bug 1590029 - Show blocking button in multiple row view r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D49929
--HG--
extra : moz-landing-system : lando
2019-10-22 08:50:17 +00:00
David Walsh
ede10d7d14
Bug 1590119 - Ensure matched blocking URLs are sent to server r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D49955
--HG--
extra : moz-landing-system : lando
2019-10-22 08:53:18 +00:00
Julien Wajsberg
bed13567fb
Bug 1589122 - Add a simple check to the xpcshell test r=canaltinova
...
Differential Revision: https://phabricator.services.mozilla.com/D49646
--HG--
extra : moz-landing-system : lando
2019-10-22 08:14:07 +00:00
Julien Wajsberg
333cd53ceb
Bug 1589122 - Rename some arguments from settings to prefs where appropriate r=canaltinova
...
Differential Revision: https://phabricator.services.mozilla.com/D49645
--HG--
extra : moz-landing-system : lando
2019-10-22 08:14:00 +00:00
Julien Wajsberg
2ef21585f6
Bug 1589122 - Add and use functions to translate values between the stored preferences and the state r=canaltinova
...
Differential Revision: https://phabricator.services.mozilla.com/D49644
--HG--
extra : moz-landing-system : lando
2019-10-22 08:13:58 +00:00
Julien Wajsberg
6ab2fdc4a0
Bug 1589122 - Add comments to the functions called when using the shortcut keys r=canaltinova
...
Differential Revision: https://phabricator.services.mozilla.com/D49733
--HG--
extra : moz-landing-system : lando
2019-10-22 08:13:56 +00:00
Julien Wajsberg
75ff79ea60
Bug 1589122 - Fix the default interval in reducers r=canaltinova
...
This value isn't really used, nevertheless it's good to have it to the
right value for documentation reason and consistency.
Differential Revision: https://phabricator.services.mozilla.com/D49643
--HG--
extra : moz-landing-system : lando
2019-10-22 08:13:55 +00:00
Julien Wajsberg
2ca92e3b9a
Bug 1589122 - Appropriately configure the default interval pref in microseconds r=canaltinova
...
Differential Revision: https://phabricator.services.mozilla.com/D49642
--HG--
extra : moz-landing-system : lando
2019-10-22 08:13:47 +00:00
Julien Wajsberg
75f5c38006
Bug 1589122 - Rename getDefaultRecordingSettings to getDefaultRecordingPreferences r=canaltinova
...
This also renames various variables from "settings" to "preferences" to
make it clearer that the values are about actual preferences stored in
the user profile.
Differential Revision: https://phabricator.services.mozilla.com/D49641
--HG--
extra : moz-landing-system : lando
2019-10-22 08:13:46 +00:00
Gerald Squelart
93254141e5
Bug 1583430 - Profiler popup feature "No Periodic Sampling" - r=julienw
...
Expose the Gecko Profiler feature "nostacksampling" as "No Periodic Sampling".
Differential Revision: https://phabricator.services.mozilla.com/D49231
--HG--
extra : moz-landing-system : lando
2019-10-22 06:23:28 +00:00
Florens Verschelde
6de3972afb
Bug 1589233 - Align CodeMirror line-height with Debugger in Inspector, Style Editor and Console editor; r=gl,nchevobbe
...
We have a few CodeMirror instances where we're using the default line height (`line-height: normal`), resulting in a line-height in the 13-14.5px range (depending on the font, OS, resolution). By contrast, the Debugger uses 15px explictly, and that's a style we're trying to generalize.
This patch sets a 15px line-height for:
- Inspector: the CodeMirror instance used in the markup view for "Edit as HTML" and in event tooltips
- Style Editor: the main editor instance
- Console: the jsterm but only in editor mode (since the output uses a 14px line-height on purpose, the jsterm in standard mode keeps this 14px line-height to minimize visual jumps when sending a command)
Differential Revision: https://phabricator.services.mozilla.com/D49593
--HG--
extra : moz-landing-system : lando
2019-10-21 14:18:07 +00:00
Florens Verschelde
750b0e8dc2
Bug 1589961 - Improve UI alignment in Request Blocking pane, align with XHR Breakpoints style; r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D49859
--HG--
extra : moz-landing-system : lando
2019-10-21 22:18:44 +00:00
Jim Porter
9354dfda4a
Bug 1557447 - Profiler support for IPC information; r=nika,smaug
...
This adds the ability to add profile markers for both the sender and recipient
sides of IPC messages. These can then be correlated with one another in the
profile visualization. For the UI component of this patch, see
<https://github.com/firefox-devtools/profiler/pull/2172 >.
Differential Revision: https://phabricator.services.mozilla.com/D42226
--HG--
extra : moz-landing-system : lando
2019-10-21 20:51:07 +00:00
Brendan Dahl
48a59e061b
Bug 1583314 - Skip or port XBL tests to shadow DOM. r=bzbarsky
...
Where possible I ported tests to use the shadow DOM. The following could
potentially be ported, but don't think it worth of it:
test_bug414907.xul - uses children nodes in constructor which is very
different in shadow DOM world
test_bug233643.xul - really tests XBL behavior
test_anonymous_content.py - bug on file already to create shadow DOM
test from scratch
Differential Revision: https://phabricator.services.mozilla.com/D49341
--HG--
rename : devtools/client/inspector/test/browser_inspector_highlighter-xbl.js => devtools/client/inspector/test/browser_inspector_highlighter-custom-element.js
extra : moz-landing-system : lando
2019-10-21 20:21:20 +00:00
Julien Wajsberg
efcb99116b
Bug 1590115 - Add getSymbolsFromThisBrowser back r=canaltinova
...
This function is used in several locations and at least two files, so
it's useful to have it exist as a named and exported function.
Differential Revision: https://phabricator.services.mozilla.com/D49945
--HG--
extra : moz-landing-system : lando
2019-10-21 17:00:28 +00:00
Nicolas Chevobbe
18d056c8b3
Bug 1561281 - Fix debugger zombie highlighters. r=davidwalsh.
...
Differential Revision: https://phabricator.services.mozilla.com/D36300
--HG--
extra : moz-landing-system : lando
2019-10-21 14:02:05 +00:00
Nicolas Chevobbe
01b488d7ee
Bug 1561281 - Remove toolbox getHighlighter `isGrip` parameter. r=davidwalsh.
...
Some panels, like the debugger, might handle both nodeFronts and grips
at the same time, so there's no way to know ahead of time which kind
of object we're going to deal with.
This patch remove the isGrip parameter, and perform a check on the
passed object to see if it's a nodeFront instance or not.
Differential Revision: https://phabricator.services.mozilla.com/D49399
--HG--
extra : moz-landing-system : lando
2019-10-21 08:27:11 +00:00
Florens Verschelde
06c5b1ea26
Bug 1589757 - Update Debugger Main Thread and Worker icons; r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D49789
--HG--
extra : moz-landing-system : lando
2019-10-21 13:50:34 +00:00
Florens Verschelde
3a64027cdb
Bug 1590059 - Stop search result header text from overflowing its container; r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D49906
--HG--
extra : moz-landing-system : lando
2019-10-21 13:47:50 +00:00
Nicolas Chevobbe
02cfc079ff
Bug 1588999 - Rename ObjectClient to ObjectFront. r=ochameau.
...
The object-client.js file is now a proper protocol.js front,
but is still named after a client.
This is confusing, so we rename and move the file next to other
fronts, and update all consumers to the new terminology.
Differential Revision: https://phabricator.services.mozilla.com/D49878
--HG--
rename : devtools/client/debugger/packages/devtools-reps/src/object-inspector/tests/__mocks__/object-client.js => devtools/client/debugger/packages/devtools-reps/src/object-inspector/tests/__mocks__/object-front.js
rename : devtools/shared/client/object-client.js => devtools/shared/fronts/object.js
extra : moz-landing-system : lando
2019-10-21 12:07:10 +00:00
Marco Vega
a22744ceae
Bug 1587602 - Source footer - the loading icon shown when pretty-printing a source is static and misaligned. r=fvsch
...
Differential Revision: https://phabricator.services.mozilla.com/D48939
--HG--
extra : moz-landing-system : lando
2019-10-21 11:29:25 +00:00
Belén Albeza
b29a6fde04
Bug 1579795 - Part 3: Test the fetchManifest action separately r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D49596
--HG--
extra : moz-landing-system : lando
2019-10-21 10:51:30 +00:00
Belén Albeza
ac8c98c2d3
Bug 1579795 - Part 2: Reorganize jest tests folder structure r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D49595
--HG--
rename : devtools/client/application/test/components/.eslintrc.js => devtools/client/application/test/node/.eslintrc.js
rename : devtools/client/application/test/components/babel.config.js => devtools/client/application/test/node/babel.config.js
rename : devtools/client/application/test/components/__snapshots__/components_application_panel-App.test.js.snap => devtools/client/application/test/node/components/__snapshots__/components_application_panel-App.test.js.snap
rename : devtools/client/application/test/components/components_application_panel-App.test.js => devtools/client/application/test/node/components/components_application_panel-App.test.js
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-Manifest.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-Manifest.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestColorItem.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestColorItem.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestEmpty.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestEmpty.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestIconItem.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestIconItem.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestIssue.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestIssue.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestIssueList.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestIssueList.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestItem.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestItem.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestJsonLink.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestJsonLink.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestLoader.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestLoader.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestPage.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestPage.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestSection.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestSection.test.js.snap
rename : devtools/client/application/test/components/manifest/components_application_panel-Manifest.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-Manifest.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestColorItem.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestColorItem.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestEmpty.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestEmpty.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestIconItem.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestIconItem.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestIssue.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestIssue.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestIssueList.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestIssueList.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestItem.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestItem.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestJsonLink.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestJsonLink.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestLoader.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestLoader.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestPage.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestPage.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestSection.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestSection.test.js
rename : devtools/client/application/test/components/routing/__snapshots__/components_application_panel-PageSwitcher.test.js.snap => devtools/client/application/test/node/components/routing/__snapshots__/components_application_panel-PageSwitcher.test.js.snap
rename : devtools/client/application/test/components/routing/__snapshots__/components_application_panel-Sidebar.test.js.snap => devtools/client/application/test/node/components/routing/__snapshots__/components_application_panel-Sidebar.test.js.snap
rename : devtools/client/application/test/components/routing/__snapshots__/components_application_panel-SidebarItem.test.js.snap => devtools/client/application/test/node/components/routing/__snapshots__/components_application_panel-SidebarItem.test.js.snap
rename : devtools/client/application/test/components/routing/components_application_panel-PageSwitcher.test.js => devtools/client/application/test/node/components/routing/components_application_panel-PageSwitcher.test.js
rename : devtools/client/application/test/components/routing/components_application_panel-Sidebar.test.js => devtools/client/application/test/node/components/routing/components_application_panel-Sidebar.test.js
rename : devtools/client/application/test/components/routing/components_application_panel-SidebarItem.test.js => devtools/client/application/test/node/components/routing/components_application_panel-SidebarItem.test.js
rename : devtools/client/application/test/components/service-workers/__snapshots__/components_application_panel-WorkerList.test.js.snap => devtools/client/application/test/node/components/service-workers/__snapshots__/components_application_panel-WorkerList.test.js.snap
rename : devtools/client/application/test/components/service-workers/__snapshots__/components_application_panel-WorkerListEmpty.test.js.snap => devtools/client/application/test/node/components/service-workers/__snapshots__/components_application_panel-WorkerListEmpty.test.js.snap
rename : devtools/client/application/test/components/service-workers/__snapshots__/components_application_panel-WorkersPage.test.js.snap => devtools/client/application/test/node/components/service-workers/__snapshots__/components_application_panel-WorkersPage.test.js.snap
rename : devtools/client/application/test/components/service-workers/components_application_panel-WorkerList.test.js => devtools/client/application/test/node/components/service-workers/components_application_panel-WorkerList.test.js
rename : devtools/client/application/test/components/service-workers/components_application_panel-WorkerListEmpty.test.js => devtools/client/application/test/node/components/service-workers/components_application_panel-WorkerListEmpty.test.js
rename : devtools/client/application/test/components/service-workers/components_application_panel-WorkersPage.test.js => devtools/client/application/test/node/components/service-workers/components_application_panel-WorkersPage.test.js
rename : devtools/client/application/test/components/fixtures/Chrome.js => devtools/client/application/test/node/fixtures/Chrome.js
rename : devtools/client/application/test/components/fixtures/Services.js => devtools/client/application/test/node/fixtures/Services.js
rename : devtools/client/application/test/components/fixtures/data/constants.js => devtools/client/application/test/node/fixtures/data/constants.js
rename : devtools/client/application/test/components/fixtures/fluent-l10n.js => devtools/client/application/test/node/fixtures/fluent-l10n.js
rename : devtools/client/application/test/components/fixtures/stub.js => devtools/client/application/test/node/fixtures/stub.js
rename : devtools/client/application/test/components/fixtures/unicode-url.js => devtools/client/application/test/node/fixtures/unicode-url.js
rename : devtools/client/application/test/components/helpers/helpers.js => devtools/client/application/test/node/helpers.js
rename : devtools/client/application/test/components/jest.config.js => devtools/client/application/test/node/jest.config.js
rename : devtools/client/application/test/components/package.json => devtools/client/application/test/node/package.json
rename : devtools/client/application/test/components/setup.js => devtools/client/application/test/node/setup.js
rename : devtools/client/application/test/components/yarn.lock => devtools/client/application/test/node/yarn.lock
extra : moz-landing-system : lando
2019-10-21 10:50:28 +00:00
Belén Albeza
0197fabfc9
Bug 1579795 - Part 1: Improve error handling when fetching the manifest r=jdescottes,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D49594
--HG--
extra : moz-landing-system : lando
2019-10-21 10:47:40 +00:00
Nicolas Chevobbe
5c94cfcc44
Bug 1576568 - Enable editor mode everywhere. r=Honza.
...
The focus previous element function needed to be modified
in order to not find non-visible elements.
Differential Revision: https://phabricator.services.mozilla.com/D49729
--HG--
extra : moz-landing-system : lando
2019-10-21 08:39:42 +00:00
Nicolas Chevobbe
517642a768
Bug 1589867 - Fix browser_parsable_css.js failure on beta. r=Honza.
...
The rotate property is only enabled on Nightly.
For beta, we need to use transform: rotate instead.
Differential Revision: https://phabricator.services.mozilla.com/D49847
--HG--
extra : moz-landing-system : lando
2019-10-21 08:31:52 +00:00
Jason Laster
2afc34bfe4
Bug 1581249 - The timeline should show breakpoint hits. r=bhackett
...
Differential Revision: https://phabricator.services.mozilla.com/D49804
--HG--
extra : moz-landing-system : lando
2019-10-18 22:20:09 +00:00
Gabriel Luong
107b49e65e
Bug 1568860 - Part 3: Use the contextual WalkerFront in the fonts view. r=ochameau
...
Depends on D49637
Differential Revision: https://phabricator.services.mozilla.com/D49639
--HG--
extra : moz-landing-system : lando
2019-10-18 08:43:09 +00:00
Gabriel Luong
a92d6c2648
Bug 1568860 - Part 2: Make getAllFonts fission compatible. r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D49637
--HG--
extra : moz-landing-system : lando
2019-10-18 19:30:03 +00:00
Julian Descottes
feec1c039b
Bug 1589617 - Stop catching search shortcuts from other panels in the Inspector r=gl,fvsch
...
Using cmd+F in the Console/Debugger after using the inspector will be caught by inspector code and will not show the panel's search ui.
Differential Revision: https://phabricator.services.mozilla.com/D49756
--HG--
extra : moz-landing-system : lando
2019-10-18 19:02:18 +00:00
Gabriel Luong
324fdd5ca6
Bug 1588728 - Add a check for this._highlightedNodeFront in _hideBoxModel. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D49632
--HG--
extra : moz-landing-system : lando
2019-10-18 18:43:49 +00:00
Gabriel Luong
7a5b8a6a4f
Bug 1583654 - Use the subgridToParentMap to check that the node was previously a subgrid. r=pbro
...
The previous condition didn't fully check that the grid node was previously a subgrid.
So, we run into a scenario where we refresh the page and a "display-change" event is hit
after a new root is loaded, and the grid highlighter is restored and hidden because
the check will pass as long as the node is a grid container.
Differential Revision: https://phabricator.services.mozilla.com/D49659
--HG--
extra : moz-landing-system : lando
2019-10-18 17:57:09 +00:00
Alexandre Poirot
6bdf5b1a87
Bug 1496025
- Remove Promises actor r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D49636
--HG--
extra : moz-landing-system : lando
2019-10-18 15:31:32 +00:00
Oana Pop Rus
6bb6defd96
Backed out 3 changesets (bug 1579795) for causing devtools node failures. on a CLOSED TREE
...
Backed out changeset 141f065f3788 (bug 1579795)
Backed out changeset eb0eaf505108 (bug 1579795)
Backed out changeset 193f93f381cd (bug 1579795)
--HG--
rename : devtools/client/application/test/node/.eslintrc.js => devtools/client/application/test/components/.eslintrc.js
rename : devtools/client/application/test/node/components/__snapshots__/components_application_panel-App.test.js.snap => devtools/client/application/test/components/__snapshots__/components_application_panel-App.test.js.snap
rename : devtools/client/application/test/node/babel.config.js => devtools/client/application/test/components/babel.config.js
rename : devtools/client/application/test/node/components/components_application_panel-App.test.js => devtools/client/application/test/components/components_application_panel-App.test.js
rename : devtools/client/application/test/node/fixtures/Chrome.js => devtools/client/application/test/components/fixtures/Chrome.js
rename : devtools/client/application/test/node/fixtures/Services.js => devtools/client/application/test/components/fixtures/Services.js
rename : devtools/client/application/test/node/fixtures/data/constants.js => devtools/client/application/test/components/fixtures/data/constants.js
rename : devtools/client/application/test/node/fixtures/fluent-l10n.js => devtools/client/application/test/components/fixtures/fluent-l10n.js
rename : devtools/client/application/test/node/fixtures/stub.js => devtools/client/application/test/components/fixtures/stub.js
rename : devtools/client/application/test/node/fixtures/unicode-url.js => devtools/client/application/test/components/fixtures/unicode-url.js
rename : devtools/client/application/test/node/helpers.js => devtools/client/application/test/components/helpers/helpers.js
rename : devtools/client/application/test/node/jest.config.js => devtools/client/application/test/components/jest.config.js
rename : devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-Manifest.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-Manifest.test.js.snap
rename : devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestColorItem.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestColorItem.test.js.snap
rename : devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestEmpty.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestEmpty.test.js.snap
rename : devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestIconItem.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestIconItem.test.js.snap
rename : devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestIssue.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestIssue.test.js.snap
rename : devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestIssueList.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestIssueList.test.js.snap
rename : devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestItem.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestItem.test.js.snap
rename : devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestJsonLink.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestJsonLink.test.js.snap
rename : devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestLoader.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestLoader.test.js.snap
rename : devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestPage.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestPage.test.js.snap
rename : devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestSection.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestSection.test.js.snap
rename : devtools/client/application/test/node/components/manifest/components_application_panel-Manifest.test.js => devtools/client/application/test/components/manifest/components_application_panel-Manifest.test.js
rename : devtools/client/application/test/node/components/manifest/components_application_panel-ManifestColorItem.test.js => devtools/client/application/test/components/manifest/components_application_panel-ManifestColorItem.test.js
rename : devtools/client/application/test/node/components/manifest/components_application_panel-ManifestEmpty.test.js => devtools/client/application/test/components/manifest/components_application_panel-ManifestEmpty.test.js
rename : devtools/client/application/test/node/components/manifest/components_application_panel-ManifestIconItem.test.js => devtools/client/application/test/components/manifest/components_application_panel-ManifestIconItem.test.js
rename : devtools/client/application/test/node/components/manifest/components_application_panel-ManifestIssue.test.js => devtools/client/application/test/components/manifest/components_application_panel-ManifestIssue.test.js
rename : devtools/client/application/test/node/components/manifest/components_application_panel-ManifestIssueList.test.js => devtools/client/application/test/components/manifest/components_application_panel-ManifestIssueList.test.js
rename : devtools/client/application/test/node/components/manifest/components_application_panel-ManifestItem.test.js => devtools/client/application/test/components/manifest/components_application_panel-ManifestItem.test.js
rename : devtools/client/application/test/node/components/manifest/components_application_panel-ManifestJsonLink.test.js => devtools/client/application/test/components/manifest/components_application_panel-ManifestJsonLink.test.js
rename : devtools/client/application/test/node/components/manifest/components_application_panel-ManifestLoader.test.js => devtools/client/application/test/components/manifest/components_application_panel-ManifestLoader.test.js
rename : devtools/client/application/test/node/components/manifest/components_application_panel-ManifestPage.test.js => devtools/client/application/test/components/manifest/components_application_panel-ManifestPage.test.js
rename : devtools/client/application/test/node/components/manifest/components_application_panel-ManifestSection.test.js => devtools/client/application/test/components/manifest/components_application_panel-ManifestSection.test.js
rename : devtools/client/application/test/node/package.json => devtools/client/application/test/components/package.json
rename : devtools/client/application/test/node/components/routing/__snapshots__/components_application_panel-PageSwitcher.test.js.snap => devtools/client/application/test/components/routing/__snapshots__/components_application_panel-PageSwitcher.test.js.snap
rename : devtools/client/application/test/node/components/routing/__snapshots__/components_application_panel-Sidebar.test.js.snap => devtools/client/application/test/components/routing/__snapshots__/components_application_panel-Sidebar.test.js.snap
rename : devtools/client/application/test/node/components/routing/__snapshots__/components_application_panel-SidebarItem.test.js.snap => devtools/client/application/test/components/routing/__snapshots__/components_application_panel-SidebarItem.test.js.snap
rename : devtools/client/application/test/node/components/routing/components_application_panel-PageSwitcher.test.js => devtools/client/application/test/components/routing/components_application_panel-PageSwitcher.test.js
rename : devtools/client/application/test/node/components/routing/components_application_panel-Sidebar.test.js => devtools/client/application/test/components/routing/components_application_panel-Sidebar.test.js
rename : devtools/client/application/test/node/components/routing/components_application_panel-SidebarItem.test.js => devtools/client/application/test/components/routing/components_application_panel-SidebarItem.test.js
rename : devtools/client/application/test/node/components/service-workers/__snapshots__/components_application_panel-WorkerList.test.js.snap => devtools/client/application/test/components/service-workers/__snapshots__/components_application_panel-WorkerList.test.js.snap
rename : devtools/client/application/test/node/components/service-workers/__snapshots__/components_application_panel-WorkerListEmpty.test.js.snap => devtools/client/application/test/components/service-workers/__snapshots__/components_application_panel-WorkerListEmpty.test.js.snap
rename : devtools/client/application/test/node/components/service-workers/__snapshots__/components_application_panel-WorkersPage.test.js.snap => devtools/client/application/test/components/service-workers/__snapshots__/components_application_panel-WorkersPage.test.js.snap
rename : devtools/client/application/test/node/components/service-workers/components_application_panel-WorkerList.test.js => devtools/client/application/test/components/service-workers/components_application_panel-WorkerList.test.js
rename : devtools/client/application/test/node/components/service-workers/components_application_panel-WorkerListEmpty.test.js => devtools/client/application/test/components/service-workers/components_application_panel-WorkerListEmpty.test.js
rename : devtools/client/application/test/node/components/service-workers/components_application_panel-WorkersPage.test.js => devtools/client/application/test/components/service-workers/components_application_panel-WorkersPage.test.js
rename : devtools/client/application/test/node/setup.js => devtools/client/application/test/components/setup.js
rename : devtools/client/application/test/node/yarn.lock => devtools/client/application/test/components/yarn.lock
2019-10-18 18:38:49 +03:00
Julian Descottes
e0b8367100
Bug 1589597 - Remove outdated header in aboutdebugging jest test r=ladybenko
...
Depends on D49711
I was a bit confused but we just forgot to remove this in Bug 1548465
Differential Revision: https://phabricator.services.mozilla.com/D49716
--HG--
extra : moz-landing-system : lando
2019-10-18 15:12:10 +00:00
Julian Descottes
60510cfe3b
Bug 1589597 - Rename compatibility jest test folder to node r=ladybenko
...
Depends on D49709
Following the naming convention decided in RFC Bug 1564431
Differential Revision: https://phabricator.services.mozilla.com/D49710
--HG--
rename : devtools/client/inspector/compatibility/test/components/.eslintrc.js => devtools/client/inspector/compatibility/test/node/.eslintrc.js
rename : devtools/client/inspector/compatibility/test/components/babel.config.js => devtools/client/inspector/compatibility/test/node/babel.config.js
rename : devtools/client/inspector/compatibility/test/components/__snapshots__/components-compatibility-IssueItem.test.js.snap => devtools/client/inspector/compatibility/test/node/components/__snapshots__/components-compatibility-IssueItem.test.js.snap
rename : devtools/client/inspector/compatibility/test/components/__snapshots__/components-compatibility-IssueList.test.js.snap => devtools/client/inspector/compatibility/test/node/components/__snapshots__/components-compatibility-IssueList.test.js.snap
rename : devtools/client/inspector/compatibility/test/components/components-compatibility-IssueItem.test.js => devtools/client/inspector/compatibility/test/node/components/components-compatibility-IssueItem.test.js
rename : devtools/client/inspector/compatibility/test/components/components-compatibility-IssueList.test.js => devtools/client/inspector/compatibility/test/node/components/components-compatibility-IssueList.test.js
rename : devtools/client/inspector/compatibility/test/components/jest.config.js => devtools/client/inspector/compatibility/test/node/jest.config.js
rename : devtools/client/inspector/compatibility/test/components/package.json => devtools/client/inspector/compatibility/test/node/package.json
rename : devtools/client/inspector/compatibility/test/components/setup.js => devtools/client/inspector/compatibility/test/node/setup.js
rename : devtools/client/inspector/compatibility/test/components/yarn.lock => devtools/client/inspector/compatibility/test/node/yarn.lock
extra : moz-landing-system : lando
2019-10-18 14:05:12 +00:00
Julian Descottes
473f4a1c2f
Bug 1589597 - Rename framework jest test folder to node r=ladybenko
...
Depends on D49708
Following the naming convention decided in RFC Bug 1564431
Differential Revision: https://phabricator.services.mozilla.com/D49709
--HG--
rename : devtools/client/framework/test/jest/.eslintrc.js => devtools/client/framework/test/node/.eslintrc.js
rename : devtools/client/framework/test/jest/README.md => devtools/client/framework/test/node/README.md
rename : devtools/client/framework/test/jest/components/__snapshots__/debug-target-info.test.js.snap => devtools/client/framework/test/node/components/__snapshots__/debug-target-info.test.js.snap
rename : devtools/client/framework/test/jest/components/debug-target-info.test.js => devtools/client/framework/test/node/components/debug-target-info.test.js
rename : devtools/client/framework/test/jest/jest.config.js => devtools/client/framework/test/node/jest.config.js
rename : devtools/client/framework/test/jest/package.json => devtools/client/framework/test/node/package.json
rename : devtools/client/framework/test/jest/yarn.lock => devtools/client/framework/test/node/yarn.lock
extra : moz-landing-system : lando
2019-10-18 14:01:55 +00:00
Julian Descottes
0066803de3
Bug 1589597 - Rename accessibility jest test folder to node r=ladybenko
...
Depends on D49707
Following the naming convention decided in RFC Bug 1564431
Differential Revision: https://phabricator.services.mozilla.com/D49708
--HG--
rename : devtools/client/accessibility/test/jest/.eslintrc.js => devtools/client/accessibility/test/node/.eslintrc.js
rename : devtools/client/accessibility/test/jest/README.md => devtools/client/accessibility/test/node/README.md
rename : devtools/client/accessibility/test/jest/babel.config.js => devtools/client/accessibility/test/node/babel.config.js
rename : devtools/client/accessibility/test/jest/components/__snapshots__/accessibility-prefs.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/accessibility-prefs.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/accessibility-row-value.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/accessibility-row-value.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/accessibility-tree-filter.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/accessibility-tree-filter.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/audit-controller.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/audit-controller.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/audit-filter.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/audit-filter.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/audit-progress-overlay.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/audit-progress-overlay.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/badge.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/badge.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/badges.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/badges.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/check.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/check.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/contrast-badge.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/contrast-badge.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/keyboard-badge.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/keyboard-badge.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/keyboard-check.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/keyboard-check.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/text-label-badge.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/text-label-badge.test.js.snap
rename : devtools/client/accessibility/test/jest/components/__snapshots__/text-label-check.test.js.snap => devtools/client/accessibility/test/node/components/__snapshots__/text-label-check.test.js.snap
rename : devtools/client/accessibility/test/jest/components/accessibility-prefs.test.js => devtools/client/accessibility/test/node/components/accessibility-prefs.test.js
rename : devtools/client/accessibility/test/jest/components/accessibility-row-value.test.js => devtools/client/accessibility/test/node/components/accessibility-row-value.test.js
rename : devtools/client/accessibility/test/jest/components/accessibility-tree-filter.test.js => devtools/client/accessibility/test/node/components/accessibility-tree-filter.test.js
rename : devtools/client/accessibility/test/jest/components/audit-controller.test.js => devtools/client/accessibility/test/node/components/audit-controller.test.js
rename : devtools/client/accessibility/test/jest/components/audit-filter.test.js => devtools/client/accessibility/test/node/components/audit-filter.test.js
rename : devtools/client/accessibility/test/jest/components/audit-progress-overlay.test.js => devtools/client/accessibility/test/node/components/audit-progress-overlay.test.js
rename : devtools/client/accessibility/test/jest/components/badge.test.js => devtools/client/accessibility/test/node/components/badge.test.js
rename : devtools/client/accessibility/test/jest/components/badges.test.js => devtools/client/accessibility/test/node/components/badges.test.js
rename : devtools/client/accessibility/test/jest/components/check.test.js => devtools/client/accessibility/test/node/components/check.test.js
rename : devtools/client/accessibility/test/jest/components/contrast-badge.test.js => devtools/client/accessibility/test/node/components/contrast-badge.test.js
rename : devtools/client/accessibility/test/jest/components/keyboard-badge.test.js => devtools/client/accessibility/test/node/components/keyboard-badge.test.js
rename : devtools/client/accessibility/test/jest/components/keyboard-check.test.js => devtools/client/accessibility/test/node/components/keyboard-check.test.js
rename : devtools/client/accessibility/test/jest/components/text-label-badge.test.js => devtools/client/accessibility/test/node/components/text-label-badge.test.js
rename : devtools/client/accessibility/test/jest/components/text-label-check.test.js => devtools/client/accessibility/test/node/components/text-label-check.test.js
rename : devtools/client/accessibility/test/jest/fixtures/Services.js => devtools/client/accessibility/test/node/fixtures/Services.js
rename : devtools/client/accessibility/test/jest/fixtures/devtools-utils.js => devtools/client/accessibility/test/node/fixtures/devtools-utils.js
rename : devtools/client/accessibility/test/jest/fixtures/l10n.js => devtools/client/accessibility/test/node/fixtures/l10n.js
rename : devtools/client/accessibility/test/jest/fixtures/plural-form.js => devtools/client/accessibility/test/node/fixtures/plural-form.js
rename : devtools/client/accessibility/test/jest/fixtures/stub.js => devtools/client/accessibility/test/node/fixtures/stub.js
rename : devtools/client/accessibility/test/jest/helpers.js => devtools/client/accessibility/test/node/helpers.js
rename : devtools/client/accessibility/test/jest/jest.config.js => devtools/client/accessibility/test/node/jest.config.js
rename : devtools/client/accessibility/test/jest/package.json => devtools/client/accessibility/test/node/package.json
rename : devtools/client/accessibility/test/jest/setup.js => devtools/client/accessibility/test/node/setup.js
rename : devtools/client/accessibility/test/jest/yarn.lock => devtools/client/accessibility/test/node/yarn.lock
extra : moz-landing-system : lando
2019-10-18 13:56:15 +00:00
Julian Descottes
64a2f38fd4
Bug 1589597 - Rename aboutdebugging jest test folder to node r=ladybenko
...
Following the naming convention decided in RFC Bug 1564431
Differential Revision: https://phabricator.services.mozilla.com/D49707
--HG--
rename : devtools/client/aboutdebugging/test/jest/.eslintrc.js => devtools/client/aboutdebugging/test/node/.eslintrc.js
rename : devtools/client/aboutdebugging/test/jest/README.md => devtools/client/aboutdebugging/test/node/README.md
rename : devtools/client/aboutdebugging/test/jest/babel.config.js => devtools/client/aboutdebugging/test/node/babel.config.js
rename : devtools/client/aboutdebugging/test/jest/components/__snapshots__/shared-message.test.js.snap => devtools/client/aboutdebugging/test/node/components/__snapshots__/shared-message.test.js.snap
rename : devtools/client/aboutdebugging/test/jest/components/shared-message.test.js => devtools/client/aboutdebugging/test/node/components/shared-message.test.js
rename : devtools/client/aboutdebugging/test/jest/jest.config.js => devtools/client/aboutdebugging/test/node/jest.config.js
rename : devtools/client/aboutdebugging/test/jest/package.json => devtools/client/aboutdebugging/test/node/package.json
rename : devtools/client/aboutdebugging/test/jest/setup.js => devtools/client/aboutdebugging/test/node/setup.js
rename : devtools/client/aboutdebugging/test/jest/yarn.lock => devtools/client/aboutdebugging/test/node/yarn.lock
extra : moz-landing-system : lando
2019-10-18 13:42:50 +00:00
Belén Albeza
04e8ccaf1c
Bug 1579795 - Part 3: Test the fetchManifest action separately r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D49596
--HG--
extra : moz-landing-system : lando
2019-10-18 13:42:48 +00:00
Belén Albeza
de84d86c5f
Bug 1579795 - Part 2: Reorganize jest tests folder structure r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D49595
--HG--
rename : devtools/client/application/test/components/.eslintrc.js => devtools/client/application/test/node/.eslintrc.js
rename : devtools/client/application/test/components/babel.config.js => devtools/client/application/test/node/babel.config.js
rename : devtools/client/application/test/components/__snapshots__/components_application_panel-App.test.js.snap => devtools/client/application/test/node/components/__snapshots__/components_application_panel-App.test.js.snap
rename : devtools/client/application/test/components/components_application_panel-App.test.js => devtools/client/application/test/node/components/components_application_panel-App.test.js
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-Manifest.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-Manifest.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestColorItem.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestColorItem.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestEmpty.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestEmpty.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestIconItem.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestIconItem.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestIssue.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestIssue.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestIssueList.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestIssueList.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestItem.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestItem.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestJsonLink.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestJsonLink.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestLoader.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestLoader.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestPage.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestPage.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestSection.test.js.snap => devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestSection.test.js.snap
rename : devtools/client/application/test/components/manifest/components_application_panel-Manifest.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-Manifest.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestColorItem.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestColorItem.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestEmpty.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestEmpty.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestIconItem.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestIconItem.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestIssue.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestIssue.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestIssueList.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestIssueList.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestItem.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestItem.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestJsonLink.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestJsonLink.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestLoader.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestLoader.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestPage.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestPage.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestSection.test.js => devtools/client/application/test/node/components/manifest/components_application_panel-ManifestSection.test.js
rename : devtools/client/application/test/components/routing/__snapshots__/components_application_panel-PageSwitcher.test.js.snap => devtools/client/application/test/node/components/routing/__snapshots__/components_application_panel-PageSwitcher.test.js.snap
rename : devtools/client/application/test/components/routing/__snapshots__/components_application_panel-Sidebar.test.js.snap => devtools/client/application/test/node/components/routing/__snapshots__/components_application_panel-Sidebar.test.js.snap
rename : devtools/client/application/test/components/routing/__snapshots__/components_application_panel-SidebarItem.test.js.snap => devtools/client/application/test/node/components/routing/__snapshots__/components_application_panel-SidebarItem.test.js.snap
rename : devtools/client/application/test/components/routing/components_application_panel-PageSwitcher.test.js => devtools/client/application/test/node/components/routing/components_application_panel-PageSwitcher.test.js
rename : devtools/client/application/test/components/routing/components_application_panel-Sidebar.test.js => devtools/client/application/test/node/components/routing/components_application_panel-Sidebar.test.js
rename : devtools/client/application/test/components/routing/components_application_panel-SidebarItem.test.js => devtools/client/application/test/node/components/routing/components_application_panel-SidebarItem.test.js
rename : devtools/client/application/test/components/service-workers/__snapshots__/components_application_panel-WorkerList.test.js.snap => devtools/client/application/test/node/components/service-workers/__snapshots__/components_application_panel-WorkerList.test.js.snap
rename : devtools/client/application/test/components/service-workers/__snapshots__/components_application_panel-WorkerListEmpty.test.js.snap => devtools/client/application/test/node/components/service-workers/__snapshots__/components_application_panel-WorkerListEmpty.test.js.snap
rename : devtools/client/application/test/components/service-workers/__snapshots__/components_application_panel-WorkersPage.test.js.snap => devtools/client/application/test/node/components/service-workers/__snapshots__/components_application_panel-WorkersPage.test.js.snap
rename : devtools/client/application/test/components/service-workers/components_application_panel-WorkerList.test.js => devtools/client/application/test/node/components/service-workers/components_application_panel-WorkerList.test.js
rename : devtools/client/application/test/components/service-workers/components_application_panel-WorkerListEmpty.test.js => devtools/client/application/test/node/components/service-workers/components_application_panel-WorkerListEmpty.test.js
rename : devtools/client/application/test/components/service-workers/components_application_panel-WorkersPage.test.js => devtools/client/application/test/node/components/service-workers/components_application_panel-WorkersPage.test.js
rename : devtools/client/application/test/components/fixtures/Chrome.js => devtools/client/application/test/node/fixtures/Chrome.js
rename : devtools/client/application/test/components/fixtures/Services.js => devtools/client/application/test/node/fixtures/Services.js
rename : devtools/client/application/test/components/fixtures/data/constants.js => devtools/client/application/test/node/fixtures/data/constants.js
rename : devtools/client/application/test/components/fixtures/fluent-l10n.js => devtools/client/application/test/node/fixtures/fluent-l10n.js
rename : devtools/client/application/test/components/fixtures/stub.js => devtools/client/application/test/node/fixtures/stub.js
rename : devtools/client/application/test/components/fixtures/unicode-url.js => devtools/client/application/test/node/fixtures/unicode-url.js
rename : devtools/client/application/test/components/helpers/helpers.js => devtools/client/application/test/node/helpers.js
rename : devtools/client/application/test/components/jest.config.js => devtools/client/application/test/node/jest.config.js
rename : devtools/client/application/test/components/package.json => devtools/client/application/test/node/package.json
rename : devtools/client/application/test/components/setup.js => devtools/client/application/test/node/setup.js
rename : devtools/client/application/test/components/yarn.lock => devtools/client/application/test/node/yarn.lock
extra : moz-landing-system : lando
2019-10-18 15:08:49 +00:00
Belén Albeza
2aa79ee974
Bug 1579795 - Part 1: Improve error handling when fetching the manifest r=jdescottes,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D49594
--HG--
extra : moz-landing-system : lando
2019-10-18 13:42:32 +00:00
Nicolas Chevobbe
7008343fe7
Bug 1589592
- Fix GridElementWidthResizer in RTL languages. r=Honza.
...
When starting to resize, we store the direction of the
controlled element in the state.
When resizing, we check the current element direction
to set the appropriate width to the controlled element.
A test is added to ensure the resizer works as expected
in RTL languages elements.
Differential Revision: https://phabricator.services.mozilla.com/D49719
--HG--
rename : devtools/client/shared/components/test/mochitest/test_GridElementWidthResizer.html => devtools/client/shared/components/test/mochitest/test_GridElementWidthResizer_RTL.html
extra : moz-landing-system : lando
2019-10-18 13:05:51 +00:00
Nicolas Chevobbe
959807c018
Bug 1589592
- Fix console editor Run button icon in RTL. r=Honza.
...
Since we want the button to be placed on the right side
in RTL languages and we don't have logical properties
on background-position yet, we display the icon in
a :before pseudo element which will adapt for both LTR
and RTL languages. The icon is then mirrored in RTL.
Differential Revision: https://phabricator.services.mozilla.com/D49718
--HG--
extra : moz-landing-system : lando
2019-10-18 12:46:46 +00:00
Nicolas Chevobbe
92088e98e0
Bug 1589592
- Fix Console Editor styling in RTL languages. r=Honza.
...
Differential Revision: https://phabricator.services.mozilla.com/D49717
--HG--
extra : moz-landing-system : lando
2019-10-18 12:46:58 +00:00
Nicolas Chevobbe
eae5d8a518
Bug 1577896 - Fix GridElementResizer on overflowing container. r=fvsch.
...
We remove the pseudo elements we were using to draw the borders and
put them on the grid elements instead.
We make the GridElementResizer 6px and translate it so there's
handle on "both sides" of the splitter.
Differential Revision: https://phabricator.services.mozilla.com/D45302
--HG--
extra : moz-landing-system : lando
2019-10-18 10:17:48 +00:00
Nicolas Chevobbe
431636d12a
Bug 1577783 - Use inspectorFront's getNodeFrontFromNodeGrip function in WebConsole's openNodeInInspector. r=pbro,rcaliman.
...
We retrieve the right NodeFront from a given grip, which we
can then tell the inspector panel to select.
Differential Revision: https://phabricator.services.mozilla.com/D48810
--HG--
extra : moz-landing-system : lando
2019-10-18 09:07:42 +00:00
Nicolas Chevobbe
ca1e2e0939
Bug 1587701 - Use toolbox's getNodeFrontFromNodeGrip in highlight method. r=pbro.
...
This allow us to retrieve the appropriate nodeFront from a grip,
and thus the right highlighterFront to highlight a given element.
We also need to cache the highlighter front used for the current
highlight, as we need to use the same front for unhighlighting,
and this saves us a few server round-trip to get the right front.
Differential Revision: https://phabricator.services.mozilla.com/D48809
--HG--
extra : moz-landing-system : lando
2019-10-18 09:07:25 +00:00
jaril
696cf3b52a
Bug 1588997 - Convert ObjectClient to protocol.js front. r=nchevobbe.
...
- Converted the ObjectClient into an protocoljs Front
- Converted the SymbolIteratorClient into a protocoljs Front and moved it to devtools/shared/fronts
- Converted the PropertyIteratorClient into a protocoljs Front and moved it to devtools/shared/fronts
- Converted the EnvironmentClient into a protocoljs Front and moved it to devtools/shared/fronts
- Modified calls to `DebuggerClient.release()` so that it tries to call the ObjectFront's release method first, and falls back on `DebuggerClient.release()` if there's no object front
- Changed reps so that it instantiates only one ObjectClient per grip
- Changed tests so that they expect what the Front's request method resolves to where applicable (i.e. ObjectFront.allocationStack resolves to allocationStack, not a packet object with an allocationStack property)
- Changed callbacks provided to ObjectClient methods to be chained to the ObjectFront methods (e.g. ObjectClient.getScope(callback) changed to ObjectFront.getScope().callback())
- Changed tests to use async/await (test_framebindings-x.js, test_functiongrips-x.js, test_objectgrips-x.js)
- Changed tests to expect protocoljs to throw an error string instead of an error object (test_objectgrips-fn-apply-03.js, test_threadlifetime-02.js, test_pauselifetime-03.js)
Differential Revision: https://phabricator.services.mozilla.com/D48182
--HG--
rename : devtools/shared/client/environment-client.js => devtools/shared/fronts/environment.js
rename : devtools/shared/client/property-iterator-client.js => devtools/shared/fronts/property-iterator.js
rename : devtools/shared/client/symbol-iterator-client.js => devtools/shared/fronts/symbol-iterator.js
extra : moz-landing-system : lando
2019-10-17 16:06:25 +00:00
Daniel Varga
8fdca46bc7
Backed out changeset 2923afce519a (bug 1557447) for browser chrome failure at tools/profiler/tests/browser/browser_test_feature_preferencereads.js. On a CLOSED TREE
2019-10-18 07:54:09 +03:00
Jim Porter
80bfcd6e57
Bug 1557447 - Profiler support for IPC information; r=nika
...
This adds the ability to add profile markers for both the sender and recipient
sides of IPC messages. These can then be correlated with one another in the
profile visualization. For the UI component of this patch, see
<https://github.com/firefox-devtools/profiler/pull/2172 >.
Differential Revision: https://phabricator.services.mozilla.com/D42226
--HG--
extra : moz-landing-system : lando
2019-10-18 02:56:02 +00:00
Daisuke Akatsuka
693696fb70
Bug 1588962: Add a test whether reflect the rule change. r=rcaliman
...
Depends on D49534
Differential Revision: https://phabricator.services.mozilla.com/D49535
--HG--
extra : moz-landing-system : lando
2019-10-18 01:34:49 +00:00
Daisuke Akatsuka
23c975fc2b
Bug 1588962: Reflect the changes on the rule view. r=rcaliman
...
Depends on D49520
Differential Revision: https://phabricator.services.mozilla.com/D49534
--HG--
extra : moz-landing-system : lando
2019-10-18 01:35:14 +00:00
Dorel Luca
efd52379da
Backed out changeset cd4dc0ae3364 (bug 1557447) for Browser-chrome failures in build/src/obj-firefox/dist/include/mozilla/BlocksRingBuffer.h
2019-10-18 03:59:06 +03:00
Chris Muldoon
4ac0b74222
Bug 1577673 - Continue to Here does not pause. r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D48178
--HG--
extra : moz-landing-system : lando
2019-10-17 23:53:36 +00:00
Jim Porter
641b95fb72
Bug 1557447 - Profiler support for IPC information; r=nika
...
This adds the ability to add profile markers for both the sender and recipient
sides of IPC messages. These can then be correlated with one another in the
profile visualization. For the UI component of this patch, see
<https://github.com/firefox-devtools/profiler/pull/2172 >.
Differential Revision: https://phabricator.services.mozilla.com/D42226
--HG--
extra : moz-landing-system : lando
2019-10-17 23:39:42 +00:00
David Walsh
215bc3accf
Bug 1589272 - Enforce minimum width for debugger's sidebar panels r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D49522
--HG--
extra : moz-landing-system : lando
2019-10-17 20:17:45 +00:00
Michael Ratcliffe
620e2c9464
Bug 1472200 - Only the Rules panel is displayed if enabling 3-Pane Inspector while the right Inspector section is at minimum width r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D49270
--HG--
extra : moz-landing-system : lando
2019-10-16 19:08:46 +00:00
Sorin Davidoi
fd9d2baa6d
Bug 1588637 - perf: Reduce memory allocation, avoid regular expressions and layout trashing r=davidwalsh
...
Apply the following optimizations:
- Don't use regular expressions where they can be avoided
- Reduce unnecessary memory allocations (e.g. avoid doing a map and a filter by writing the code in an imperative fashion)
- Reduce layout trashing by using `rAF` and `setTimeout`
- Perform cheaper checks first in conditional statements
See commit messages for more details.
Differential Revision: https://phabricator.services.mozilla.com/D49214
--HG--
extra : moz-landing-system : lando
2019-10-16 18:44:13 +00:00
David Walsh
25f15897bf
Bug 1589269 - Enforce minimum width for search and blocking panels r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D49517
--HG--
extra : moz-landing-system : lando
2019-10-17 09:53:35 +00:00
David Walsh
347d07cd09
Bug 1589160 - Update tab language for request blocking r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D49465
--HG--
extra : moz-landing-system : lando
2019-10-17 10:04:36 +00:00
David Walsh
0843a344a5
Bug 1583042 - Change devtools debugger shortcut r=Harald
...
Differential Revision: https://phabricator.services.mozilla.com/D47502
--HG--
extra : moz-landing-system : lando
2019-10-17 07:29:45 +00:00
Nicolas Chevobbe
7ef8a79951
Bug 1589001 - Rename (web)consoleClient variables and properties to webConsoleFront. r=Honza.
...
The webconsole actor now has an associated front for some
time, but the naming of variables and properties didn't
reflect that (most weren't updated and were still calling
it a client).
This patch tries to rename all those variables so it's more
obvious we're dealing with an actual front.
Differential Revision: https://phabricator.services.mozilla.com/D49401
--HG--
extra : moz-landing-system : lando
2019-10-17 10:16:46 +00:00
Bogdan Tara
7e9efc5de3
Backed out changeset 29bc3ebe8b4e (bug 1588997) for browser_ext_devtools_panels_elements_sidebar.js && browser_ext_find.js failures CLOSED TREE
...
--HG--
rename : devtools/shared/fronts/environment.js => devtools/shared/client/environment-client.js
rename : devtools/shared/fronts/property-iterator.js => devtools/shared/client/property-iterator-client.js
rename : devtools/shared/fronts/symbol-iterator.js => devtools/shared/client/symbol-iterator-client.js
2019-10-17 10:51:19 +03:00
jaril
e1c2cd6db5
Bug 1588997 - Convert ObjectClient to protocol.js front. r=nchevobbe.
...
- Converted the ObjectClient into an protocoljs Front
- Converted the SymbolIteratorClient into a protocoljs Front and moved it to devtools/shared/fronts
- Converted the PropertyIteratorClient into a protocoljs Front and moved it to devtools/shared/fronts
- Converted the EnvironmentClient into a protocoljs Front and moved it to devtools/shared/fronts
- Modified calls to `DebuggerClient.release()` so that it tries to call the ObjectFront's release method first, and falls back on `DebuggerClient.release()` if there's no object front
- Changed reps so that it instantiates only one ObjectClient per grip
- Changed tests so that they expect what the Front's request method resolves to where applicable (i.e. ObjectFront.allocationStack resolves to allocationStack, not a packet object with an allocationStack property)
- Changed callbacks provided to ObjectClient methods to be chained to the ObjectFront methods (e.g. ObjectClient.getScope(callback) changed to ObjectFront.getScope().callback())
- Changed tests to use async/await (test_framebindings-x.js, test_functiongrips-x.js, test_objectgrips-x.js)
- Changed tests to expect protocoljs to throw an error string instead of an error object (test_objectgrips-fn-apply-03.js, test_threadlifetime-02.js, test_pauselifetime-03.js)
Differential Revision: https://phabricator.services.mozilla.com/D48182
--HG--
rename : devtools/shared/client/environment-client.js => devtools/shared/fronts/environment.js
rename : devtools/shared/client/property-iterator-client.js => devtools/shared/fronts/property-iterator.js
rename : devtools/shared/client/symbol-iterator-client.js => devtools/shared/fronts/symbol-iterator.js
extra : moz-landing-system : lando
2019-10-16 17:09:35 +00:00
David Walsh
34cd114993
Bug 1576145 - Show DOM nodes in for DOM Mutation Breakpoints in WhyPaused block r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D45248
--HG--
extra : moz-landing-system : lando
2019-10-17 02:04:45 +00:00
Daisuke Akatsuka
1cfc17bb27
Bug 1588961: Add a test for the event that the selected node is changed. r=rcaliman
...
Depends on D49377
Differential Revision: https://phabricator.services.mozilla.com/D49378
--HG--
extra : moz-landing-system : lando
2019-10-17 01:30:56 +00:00
Daisuke Akatsuka
0e91f94568
Bug 1588961: Update the content when the selected node is changed. r=rcaliman
...
Depends on D49256
Differential Revision: https://phabricator.services.mozilla.com/D49377
--HG--
extra : moz-landing-system : lando
2019-10-16 14:34:26 +00:00
Miriam
b43fd031d9
Bug 1582304: Ensure you can add a watchpoint to property within a bucket, prototype, or default properties.
...
Differential Revision: https://phabricator.services.mozilla.com/D49496
--HG--
extra : moz-landing-system : lando
2019-10-17 00:45:31 +00:00
Logan Smyth
6e3be305df
Bug 1581530 - Re-apply usage of .enable/.disable accidentally reverted in Bug 997119. r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D49382
--HG--
extra : moz-landing-system : lando
2019-10-16 18:13:41 +00:00
zhaogang
bd399a64e2
Bug 1578752 - Pass event listener column to debugger for more accurate pretty print. r=davidwalsh
...
Now the event listener tooltip url in the inspector will have an additional column part for generated file, which will be parsed as location.column to debugger, and the debugger pretty print can correctly create and use source map. It's the same bug as [[ https://bugzilla.mozilla.org/show_bug.cgi?id=1045237 | Bug 1045237]], [[ https://bugzilla.mozilla.org/show_bug.cgi?id=1134798 | Bug 1134798 ]], and [[ https://bugzilla.mozilla.org/show_bug.cgi?id=1175911 | Bug 1175911 ]]
Differential Revision: https://phabricator.services.mozilla.com/D48812
--HG--
extra : moz-landing-system : lando
2019-10-16 23:03:15 +00:00
Florens Verschelde
995baa5ff2
Bug 1588796 - New search-in-file highlight style in Debugger and Style Editor; r=davidwalsh,gl
...
Differential Revision: https://phabricator.services.mozilla.com/D49439
--HG--
extra : moz-landing-system : lando
2019-10-16 22:12:30 +00:00
Ciure Andrei
e2d920bc53
Backed out changeset 48816580680d (bug 1583042) for causing browser_ext_commands_onCommand.js to perma fail CLOSED TREE
2019-10-17 01:36:27 +03:00
David Walsh
6ded71ab21
Bug 1583042 - Change devtools debugger shortcut r=Harald
...
Differential Revision: https://phabricator.services.mozilla.com/D47502
--HG--
extra : moz-landing-system : lando
2019-10-16 17:18:18 +00:00
jaril
7628563796
Bug 1504025 - Fixed replay line indicator to display properly r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D49327
--HG--
extra : moz-landing-system : lando
2019-10-16 19:06:11 +00:00
Gabriel Luong
307fdf196f
Bug 1568126 - Part 3: Use the contextual WalkerFront in the markup view event handlers. r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D49346
--HG--
extra : moz-landing-system : lando
2019-10-16 18:19:02 +00:00
Cosmin Sabou
1e37dfb648
Backed out changeset 7bcfcf9c5a8a (bug 1583042) for browser chrome failures on browser_ext_commands_onCommand.js CLOSED TREE
2019-10-16 19:21:42 +03:00
David Walsh
047a6a5f5c
Bug 1583042 - Change devtools debugger shortcut r=Harald
...
Differential Revision: https://phabricator.services.mozilla.com/D47502
--HG--
extra : moz-landing-system : lando
2019-10-16 15:07:25 +00:00
Mellina Y.
3d366d4c4a
Bug 1582658 - Enable ESLint for all of devtools/client/storage/test/. r=miker
...
Differential Revision: https://phabricator.services.mozilla.com/D47679
--HG--
extra : moz-landing-system : lando
2019-10-16 13:50:08 +00:00
alessandro
378c81687d
Bug 1541411 - Enforce Title Case on labels across panels. r=fvsch
...
Enforced Title Case on all the labels listed in the bug description for all panels except the Debugger.
Differential Revision: https://phabricator.services.mozilla.com/D49109
--HG--
extra : moz-landing-system : lando
2019-10-16 11:15:00 +00:00
Nicolas Chevobbe
3469d5121d
Bug 1587839 - Pass the sourceId to sourcemap service subscribe callback. r=loganfsmyth.
...
The sourceId is then used in the various places where we call the sourcemap service.
A test is added in the console to make sure that we do navigate to the mapped
location in the debugger.
Differential Revision: https://phabricator.services.mozilla.com/D49103
--HG--
extra : moz-landing-system : lando
2019-10-16 00:16:55 +00:00
Daisuke Akatsuka
38f4dd72f0
Bug 1587690: Add jest tests for components. r=ladybenko
...
Depends on D48950
Differential Revision: https://phabricator.services.mozilla.com/D49256
--HG--
extra : moz-landing-system : lando
2019-10-16 01:32:48 +00:00
Daisuke Akatsuka
4d4cbd6fa5
Bug 1587690: Add a test for CSS property issues. r=ladybenko
...
Depends on D48949
Differential Revision: https://phabricator.services.mozilla.com/D48950
--HG--
rename : devtools/client/inspector/compatibility/test/.eslintrc.js => devtools/client/inspector/compatibility/test/browser/.eslintrc.js
extra : moz-landing-system : lando
2019-10-15 14:02:34 +00:00
Daisuke Akatsuka
b09ad6a127
Bug 1587690: Implement simple issue list UI. r=rcaliman,ladybenko
...
Depends on D48948
Differential Revision: https://phabricator.services.mozilla.com/D48949
--HG--
extra : moz-landing-system : lando
2019-10-15 07:27:25 +00:00
Daisuke Akatsuka
9192aeb547
Bug 1587690: Implement basic Redux flow. r=rcaliman,ladybenko
...
Differential Revision: https://phabricator.services.mozilla.com/D48948
--HG--
extra : moz-landing-system : lando
2019-10-16 01:24:48 +00:00
jaril
23830a0484
Bug 1579928 - Reflect proper message order in the console for evaluations during replay r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D49229
--HG--
extra : moz-landing-system : lando
2019-10-15 20:56:27 +00:00