Karl Tomlinson
8b101b80b5
Bug 1578623 add test for syntax errors and uncaught exceptions in worklet scripts r=bhackett
...
Depends on D44611
Differential Revision: https://phabricator.services.mozilla.com/D44612
--HG--
rename : devtools/client/webconsole/test/browser/browser_webconsole_worker_error.js => devtools/client/webconsole/test/browser/browser_webconsole_worklet_error.js
extra : moz-landing-system : lando
2019-09-08 23:44:05 +00:00
Sonia Singla
6837c2f38c
Bug 1569044 - Change background colour. r=Honza
...
When toolbar is wrapped onto two rows, the second row to have white background, class `devtools-input-toolbar` is being added up
onto `devtools-toolbar devtools-input-toolbar`
Differential Revision: https://phabricator.services.mozilla.com/D42665
--HG--
extra : moz-landing-system : lando
2019-09-08 07:17:44 +00:00
Brian Hackett
5e57aa68b6
Bug 1579583 - Restore repaint() manifest handler, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D45123
--HG--
extra : moz-landing-system : lando
2019-09-07 00:40:27 +00:00
Brian Hackett
69a17508bf
Bug 1576689 - Support logPoints with multiple arguments, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D45116
--HG--
extra : moz-landing-system : lando
2019-09-06 23:35:34 +00:00
David Walsh
0c095e92ed
Bug 1579548 - Remove no longer used download-anchor class r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D45089
--HG--
extra : moz-landing-system : lando
2019-09-06 22:18:59 +00:00
Brian Hackett
518fed5491
Bug 1579319 - Distinguish objects and frames from different locations, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D44936
--HG--
extra : moz-landing-system : lando
2019-09-06 21:19:30 +00:00
Brian Hackett
560029c0e1
Bug 1579325 - Fix test failure, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D45054
--HG--
extra : moz-landing-system : lando
2019-09-06 18:35:37 +00:00
Jason Laster
bf78b08020
Bug 1553210 - Implement clearing pending breakpoints and add tests. r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D44295
--HG--
extra : moz-landing-system : lando
2019-09-06 19:10:27 +00:00
Brindusan Cristian
f2aabeaa59
Backed out changeset 3182a1d6debb (bug 1500142) for xpcshell failures at test_oob_cert_auth.js. CLOSED TREE
2019-09-06 23:05:31 +03:00
Jason Laster
bc31321ff9
Bug 1579379 - Debugger infinite hang when hovering over variables. r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D45039
--HG--
extra : moz-landing-system : lando
2019-09-06 17:35:48 +00:00
Miriam
9b093489d4
Bug 1574190 - Add watchpoint as a trait in the server, remove watchpoints when object actor is released, add watchpoint to property descriptor object r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D45044
--HG--
extra : moz-landing-system : lando
2019-09-06 18:12:06 +00:00
Gabriel Luong
1ba46b8359
Bug 1500142 - Remove inspector bindings from toolbox. r=ochameau,yulia
...
Differential Revision: https://phabricator.services.mozilla.com/D40320
--HG--
extra : moz-landing-system : lando
2019-09-06 18:18:04 +00:00
Chris Muldoon
c6a70aafed
Bug 1576798 - Changed css box length of Watch Expression pane r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D44863
--HG--
extra : moz-landing-system : lando
2019-09-06 17:57:41 +00:00
Nicolas Chevobbe
fe325dcf21
Bug 1578675 - Make the Browser Toolbox console UI similar to Browser Console's one. r=Honza.
...
We are now showing the "Show content messages" checkbox, as well
as removing the "Persist logs" one.
Differential Revision: https://phabricator.services.mozilla.com/D44637
--HG--
extra : moz-landing-system : lando
2019-09-06 13:38:37 +00:00
Nicolas Chevobbe
3020c6904b
Bug 1579366 - Update completion text when autocomplete is disabled and popup isn't opened. r=Honza.
...
If the user triggered a force autocomplete (with Ctrl + Space)
that would result in having only the completion text, writing another
letter wouldn't update the completion text, that could then lead
into having an erroneous expression in the input.
This patch fixes this issue and add a test case to make sure we
don't regress this.
Differential Revision: https://phabricator.services.mozilla.com/D44976
--HG--
extra : moz-landing-system : lando
2019-09-06 13:35:55 +00:00
Yura Zenevich
2b061cd207
Bug 1578494 - when checking for mouse only interactivity, add additional checks for text leafs and showlongdesc actions. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D44868
--HG--
extra : moz-landing-system : lando
2019-09-06 12:24:18 +00:00
Belén Albeza
be69e3d5eb
Bug 1577484 - Part 2: Hide ManifestLoader when not needed, add a link to ManifestEmpty r=Ola,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D44669
--HG--
extra : moz-landing-system : lando
2019-09-06 11:16:13 +00:00
Belén Albeza
bcd927a4ce
Bug 1577484 - Part 1: Use async actions with thunk middleware for loading a manifest r=jdescottes,Ola
...
Differential Revision: https://phabricator.services.mozilla.com/D44668
--HG--
extra : moz-landing-system : lando
2019-09-06 10:34:36 +00:00
Alexandre Poirot
cc2c969ee7
Bug 1568840 - Use PageStyle from the currently selected element in the computed view. r=pbro,jdescottes
...
Make the PageStyleFront be a singleton managed by the inspector front,
like highlighters and walker.
It helps keep the Computed View code synchronous as it is highly sensible
to race condition. A simple event loop spin make a throw during tests.
Differential Revision: https://phabricator.services.mozilla.com/D44445
--HG--
extra : moz-landing-system : lando
2019-09-06 08:12:46 +00:00
lloan
383995b276
Bug 1575180 - Support for case sensitive search. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D44085
--HG--
extra : moz-landing-system : lando
2019-09-06 08:26:06 +00:00
Nicolas Chevobbe
eac86b480c
Bug 1578681 - Lighten background of buttons in dark mode. r=fvsch.
...
Differential Revision: https://phabricator.services.mozilla.com/D44770
--HG--
extra : moz-landing-system : lando
2019-09-06 07:00:02 +00:00
Daisuke Akatsuka
e3584dcd2b
Bug 1571942: Add a test for inspector shortcut in case that other tool is selected. r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D44773
--HG--
extra : moz-landing-system : lando
2019-09-06 03:25:58 +00:00
Daisuke Akatsuka
990e565c09
Bug 1571942: Avoid to raise the toolbox whenever the shortcut key of inspector was typed. r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D44772
--HG--
extra : moz-landing-system : lando
2019-09-06 03:25:43 +00:00
Karl Tomlinson
5f12a1a635
Bug 1578623 ignore self-hosted frames when testing console message stack line numbers r=bhackett
...
Line numbers in self-hosted frames are not controlled by the test.
Depends on D44610
Differential Revision: https://phabricator.services.mozilla.com/D44611
--HG--
extra : moz-landing-system : lando
2019-09-04 16:36:38 +00:00
Jason Laster
6e5a3a9907
Bug 1578606 - Fix jest. r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D44591
--HG--
rename : devtools/client/debugger/flow-typed/npm-custom/devtools-shared-utils_vx.x.x.js => devtools/client/debugger/flow-typed/npm-custom/devtools-modules_vx.x.x.js
extra : moz-landing-system : lando
2019-09-05 20:38:25 +00:00
Julien Wajsberg
234d224715
Bug 1578354 - Remove the obsolete condition so that JS frames are now properly filtered in in the call tree r=gregtatum
...
Bug 1557789 added categories to all JS frames, so as a result JS frames
where all filtered out because of the condition removed in this patch.
This condition is basically a premature optimization, removing it
shouldn't bring any behavior difference.
Differential Revision: https://phabricator.services.mozilla.com/D44803
--HG--
extra : moz-landing-system : lando
2019-09-05 15:20:36 +00:00
Jason Laster
06b1d905ee
Bug 1569829 - Opening a code-heavy file hangs to do 6 reflows with heavy codemirror computations. r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D44729
--HG--
extra : moz-landing-system : lando
2019-09-05 15:10:59 +00:00
Mihai Alexandru Michis
a3f69d49df
Backed out 2 changesets (bug 1578215) for causing damp failures at netmonitor/simple.js CLOSED TREE
...
Backed out changeset d17910e8fe6a (bug 1578215)
Backed out changeset a99353211255 (bug 1578215)
2019-09-05 23:48:17 +03:00
Gabriel Luong
b676bac12f
Bug 1579150 - Remove the RDM Settings Onboarding tooltip. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D44876
--HG--
extra : moz-landing-system : lando
2019-09-05 19:13:11 +00:00
Mihai Alexandru Michis
98aef7b8a0
Bug 1578215 - Fix linting error on devtools/client/netmonitor/src/api.js a=lint-fix. CLOSED TREE
2019-09-05 21:22:09 +03:00
Jan Odvarko
dfef1c3407
Bug 1578215 - DAMP Perf regression in netmonitor har export test (+12%); r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D44437
--HG--
extra : moz-landing-system : lando
2019-09-05 17:43:23 +00:00
Chris Muldoon
f58863b070
Bug 1577295 - Change color and appearance of font in paused error reason for improved readabiity r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D44766
--HG--
extra : moz-landing-system : lando
2019-09-05 15:10:14 +00:00
Alexandre Poirot
16d1ac6011
Bug 1578426 - Rename CssRuleView.target to currentTarget. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D44633
--HG--
extra : moz-landing-system : lando
2019-09-05 14:17:27 +00:00
Alexandre Poirot
2987ab1345
Bug 1578426 - Rename Inspector.target to Inspector.currentTarget. r=pbro
...
Rename this attribute to better significate that the target is
changing over time when the debugged target navigates to another process.
Differential Revision: https://phabricator.services.mozilla.com/D44632
--HG--
extra : moz-landing-system : lando
2019-09-05 14:17:20 +00:00
Nicolas Chevobbe
4bf8a96317
Bug 1578676 - Add missing separator left to the show content messages checkbox. r=Honza.
...
Differential Revision: https://phabricator.services.mozilla.com/D44636
--HG--
extra : moz-landing-system : lando
2019-09-05 09:24:25 +00:00
Nicolas Chevobbe
49076a161e
Bug 1578665 - Create a dedicated pref for Browser Console editor state. r=Honza.
...
We want the Browser Console and WebConsole to have
distinct preferences, so you might have one in
editor mode, and the other one in inline mode if
you want.
This is as simple as adding the preference, and
stripping the devtools.webconsole. prefix in
the constant we use for retrieving the preference
value.
Differential Revision: https://phabricator.services.mozilla.com/D44631
--HG--
extra : moz-landing-system : lando
2019-09-05 09:23:47 +00:00
tanhengyeow
34a4c4cb17
Bug 1561873 - Support for keyboard navigation in WS frame list. r=Honza
...
Support for keyboard navigation in WS frame list.
Differential Revision: https://phabricator.services.mozilla.com/D42897
--HG--
extra : moz-landing-system : lando
2019-09-05 07:59:18 +00:00
Greg Tatum
2ebfd4a2eb
Bug 1575682 - Stop the profiler popup from "blipping" with unrendered content r=julienw
...
Differential Revision: https://phabricator.services.mozilla.com/D43121
--HG--
extra : moz-landing-system : lando
2019-09-04 20:06:37 +00:00
Greg Tatum
89ca6aada1
Bug 1575682 - Add a mechanism for the popup to signal that its size has changed r=julienw
...
Differential Revision: https://phabricator.services.mozilla.com/D43116
--HG--
extra : moz-landing-system : lando
2019-09-04 20:06:29 +00:00
Greg Tatum
db7a4dcd82
Bug 1575682 - Rename the recording buttons, and add a cancel button r=julienw
...
This is broken out into a separate commit since it is a layout change
for the DevTools as well. Note, that this area is still not localized.
Differential Revision: https://phabricator.services.mozilla.com/D43120
--HG--
extra : moz-landing-system : lando
2019-09-04 20:06:06 +00:00
Greg Tatum
93aa558934
Bug 1575682 - De-duplicate the profiler popup code r=julienw
...
This changeset is the bulk of the changes. It should contain most of
the minimum necessary changes to have everything working correctly.
Differential Revision: https://phabricator.services.mozilla.com/D43119
--HG--
rename : devtools/client/performance-new/popup/popup.html => devtools/client/performance-new/popup/popup.xhtml
extra : moz-landing-system : lando
2019-09-04 20:05:52 +00:00
Greg Tatum
2dc86d9090
Bug 1575682 - Change the behavior of the popup shortcuts to stop the profiler on capture r=julienw
...
This change is a one-liner, but I wanted to call it out in its own commit
since it is a true behavior change.
Differential Revision: https://phabricator.services.mozilla.com/D43118
--HG--
extra : moz-landing-system : lando
2019-09-04 20:05:38 +00:00
Greg Tatum
8d2804eb1f
Bug 1575682 - Bridge the perf actor so that it can be reused with the popup r=julienw
...
Differential Revision: https://phabricator.services.mozilla.com/D43117
--HG--
extra : moz-landing-system : lando
2019-09-04 20:05:18 +00:00
David Walsh
79b6f9ba3d
Bug 1576163 - Prevent line shifting from inline preview r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D44687
--HG--
extra : moz-landing-system : lando
2019-09-04 16:46:56 +00:00
Brindusan Cristian
971c2dc9aa
Merge inbound to mozilla-central. a=merge
2019-09-04 19:26:46 +03:00
Brindusan Cristian
87d0935891
Merge mozilla-central to inbound. a=merge CLOSED TREE
2019-09-04 12:48:38 +03:00
Cosmin Sabou
c310c938df
Bug 1542144 - Annotate test on fission cause on debug failures. r=pbone
...
Differential Revision: https://phabricator.services.mozilla.com//D44584
2019-09-04 03:10:04 +03:00
Noemi Erli
7a9186aefb
Backed out changeset 55386bf32ae0 (bug 1578606) for devtools failures
...
--HG--
rename : devtools/client/debugger/flow-typed/npm-custom/devtools-modules_vx.x.x.js => devtools/client/debugger/flow-typed/npm-custom/devtools-shared-utils_vx.x.x.js
2019-09-04 05:23:11 +03:00
Jason Laster
7ea67f4d41
Bug 1578606 - Fix jest. r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D44591
--HG--
rename : devtools/client/debugger/flow-typed/npm-custom/devtools-shared-utils_vx.x.x.js => devtools/client/debugger/flow-typed/npm-custom/devtools-modules_vx.x.x.js
extra : moz-landing-system : lando
2019-09-04 00:56:52 +00:00
David Walsh
7f20101b2a
Bug 1573859 - Allow users to get to inspector from Dom Mutation Breakpoints panel r=jlast,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D43682
--HG--
extra : moz-landing-system : lando
2019-09-03 19:08:39 +00:00
Julian Descottes
4eb51d8fe8
Bug 1578361 - removed unused localTransport getter on debugger-client r=ladybenko
...
This was initially added in Bug 907755 for old telemetry probes.
Differential Revision: https://phabricator.services.mozilla.com/D44444
--HG--
extra : moz-landing-system : lando
2019-09-04 11:15:40 +00:00
Nicolas Chevobbe
d0413845a9
Bug 1577780 - Add test for invoking getter in content object from Browser Console. r=Honza.
...
We're re-using the test we already have for invoking getters
in the webconsole as it is checking a lot of different cases.
Differential Revision: https://phabricator.services.mozilla.com/D44628
--HG--
rename : devtools/client/webconsole/test/browser/browser_webconsole_object_inspector_getters.js => devtools/client/webconsole/test/browser/browser_console_content_getters.js
extra : moz-landing-system : lando
2019-09-04 09:03:44 +00:00
Nicolas Chevobbe
01653665f2
Bug 1578660 - Add missing key on EditorToolbar in App.js .r=Honza.
...
Differential Revision: https://phabricator.services.mozilla.com/D44630
--HG--
extra : moz-landing-system : lando
2019-09-04 09:09:24 +00:00
Nicolas Chevobbe
010f6b2666
Bug 1578283 - Don't scroll jsterm viewport when inserting a tab character. r=Honza.
...
When we wanted to insert a string in the webconsole input,
we were setting the input value, and setting the cursor
manually. But since the editor setCursor function is calling
alignLine, there could be cases where the editor scroll position
would jump, feeling awkward for the user.
It turns out we can simplify this code a lot since codeMirror
provides a replaceRange function, which is a perfect replacement
for what we were using, without having to manage the cursor position.
The only downside to that is that inserting characters this
way *does* fire a `changes` event, that we are listening to
in the JsTerm to request autocompletion (which we don't need
as we only insert characters when accepting a completion or
adding a tab).
To mitigate that, we pass a specific jsterm origin string to
replaceRange, which let's us discriminate in the changes event
listener if those changes originate from jsterm only actions.
A test is added to ensure this works as expected (the test was
failing without the fix).
Differential Revision: https://phabricator.services.mozilla.com/D44466
--HG--
extra : moz-landing-system : lando
2019-09-04 09:02:09 +00:00
lloan
9a09073dc7
Bug 1572144 - Support search result navigation. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D43555
--HG--
extra : moz-landing-system : lando
2019-09-04 08:31:45 +00:00
Julian Descottes
fdea67edb5
Bug 1273656 - Add wait before trying to click in browser_html_tooltip-02.js r=daisuke
...
Differential Revision: https://phabricator.services.mozilla.com/D44356
--HG--
extra : moz-landing-system : lando
2019-09-04 07:52:21 +00:00
Emilio Cobos Álvarez
c850b60c69
Bug 1578565 - SVG and MathML elements don't follow the CSS layout model. r=pbro
...
We could be more explicit and also handle svg on the height / width stuff
(width and height don't apply to all SVG elements).
But this avoids the false positive for now.
Differential Revision: https://phabricator.services.mozilla.com/D44621
--HG--
extra : moz-landing-system : lando
2019-09-04 07:45:32 +00:00
janelledement
4b6fa71ccf
Bug 1565715 - Stop preview highlight at non-element nodes.
...
By tweaking the while loop in addHighlightToTargetSiblings, the preview highlight will not continue beyond a non-text node. (Example in the case of a semi colon or a period.
Differential Revision: https://phabricator.services.mozilla.com/D44275
--HG--
extra : moz-landing-system : lando
2019-09-03 22:51:30 +00:00
Jason Laster
9d0541854d
Bug 1575240 - inspect(x) should show x in the appropriate panel. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D42747
--HG--
extra : moz-landing-system : lando
2019-09-03 20:57:40 +00:00
chujun
8fb7ae2f24
Bug 1577376 - UI for disable debugger statement r=jlast
...
Add menu items to both secondary panel and editor
Add a mochitest
{F1539841}
Differential Revision: https://phabricator.services.mozilla.com/D44115
--HG--
extra : moz-landing-system : lando
2019-08-31 00:50:13 +00:00
Megan Bailey
63f09e5cee
Bug 1491649 - Make useragent toolbar device and throlling select longer to display clearly. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D32346
--HG--
extra : moz-landing-system : lando
2019-09-03 18:12:35 +00:00
Megan Bailey
8fcd7c71a2
Bug 1542369 - Add method to highlight text if formTypes equals add. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D32510
--HG--
extra : moz-landing-system : lando
2019-09-03 18:11:39 +00:00
Maliha Islam
4922526a64
Bug 1567249 - Update a11y contrast calculation to make it work with applied simulation matrices, r=yzen,nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D42417
--HG--
extra : moz-landing-system : lando
2019-09-03 05:39:18 +00:00
Jason Laster
f93e5fd1de
Bug 1578252 - Highlight messages that are at the same location. r=bhackett
...
Differential Revision: https://phabricator.services.mozilla.com/D44381
--HG--
extra : moz-landing-system : lando
2019-09-03 15:34:02 +00:00
arthur.iakab
e843afd6cd
Backed out 6 changesets (bug 1575682) for causing devtools failures on browser_all_files_referenced.js CLOSED TREE
...
Backed out changeset 7e60a2013e96 (bug 1575682)
Backed out changeset c44c69605b87 (bug 1575682)
Backed out changeset abee6fadcd4d (bug 1575682)
Backed out changeset e4a75438c032 (bug 1575682)
Backed out changeset 985902e9abdb (bug 1575682)
Backed out changeset 31a67b9d47ab (bug 1575682)
--HG--
rename : devtools/client/performance-new/popup/popup.xhtml => devtools/client/performance-new/popup/popup.html
2019-09-03 21:01:24 +03:00
Noemi Erli
5dcfb63635
Backed out changeset 4e344973418a (bug 1572144) for failing in browser_accessibility_mutations.js CLOSED TREE
2019-09-03 20:12:10 +03:00
Razvan Maries
45a753ed46
Backed out changeset 05f1cba504d0 (bug 1573859) for perma fails on browser_misused_characters_in_strings.js. CLOSED TREE
2019-09-03 19:40:15 +03:00
Greg Tatum
b6c64887d8
Bug 1575682 - Stop the profiler popup from "blipping" with unrendered content r=julienw
...
Differential Revision: https://phabricator.services.mozilla.com/D43121
--HG--
extra : moz-landing-system : lando
2019-09-03 16:06:09 +00:00
Greg Tatum
e898f6ca4c
Bug 1575682 - Add a mechanism for the popup to signal that its size has changed r=julienw
...
Differential Revision: https://phabricator.services.mozilla.com/D43116
--HG--
extra : moz-landing-system : lando
2019-09-03 16:06:07 +00:00
Greg Tatum
899de33c54
Bug 1575682 - Rename the recording buttons, and add a cancel button r=julienw
...
This is broken out into a separate commit since it is a layout change
for the DevTools as well. Note, that this area is still not localized.
Differential Revision: https://phabricator.services.mozilla.com/D43120
--HG--
extra : moz-landing-system : lando
2019-09-03 16:06:03 +00:00
Greg Tatum
adcb6873db
Bug 1575682 - De-duplicate the profiler popup code r=julienw
...
This changeset is the bulk of the changes. It should contain most of
the minimum necessary changes to have everything working correctly.
Differential Revision: https://phabricator.services.mozilla.com/D43119
--HG--
rename : devtools/client/performance-new/popup/popup.html => devtools/client/performance-new/popup/popup.xhtml
extra : moz-landing-system : lando
2019-09-03 16:05:59 +00:00
Greg Tatum
39e7931b1e
Bug 1575682 - Change the behavior of the popup shortcuts to stop the profiler on capture r=julienw
...
This change is a one-liner, but I wanted to call it out in its own commit
since it is a true behavior change.
Differential Revision: https://phabricator.services.mozilla.com/D43118
--HG--
extra : moz-landing-system : lando
2019-09-03 16:05:55 +00:00
Greg Tatum
2da89fa0ed
Bug 1575682 - Bridge the perf actor so that it can be reused with the popup r=julienw
...
Differential Revision: https://phabricator.services.mozilla.com/D43117
--HG--
extra : moz-landing-system : lando
2019-09-03 16:04:22 +00:00
lloan
d8ffcbc0d8
Bug 1572144 - Support search result navigation. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D43555
--HG--
extra : moz-landing-system : lando
2019-09-03 15:55:02 +00:00
Jason Laster
a3fb20f8c6
Bug 1565375 - The pause overlay should include stepping buttons. r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D43516
--HG--
extra : moz-landing-system : lando
2019-08-30 22:25:46 +00:00
David Walsh
e57f38026d
Bug 1573859 - Allow users to get to inspector from Dom Mutation Breakpoints panel r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D43682
--HG--
extra : moz-landing-system : lando
2019-08-30 23:34:17 +00:00
Markus Stange
c32c68086c
Bug 1566986 - Make getSymbols an async function so that callers always get a promise and never a synchronous exception. r=gregtatum
...
Differential Revision: https://phabricator.services.mozilla.com/D44400
--HG--
extra : moz-landing-system : lando
2019-09-03 14:30:22 +00:00
Emma Malysz
392fe89b3a
Bug 1569738, make PageInfo fission compatible r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D42978
--HG--
extra : moz-landing-system : lando
2019-08-29 20:31:19 +00:00
Nicolas Chevobbe
37211d770b
Bug 1578389 - Fix propTypes error in console. r=Honza.
...
Fix 2 proptype errors: one in App.js, and the
other one in the renderStacktrace function,
that is called by Error rep.
Differential Revision: https://phabricator.services.mozilla.com/D44467
--HG--
extra : moz-landing-system : lando
2019-09-03 13:55:45 +00:00
Nicolas Chevobbe
7663347ad2
Bug 1578326 - Make history navigation icons same color as other icons in webconsole. r=Honza.
...
Differential Revision: https://phabricator.services.mozilla.com/D44428
--HG--
extra : moz-landing-system : lando
2019-09-03 07:43:35 +00:00
Nicolas Chevobbe
9f40693a13
Bug 1577795
- Fix browser_webconsole_reverse_search_initial_value.js intermittent. r=Honza.
...
The failures were about pending requests to highlighters,
because we were logging node elements. Since we don't
really need to do that, we simply change the command
to not lod elements.
Differential Revision: https://phabricator.services.mozilla.com/D44367
--HG--
extra : moz-landing-system : lando
2019-09-03 07:43:33 +00:00
Jean-Yves Avenard
d65c5e0309
Bug 1556489 - P19. Fix devtools stack traces. r=honza,ochameau
...
DevTools rely on events when a new HttpChannel is opened, it needs to know when a DocumentChannel is.
Differential Revision: https://phabricator.services.mozilla.com/D40975
2019-09-03 10:19:46 +10:00
Jean-Yves Avenard
b43fd91ea2
Bug 1556489 - P11. Add nIIdentChannel interface. r=mayhemer
...
The devtools listens to http-on-opening-request event which is expected to receive a nsIHttpChannel. However future changes will make it that it's not always a nsIHttpChannel that can fire such event.
As such we create an intermediary interface nsIIdentChannel and move the subset generating such event in nsIHttpChannel there.
Differential Revision: https://phabricator.services.mozilla.com/D40968
2019-09-03 10:19:34 +10:00
Cosmin Sabou
fb4596cde5
Bug 1535451 - Skip browser_webconsole_trackingprotection_errors.js on fission. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D44094
--HG--
extra : moz-landing-system : lando
2019-09-02 12:03:10 +00:00
yulia
329cb69c2c
Bug 1578108 - add addons actor back; r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D44375
--HG--
extra : moz-landing-system : lando
2019-09-02 15:33:29 +00:00
Julian Descottes
17ae774116
Bug 1519586
- Fix js error in browser_aboutdevtools_reuse_existing.js r=ladybenko
...
Differential Revision: https://phabricator.services.mozilla.com/D44345
--HG--
extra : moz-landing-system : lando
2019-09-02 15:22:37 +00:00
yulia
e0b09c55fe
Bug 1574401 - allow DevTools to access BrowsingContext; r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D44366
--HG--
extra : moz-landing-system : lando
2019-09-02 13:24:20 +00:00
yulia
f4156a2ce9
Bug 1485383 - update emulationFront to be retrieved using getFront; r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D43953
--HG--
extra : moz-landing-system : lando
2019-09-02 10:33:34 +00:00
Florens Verschelde
89cf4ed29b
Bug 1578020 - Fix horizontal spacing and RTL issues in Fonts panel; r=rcaliman
...
Differential Revision: https://phabricator.services.mozilla.com/D44309
--HG--
extra : moz-landing-system : lando
2019-09-02 13:42:41 +00:00
Yura Zenevich
7c45433d96
Bug 1577759 - add strings and urls for a keyboard check type for non-focusable and non-semantic clickable elements. r=gl,fluent-reviewers,flod
...
Depends on D44232
Differential Revision: https://phabricator.services.mozilla.com/D44233
--HG--
extra : moz-landing-system : lando
2019-09-01 15:55:14 +00:00
Yura Zenevich
2a978a3d9c
Bug 1577759 - add highlighter support for a keyboard check for non-focusable non-semantic elements. r=rcaliman
...
Depends on D44231
Differential Revision: https://phabricator.services.mozilla.com/D44232
--HG--
extra : moz-landing-system : lando
2019-09-02 12:31:03 +00:00
Yura Zenevich
ed97f85766
Bug 1577759 - add a keyboard check for non-focusable non-semantic elements that are interactive with mouse only. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D44231
--HG--
extra : moz-landing-system : lando
2019-09-02 06:59:33 +00:00
Nicolas Chevobbe
aa1e1dbea8
Bug 1577756 - Run browser_console_webconsole_console_api_calls.js can run with both Fission enabled and disabled. r=Honza.
...
We also add a few console API calls, as well as pass a second
object parameter for the methods that support it, so we can
check that the content object are well displayed in the
Browser Console.
As we add a new check for console.table, I realized that
hiding and showing a consoleTable component would trigger a
new request to the server, even if we already have the table
data at hand.
I fixed this by only trying to get data from the server if
we don't have them already.
Differential Revision: https://phabricator.services.mozilla.com/D44159
--HG--
extra : moz-landing-system : lando
2019-09-02 12:29:47 +00:00
monikamaheshwari
dac2ee564f
Bug 1562464 - transferred sort change r=Honza
...
Network pane of the Developer Tools
Differential Revision: https://phabricator.services.mozilla.com/D44313
--HG--
extra : moz-landing-system : lando
2019-09-02 11:06:13 +00:00
Belén Albeza
208ec08c09
Bug 1566013 - Part 3: Add mochitests r=Ola
...
Differential Revision: https://phabricator.services.mozilla.com/D43956
--HG--
extra : moz-landing-system : lando
2019-09-02 07:44:40 +00:00
Belén Albeza
b9053896d0
Bug 1566013 - Part 2: Add unit tests for the manifest reducer r=Ola
...
Differential Revision: https://phabricator.services.mozilla.com/D43955
--HG--
extra : moz-landing-system : lando
2019-09-02 08:26:32 +00:00
Belén Albeza
22cb75164e
Bug 1566013 - Part 1: Process canonical manifest and hook it with the Manifest component r=Ola
...
Differential Revision: https://phabricator.services.mozilla.com/D43954
--HG--
extra : moz-landing-system : lando
2019-09-02 06:44:14 +00:00
Emilio Cobos Álvarez
6694976ecd
Bug 1577834 - Remove now-useless promise array in ensureCSSErrorReportingEnabled. r=nchevobbe
...
Now that we no longer do anything when they all resolve, this can go away.
Differential Revision: https://phabricator.services.mozilla.com/D44222
--HG--
extra : moz-landing-system : lando
2019-09-02 08:22:30 +00:00
Nicolas Chevobbe
c93c7ac5af
Bug 1577074 - Instrument scripts executed from editor mode. r=rcaliman.
...
We add an extra "input" property that is filled with
either "inline" or "multiline" depending if the expression
was evaluated in regular webconsole layout or in editor mode.
The test that was checking the execute_js telemetry event is
modify to only check what it was created for (hitting enter
on incomplete expression adds new line), and a new test is
added to specifically check that the execute_js telemetry event
is recorded as we expect.
Differential Revision: https://phabricator.services.mozilla.com/D43738
--HG--
rename : devtools/client/webconsole/test/browser/browser_jsterm_multiline.js => devtools/client/webconsole/test/browser/browser_webconsole_telemetry_execute_js.js
extra : moz-landing-system : lando
2019-09-02 06:22:32 +00:00
Daisuke Akatsuka
0f6c405c91
Bug 1543782: Add test for the shortcut key which shows the suggest completion popup. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D43723
--HG--
extra : moz-landing-system : lando
2019-09-02 03:29:17 +00:00
Daisuke Akatsuka
f25606bd74
Bug 1543782: Add tests in case of empty. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D43722
--HG--
extra : moz-landing-system : lando
2019-09-02 03:34:40 +00:00
Daisuke Akatsuka
49bc96438b
Bug 1543782: Show the suggestions in case that the css value becomes empty for new rule inspector. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D43721
--HG--
extra : moz-landing-system : lando
2019-09-02 03:29:13 +00:00
Daisuke Akatsuka
7e47e03614
Bug 1543782: Show the suggestions when user presses ctrl+space. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D43720
--HG--
extra : moz-landing-system : lando
2019-09-02 03:27:38 +00:00
Daisuke Akatsuka
88bc25ece4
Bug 1543782: Show the suggestions in case that the css value becomes empty. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D43719
--HG--
extra : moz-landing-system : lando
2019-09-02 03:27:26 +00:00
Brian Hackett
f94fd8b49f
Bug 1578114 - Fix typo in setEmptyInstrumentationId, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D44339
--HG--
extra : moz-landing-system : lando
2019-09-01 22:36:58 +00:00
Brian Hackett
5ed60064ac
Bug 1575954 - QI for nsIDocShell before setting watchedByDevtools, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D44340
--HG--
extra : moz-landing-system : lando
2019-09-01 22:35:58 +00:00
Yura Zenevich
c7fb1fa618
Bug 1577790 - fix dark theme best practices icon fill color. r=gl
...
Differential Revision: https://phabricator.services.mozilla.com/D44234
--HG--
extra : moz-landing-system : lando
2019-08-30 20:30:57 +00:00
Coroiu Cristina
6dce799feb
Backed out changeset 204d32b36d7e (bug 1575240) for frequently failing devtools at devtools/client/inspector/test/browser_inspector_menu-06-other.js
2019-08-31 11:25:08 +03:00
Jason Laster
8d53b63ee8
Bug 1575240 - inspect(x) should show x in the appropriate panel. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D42747
--HG--
extra : moz-landing-system : lando
2019-08-30 20:43:13 +00:00
Brian Hackett
3ecbce3546
Bug 1576797 - Remove threadFront/target references from web replay tests, r=jlast.
...
Differential Revision: https://phabricator.services.mozilla.com/D43558
--HG--
extra : moz-landing-system : lando
2019-08-30 21:38:40 +00:00
David Walsh
611da30262
Bug 1577677 - Update language for toggling inline preview r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D44098
--HG--
extra : moz-landing-system : lando
2019-08-30 16:15:03 +00:00
Brad Werth
3f0714c0cf
Bug 1572840 Part 5: Update test expectations. r=gl
...
https://phabricator.services.mozilla.com/D42379
Differential Revision: https://phabricator.services.mozilla.com/D43825
--HG--
extra : moz-landing-system : lando
2019-08-30 18:45:56 +00:00
Brad Werth
2c1d514203
Bug 1572840 Part 3: Listen to fullzoom changes in the RDM pane and call the zoom viewport function. r=gl
...
Differential Revision: https://phabricator.services.mozilla.com/D41467
--HG--
extra : moz-landing-system : lando
2019-08-30 18:44:56 +00:00
Brad Werth
d6d0edef6f
Bug 1572840 Part 2: Make the RDM viewport render scaled to the viewport.zoom property. r=gl
...
Differential Revision: https://phabricator.services.mozilla.com/D41465
--HG--
extra : moz-landing-system : lando
2019-08-30 18:44:29 +00:00
Brad Werth
b13fe6a76e
Bug 1572840 Part 1: Add a zoom viewport action to RDM pane. r=gl
...
Differential Revision: https://phabricator.services.mozilla.com/D41463
--HG--
extra : moz-landing-system : lando
2019-08-30 18:44:06 +00:00
Jason Laster
3c1a5c02df
Bug 1577047 - Function calls without args should not be valid breakpoint positions. r=loganfsmyth
...
Differential Revision: https://phabricator.services.mozilla.com/D43884
--HG--
extra : moz-landing-system : lando
2019-08-30 14:49:25 +00:00
Gurzau Raul
6f5e14995c
Backed out changeset ae73cf1c7395 (bug 1561873) for eslint failure at FrameListContent.js on a CLOSED TREE.
2019-08-30 20:39:32 +03:00
tanhengyeow
a329609891
Bug 1575364
- WebSocket Inspector Test: Limit payload size. r=Honza
...
Test that the truncated payload notification displays correctly.
Differential Revision: https://phabricator.services.mozilla.com/D42734
--HG--
extra : moz-landing-system : lando
2019-08-30 17:31:15 +00:00
tanhengyeow
48f4c00ca8
Bug 1575341 - WebSocket Inspector Test: Limit number of frames. r=Honza
...
Test that the truncated message notification displays correctly.
Differential Revision: https://phabricator.services.mozilla.com/D42719
--HG--
extra : moz-landing-system : lando
2019-08-30 17:26:40 +00:00
Brian Hackett
44d14c3f29
Bug 1576318 Part 5 - Add tests that we can preview assorted objects while replaying, and pause the debugger without making debugger requests, r=loganfsmyth.
...
Depends on D43321
Differential Revision: https://phabricator.services.mozilla.com/D43322
--HG--
extra : moz-landing-system : lando
2019-08-30 17:13:34 +00:00
Brian Hackett
ad74710129
Bug 1576318 Part 4 - Add testing method to get the debugger requests and associated stacks for the current pause, r=loganfsmyth.
...
Depends on D43320
Differential Revision: https://phabricator.services.mozilla.com/D43321
--HG--
extra : moz-landing-system : lando
2019-08-30 17:10:57 +00:00
Brian Hackett
f8e6ccaf6b
Bug 1576318 Part 3 - Avoid rerendering messages when the paused execution point has not changed, r=loganfsmyth,nchevobbe.
...
Depends on D43319
Differential Revision: https://phabricator.services.mozilla.com/D43320
--HG--
extra : moz-landing-system : lando
2019-08-30 17:07:07 +00:00
Brian Hackett
fe92dccb84
Bug 1576318 Part 2 - Use replay-friendly methods when previewing objects and getting the contents of container objects, r=loganfsmyth.
...
Depends on D43318
Differential Revision: https://phabricator.services.mozilla.com/D43319
--HG--
extra : moz-landing-system : lando
2019-08-30 17:06:05 +00:00
Brian Hackett
ec37274f10
Bug 1576318 Part 1 - Supply contents of containers and additional information needed while previewing to the ReplayDebugger, r=loganfsmyth.
...
Differential Revision: https://phabricator.services.mozilla.com/D43318
--HG--
extra : moz-landing-system : lando
2019-08-30 17:00:00 +00:00
tanhengyeow
c3820a997f
Bug 1575274 - WebSocket Inspector Test: Filtering using free text. r=Honza
...
Test for filtering messages using the filter input.
Differential Revision: https://phabricator.services.mozilla.com/D42694
--HG--
extra : moz-landing-system : lando
2019-08-30 17:04:15 +00:00
tanhengyeow
36e147f925
Bug 1561873 - Support for keyboard navigation in WS frame list. r=Honza
...
Support for keyboard navigation in WS frame list.
Differential Revision: https://phabricator.services.mozilla.com/D42897
--HG--
extra : moz-landing-system : lando
2019-08-30 17:02:46 +00:00
Sebastian Hengst
161a6ec7b4
Bug 1577727
- set meta data in which bugzilla product & component debugger bugs should be filed. r=jlast DONTBUILD
...
Got (accidentally?) removed in bug 1500987.
Differential Revision: https://phabricator.services.mozilla.com/D44119
--HG--
extra : moz-landing-system : lando
2019-08-30 16:40:39 +00:00
Razvan Caliman
521211a377
Bug 1577467 - Remove obsolete iframe container for DevTools animation inspector; r=daisuke
...
The animation inspector is [loaded on demand by the inspector](https://searchfox.org/mozilla-central/rev/8ea946dcf51f0d6400362cc1d49c8d4808e `eacf1/devtools/client/inspector/inspector.js#937-942) as a sidebar panel via an `InspectorPanel` instance. The iframe container from index.xhtml seems to be a leftover from a time where the animation inspector was loaded differently.
No failing tests after removing iframe. Is this ok to cleanup?
Differential Revision: https://phabricator.services.mozilla.com/D43951
--HG--
extra : moz-landing-system : lando
2019-08-30 12:17:05 +00:00
Patrick Brosset
a285cce793
Bug 1576484 - Bail out of getParentGridElement when the element is <html>; r=rcaliman
...
Differential Revision: https://phabricator.services.mozilla.com/D44017
--HG--
extra : moz-landing-system : lando
2019-08-30 11:45:07 +00:00
Brindusan Cristian
a10ae49f67
Backed out 5 changesets (bug 1543782) for devtools failures on browser_rules_completion-on-empty.js.
...
Backed out changeset d7b6b036d777 (bug 1543782)
Backed out changeset 2081fd72fd28 (bug 1543782)
Backed out changeset 703a2947c350 (bug 1543782)
Backed out changeset 822638e9789a (bug 1543782)
Backed out changeset cb477711fa64 (bug 1543782)
--HG--
extra : histedit_source : 5f52e7a5791fcdcf9d3433aced75ac3c92c48c3b
2019-08-30 13:59:35 +03:00
Nicolas Chevobbe
434d13bdd7
Bug 1574791 - Don't emit a warning message when enabling CSS warnings. r=Honza.
...
There was a warning message displayed to indicate that
the stylesheets where parsed again for checking errors,
and that in order to see errors for CSS modified in
Javascript, the tab should be reloaded.
The jargon used there was confusing, and also this was
more a notice than an actual warning message.
In order to remove confusion, we don't emit this message
anymore, but add a title to the CSS filter button when
it's disabled. The sentence is reworded to be simpler
to understand.
Differential Revision: https://phabricator.services.mozilla.com/D44118
--HG--
extra : moz-landing-system : lando
2019-08-30 08:57:50 +00:00
Nicolas Chevobbe
abba330463
Bug 1576949 - Clicking the Editor Run button when input has text selection only evaluate selected text. r=Honza.
...
This is done by modifying the evaluateExpression action,
where we retrieve the selection of the full input.
Differential Revision: https://phabricator.services.mozilla.com/D43750
--HG--
extra : moz-landing-system : lando
2019-08-30 08:55:09 +00:00
Nicolas Chevobbe
233a01c078
Bug 1535451 - Fix browser_webconsole_trackingprotection_errors.js intermittent. r=Honza.
...
Differential Revision: https://phabricator.services.mozilla.com/D44112
--HG--
extra : moz-landing-system : lando
2019-08-30 08:39:26 +00:00
Julian Descottes
40a208612e
Bug 1577409 - Move natural-sort helper to fix Storage panel in remote debugging r=daisuke
...
Differential Revision: https://phabricator.services.mozilla.com/D43922
--HG--
rename : devtools/client/shared/natural-sort.js => devtools/shared/natural-sort.js
extra : moz-landing-system : lando
2019-08-30 07:43:12 +00:00
Maliha Islam
4c04690578
Bug 1567200 - Add telemetry for simulation menu usage, r=yzen
...
Differential Revision: https://phabricator.services.mozilla.com/D42254
--HG--
extra : moz-landing-system : lando
2019-08-30 03:14:51 +00:00
Daisuke Akatsuka
55b657cc4d
Bug 1543782: Add test for the shortcut key which shows the suggest completion popup. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D43723
--HG--
extra : moz-landing-system : lando
2019-08-30 03:15:13 +00:00
Daisuke Akatsuka
db9b78e4a5
Bug 1543782: Add tests in case of empty. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D43722
--HG--
extra : moz-landing-system : lando
2019-08-30 03:15:06 +00:00
Daisuke Akatsuka
cfdc89eea3
Bug 1543782: Show the suggestions in case that the css value becomes empty for new rule inspector. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D43721
--HG--
extra : moz-landing-system : lando
2019-08-30 03:14:57 +00:00
Daisuke Akatsuka
b70e8558dd
Bug 1543782: Show the suggestions when user presses ctrl+space. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D43720
--HG--
extra : moz-landing-system : lando
2019-08-30 03:14:55 +00:00
Daisuke Akatsuka
261e5bbfea
Bug 1543782: Show the suggestions in case that the css value becomes empty. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D43719
--HG--
extra : moz-landing-system : lando
2019-08-30 03:14:53 +00:00
David Walsh
187b9f7d6d
Bug 1577268 - Add vue extension to list of javascript mode extensions r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D43981
--HG--
extra : moz-landing-system : lando
2019-08-30 00:44:31 +00:00
David Walsh
b1d2b988c9
Bug 1577081 - Make blackbox work from frame context menu r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D43973
--HG--
extra : moz-landing-system : lando
2019-08-29 20:50:10 +00:00
Noemi Erli
257da8f0d3
Backed out 2 changesets (bug 1575240) for failures in browser_inspector_menu-06-other.js CLOSED TREE
...
Backed out changeset 0667a378d933 (bug 1575240)
Backed out changeset 74fce607d8a7 (bug 1575240)
2019-08-30 00:35:13 +03:00
Cosmin Sabou
23311695cd
Bug 1575240 - inspect(x) should show x in the appropriate panel (fix lint). r=jlast
2019-08-29 23:57:37 +03:00
Jason Laster
d056cd3a51
Bug 1575240 - inspect(x) should show x in the appropriate panel. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D42747
--HG--
extra : moz-landing-system : lando
2019-08-29 20:40:14 +00:00
David Walsh
09941e303d
Bug 1577079 - Fix source download feature r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D44012
--HG--
extra : moz-landing-system : lando
2019-08-29 16:21:32 +00:00
Jason Laster
ef037077c5
Bug 1571791 - "Step in" across an await expression jumps to unexpected places. r=loganfsmyth
...
Differential Revision: https://phabricator.services.mozilla.com/D42723
--HG--
extra : moz-landing-system : lando
2019-08-29 16:09:47 +00:00
Florens Verschelde
afdfc5639c
Bug 1576604 - Avoid array indexes as identifiers for open accordion items in Layout; r=gl
...
Differential Revision: https://phabricator.services.mozilla.com/D43834
--HG--
extra : moz-landing-system : lando
2019-08-29 15:56:01 +00:00
Gabriel Luong
3a9a56b002
Bug 1577282 - Part 3: Convert Spectrum to ES6 Class. r=Maliha
...
Depends on D43979
Differential Revision: https://phabricator.services.mozilla.com/D43980
--HG--
extra : moz-landing-system : lando
2019-08-29 15:01:07 +00:00
Gabriel Luong
bcd4446fba
Bug 1577282 - Part 2: Move functions outside of the Spectrum prototype. r=Maliha
...
Depends on D43978
Differential Revision: https://phabricator.services.mozilla.com/D43979
--HG--
extra : moz-landing-system : lando
2019-08-29 14:47:52 +00:00