Граф коммитов

17520 Коммитов

Автор SHA1 Сообщение Дата
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