2818 Commits

Author SHA1 Message Date
Hubert Boma Manilla
1363c353aa Bug 1615471 - Escape dollar sign for curl on windows r=Honza
Escape dollar sign for curl on windows,to fix a security issue
where commands such as $(cmd.exe) can be executed.

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

--HG--
extra : moz-landing-system : lando
2020-04-07 08:43:31 +00:00
Julian Descottes
9b57f6f875 Bug 1618691 - Use tab descriptor in about:debugging r=ochameau
Depends on D69545

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

--HG--
extra : moz-landing-system : lando
2020-04-14 13:16:55 +00:00
Julian Descottes
5938de5878 Bug 1618691 - Return selected as property of the TabDescriptorActor form r=ochameau
Depends on D69543
There are no actual call sites for selected, but we have a test checking the feature.
Alternatively we could get rid of the feature.

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

--HG--
extra : moz-landing-system : lando
2020-04-14 13:15:24 +00:00
Razvan Caliman
c46abd10c3 Bug 1628787 - Fix toggling of RulePreviewTooltip on hover. r=gl
Relying on [TooltipToggle to automatically handle mouse events](https://searchfox.org/mozilla-central/rev/06985b12a4abe393c02c6bf14d86bf3d25c33337/devtools/client/shared/widgets/tooltip/TooltipToggle.js#36-38) to show/hide the tooltip in order to avoid the tooltip flickering.
Ideally, we should control `RulePreviewTooltip` via [TooltipsOverlay](https://searchfox.org/mozilla-central/rev/06985b12a4abe393c02c6bf14d86bf3d25c33337/devtools/client/inspector/shared/tooltips-overlay.js#88), but, for now, this fix seems to address the intermittent test failure.

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

--HG--
extra : moz-landing-system : lando
2020-04-13 16:52:51 +00:00
Hubert Boma Manilla
db3a463592 Bug 1613884 - New headers panel using accordion r=Honza
- New accordion based headers panel
 - Remove old Properties View
 - Updated tests

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

--HG--
rename : devtools/client/netmonitor/src/components/HeadersPanel.js => devtools/client/netmonitor/src/components/request-details/HeadersPanel.js
extra : moz-landing-system : lando
2020-04-14 11:38:01 +00:00
Jacqueline
c6d7e0ebde Bug 1528288 - Introduce a tooltip when hovering over box-model values to show the rule where a value is coming from r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D68708

--HG--
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_jump-to-rule-on-hover.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_jump-to-rule-on-click.js
extra : moz-landing-system : lando
2020-04-09 13:43:23 +00:00
Bogdan Tara
81711eec26 Backed out changeset 8d307ddf5bcf (bug 1613884) for many browser_accessibility* tests timeouts CLOSED TREE
--HG--
rename : devtools/client/netmonitor/src/components/request-details/HeadersPanel.js => devtools/client/netmonitor/src/components/HeadersPanel.js
2020-04-09 15:09:06 +03:00
Hubert Boma Manilla
1923ef40f7 Bug 1613884 - New headers panel using accordion r=Honza
- New accordion based headers panel
 - Remove old Properties View
 - Updated tests

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

--HG--
rename : devtools/client/netmonitor/src/components/HeadersPanel.js => devtools/client/netmonitor/src/components/request-details/HeadersPanel.js
extra : moz-landing-system : lando
2020-04-09 10:14:41 +00:00
Andrew Nicols
b54179e426 Bug 1556903 - Return null when source not found. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D33755

--HG--
extra : moz-landing-system : lando
2020-04-09 03:12:44 +00:00
Logan Smyth
3f76247abc Bug 1598309 - Part 2: Avoid leaking memory for sourcemap loading. r=jlast
Depends on D69930

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

--HG--
extra : moz-landing-system : lando
2020-04-07 17:06:15 +00:00
Logan Smyth
083033cd6c Bug 1598309 - Part 1: Update bundles with recent Boolean changes. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D69930

--HG--
extra : moz-landing-system : lando
2020-04-07 17:06:38 +00:00
Logan Smyth
d256d771ed Bug 1607559 - Part 2: Avoid perf issue with data: URLs for inlined source-maps. r=jlast
Depends on D69933

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

--HG--
extra : moz-landing-system : lando
2020-04-07 17:06:56 +00:00
Logan Smyth
b8acb33b40 Bug 1607559 - Part 1: Do not replace the global URL with whatwg-url. r=jlast
By loading whatwg-url like this, we replace the worker global URL property
(among others), which means that code that uses `URL` and expects it to be the
version that is built into Firefox may not get what they expect.

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

--HG--
extra : moz-landing-system : lando
2020-04-07 16:46:37 +00:00
Jason Laster
db85ee3240 Bug 1605331 - Watch expressions should be evaluated in the right context. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D67701

--HG--
extra : moz-landing-system : lando
2020-04-07 20:05:32 +00:00
Dace Jansone
5f3ee39984 Bug 1553795 - Fix preset input in filter tooltip. r=rcaliman
Fixed the problem that part of preset input field in filter widget was vissible
when it shouldn't be.

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

--HG--
extra : moz-landing-system : lando
2020-04-07 19:15:06 +00:00
Brindusan Cristian
ed2dea237d Backed out changeset 185a33dcfa94 (bug 1605331) for devtools failures at browser_dbg-windowless-workers.js. CLOSED TREE 2020-04-04 04:03:41 +03:00
Jason Laster
df29502fe7 Bug 1605331 - Watch expressions should be evaluated in the right context. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D67701

--HG--
extra : moz-landing-system : lando
2020-04-03 22:23:11 +00:00
Julian Descottes
7addf56289 Bug 1625906 - Remove backward compatibility message dedicated to debugger regression for Firefox 67 r=daisuke,fluent-reviewers
Depends on D69003

This backward compatibility message was only relevant for Firefox 67.
We can remove it.

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

--HG--
extra : moz-landing-system : lando
2020-04-01 11:19:37 +00:00
Julian Descottes
4b80b1e82e Bug 1625906 - Add dedicated warning message for users trying to debug firefox for android 68 r=Harald,daisuke,fluent-reviewers,flod
Depends on D68987

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

--HG--
extra : moz-landing-system : lando
2020-04-02 13:43:23 +00:00
Julian Descottes
68b8fef105 Bug 1626210 - Add a test for devtools prepare-tcp-connection r=daisuke
Depends on D68982

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

--HG--
extra : moz-landing-system : lando
2020-04-01 09:10:08 +00:00
Brad Werth
16927141b8 Bug 1619836 Part 4: Re-enable the test. r=hiro
Differential Revision: https://phabricator.services.mozilla.com/D65413

--HG--
extra : moz-landing-system : lando
2020-03-24 18:33:33 +00:00
Brad Werth
9ec7da3d13 Bug 1619836 Part 3: Make the test browser_layoutHelpers_getBoxQuads2.js more informative and forgiving. r=hiro
This patch makes several improvements to the test:

1) It forces the test to run in Fission window. Primarily, this helps the
test generate precise CSS pixel results. For some reason, those are less
reliable in non-Fission windows. Secondarily, this API only exists to
support a fission-enabled browser, so it is a better match for its intended
usage.

2) It uses isfuzzy with an epsilon of 1 to compensate for any sub-pixel
imprecision.

3) It checks all four sides of each quad; not just the origin.

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

--HG--
extra : moz-landing-system : lando
2020-03-31 22:35:02 +00:00
Julian Descottes
045c5d903d Bug 1626210 - Import Cc,Ci in devtools prepare-tcp-connection.js r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D68982

--HG--
extra : moz-landing-system : lando
2020-03-31 11:49:22 +00:00
Julian Descottes
fdec3e7197 Bug 1625495 - Remove devtools/shared/client folder r=daisuke,ochameau,nchevobbe
Depends on D68599

This changeset moves devtools-client.js and constants.js to devtools/client and removes devtools/shared/client

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

--HG--
rename : devtools/shared/client/constants.js => devtools/client/constants.js
rename : devtools/shared/client/devtools-client.js => devtools/client/devtools-client.js
extra : moz-landing-system : lando
2020-03-31 08:36:29 +00:00
Logan Smyth
0d172217ca Bug 1624507 - Part 5: Make AMD support an opt-in feature of the loader. r=ochameau
Since base-loader's job is to handle this kind of thing, and it already
requires a special case to populate the descriptor anyway, so it seems a lot
easier to provide this as builtin optional feature of base-loader.

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

--HG--
extra : moz-landing-system : lando
2020-03-30 08:24:05 +00:00
Julian Descottes
33a9959898 Bug 1515008 - Move connection-manager from devtools/shared to devtools/client/shared/remote-debugging r=daisuke
Depends on D68598

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

--HG--
extra : moz-landing-system : lando
2020-03-30 06:56:39 +00:00
Julian Descottes
1ce70ac1b0 Bug 1515008 - Move adb from devtools/shared to devtools/client/shared/remote-debugging r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D68598

--HG--
rename : devtools/shared/adb/adb-addon.js => devtools/client/shared/remote-debugging/adb/adb-addon.js
rename : devtools/shared/adb/adb-binary.js => devtools/client/shared/remote-debugging/adb/adb-binary.js
rename : devtools/shared/adb/adb-client.js => devtools/client/shared/remote-debugging/adb/adb-client.js
rename : devtools/shared/adb/adb-device.js => devtools/client/shared/remote-debugging/adb/adb-device.js
rename : devtools/shared/adb/adb-process.js => devtools/client/shared/remote-debugging/adb/adb-process.js
rename : devtools/shared/adb/adb-running-checker.js => devtools/client/shared/remote-debugging/adb/adb-running-checker.js
rename : devtools/shared/adb/adb-runtime.js => devtools/client/shared/remote-debugging/adb/adb-runtime.js
rename : devtools/shared/adb/adb-socket.js => devtools/client/shared/remote-debugging/adb/adb-socket.js
rename : devtools/shared/adb/adb.js => devtools/client/shared/remote-debugging/adb/adb.js
rename : devtools/shared/adb/commands/index.js => devtools/client/shared/remote-debugging/adb/commands/index.js
rename : devtools/shared/adb/commands/list-devices.js => devtools/client/shared/remote-debugging/adb/commands/list-devices.js
rename : devtools/shared/adb/commands/moz.build => devtools/client/shared/remote-debugging/adb/commands/moz.build
rename : devtools/shared/adb/commands/prepare-tcp-connection.js => devtools/client/shared/remote-debugging/adb/commands/prepare-tcp-connection.js
rename : devtools/shared/adb/commands/run-command.js => devtools/client/shared/remote-debugging/adb/commands/run-command.js
rename : devtools/shared/adb/commands/shell.js => devtools/client/shared/remote-debugging/adb/commands/shell.js
rename : devtools/shared/adb/commands/track-devices.js => devtools/client/shared/remote-debugging/adb/commands/track-devices.js
rename : devtools/shared/adb/moz.build => devtools/client/shared/remote-debugging/adb/moz.build
rename : devtools/shared/adb/xpcshell/.eslintrc.js => devtools/client/shared/remote-debugging/adb/xpcshell/.eslintrc.js
rename : devtools/shared/adb/xpcshell/adb.py => devtools/client/shared/remote-debugging/adb/xpcshell/adb.py
rename : devtools/shared/adb/xpcshell/test_adb.js => devtools/client/shared/remote-debugging/adb/xpcshell/test_adb.js
rename : devtools/shared/adb/xpcshell/xpcshell-head.js => devtools/client/shared/remote-debugging/adb/xpcshell/xpcshell-head.js
rename : devtools/shared/adb/xpcshell/xpcshell.ini => devtools/client/shared/remote-debugging/adb/xpcshell/xpcshell.ini
extra : moz-landing-system : lando
2020-03-30 06:56:57 +00:00
Dickson Tan
d684f54703 Bug 1545727 - make the JSON tree viewer more accessible. r=Honza
Make the JSON tree view more accessible.

1. Automatically set focus to the first node on initial focus. Previously, the only way to interact with the tree view through the keyboard was to click on a node so that subsequent key presses would register.
2. Fix inaccurate aria-level and aria-expanded attributes causing confusing announcements for screen reader users.
3. Previously, pressing left arrow the first time on a leaf child node would not move focus to its parent, but subsequent tries would work. This has been fixed.
4. Implement first-letter navigation for quick movement via keyboard.

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

--HG--
extra : moz-landing-system : lando
2020-03-29 09:32:58 +00:00
Jason Laster
e51e64a266 Bug 1622889 - Preview does not show up on expression with optional chaining. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D67926

--HG--
extra : moz-landing-system : lando
2020-03-25 21:32:41 +00:00
Julian Descottes
702320920f Bug 1395843 - Remove DevTools shared-head observable explicitly r=ochameau
Depends on D67845

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

--HG--
extra : moz-landing-system : lando
2020-03-24 06:59:21 +00:00
Julian Descottes
35c268e629 Bug 1395843 - Properly remove the DevTools test shared-head observer r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D67845

--HG--
extra : moz-landing-system : lando
2020-03-23 13:24:58 +00:00
Julian Descottes
cfab47ff53 Bug 1604539 - Rename shared/fronts to client/fronts in the devtools codebase r=nchevobbe
Depends on D67603
This patch is an automated string replace of shared/fronts/ to client/fronts/ in devtools.

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

--HG--
extra : moz-landing-system : lando
2020-03-20 13:58:56 +00:00
Laurențiu Nicola
afd9297bc0 Bug 1549773 - Disable cURL globbing when needed. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D67545

--HG--
extra : moz-landing-system : lando
2020-03-20 13:39:37 +00:00
Bogdan Tara
b03ab7d69b Backed out 5 changesets (bug 1604539) for xpc failures complanining about test_encryption.js CLOSED TREE
Backed out changeset 8455e50002a9 (bug 1604539)
Backed out changeset fb410a1bf9aa (bug 1604539)
Backed out changeset da94f7d503a1 (bug 1604539)
Backed out changeset b4b54335ee2d (bug 1604539)
Backed out changeset 866d6794bbba (bug 1604539)

--HG--
rename : devtools/client/fronts/accessibility.js => devtools/shared/fronts/accessibility.js
rename : devtools/client/fronts/addon/addons.js => devtools/shared/fronts/addon/addons.js
rename : devtools/client/fronts/addon/moz.build => devtools/shared/fronts/addon/moz.build
rename : devtools/client/fronts/addon/webextension-inspected-window.js => devtools/shared/fronts/addon/webextension-inspected-window.js
rename : devtools/client/fronts/animation.js => devtools/shared/fronts/animation.js
rename : devtools/client/fronts/array-buffer.js => devtools/shared/fronts/array-buffer.js
rename : devtools/client/fronts/changes.js => devtools/shared/fronts/changes.js
rename : devtools/client/fronts/content-viewer.js => devtools/shared/fronts/content-viewer.js
rename : devtools/client/fronts/css-properties.js => devtools/shared/fronts/css-properties.js
rename : devtools/client/fronts/descriptors/frame.js => devtools/shared/fronts/descriptors/frame.js
rename : devtools/client/fronts/descriptors/moz.build => devtools/shared/fronts/descriptors/moz.build
rename : devtools/client/fronts/descriptors/process.js => devtools/shared/fronts/descriptors/process.js
rename : devtools/client/fronts/descriptors/tab.js => devtools/shared/fronts/descriptors/tab.js
rename : devtools/client/fronts/descriptors/webextension.js => devtools/shared/fronts/descriptors/webextension.js
rename : devtools/client/fronts/device.js => devtools/shared/fronts/device.js
rename : devtools/client/fronts/environment.js => devtools/shared/fronts/environment.js
rename : devtools/client/fronts/frame.js => devtools/shared/fronts/frame.js
rename : devtools/client/fronts/framerate.js => devtools/shared/fronts/framerate.js
rename : devtools/client/fronts/highlighters.js => devtools/shared/fronts/highlighters.js
rename : devtools/client/fronts/inspector.js => devtools/shared/fronts/inspector.js
rename : devtools/client/fronts/inspector/moz.build => devtools/shared/fronts/inspector/moz.build
rename : devtools/client/fronts/inspector/rule-rewriter.js => devtools/shared/fronts/inspector/rule-rewriter.js
rename : devtools/client/fronts/layout.js => devtools/shared/fronts/layout.js
rename : devtools/client/fronts/manifest.js => devtools/shared/fronts/manifest.js
rename : devtools/client/fronts/memory.js => devtools/shared/fronts/memory.js
rename : devtools/client/fronts/moz.build => devtools/shared/fronts/moz.build
rename : devtools/client/fronts/node.js => devtools/shared/fronts/node.js
rename : devtools/client/fronts/object.js => devtools/shared/fronts/object.js
rename : devtools/client/fronts/perf.js => devtools/shared/fronts/perf.js
rename : devtools/client/fronts/performance-recording.js => devtools/shared/fronts/performance-recording.js
rename : devtools/client/fronts/performance.js => devtools/shared/fronts/performance.js
rename : devtools/client/fronts/preference.js => devtools/shared/fronts/preference.js
rename : devtools/client/fronts/property-iterator.js => devtools/shared/fronts/property-iterator.js
rename : devtools/client/fronts/reflow.js => devtools/shared/fronts/reflow.js
rename : devtools/client/fronts/responsive.js => devtools/shared/fronts/responsive.js
rename : devtools/client/fronts/root.js => devtools/shared/fronts/root.js
rename : devtools/client/fronts/screenshot.js => devtools/shared/fronts/screenshot.js
rename : devtools/client/fronts/source.js => devtools/shared/fronts/source.js
rename : devtools/client/fronts/storage.js => devtools/shared/fronts/storage.js
rename : devtools/client/fronts/string.js => devtools/shared/fronts/string.js
rename : devtools/client/fronts/styles.js => devtools/shared/fronts/styles.js
rename : devtools/client/fronts/stylesheets.js => devtools/shared/fronts/stylesheets.js
rename : devtools/client/fronts/symbol-iterator.js => devtools/shared/fronts/symbol-iterator.js
rename : devtools/client/fronts/targets/browsing-context.js => devtools/shared/fronts/targets/browsing-context.js
rename : devtools/client/fronts/targets/content-process.js => devtools/shared/fronts/targets/content-process.js
rename : devtools/client/fronts/targets/local-tab.js => devtools/shared/fronts/targets/local-tab.js
rename : devtools/client/fronts/targets/moz.build => devtools/shared/fronts/targets/moz.build
rename : devtools/client/fronts/targets/target-mixin.js => devtools/shared/fronts/targets/target-mixin.js
rename : devtools/client/fronts/targets/worker.js => devtools/shared/fronts/targets/worker.js
rename : devtools/client/fronts/thread.js => devtools/shared/fronts/thread.js
rename : devtools/client/fronts/walker.js => devtools/shared/fronts/walker.js
rename : devtools/client/fronts/webconsole.js => devtools/shared/fronts/webconsole.js
rename : devtools/client/fronts/websocket.js => devtools/shared/fronts/websocket.js
rename : devtools/client/fronts/worker/moz.build => devtools/shared/fronts/worker/moz.build
rename : devtools/client/fronts/worker/push-subscription.js => devtools/shared/fronts/worker/push-subscription.js
rename : devtools/client/fronts/worker/service-worker-registration.js => devtools/shared/fronts/worker/service-worker-registration.js
rename : devtools/client/fronts/worker/service-worker.js => devtools/shared/fronts/worker/service-worker.js
2020-03-20 15:53:23 +02:00
Julian Descottes
ad4b5dfb37 Bug 1604539 - Rename shared/fronts to client/fronts in the devtools codebase r=nchevobbe
Depends on D67603
This patch is an automated string replace of shared/fronts/ to client/fronts/ in devtools.

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

--HG--
extra : moz-landing-system : lando
2020-03-20 12:57:58 +00:00
Jason Laster
5f29a6d696 Bug 1622996 - Refactor devtools codebase to use optional chaining (automated changes). r=jdescottes
Depends on D67084

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

--HG--
extra : moz-landing-system : lando
2020-03-19 21:13:38 +00:00
Jason Laster
36555f7314 Bug 1622996 - Refactor devtools codebase to use optional chaining. r=jdescottes
Depends on D67540

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

--HG--
rename : devtools/client/accessibility/test/node/babel.config.js => devtools/client/webconsole/test/node/babel.config.js
extra : moz-landing-system : lando
2020-03-19 21:11:12 +00:00
Jason Laster
a47cb013c7 Bug 1622996 - Make test case more explicit for build/build.js. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D67540

--HG--
extra : moz-landing-system : lando
2020-03-19 19:46:49 +00:00
Alexandre Poirot
cc0163eca7 Bug 1623350 - Stop returning anything from detach and process error as rejection. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D67457

--HG--
extra : moz-landing-system : lando
2020-03-19 15:08:09 +00:00
Sylvestre Ledru
be18fd4dba Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D67319

--HG--
extra : moz-landing-system : lando
2020-03-19 13:47:51 +00:00
Julian Descottes
0cf76f06a1 Bug 1620194 - Remove test-actor-registry and expose simplified helpers in shared-head.js r=ochameau
Depends on D65570

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

--HG--
extra : moz-landing-system : lando
2020-03-18 09:29:58 +00:00
Julian Descottes
c230c0e21e Bug 1620194 - Stop registering test actor dynamically r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D65564

--HG--
extra : moz-landing-system : lando
2020-03-18 09:17:17 +00:00
Jason Laster
57b3ac9772 Bug 1602472 - Check if ObjectFronts created for Preview are properly released. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D66681

--HG--
extra : moz-landing-system : lando
2020-03-16 08:18:30 +00:00
Nicolas Chevobbe
0c09b836d2 Bug 1467565 - Replace all remaining actorPrefix properties. r=ochameau.
With all our actors supporting protocol.js, we can remove
support for the pre-protocol.js actorPrefix property.

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

--HG--
extra : moz-landing-system : lando
2020-03-16 17:37:00 +00:00
Nicolas Chevobbe
cf1c7818c2 Bug 1620270 - Extend the Actor class for actors created for tests. r=ochameau.
This will help us migrate some code to use Actor methods.

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

--HG--
extra : moz-landing-system : lando
2020-03-16 17:31:04 +00:00
Farooq AR
6bd4554518 Bug 1615102 - Resize column to fit content. r=Harald,Honza,bomsy
Differential Revision: https://phabricator.services.mozilla.com/D65077

--HG--
extra : moz-landing-system : lando
2020-03-16 16:37:38 +00:00
Alexandre Poirot
69614d0bdc Bug 1622219 - Return only the thread front from Target.attachThread. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65124

--HG--
extra : moz-landing-system : lando
2020-03-16 11:37:47 +00:00
Andreea Pavel
43ef099e3f Backed out 4 changesets (bug 1619622, bug 1622219) for failing dt at browser_dbg-browser-content-toolbox.js on a CLOSED TREE
Backed out changeset ee78eb11695d (bug 1619622)
Backed out changeset f83aee4ecf04 (bug 1622219)
Backed out changeset 6616e4b92e83 (bug 1622219)
Backed out changeset 48d662255ed1 (bug 1622219)
2020-03-16 13:33:51 +02:00
Alexandre Poirot
3130556e78 Bug 1622219 - Return only the thread front from Target.attachThread. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65124

--HG--
extra : moz-landing-system : lando
2020-03-13 12:26:13 +00:00
Nicolas Chevobbe
ab9c51ebe8 Bug 1620782 - Fix expanding object in Sets of 10 entries or less. r=jlast.
There was an issue for test with less than 10 entries
as we were assuming we already had everything we needed
in the grip preview. This wasn't the case and was making
loading entries object failing.
Since there's not reason we should find actors in the
preview object, and we should have a unified way of
loading objects, whatever their sizes is, this patch remove
this specific behaviour to always load entries.
Jest tests had to be modified or removed, and the mochitest
that is already testing expanding Maps and Sets is enhanced
to make sure this issue is fixed.

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

--HG--
extra : moz-landing-system : lando
2020-03-13 19:31:22 +00:00