Commit Graph

3425 Commits

Author SHA1 Message Date
Julian Descottes
a0e5d31c31 Bug 1565200 - Add frame connector relying on JsWindowActor instead of message manager r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D51130

--HG--
extra : moz-landing-system : lando
2019-12-11 20:09:24 +00:00
Julian Descottes
5bc4238d39 Bug 1525966 - Reject Error object instead of string in DevTools Front:onPacket r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D55829

--HG--
extra : moz-landing-system : lando
2019-12-11 17:31:39 +00:00
chujun
475cde4af4 Bug 1596114 - Refactor server unit tests part1 r=bhackett,jlast
I refactored some of the unit tests to see if I'm on the right direction. If so, I'll continue with other unit tests.

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

--HG--
extra : moz-landing-system : lando
2019-12-11 16:13:18 +00:00
Brian Hackett
ee87de9d1b Bug 1582266 - Use actual source text when mismatches are found with contents fetched over the network, r=loganfsmyth.
Differential Revision: https://phabricator.services.mozilla.com/D55402

--HG--
extra : moz-landing-system : lando
2019-12-11 14:22:12 +00:00
shindli
91924fedc7 Backed out 9 changesets (bug 1596918) for causing mochitest permafailures in toolkit/content/tests/chrome/test_findbar_events.xhtml CLOSED TREE
Backed out changeset 45a1c42118f2 (bug 1596918)
Backed out changeset db09910ffa56 (bug 1596918)
Backed out changeset 5c9d9f141c10 (bug 1596918)
Backed out changeset 6a135670d603 (bug 1596918)
Backed out changeset 3a0184e0df72 (bug 1596918)
Backed out changeset 2f0036486823 (bug 1596918)
Backed out changeset a770c6d08d52 (bug 1596918)
Backed out changeset ef062eb7a6ee (bug 1596918)
Backed out changeset a6ea596e98db (bug 1596918)
2019-12-11 03:09:26 +02:00
Kris Maglione
d7164b11c3 Bug 1596918: Part 4e - Fix callers which rely on frame message manager globals. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D53746

--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:28 +00:00
Kris Maglione
3ca78ce8e3 Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D53741

--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:21 +00:00
Kris Maglione
16a9b29848 Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.

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

--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:13 +00:00
Miriam
9333e080c1 Bug 1601311 - Ensure removing watchpoint does not change value of corresponding property. r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D56604

--HG--
extra : moz-landing-system : lando
2019-12-10 21:07:05 +00:00
jaril
dde4d3ecad Bug 1582193 - Skipping breakpoints should also skip watchpoints r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D56477

--HG--
extra : moz-landing-system : lando
2019-12-10 16:16:46 +00:00
Andreea Pavel
708835de9b Backed out changeset c59242299608 (bug 1582193) for failing xpcshell at test_watchpoint-01.js on a CLOSED TREE 2019-12-10 04:39:52 +02:00
jaril
f8f51c09bf Bug 1582193 - Skipping breakpoints should also skip watchpoints r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D56477

--HG--
extra : moz-landing-system : lando
2019-12-10 00:31:56 +00:00
Miriam
a891e9eb08 Bug 1601476 - Update value with watchpoint when stepping or hitting breakpoint. r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D56476

--HG--
extra : moz-landing-system : lando
2019-12-10 00:32:24 +00:00
Nicolas Chevobbe
e5cb1f73e7 Bug 1316265 - Surface isAsync and isGenerator properties in function grips. r=Honza.
This will allow Reps to consume those and
display more accurate functions informations.

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

--HG--
extra : moz-landing-system : lando
2019-12-09 12:35:04 +00:00
Sorin Davidoi
021c1c02fc Bug 1601444 - fix(devtools/network-monitor): Always show server timings r=Honza
Report server timings if they are sent when the transaction is closed.

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

--HG--
extra : moz-landing-system : lando
2019-12-09 09:58:42 +00:00
Logan Smyth
c89ea4ef95 Bug 1600204 - Part 2: Remove Debugger.Frame.prototype.generator since it is already on script. r=jimb
Differential Revision: https://phabricator.services.mozilla.com/D55232

--HG--
extra : moz-landing-system : lando
2019-12-06 02:57:20 +00:00
Brian Hackett
ad3914884b Bug 1596939 Part 2 - Support pausing new service workers for a specific origin, r=jdescottes.
Depends on D54292

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

--HG--
extra : moz-landing-system : lando
2019-12-07 18:18:03 +00:00
Brian Hackett
2a9b3b1bb9 Bug 1595964 Part 2 - Expose evaluating worker in service worker registration front, r=jdescottes.
Depends on D54286

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

--HG--
extra : moz-landing-system : lando
2019-12-07 18:18:09 +00:00
Noemi Erli
82d41a33b2 Backed out 9 changesets (bug 1596918) for causing multiple browser-chrome failures
Backed out changeset 415007efd8c9 (bug 1596918)
Backed out changeset 011eb5ce927b (bug 1596918)
Backed out changeset e5fd3ee22ea1 (bug 1596918)
Backed out changeset 0bca4de31d40 (bug 1596918)
Backed out changeset 11ec4393f23d (bug 1596918)
Backed out changeset c5404a7c286d (bug 1596918)
Backed out changeset 7e9304405a46 (bug 1596918)
Backed out changeset fa0f0aeabf99 (bug 1596918)
Backed out changeset de196b077000 (bug 1596918)
2019-12-07 22:26:43 +02:00
Kris Maglione
63b8ddb1c0 Bug 1596918: Part 4e - Fix callers which rely on frame message manager globals. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D53746

--HG--
extra : moz-landing-system : lando
2019-12-07 18:44:35 +00:00
Kris Maglione
fa3556c3fc Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D53741

--HG--
extra : moz-landing-system : lando
2019-12-07 18:44:34 +00:00
Kris Maglione
910eab35d2 Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.

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

--HG--
extra : moz-landing-system : lando
2019-12-07 19:11:58 +00:00
Noemi Erli
7c520af3a9 Backed out 6 changesets (bug 1595964, bug 1596939) for causing failures in browser_application_panel_list-domain-workers.js
Backed out changeset 65c870147654 (bug 1595964)
Backed out changeset 74a982a9144a (bug 1596939)
Backed out changeset c21c15689e77 (bug 1596939)
Backed out changeset a6848f4d219d (bug 1596939)
Backed out changeset 4f538e6c6dcc (bug 1595964)
Backed out changeset d1c93f700b8c (bug 1595964)
2019-12-07 20:13:22 +02:00
Brian Hackett
e099666dd0 Bug 1596939 Part 2 - Support pausing new service workers for a specific origin, r=jdescottes.
Depends on D54292

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

--HG--
extra : moz-landing-system : lando
2019-12-07 16:16:39 +00:00
Brian Hackett
8f4a55899e Bug 1595964 Part 2 - Expose evaluating worker in service worker registration front, r=jdescottes.
Depends on D54286

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

--HG--
extra : moz-landing-system : lando
2019-12-07 16:13:07 +00:00
Daniel Varga
84a601a6d4 Backed out 17 changesets (bug 1596918) for multiple browser-chrome and dev-tools failures. On a CLOSED TREE
Backed out changeset ab87d2c1afae (bug 1596918)
Backed out changeset 775f3b06a687 (bug 1596918)
Backed out changeset 67cc63ef5d7f (bug 1596918)
Backed out changeset 7d290bcd2067 (bug 1596918)
Backed out changeset 048db9f4db7c (bug 1596918)
Backed out changeset 96a79d2ba614 (bug 1596918)
Backed out changeset be770d112dd8 (bug 1596918)
Backed out changeset 302c8ab8391c (bug 1596918)
Backed out changeset 44ef8f20732e (bug 1596918)
Backed out changeset 38c11ebfb8ff (bug 1596918)
Backed out changeset b586fc081374 (bug 1596918)
Backed out changeset 12283166716f (bug 1596918)
Backed out changeset 99b0421015d8 (bug 1596918)
Backed out changeset 97ec49dbbbf3 (bug 1596918)
Backed out changeset ec79478f58f1 (bug 1596918)
Backed out changeset c6d356833bb8 (bug 1596918)
Backed out changeset 5ef6026806c8 (bug 1596918)
2019-12-07 03:12:07 +02:00
Kris Maglione
41c61c2bb9 Bug 1596918: Part 4e - Fix callers which rely on frame message manager globals. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D53746

--HG--
extra : moz-landing-system : lando
2019-12-06 22:15:29 +00:00
Kris Maglione
b5238224ba Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D53741

--HG--
extra : moz-landing-system : lando
2019-12-06 22:14:22 +00:00
Kris Maglione
20da940e14 Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.

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

--HG--
extra : moz-landing-system : lando
2019-12-06 22:14:14 +00:00
Mellina Y.
fb02c26915 Bug 1581119 - Flex highlighter doesn't adjust color of pattern r=gl
Differential Revision: https://phabricator.services.mozilla.com/D47534

--HG--
extra : moz-landing-system : lando
2019-12-06 18:27:04 +00:00
Daniel Varga
8da304490f Backed out changeset 4a143f845921 (bug 1598893) for causing mochitest-chrome failures at devtools/server/tests/mochitest/test_inspector-inactive-property-helper.html. On a CLOSED TREE 2019-12-06 20:38:07 +02:00
Brian Hackett
65fe862c43 Bug 1596933 - Show both waiting and active workers in threads pane, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D54213

--HG--
extra : moz-landing-system : lando
2019-12-06 18:08:18 +00:00
Micah Tigley
50f8e95cc3 Bug 1598893 - Add check for elements absolutely positioned within a grid container. r=pbro,miker
This revision removes false positives for absolutely-positioned elements using grid item properties. It doesn’t solve identifying an absolutely positioned element in a grid container since this issue would require more consideration when finding the element’s containing block to make it work.  For now, inactive CSS will invalidate a grid item property if the element is not a grid item and is not absolutely positioned.

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

--HG--
extra : moz-landing-system : lando
2019-12-06 10:16:20 +00:00
Sebastian Hengst
0b50d220ec Bug 1543156 - Enable devtools/server/tests/unit/test_addon_events.js on Windows 32-bit. a=try DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D56181

--HG--
extra : moz-landing-system : lando
2019-12-06 12:02:27 +00:00
Razvan Caliman
d7c19f5289 Bug 1598109 - Ensure default center values are used for ellipse basic shape; r=pbro
Accidentally missed to use the fallback value "closest-side closest-side" when needed. Fixed now.

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

--HG--
extra : moz-landing-system : lando
2019-12-06 08:07:51 +00:00
Jason Laster
93b2a3131f Bug 1599215 - Watchpoints do not work as expected after close Dev Tools. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D56053

--HG--
extra : moz-landing-system : lando
2019-12-05 23:05:29 +00:00
Jason Laster
fba37573dd Bug 1599177 - Watchpoints - After click Refresh option JS execution cannot pause anymore. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D56041

--HG--
extra : moz-landing-system : lando
2019-12-05 23:30:51 +00:00
Yura Zenevich
b0376a86df Bug 1582409 - ensure that we handle SVGs with role=img correctly when running text-label checks. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D55976

--HG--
extra : moz-landing-system : lando
2019-12-05 16:21:23 +00:00
Logan Smyth
5b6b224f2a Bug 1592431 - Part 1: Rename Debugger.Frame.prototype.live to .onStack. r=jimb
Differential Revision: https://phabricator.services.mozilla.com/D54488

--HG--
rename : js/src/jit-test/tests/debug/Frame-live-01.js => js/src/jit-test/tests/debug/Frame-onStack-01.js
rename : js/src/jit-test/tests/debug/Frame-live-02.js => js/src/jit-test/tests/debug/Frame-onStack-02.js
rename : js/src/jit-test/tests/debug/Frame-live-03.js => js/src/jit-test/tests/debug/Frame-onStack-03.js
rename : js/src/jit-test/tests/debug/Frame-live-04.js => js/src/jit-test/tests/debug/Frame-onStack-04.js
rename : js/src/jit-test/tests/debug/Frame-live-05.js => js/src/jit-test/tests/debug/Frame-onStack-05.js
rename : js/src/jit-test/tests/debug/Frame-live-06.js => js/src/jit-test/tests/debug/Frame-onStack-06.js
rename : js/src/jit-test/tests/debug/Frame-live-07.js => js/src/jit-test/tests/debug/Frame-onStack-07.js
extra : moz-landing-system : lando
2019-12-05 04:28:00 +00:00
Jonathan Kew
3b87f01682 Bug 770780 - Add support for parsing of the CSS text-underline-position property. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D54722

--HG--
extra : moz-landing-system : lando
2019-12-04 11:39:15 +00:00
Micah Tigley
4be2734cca Bug 1595800 - Part 4: Update RDM to use setRDMPaneOrientation from BrowsingContext r=bradwerth
Depends on D55002

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

--HG--
extra : moz-landing-system : lando
2019-12-04 14:58:20 +00:00
Nicolas Chevobbe
757afcf029 Bug 1579090 - Fix server and shared tests that were failing because of the webConsoleFront changes. r=ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D54507

--HG--
extra : moz-landing-system : lando
2019-12-04 09:02:47 +00:00
Nicolas Chevobbe
fc6a8e2c21 Bug 1579090 - Change how ObjectFront is exported. r=rcaliman.
We export it as a named property to match other fronts, and
also because we plan to add a helper function in the file
that will need to be exported as well.

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

--HG--
extra : moz-landing-system : lando
2019-12-04 09:01:57 +00:00
Nicolas Chevobbe
843d235c75 Bug 1591874 - Move VariablesView files to devtools/client/storage. r=miker.
Since the storage inspector is the last consumer of the VariablesView,
it makes sense to move the component directly in the storage inspector
folder.
Since it can't have a controller, the bits where we were checking this
are removed.

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

--HG--
rename : devtools/client/shared/widgets/VariablesView.jsm => devtools/client/storage/VariablesView.jsm
extra : moz-landing-system : lando
2019-12-04 07:30:26 +00:00
Gurzau Raul
9510cd391a Backed out 4 changesets (bug 1595800) for failing at browser_orientationchange_event.js on a CLOSED TREE.
Backed out changeset c78cb9bbddb9 (bug 1595800)
Backed out changeset 558449ce7d0a (bug 1595800)
Backed out changeset ef7f9e251137 (bug 1595800)
Backed out changeset 2167343f5bd3 (bug 1595800)
2019-12-04 02:27:04 +02:00
Micah Tigley
70e381a66a Bug 1595800 - Part 4: Update RDM to use setRDMPaneOrientation from BrowsingContext r=bradwerth
Depends on D55002

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

--HG--
extra : moz-landing-system : lando
2019-12-03 20:00:13 +00:00
Brindusan Cristian
4709de082d Backed out 4 changesets (bug 1595800) for devtools failures at browser_contextual_identity.js. CLOSED TREE
Backed out changeset 7d6f51331aed (bug 1595800)
Backed out changeset d44c8dde04be (bug 1595800)
Backed out changeset 2f607bbc19b9 (bug 1595800)
Backed out changeset 196ca9fefb06 (bug 1595800)
2019-12-03 19:44:37 +02:00
Brindusan Cristian
eaecab785f Backed out 2 changesets (bug 1529917, bug 1591874) for ESlint failure on VariablesView.jsm. CLOSED TREE
Backed out changeset a7f97f586d04 (bug 1591874)
Backed out changeset acbd48303fb3 (bug 1529917)

--HG--
rename : devtools/client/storage/VariablesView.jsm => devtools/client/shared/widgets/VariablesView.jsm
2019-12-03 19:20:19 +02:00
Nicolas Chevobbe
9167538ed8 Bug 1591874 - Move VariablesView files to devtools/client/storage. r=miker.
Since the storage inspector is the last consumer of the VariablesView,
it makes sense to move the component directly in the storage inspector
folder.
Since it can't have a controller, the bits where we were checking this
are removed.

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

Depends on D54733

--HG--
rename : devtools/client/shared/widgets/VariablesView.jsm => devtools/client/storage/VariablesView.jsm
extra : rebase_source : 9d02eb5765f795cec4506ddd26cbb6df08f9a4f3
2019-12-03 16:12:33 +01:00
Micah Tigley
5bdf7f0002 Bug 1595800 - Part 4: Update RDM to use setRDMPaneOrientation from BrowsingContext r=bradwerth
Depends on D55002

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

--HG--
extra : moz-landing-system : lando
2019-12-03 01:03:17 +00:00