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

15119 Коммитов

Автор SHA1 Сообщение Дата
David Walsh 422f77cced No bug - Ensure preview displays on paused column breakpoint lines r=jlast
TODO:  Don't use the alias function and import getBreakpointsList from all used locations (many)

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

--HG--
extra : moz-landing-system : lando
2019-03-15 22:17:08 +00:00
Jason Laster b2bdc8fa72 Bug 1534786 - Ensure that breakpoints are visible when you reload formatted files. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D23386

--HG--
extra : moz-landing-system : lando
2019-03-14 21:41:40 +00:00
Jason Laster dc6e9abad0 Bug 1535607 - Breakpoint does not appear in the gutter until scrolling. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D23699

--HG--
extra : moz-landing-system : lando
2019-03-15 19:35:54 +00:00
Yura Zenevich 443948e48a Bug 1531584 - catch promise error when updating a11y menu item when DOMWalker connection is already closed. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D23321

--HG--
extra : moz-landing-system : lando
2019-03-13 15:44:55 +00:00
Ola Gasidlo f3155b5e0a Bug 1505128 - Add feature to disconnect from a device, r=ladybenko,daisuke
Added disconnect from device funtion + button to be displayed in runtime page when device is connected

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

--HG--
extra : moz-landing-system : lando
2019-03-15 14:19:17 +00:00
Nicolas Chevobbe 24dc1bfecc Bug 1535305 - Guard this.jsterm access in webconsole-ui.js. r=Honza.
Depending on the load, this.jsterm might not be
set when switching to the console panel, and can
cause a crash (blank tab).
This patch checks that this.jsterm exists before
taking further actions.

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

--HG--
extra : moz-landing-system : lando
2019-03-15 11:43:41 +00:00
arthur.iakab 54d67a13d1 Backed out changeset 6af97458ab5d (bug 1505124) for causing Eslint failure on connect/ConnectPage.js CLOSED TREE 2019-03-15 11:10:38 +02:00
Belén Albeza cf948bd6b9 Bug 1505124 - UX implementation for the Connect Page. r=daisuke,Ola
Differential Revision: https://phabricator.services.mozilla.com/D21542

--HG--
extra : moz-landing-system : lando
2019-03-15 08:50:03 +00:00
Razvan Maries 3d59436341 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-03-15 05:48:49 +02:00
Razvan Maries b5f0d05bc9 Merge mozilla-inbound to mozilla-central a=merge 2019-03-15 05:40:21 +02:00
Logan Smyth d8a86aa10f Bug 1534847 - Part 3: Pass originalText load failure through to UI instead of failing silently. r=jlast
Summary:

Returning null here leaves us in an infinite loading state because null is treated as neither
success nor failure.

Reviewers: jlast

Bug #: 1534847

Differential Revision: https://phabricator.services.mozilla.com/D23453
2019-03-14 19:00:21 -04:00
Logan Smyth d1e54f1409 Bug 1534847 - Part 2: Invalidate the loadSourceText cache on navigation. r=jlast
Summary:

If users navigate while source text is loading, we need to ignore existing
cached promises because they may resolve and then not actually set the
resulting source, because the source was deleted from the source list.
We want to explicitly use a new cache entry if we have navigated.

Reviewers: jlast

Bug #: 1534847

Differential Revision: https://phabricator.services.mozilla.com/D23452
2019-03-14 19:00:20 -04:00
Logan Smyth cefa9c5b9c Bug 1534847 - Part 1: Refactor loadSourceText to separate caching from logic. r=jlast
Summary:

Splitting up this logic makes us less likely to introduce code that would break
the caching behavior. If you look closely at these changes, you'll notice that
there actually one one early return in this code that would cause us to
exit without clearing the 'requests' cache meaning we could get stuck in
an infinite loading state.

Reviewers: jlast

Reviewed By: jlast

Bug #: 1534847

Differential Revision: https://phabricator.services.mozilla.com/D23451
2019-03-14 19:00:19 -04:00
Daisuke Akatsuka de75b1f93a Bug 1488991: Update remote browser position before showing context menu. r=pbro,smaug
The position of remote browser was not updated by resizing the window and
changing the align of viewport etc, although will be updated when the window
moves, the frame reflows and so on.
Thus, in this patch, update the position of remote browser before showing
context menu so as to locates at proper position.
I investigated though, when reflow and moving happens, the position is updated
by TabParent::UpdateDimensions()[1]. This patch as well is taking an approach
which update the position explicitly by TabParent::UpdateDimensions() before
showing context menu.

[1] https://searchfox.org/mozilla-central/source/dom/ipc/TabParent.cpp#729

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

--HG--
extra : moz-landing-system : lando
2019-03-15 00:09:20 +00:00
Razvan Maries b52345353d Merge mozilla-inbound to mozilla-central a=merge 2019-03-14 23:41:17 +02:00
David Walsh 6cea4e91ca Bug 1535130 - Don't show breakpoint line when focused on close button r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D23409

--HG--
extra : moz-landing-system : lando
2019-03-14 20:30:28 +00:00
David Walsh a4f5eefd90 Bug 1534808 - Don't show pretty print option for non-JS sources r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D23333

--HG--
extra : moz-landing-system : lando
2019-03-14 20:31:41 +00:00
Andreea Pavel b6170418e2 Backed out 3 changesets (bug 1534847) for failing debugger on a CLOSED TREE
Backed out changeset ee3da1413835 (bug 1534847)
Backed out changeset 27a3400989c9 (bug 1534847)
Backed out changeset 7cf6462189e8 (bug 1534847)
2019-03-15 00:30:59 +02:00
Logan Smyth ca45dac2df Bug 1534847 - Part 3: Pass originalText load failure through to UI instead of failing silently.
Returning null here leaves us in an infinite loading state because null is treated as neither
success nor failure.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 22:05:54 +00:00
Logan Smyth 233dfff347 Bug 1534847 - Part 2: Invalidate the loadSourceText cache on navigation. r=jlast
If users navigate while source text is loading, we need to ignore existing
cached promises because they may resolve and then not actually set the
resulting source, because the source was deleted from the source list.
We want to explicitly use a new cache entry if we have navigated.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 22:04:28 +00:00
Logan Smyth 272a75e5ec Bug 1534847 - Part 1: Refactor loadSourceText to separate caching from logic. r=jlast
Splitting up this logic makes us less likely to introduce code that would break
the caching behavior. If you look closely at these changes, you'll notice that
there actually one one early return in this code that would cause us to
exit without clearing the 'requests' cache meaning we could get stuck in
an infinite loading state.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 20:38:20 +00:00
Jan Odvarko 8531967e8e Bug 1531400 - Missing bottom border on netmonitor table's header; r=ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D22959

--HG--
extra : moz-landing-system : lando
2019-03-14 16:49:04 +00:00
Brian Hackett 4c2b26578f Bug 1534786 - Show pending breakpoints as soon as their generated source appears, r=jlast.
--HG--
extra : rebase_source : 016c850ae88ee4a9b3c3aec7ebabee2f8c95a21f
2019-03-14 04:42:47 -10:00
Dorel Luca db38f9a7f7 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2019-03-14 18:33:49 +02:00
Dorel Luca 2d369e149e Backed out changeset c0c0b342f39e (bug 1531400) for DevTools failures in devtools/client/netmonitor/test/browser_net_autoscroll.js 2019-03-14 12:24:32 +02:00
Jan Odvarko e8fa711caf Bug 1531400 - Missing bottom border on netmonitor table's header; r=ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D22959

--HG--
extra : moz-landing-system : lando
2019-03-13 16:08:47 +00:00
Gabriel Luong 98dd36c099 Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D23366
2019-03-13 14:31:54 -04:00
Csoregi Natalia 085bd77843 Merge mozilla-central to autoland. CLOSED TREE 2019-03-14 07:02:39 +02:00
Csoregi Natalia 97b04f2a07 Merge inbound to mozilla-central. a=merge 2019-03-14 06:56:57 +02:00
Brian Hackett aa430e4e60 Bug 1533417 - Update selected location when selecting a new thread, r=jlast.
--HG--
extra : rebase_source : 25c40acfe50c7f01deca7c72a8bb7c54d85f1470
2019-03-12 10:26:02 -10:00
Brian Hackett 83df285edd Bug 1534772 - Evaluate expressions when selecting new threads, r=jlast.
--HG--
extra : rebase_source : 661073f04074fb85fd18c26cca328fb3050de35a
2019-03-12 10:11:48 -10:00
Csoregi Natalia d89aaed68c Merge mozilla-central to mozilla-inbound. CLOSED TREE 2019-03-13 23:48:05 +02:00
Brian Hackett 6717d898fd Bug 1532180 - Always specify thread when accessing debugger pause state, r=jlast.
--HG--
extra : rebase_source : 6ad349d06a373d06393ea14d312b402c885a8cfe
2019-03-13 05:48:27 -10:00
Dhruvi Butti 2c074bae46 Bug 1164195 - Add a resultType param to $x console helper. r=nchevobbe.
This makes it possible to pass a third parameter which is a XPathResult constant.
Test cases are added to ensure this works as expected.

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

--HG--
extra : moz-landing-system : lando
2019-03-13 13:16:15 +00:00
yulia 994e78fd2f Bug 1532567 - remove unused eval method from threadClient and threadActor; r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D21700

--HG--
extra : moz-landing-system : lando
2019-03-12 15:03:47 +00:00
yulia 970debcc65 Bug 1528296 - remove comma; r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D23154

--HG--
extra : moz-landing-system : lando
2019-03-13 16:53:21 +00:00
yulia 4e032f2ecf Bug 1528296 - remove deprecation message r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D22574

--HG--
extra : moz-landing-system : lando
2019-03-13 16:52:41 +00:00
yulia d8f0e4a4eb Bug 1528296 - remove unused function call r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D22497

--HG--
extra : moz-landing-system : lando
2019-03-13 16:52:10 +00:00
yulia 3bb03b982a Bug 1528296 - remove unused viewer-helpers; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D22496

--HG--
extra : moz-landing-system : lando
2019-03-13 16:52:03 +00:00
yulia d849fb1a59 Bug 1528296 - remove call watcher (and references to removed panels in the debugger including the r=vporof
gcli);

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

--HG--
extra : moz-landing-system : lando
2019-03-13 16:52:01 +00:00
yulia ec915fed01 Bug 1528296 - remove eslint empty file requirements for old panels; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D22494

--HG--
extra : moz-landing-system : lando
2019-03-13 16:50:05 +00:00
yulia 7671d5db19 Bug 1528296 - remove SideMenuWidget and dependancies; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D22493

--HG--
extra : moz-landing-system : lando
2019-03-13 16:49:42 +00:00
yulia 58c5e6cec7 Bug 1403944 - Remove Web Audio Editor actor and spec; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D19528

--HG--
extra : moz-landing-system : lando
2019-03-13 16:49:15 +00:00
yulia 824ce51c8e Bug 1403944 - Remove Web Audio Editor front and panel; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D19527

--HG--
extra : moz-landing-system : lando
2019-03-13 16:48:42 +00:00
yulia 12c5ac3425 Bug 1342237 - remove Shader Editor Actor and Front; r=vporof
Depends on D14732

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

--HG--
extra : moz-landing-system : lando
2019-03-13 16:47:48 +00:00
yulia 8c86559f59 Bug 1342237 - remove Shader Editor Panel; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D14732

--HG--
extra : moz-landing-system : lando
2019-03-13 16:47:10 +00:00
yulia 83e3a56687 Bug 1403938 - remove Canvas Debugger actor from the server; r=vporof
Depends on D14730

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

--HG--
extra : moz-landing-system : lando
2019-03-13 16:46:42 +00:00
yulia 7ccc815e9a Bug 1403938 - remove Canvas Debugger client; r=vporof
Assigning sole for now

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

--HG--
extra : moz-landing-system : lando
2019-03-13 16:46:12 +00:00
Edwin Gao a5bef7a7c7 Bug 1531590, 1531598, 1534811, 1336075, 1531571, 1531572, 1531572, 1531574, 1534855, 1534857, 1535082 - skip tests in mochitest-dev-tools and mochitest-browser-chrome suites for windows10-aarch64 r=jmaher
Bug 1531598 - disable browser_markup_copy_image_data.js
Bug 1531598 - disable browser_markup_links_04.js
Bug 1531598 - disable browser_inspector_menu-01-sensitivity.js
Bug 1534811 - disable accessible/tests/browser/general
Bug 1336075 - disable browser_largeAllocation_non_win32.js
Bug 1531571 - disable browser_jsterm_context_menu_labels.js
Bug 1531572 - disable browser_jsterm_helper_dollar_x.js
Bug 1531573 - disable browser_jsterm_no_input_and_tab_key_pressed.js
Bug 1531574 - disable browser_jsterm_syntax_highlight_output.js
Bug 1534855 - disable accessible/tests/browser/
Bug 1534857 - disable browser_ext_slow_script.js
Bug 1535082 - disable browser_jsterm_helper_dollar_dollar.js

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

--HG--
extra : moz-landing-system : lando
2019-03-13 19:47:25 +00:00
Kyle Machulis b1414002ac Bug 1524709 - Remove aShouldBeRemote from updateBrowserRemoteness; r=nika
Just set the RemoteType in the options object argument, instead of
doubling up the information.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 00:51:30 +00:00
lenka 307840b6b6 Bug 1534548 - Align header labels left, show sorting icon; r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D23119

--HG--
extra : moz-landing-system : lando
2019-03-13 10:39:30 +00:00
Brindusan Cristian d6ae112e84 Backed out changeset 52e8296f4d36 (bug 1164195) as requested by nchevobbe for missing the reviewer information. 2019-03-13 09:49:45 +02:00
Dhruvi Butti cca262c961 Bug 1164195 - Add a resultType param to $x console helper. .
This makes it possible to pass a third parameter which is a XPathResult constant.
Test cases are added to ensure this works as expected.

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

--HG--
extra : moz-landing-system : lando
2019-03-13 06:39:50 +00:00
Noemi Erli 9d0b92de49 Backed out changeset bb3918322c3c (bug 1534837) for debugger failures CLOSED TREE 2019-03-13 03:26:08 +02:00
Daisuke Akatsuka 635bde9fed Bug 1528140: Wait for removing about:devtools-toolbox tab info from about:debugging. r=ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D23105

--HG--
extra : moz-landing-system : lando
2019-03-12 14:28:13 +00:00
arthur.iakab ae229e85e2 Backed out changeset fae9b5118064 (bug 1534085) for causing debugger failures CLOSED TREE 2019-03-13 02:47:48 +02:00
Logan Smyth 6fcaa7e8ee Bug 1534837 - Invalidate the debugger pref schema. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D23243

--HG--
extra : moz-landing-system : lando
2019-03-13 00:19:42 +00:00
Logan Smyth 999d434e4a Bug 1534085 - Avoid accidentally creating partial source objects. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D23242

--HG--
extra : moz-landing-system : lando
2019-03-13 00:27:00 +00:00
Jason Laster b1985ff010 Bug 1534332 - get empty lines r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22985

--HG--
extra : moz-landing-system : lando
2019-03-12 21:07:43 +00:00
Edouard Oger d391c790bc Bug 1532514 - Update sinon to v7.2.7. r=markh
Differential Revision: https://phabricator.services.mozilla.com/D22046

--HG--
extra : moz-landing-system : lando
2019-03-12 19:32:40 +00:00
Brindusan Cristian 6e3dc3044f Backed out changeset 5dc0ae1f1b48 (bug 1534772) for node-debugger failures. CLOSED TREE 2019-03-13 17:58:50 +02:00
Brian Hackett ec0fa7a41a Bug 1534772 - Evaluate expressions when selecting new threads, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D23211

--HG--
extra : moz-landing-system : lando
2019-03-13 12:48:30 +00:00
Michael Ratcliffe 4e59db5712 Bug 1534610 - Switch to React.createRef() in inspector.js to save a few cycles r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D23131

--HG--
extra : moz-landing-system : lando
2019-03-13 13:55:28 +00:00
Jason Laster d11dedc8c5 Bug 1532791 - Breaking on exception even if option is off. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D22186

--HG--
extra : moz-landing-system : lando
2019-03-12 19:01:40 +00:00
Ciure Andrei 1cea309572 Backed out changeset e2316f37b988 (bug 1532791)for perma failing test_blackboxing-05.js, test_pause_exceptions-01.js CLOSED TREE 2019-03-12 19:45:39 +02:00
Ciure Andrei 9f4ebc07f7 Backed out 13 changesets (bug 1342237, bug 1403944, bug 1403938, bug 1528296) for subsuite gpu failures CLOSED TREE
Backed out changeset eee6b5f77d67 (bug 1528296)
Backed out changeset 285c56c29146 (bug 1528296)
Backed out changeset 47fff0f9b424 (bug 1528296)
Backed out changeset cebff9f6f811 (bug 1528296)
Backed out changeset 78be67cfabe8 (bug 1528296)
Backed out changeset 3e055733ee57 (bug 1528296)
Backed out changeset 2d321819c273 (bug 1528296)
Backed out changeset c8fcdc7c2e0b (bug 1403944)
Backed out changeset f1003c2742c2 (bug 1403944)
Backed out changeset 06a583daf142 (bug 1342237)
Backed out changeset f75b89bf0aa4 (bug 1342237)
Backed out changeset 90579bc6554c (bug 1403938)
Backed out changeset 488d49d434f8 (bug 1403938)
2019-03-12 18:57:01 +02:00
Jason Laster 34482fc99e Bug 1532791 - Breaking on exception even if option is off. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D22186

--HG--
extra : moz-landing-system : lando
2019-03-12 15:41:39 +00:00
Jason Laster 07f5ee2ca6 No bug - Sort breakpoints by selected location. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D23140

--HG--
extra : moz-landing-system : lando
2019-03-12 16:08:47 +00:00
yulia f70aa72ebf Bug 1529247 - remove unused cachedScript property; r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D21672

--HG--
extra : moz-landing-system : lando
2019-03-12 14:02:05 +00:00
yulia 408d434de2 Bug 1529247 - remove unused releaseMany method from thread client and actor; r=ochameau
There is one spot I am unsure about, and that is the test:
devtools/server/tests/unit/test_threadlifetime-06.js -- should this be kept or do we want to remove
it as well?

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

--HG--
extra : moz-landing-system : lando
2019-03-12 14:06:35 +00:00
Nicolas Chevobbe 51a5c2dae9 Bug 1530255 - Load keyMap files on demand; r=bgrins.
We use to include all the keyMap files in the
codeMirror bundle, but these files can be
pretty large, and are useless if the user did
not select a custom key mapping in the settings
panel.
This patch changes this to only load those files
when they are needed, either when a new editor
is created, or when the user changes the key mapping
preference. The files are only loaded once.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 14:56:24 +00:00
Razvan Caliman 4626e42237 Bug 1534567 - Ensure inherited CSS variables are case sensitive; r=pbro
Bug 1512634 introduced a case-insensitive check for CSS properties. This caused a regression whereby inherited CSS variables with mixed case were incorrectly unmatched when shown in the Rules view.

To fix this, we do a strict check for CSS variables in CSSProperties front because they are case sensitive (--color and --COLOR are different CSS variables).
See: https://www.w3.org/TR/css-variables-1/
> Unlike other CSS properties, custom property names are case-sensitive.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 13:45:00 +00:00
Razvan Caliman 9dca2452ee Bug 1529883 - Add telemetry instrumentation to count the number of invocations of the element picker. r=gl
Agreed with PM (mbalfanz@mozilla.com) about the intended behavior: number of invocations, not actual picks, is considered sufficient to answer the questions.

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

--HG--
extra : moz-landing-system : lando
2019-03-07 19:51:26 +00:00
yulia 000eaf0eb6 Bug 1528296 - remove comma; r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D23154

--HG--
extra : moz-landing-system : lando
2019-03-12 15:33:47 +00:00
yulia dd6c7ab3e9 Bug 1528296 - remove deprecation message r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D22574

--HG--
extra : moz-landing-system : lando
2019-03-12 15:01:03 +00:00
yulia 1ce2d19ed1 Bug 1528296 - remove unused function call r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D22497

--HG--
extra : moz-landing-system : lando
2019-03-12 15:00:29 +00:00
yulia 4b35009029 Bug 1528296 - remove unused viewer-helpers; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D22496

--HG--
extra : moz-landing-system : lando
2019-03-12 15:00:27 +00:00
yulia 53608b8df3 Bug 1528296 - remove call watcher (and references to removed panels in the debugger including the r=vporof
gcli);

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

--HG--
extra : moz-landing-system : lando
2019-03-12 14:56:35 +00:00
yulia 65675f944c Bug 1528296 - remove eslint empty file requirements for old panels; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D22494

--HG--
extra : moz-landing-system : lando
2019-03-12 14:56:09 +00:00
yulia 56050e084f Bug 1528296 - remove SideMenuWidget and dependancies; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D22493

--HG--
extra : moz-landing-system : lando
2019-03-12 14:53:41 +00:00
yulia fe4252e6e1 Bug 1403944 - Remove Web Audio Editor actor and spec; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D19528

--HG--
extra : moz-landing-system : lando
2019-03-12 14:52:33 +00:00
yulia f3cd627b57 Bug 1403944 - Remove Web Audio Editor front and panel; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D19527

--HG--
extra : moz-landing-system : lando
2019-03-12 14:50:18 +00:00
yulia ade28a1f24 Bug 1342237 - remove Shader Editor Actor and Front; r=vporof
Depends on D14732

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

--HG--
extra : moz-landing-system : lando
2019-03-12 14:49:53 +00:00
yulia 424091658d Bug 1342237 - remove Shader Editor Panel; r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D14732

--HG--
extra : moz-landing-system : lando
2019-03-12 14:47:42 +00:00
yulia 0d4cd33f2f Bug 1403938 - remove Canvas Debugger actor from the server; r=vporof
Depends on D14730

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

--HG--
extra : moz-landing-system : lando
2019-03-12 14:47:07 +00:00
yulia 45147b86ec Bug 1403938 - remove Canvas Debugger client; r=vporof
Assigning sole for now

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

--HG--
extra : moz-landing-system : lando
2019-03-12 14:43:47 +00:00
Jason Orendorff 705d014bc8 Bug 1534304 - Proper fix for a race condition in an about:debugging test. r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D22996

--HG--
extra : moz-landing-system : lando
2019-03-12 01:53:37 +00:00
Mrigank Krishan 5ea374dd55 Bug 1454962 - Add ways to reset sorting. r=Honza
As suggested by @Harald, I've added two ways to "Reset state":
- Middle click on request list header.
- "Reset Columns" option in the context menu will also sort by timeline.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 12:35:47 +00:00
Michael Ratcliffe 566b1f81ae Bug 1532584 - Test event-collector.js with chrome enabled r=ochameau
### Try

https://treeherder.mozilla.org/#/jobs?repo=try&revision=719ecb363402f4c058c970e11c73633e14f7339c

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

--HG--
extra : moz-landing-system : lando
2019-03-11 16:38:09 +00:00
fanny d72ca58d8b Bug 1533657 - Remove defer usage in devtools/client/shared/widgets/Graphs.js. r=nchevobbe
Remove defer and update to promise

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

--HG--
extra : moz-landing-system : lando
2019-03-12 10:33:43 +00:00
Helena Moreno 06f24fd1bb Bug 1532939 - Add Cmd + K support to clear the console on OSX. r=nchevobbe.
This is a common shortcut on OSX to clear terminal output, and something that Chrome does,
so it makes sense to implement it in our console as well.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 06:21:07 +00:00
Oana Pop Rus 38d2d04978 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-03-12 06:53:06 +02:00
Logan Smyth aa6dca06fb Bug 1534342 - Fix test flakiness introduced by not blocking on parser.setSource().
Differential Revision: https://phabricator.services.mozilla.com/D23080

--HG--
extra : moz-landing-system : lando
2019-03-12 03:25:17 +00:00
Logan Smyth 2335fdeb20 Bug 1533813 - getOriginalLocation can be expensive. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22760

--HG--
extra : moz-landing-system : lando
2019-03-12 00:46:14 +00:00
Dorel Luca eb794cd9b8 Backed out changeset 4b280518c7b1 (bug 1532514) for Browser-chrome failures in browser/components/syncedtabs/test/browser/browser_sidebar_syncedtabslist.js. CLOSED TREE 2019-03-12 03:59:56 +02:00
Edouard Oger 565385661c Bug 1532514 - Update sinon to v7.2.7. r=markh
Differential Revision: https://phabricator.services.mozilla.com/D22046

--HG--
extra : moz-landing-system : lando
2019-03-12 00:18:16 +00:00
Dorel Luca 716250e4da Backed out changeset 985e05a4b540 (bug 1533813) for Debugger failure. CLOSED TREE 2019-03-12 01:40:45 +02:00
Logan Smyth 2eb982a11e Bug 1533813 - getOriginalLocation can be expensive. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22760

--HG--
extra : moz-landing-system : lando
2019-03-11 23:23:27 +00:00
Logan Smyth 8ec034265a Bug 1534342 - Fix O(n^2) perf issues in getSymbols. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D22997

--HG--
extra : moz-landing-system : lando
2019-03-11 22:34:39 +00:00
Logan Smyth 1bbb66123b Bug 1533938 - Fix regression from refactor of connect.js page. r=yulia
Looks like this regressed in a patch for bug 1520774.

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

--HG--
extra : moz-landing-system : lando
2019-03-11 10:04:22 +00:00
Jason Laster cc231ed290 Bug 1533391 - Lint Debugger on try.
Differential Revision: https://phabricator.services.mozilla.com/D23023

--HG--
extra : moz-landing-system : lando
2019-03-11 19:07:58 +00:00
Jason Laster ba3d1f29c3 Bug 1534248 - Remove loading unnecessary generated sources. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22966

--HG--
extra : moz-landing-system : lando
2019-03-11 19:02:17 +00:00
Jason Laster 5b297b69a4 Bug 1533391 - Lint Debugger on try. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D22503

--HG--
extra : moz-landing-system : lando
2019-03-11 18:43:17 +00:00
Micah Tigley 3affbee9d3 Bug 1533158 - Replace the orange highlight color with yellow when highlighting CSS properties. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D22418

--HG--
extra : moz-landing-system : lando
2019-03-11 15:09:04 +00:00
Florens Verschelde 3a4d1ef9d0 Bug 1533767 - [release-129] Sync 129. r=jlast
Bug 1533767 - [release-129] Fix 8026 - Prevent breakpoint label from triggering checkbox focus (#8044). r=dwalsh

Bug 1533767 - [release-129] Update dependency devtools-launchpad to ^0.0.150 (#8046). r=dwalsh

Bug 1533767 - [release-129] Fixes Regex for React Libraries (#8010). r=dwalsh

Bug 1533767 - [release-129] Ensuring long strings get re-rendered when their loaded properties are updated (#7874) (#8053). r=dwalsh

Bug 1533767 - [release-129] Update Getting Setup Docs (#8065). r=dwalsh

Bug 1533767 - [release-129] Fix 7799 - Restore pretty print shim to tab context menu (#8037). r=dwalsh

Bug 1533767 - [release-129] Unify array creation style in SecondaryPanes getStartItems and getEndItems (#8050). r=dwalsh

Bug 1533767 - [release-129] Add focus-within for showing breakpoint's delete button (#8029). r=dwalsh

Bug 1533767 - [release-129] Fix #7840 - Remove blackboxed text to prevent overflow (#8052). r=dwalsh

Bug 1533767 - [release-129] [Preview] Open node from the object inspector in popups (#8069). r=dwalsh

Bug 1533767 - [release-129] Fix #7952 - Remove debug line check for token hovering  (#8070). r=dwalsh

Bug 1533767 - [release-129] #7993 Fix callstack frame-group icon and avoid global selectors (#8078). r=dwalsh

Bug 1533767 - [release-129] Use O(N) algorithm in getUniqueIdentifiers. (#8085). r=dwalsh

Bug 1533767 - [release-129] Fix #8081 - Dropdown label and icon style (#8082). r=dwalsh

Bug 1533767 - [release-129] Fix #8084 - Vue.js icon missing in Frames (#8086). r=dwalsh

Bug 1533767 - [release-129] Fix #7956 - Show falsy values in preview (#8072). r=dwalsh

Bug 1533767 - [release-129] Fix #8040 - Correct Accordion header spacing and restore thin plus.svg icon (#8087). r=dwalsh

Bug 1533767 - [release-129] fix: make search input more responsive (#8079). r=dwalsh

Bug 1533767 - [release-129] Update link in contributing.md (#8095). r=dwalsh

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

--HG--
extra : moz-landing-system : lando
2019-03-11 15:54:34 +00:00
Jason Laster 2daba0937d Bug 1534248 - Remove loading unnecessary generated sources. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22966

--HG--
extra : moz-landing-system : lando
2019-03-11 16:24:05 +00:00
Jason Orendorff 8df9d66499 Bug 1533574 - Work around a race condition in an about:debugging test. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D22740

--HG--
extra : moz-landing-system : lando
2019-03-11 15:20:46 +00:00
Andreea Pavel f6bca82c23 Backed out changeset 423f48c98230 (bug 1533391) for failing try test on a CLOSED TREE 2019-03-11 17:03:46 +02:00
Jason Laster 31602d2640 Bug 1533391 - Lint Debugger on try. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D22503

--HG--
extra : moz-landing-system : lando
2019-03-11 13:28:02 +00:00
Bisola Omisore da94ffd2ed Bug 1519313 - Do not clear the console input when evaluating and 'devtools.webconsole.input.editor' is true. r=nchevobbe
Create an `editorMode` prop that is initialized with the preference value, and passed to the JSTerm component.
The prop is then used to check if the input should be cleared when an evaluation is done.
A test is added to ensure this works as expected.

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

--HG--
extra : moz-landing-system : lando
2019-03-11 08:57:27 +00:00
Jason Laster a75220760a Bug 1533725 - Enable column breakpoints by default. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22697

--HG--
extra : moz-landing-system : lando
2019-03-09 17:06:29 +00:00
Logan Smyth 9b838ec5a5 Bug 1533945 - Handle selectedFrame being unknown. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D22812

--HG--
extra : moz-landing-system : lando
2019-03-09 02:01:38 +00:00
Julian Descottes 6fef20e426 Bug 1528219 - Display explicit non-backward message when trying to connect from 67 to older version r=daisuke,loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D19939

--HG--
extra : moz-landing-system : lando
2019-03-09 00:59:03 +00:00
Jason Laster 6ef1b54451 Bug 1533549 - Bug 1533547 - Column Breakpoints are not visible when reloading. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22607

--HG--
extra : moz-landing-system : lando
2019-03-08 20:38:17 +00:00
Logan Smyth 9f89c9dddd Bug 1534837 - Invalidate the debugger pref schema. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D23243

--HG--
extra : moz-landing-system : lando
2019-03-13 18:57:18 +00:00
Logan Smyth eba0c748bf Bug 1534085 - Avoid accidentally creating partial source objects. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D23242

--HG--
extra : moz-landing-system : lando
2019-03-13 16:59:56 +00:00
Andrew Law ba9d10370d Bug 1531437 - Remove compatibility workaround for validating property names. 2019-03-11 16:22:19 -04:00
Gabriel Luong 8aede4ca29 Bug 1533823 - Element style should refresh on "style-changed" and "pseudoclass" events. r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D22745
2019-03-08 13:40:58 -05:00
Jason Laster 8062e8e8b0 Bug 1533372 - Update MDN link.
Differential Revision: https://phabricator.services.mozilla.com/D22805

--HG--
extra : moz-landing-system : lando
2019-03-08 23:50:10 +00:00
Csoregi Natalia 598e74635b Backed out changeset 76a4586acec2 (bug 1533725) for debugger failures. CLOSED TREE 2019-03-09 00:05:43 +02:00
Jason Laster 169fc5dc9e Bug 1533725 - Enable column breakpoints by default. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22697

--HG--
extra : moz-landing-system : lando
2019-03-08 16:22:00 +00:00
Csoregi Natalia 7d0d457c44 Backed out changeset 5d5db39b0497 (bug 1533391) for debugger failures. CLOSED TREE 2019-03-08 23:07:29 +02:00
Mike Conley a303096161 Bug 1529762 - Update browser_page_style.js test to use a normal web page rather than a data URI. r=gl
The PageStyleChild now only attaches to normal web pages.

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

--HG--
extra : moz-landing-system : lando
2019-03-08 20:22:52 +00:00
Jason Laster 71896d2c30 Bug 1533549 - Column breakpoints seem to spring into existance when you stop scrolling. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22632

--HG--
extra : moz-landing-system : lando
2019-03-08 16:27:16 +00:00
Jason Laster da9eb0a723 Bug 1533391 - Lint Debugger on try. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D22503

--HG--
extra : moz-landing-system : lando
2019-03-08 15:19:54 +00:00
Nicolas Chevobbe 28e8dc6e5c Bug 1533276 - Fix mocha tests; r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D22457

--HG--
extra : moz-landing-system : lando
2019-03-08 11:51:08 +00:00
Jason Laster 55f68376af No bug - Add mapped location formatters.
Differential Revision: https://phabricator.services.mozilla.com/D22721

--HG--
extra : moz-landing-system : lando
2019-03-08 15:46:28 +00:00
Laphets 66f8eb6866 Bug 1443089 - Better UI/UX for empty response panel. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D21838

--HG--
extra : moz-landing-system : lando
2019-03-08 15:23:13 +00:00
lenka f098dc0c1e Bug 1358414 - Introduce column resizer in request list; r=Honza
Adding feature to netmonitor for resizing of columns. In this patch the functionality is hidden behind the pref devtools.netmonitor.features.resizeColumns.  This feature is currently turned off - false.

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

--HG--
extra : moz-landing-system : lando
2019-03-08 15:42:54 +00:00
Oana Pop Rus 514a737482 Backed out changeset c8a4f2586fc0 (bug 1291427) for devtools on browser_storage_cookies_edit.js on a CLOSED TREE 2019-03-08 17:48:49 +02:00
Jason Laster cbc8307003 Bug 1533489 - findBreakpoint should be context aware. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D22558

--HG--
extra : moz-landing-system : lando
2019-03-08 13:39:06 +00:00
ivan c9d1bd4b2d Bug 1533658 - Remove defer usage in FlameGraph. r=nchevobbe.
Differential Revision: https://phabricator.services.mozilla.com/D22699

--HG--
extra : moz-landing-system : lando
2019-03-08 14:46:29 +00:00
Jason Laster 7a056aa6ce No bug - Fix debugger eslint issues.
Differential Revision: https://phabricator.services.mozilla.com/D22706

--HG--
extra : moz-landing-system : lando
2019-03-08 14:36:03 +00:00
avi.mathur b41eb2119e Bug 1291427 - Table headers are not removed when selecting an empty storage r=miker
Before this change clicking on Storage Type use to show table headers from previous selection. Now clicking on Storage Type will reset table headers also in case empty table headers will get cleared.

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

--HG--
extra : moz-landing-system : lando
2019-03-08 14:17:27 +00:00
Nicolas Chevobbe 1aaa3686e1 Bug 1533667 - Fix scroll to bottom with repeated messages; r=Honza.
When a message was repeated, the bubble would appear and
slightly increase the message size (by 1px), making it
lose its bottom-anchoring. Then, if a new message came,
the console won't automatically scroll anymore.
This patch modifies the repeat bubble CSS so it doesn't
impact the message height, and add a test case in the
test which asserts the scroll to bottom feature.

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

--HG--
extra : moz-landing-system : lando
2019-03-08 13:28:57 +00:00
lloan 76c8d857b7 Bug 1486323 - Network monitor toolbar is 1px too high. r=Honza
For consistency with other parts of DevTools, the Network monitor toolbar (or toolbars, when splitted in 2) should be 28px high excluding borders.

Currently it’s 29px, 1px taller than the toolbox's tab bar, and 1px taller than the Console’s toolbar.

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

--HG--
extra : moz-landing-system : lando
2019-03-08 11:17:15 +00:00
Narcis Beleuzu 4941072670 Bug 1307249 - Disable browser_dbg-navigation.js on OSX and Linux r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22666

--HG--
extra : moz-landing-system : lando
2019-03-08 10:30:17 +00:00
Edwin Gao fbc9e7f6e9 Bug 1533556 - disable devtools/client/accessibility/test/browser/browser_accessibility_panel_highlighter.js r=jmaher
A new failure cropped up when preceding tests were disabled.

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

--HG--
extra : moz-landing-system : lando
2019-03-08 00:04:47 +00:00
Edwin Gao 01760c0d7a Bug 1533534 - disable browser_accessibility_mutations.js r=jmaher
Depends on D22597

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

--HG--
extra : moz-landing-system : lando
2019-03-07 21:22:42 +00:00
Edwin Gao 81a6efeba7 Bug 1533529 - disable browser_inspector_addNode_01.js, browser_inspector_addNode_02.js r=jmaher
Depends on D22596

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

--HG--
extra : moz-landing-system : lando
2019-03-07 21:23:14 +00:00
Edwin Gao 9ea030332c Bug 1531584 - disable browser_markup_anonymous_02/03/04.js r=jmaher
Depends on D22595

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

--HG--
extra : moz-landing-system : lando
2019-03-07 21:21:53 +00:00
Edwin Gao 117ed4c4a4 Bug 1533507 - disable devtools/client/inspector/markup/test/browser_markup_shadowdom_open_debugger.js r=jmaher
Depends on D22594

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

--HG--
extra : moz-landing-system : lando
2019-03-07 21:21:10 +00:00
Edwin Gao ab75e0557e Bug 1533184 - disable various files inside devtools/client/accessibility/test/ and devtools/server/tests/browser/ r=jmaher
- browser_accessibility_context_menu_browser.js
- browser_accessibility_highlighter_infobar.js
- browser_accessibility_node.js
- browser_accessibility_node_events.js
- browser_accessibility_simple.js

Depends on D22593

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

--HG--
extra : moz-landing-system : lando
2019-03-07 21:20:48 +00:00
Edwin Gao 980bcc3cca Bug 1533492 - disable devtools/client/inspector/test/browser_inspector_menu-05-attribute-items.js r=jmaher
Depends on D22592

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

--HG--
extra : moz-landing-system : lando
2019-03-07 21:20:31 +00:00
Edwin Gao c658eb49e4 Bug 1533490 - disable devtools/client/inspector/test/browser_inspector_delete-selected-node-02.js r=jmaher
Depends on D22590

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

--HG--
extra : moz-landing-system : lando
2019-03-07 21:17:44 +00:00
Edwin Gao efc0cfcee0 Bug 1533487 - disable devtools/server/tests/browser/browser_accessibility_walker.js r=jmaher
Depends on D22589

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

--HG--
extra : moz-landing-system : lando
2019-03-07 21:18:33 +00:00
Edwin Gao 2bf9ff90e4 Bug 1533484 - disable devtools/client/accessibility/test/browser/browser_accessibility_context_menu_inspector.js r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22589

--HG--
extra : moz-landing-system : lando
2019-03-07 21:18:54 +00:00
arthur.iakab 93997623bd Merge mozilla-central to autoland a=merge on a CLOSED TREE 2019-03-08 00:14:12 +02:00
arthur.iakab 85ad02d41a Merge inbound to mozilla-central a=merge 2019-03-07 23:58:42 +02:00
Ciure Andrei de57e9be76 Backed out changeset 85797ddca854 (bug 1532584) for perma failing browser_markup_events_chrome_not_blocked.js CLOSED TREE 2019-03-07 19:52:33 +02:00