Commit Graph

17644 Commits

Author SHA1 Message Date
Julian Descottes
e21e90c2e9 Bug 1581071 - Update devtools metrics test to check that modules are not loaded twice r=Honza,ochameau
Check for duplicated entries in the loaders during the metrics tests

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

--HG--
extra : moz-landing-system : lando
2019-09-17 09:34:28 +00:00
Miko Mynttinen
94d12e12a7 Bug 1559706 - Workaround for invalid layerization in Inspector r=gl
Differential Revision: https://phabricator.services.mozilla.com/D45896

--HG--
extra : moz-landing-system : lando
2019-09-16 14:03:32 +00:00
Daisuke Akatsuka
59b47c5ef8 Bug 1581582: Change the loading way. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D46104

--HG--
extra : moz-landing-system : lando
2019-09-17 06:56:18 +00:00
Brian Hackett
9e43080ec9 Bug 1581418 - Include more properties when logging objects, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D45961

--HG--
rename : devtools/client/webreplay/mochitest/browser_dbg_rr_console_warp-03.js => devtools/client/webreplay/mochitest/browser_rr_object_preview-01.js
extra : source : ece44b8f51e43f9dcb56a592cb4e5205f8ce19e6
2019-09-16 22:48:15 +00:00
Maxime Vaillancourt
f6ab7d35e3 Bug 1574054 - Fix arrow keys behavior on tabs when document direction is RTL. r=rcaliman
Fix arrow keys behavior on tabs when document direction is RTL

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

--HG--
extra : moz-landing-system : lando
2019-09-16 19:46:41 +00:00
Mihai Alexandru Michis
4174e65ff5 Backed out changeset ece44b8f51e4 (bug 1581418) for causing xpcshell failures.
--HG--
rename : devtools/client/webreplay/mochitest/browser_rr_object_preview-01.js => devtools/client/webreplay/mochitest/browser_dbg_rr_console_warp-03.js
2019-09-17 06:17:05 +03:00
Brian Hackett
da5abd1fbc Bug 1546369 - Support InspectorUtils.getContentState while replaying, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D46091

--HG--
extra : moz-landing-system : lando
2019-09-16 23:30:33 +00:00
Brian Hackett
1cd0fb99fd Bug 1581418 - Include more properties when logging objects, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D45961

--HG--
rename : devtools/client/webreplay/mochitest/browser_dbg_rr_console_warp-03.js => devtools/client/webreplay/mochitest/browser_rr_object_preview-01.js
extra : moz-landing-system : lando
2019-09-16 22:48:15 +00:00
Zibi Braniecki
e0cdd093e0 Bug 1581204 - Remove unused DTDs from devtools. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D45899

--HG--
extra : moz-landing-system : lando
2019-09-16 19:41:44 +00:00
Micah Tigley
c76a5272d4 Bug 1581155 - Fix flashing a CSS property from box-model link. r=gl
In this revision, mimic flashing a property element like in the markup view.

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

--HG--
extra : moz-landing-system : lando
2019-09-16 14:07:04 +00:00
Gabriel Luong
4a1c59f251 Bug 1500142 - Remove inspector bindings from toolbox. r=yulia,ochameau
Differential Revision: https://phabricator.services.mozilla.com/D40320

--HG--
extra : moz-landing-system : lando
2019-09-16 17:39:42 +00:00
Rob Wu
64ad4811f6 Bug 1570715 - Treat (deprecation) warnings as errors r=rpl
Add new preference `extensions.webextensions.warnings-as-errors` that
defaults to `true` in tests. Tests that expect warnings are modified
to briefly flip the pref for the specific part of the test that needs
an exception.

As part of the refactor, log entries for schema entries that contain
`"onError": "warn"` will now be prefixed by "Warning" instead of
"Error", to be consistent with the change from bug 1495908.

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

--HG--
extra : moz-landing-system : lando
2019-09-16 16:35:59 +00:00
Nicolas Chevobbe
765b39cd6d Bug 1572980 - Fix browser_jsterm_autocomplete-properties-with-non-alphanumeric-names intermittent. r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D46026

--HG--
extra : moz-landing-system : lando
2019-09-16 14:29:03 +00:00
Maxime Vaillancourt
19b3bd3cde Bug 1567859 - Add missing separator after computed style filter. r=gl
Add missing separator after computed style filter

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

--HG--
extra : moz-landing-system : lando
2019-09-15 20:06:24 +00:00
Nicolas Chevobbe
8be561cece Bug 1577798 - Don't create a new Debugger instance in WebConsoleActor. r=ochameau,jlast.
Previously, when creating a new WebConsoleActor, we were
also creating a new Debugger instance.
The problem was that we would never call `enable` on it,
which is what allows to create debuggee for all existing
globals, and for the ones that will be created after.
This means that we had multiple workaround to get a
global debuggee, and in the case of function, would add
a global as a debuggee only to get its script location.

This patch remove the creation of the new Debugger,
and retrieve the parent actor Debugger instance instead.

This shuffles things around a bit, are the Debugger instance
was created by the ThreadActor, but is now by the target
actor (BrowsingContext, ContentProcess, ...).

We can then remove the now unused `getGlobalDebugObject`
hooks we were using in the Function previewer, as we
get a proper Debugger object, with the script location.

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

--HG--
extra : moz-landing-system : lando
2019-09-16 12:12:22 +00:00
Ola Gasidlo
ea28744160 Bug 1580826 - Ensure awaiting on fetchManifest before closing tab, r=yulia
Intermittent devtools/client/application/test/browser/browser_application_panel_sidebar.js | A promise chain failed to handle a rejection: Connection closed, pending request to server0.conn2.child1/manifestActor19, type fetchCanonicalManifest failed

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

--HG--
extra : moz-landing-system : lando
2019-09-16 11:55:50 +00:00
Noemi Erli
2c99088968 Bug 1581472 - ES lint fix CLOSED TREE 2019-09-16 13:45:49 +03:00
Sorin Davidoi
b7d09ae90b Bug 1580490 - Load search worker on demand. r=Honza
Load search worker on demand

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

--HG--
extra : moz-landing-system : lando
2019-09-16 10:31:42 +00:00
Emilio Cobos Álvarez
8349d49124 Bug 1581472 - Only treat CSS parser errors as CSS errors. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D45986

--HG--
extra : moz-landing-system : lando
2019-09-16 10:12:47 +00:00
Daisuke Akatsuka
7934273827 Bug 713106: Add test for visited element. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D45807

--HG--
extra : moz-landing-system : lando
2019-09-16 09:53:32 +00:00
Daisuke Akatsuka
d2d8fffbd5 Bug 713106: Lock/unlock :visited pseudo-class. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D45805

--HG--
extra : moz-landing-system : lando
2019-09-13 22:12:29 +00:00
Daisuke Akatsuka
409a2bc885 Bug 713106: Make :visited selector enabled to use from DevTools. r=pbro,emilio
Differential Revision: https://phabricator.services.mozilla.com/D45624

--HG--
extra : moz-landing-system : lando
2019-09-13 22:12:12 +00:00
Daisuke Akatsuka
ef36d9df93 Bug 713106: Show :visited rule while the pseudo is locked. r=pbro,emilio
Differential Revision: https://phabricator.services.mozilla.com/D45623

--HG--
extra : moz-landing-system : lando
2019-09-13 22:11:58 +00:00
Brian Hackett
c5861a20a0 Bug 1581434 - Convert new console message arguments into the proper format, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D45967

--HG--
extra : moz-landing-system : lando
2019-09-16 03:18:11 +00:00
Brian Hackett
52bb5d1e45 Bug 1579654 - Use old set of scripts if reparsing for breakpoint positions fails, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D45965

--HG--
extra : moz-landing-system : lando
2019-09-16 03:17:23 +00:00
Brian Hackett
b08a3cc809 Bug 1581013 - Support event logpoints when replaying, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D45778

--HG--
extra : moz-landing-system : lando
2019-09-16 00:12:34 +00:00
Gurzau Raul
f195a247dd Backed out changeset 1bed7919ff1e (bug 1580890) frequently failing browser_dbg-debug-line.js (bug 1581026) 2019-09-15 03:21:27 +03:00
Brian Hackett
67035f9e70 Bug 1580104 - Send record/replay messages atomically, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D45934

--HG--
extra : moz-landing-system : lando
2019-09-14 14:03:16 +00:00
Miriam
57718b6d7a Bug 1574192 - Initial watchpoints front end commit. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D43487

--HG--
extra : moz-landing-system : lando
2019-09-14 14:13:54 +00:00
Narcis Beleuzu
1cb9dbb638 Backed out 2 changesets (bug 1570715) for causing tp6m raptor failures
Backed out changeset e7364a10a663 (bug 1570715)
Backed out changeset 51824b1dda97 (bug 1570715)
2019-09-14 16:00:00 +03:00
Micah Tigley
c1ddfa4079 Bug 1581059 - Fix networking throttling dropdown menu UI. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D45876

--HG--
extra : moz-landing-system : lando
2019-09-13 17:43:57 +00:00
Michael Ratcliffe
eb70def3e1 Bug 1579058 - [Inactive CSS] Remove invalidProperties from CSS validator r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D45852

--HG--
extra : moz-landing-system : lando
2019-09-13 14:12:52 +00:00
Julian Descottes
1dc087a788 Bug 1557083 - Emit actions from netmonitor store after requests are blocked/unblocked r=Honza
Depends on D45498
This makes the test run fine on top of the changes for the session history rewrite.

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

--HG--
extra : moz-landing-system : lando
2019-09-13 13:38:03 +00:00
Julian Descottes
fa1aa153b3 Bug 1557083 - Webconsole actor should wait for block/unblock requests to be processed by netmonitors r=nchevobbe,Honza
Depends on D45497

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

--HG--
extra : moz-landing-system : lando
2019-09-13 13:37:41 +00:00
Julian Descottes
bdb6e996db Bug 1557083 - Add thunk middleware to netmonitor; r=Honza
This middleware will be useful to wait for actions from tests

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

--HG--
extra : moz-landing-system : lando
2019-09-13 13:37:22 +00:00
Jan Odvarko
8102c31740 Bug 1560421 - No frames are displayed for some WS connections r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D45164

--HG--
extra : moz-landing-system : lando
2019-09-13 12:55:43 +00:00
Belén Albeza
48e2a4a481 Bug 1566022 - Add "open json" link to the manifest r=Ola,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D45348

--HG--
extra : moz-landing-system : lando
2019-09-13 11:27:29 +00:00
Rob Wu
75fd473720 Bug 1570715 - Treat (deprecation) warnings as errors r=rpl
Add new preference `extensions.webextensions.warnings-as-errors` that
defaults to `true` in tests. Tests that expect warnings are modified
to briefly flip the pref for the specific part of the test that needs
an exception.

As part of the refactor, log entries forschema entries that contain
`"onError": "warn"` will now be prefixed by "Warning" instead of
"Error", to be consistent with the change from bug 1495908.

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

--HG--
extra : moz-landing-system : lando
2019-09-12 21:39:51 +00:00
Ciure Andrei
a70e37b142 Backed out 3 changesets (bug 1557083) for causing browser_net_block.js to perma fail CLOSED TREE
Backed out changeset 82611a6d116f (bug 1557083)
Backed out changeset 576da2d2bf32 (bug 1557083)
Backed out changeset 613f24ecf1c3 (bug 1557083)
2019-09-13 12:49:35 +03:00
Michael Ratcliffe
e181ff7977 Bug 1552146 - [Inactive CSS] Fine tune the tooltip's position in hidpi and non-hidpi modes r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D44846

--HG--
extra : moz-landing-system : lando
2019-09-12 10:14:34 +00:00
Julian Descottes
d7dd56640d Bug 1557083 - Emit actions from netmonitor store after requests are blocked/unblocked r=Honza
Depends on D45498
This makes the test run fine on top of the changes for the session history rewrite.

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

--HG--
extra : moz-landing-system : lando
2019-09-13 08:39:54 +00:00
Julian Descottes
b1aeba486c Bug 1557083 - Webconsole actor should wait for block/unblock requests to be processed by netmonitors r=nchevobbe,Honza
Depends on D45497

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

--HG--
extra : moz-landing-system : lando
2019-09-13 08:14:19 +00:00
Julian Descottes
170c8259b5 Bug 1557083 - Add thunk middleware to netmonitor; r=Honza
This middleware will be useful to wait for actions from tests

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

--HG--
extra : moz-landing-system : lando
2019-09-11 09:28:31 +00:00
Nicolas Chevobbe
2f8760ac4b Bug 1570476 - Don't fetch the request stacktrace in StackTracePanel's componentWillReceiveProps if the request won't change. r=Honza.
This was causing an intermittent in console test because
multiple requests were sent to the server, and sometimes,
some of them after the connection being closed, which
was making the test fail.
With this patch, we only try to fetch a new stacktrace
on componenetWillReceiveProps if the component will have
to deal with a new request.

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

--HG--
extra : moz-landing-system : lando
2019-09-13 08:21:31 +00:00
Nicolas Chevobbe
90cc5901b8 Bug 1517411 - Add test cases for globalThis in js-property-provider test. r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D45632

--HG--
extra : moz-landing-system : lando
2019-09-13 08:29:13 +00:00
Nicolas Chevobbe
d31e32951a Bug 1581033 - Fix browser_console_open_or_focus intermittent. r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D45801

--HG--
extra : moz-landing-system : lando
2019-09-13 08:22:50 +00:00
Jason Laster
1a291f1700 Bug 1110276 - Log on Events. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D45619

--HG--
extra : moz-landing-system : lando
2019-09-13 02:37:08 +00:00
Jason Laster
19d13244b1 Bug 1580529 - Force LTR the Outline panel contents in the Debugger (fix test) r=jlast. CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D45760

--HG--
extra : rebase_source : 613e7725e5cbfa069dd86f7afb6788983329b094
extra : histedit_source : 758f1b90b07666f3f1c49a774f6b208e46752222
2019-09-13 02:11:50 +03:00
Itiel
3f7c740857 Bug 1580529 - Force LTR the Outline panel contents in the Debugger r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D45554

--HG--
extra : moz-landing-system : lando
2019-09-12 21:54:49 +00:00
David Walsh
7eb854230e Bug 1580890 - Restructure inline-preview action for better performance r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D45702

--HG--
extra : moz-landing-system : lando
2019-09-12 21:51:45 +00:00