Commit Graph

115 Commits

Author SHA1 Message Date
jaril
d3ede1cd95 Bug 1594096 - Display exceptions in the Replay timeline r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D51949

--HG--
extra : moz-landing-system : lando
2019-11-22 19:24:43 +00:00
Brian Hackett
830e9c1b8c Bug 1594975 - Fix ThreadActor.frames argument, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D52477

--HG--
extra : moz-landing-system : lando
2019-11-11 12:30:31 +00:00
Nicolas Chevobbe
116dcd0e39 Bug 1595012 - Remove WebConsoleFront evaluateJS. r=jdescottes.
The function is only used in tests, which is a bit concerning
as we should test the actual function being used (evaluateJSAsync).

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

--HG--
extra : moz-landing-system : lando
2019-11-10 11:47:45 +00:00
Dorel Luca
5bb844b4ce Backed out changeset b8c3e2f3cd42 (bug 1595012) for causing DevTools failures in devtools/client/webconsole/test/browser/browser_webconsole_stubs_evaluation_result.js. CLOSED TREE 2019-11-10 05:14:38 +02:00
Nicolas Chevobbe
65a171ad7a Bug 1595012 - Remove WebConsoleFront evaluateJS. r=jdescottes.
The function is only used in tests, which is a bit concerning
as we should test the actual function being used (evaluateJSAsync).

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

--HG--
extra : moz-landing-system : lando
2019-11-09 11:50:11 +00:00
Jason Laster
d059c73cf7 Bug 1589546 - Timeline markers move when the timeline updates. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D51217

--HG--
extra : moz-landing-system : lando
2019-10-31 13:29:40 +00:00
jaril
9c8c9a6f79 Bug 1587170 - Fixed tick highlighting when hovered on a message r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D49173

--HG--
extra : moz-landing-system : lando
2019-10-15 02:41:48 +00:00
Brian Hackett
5be1c5612c Bug 1580104 - Wait for recording to initialize before loading URLs, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D49090

--HG--
extra : moz-landing-system : lando
2019-10-13 19:10:14 +00:00
Brian Hackett
b4bc42f8b9 Bug 1583668 - Fix browser_rr_inspector-03.js failure, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D47016

--HG--
extra : moz-landing-system : lando
2019-09-25 00:43:17 +00:00
Jason Laster
f13398b88f Bug 1580334 - Hovering on the timeline should update the debugger.
Differential Revision: https://phabricator.services.mozilla.com/D46550

--HG--
extra : moz-landing-system : lando
2019-09-21 04:51:48 +00:00
Dorel Luca
a740ed290d Backed out changeset 1416218ae397 (bug 1580334) for Devtools failure on Debugger. CLOSED TREE
--HG--
extra : amend_source : 5480f365a0c5ea13f3be30ced032db85ade8418d
2019-09-21 05:50:47 +03:00
Jason Laster
c9142c2b79 Bug 1580334 - Hovering on the timeline should update the debugger.
Differential Revision: https://phabricator.services.mozilla.com/D46550

--HG--
extra : moz-landing-system : lando
2019-09-21 01:31:20 +00:00
Jason Laster
735ae51ad8 Bug 1581933 - Hovering on a marker in the timeline should highlight the message in the console. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D46552

--HG--
extra : moz-landing-system : lando
2019-09-20 02:29:02 +00:00
Brian Hackett
33f0851783 Bug 1582557 - Fix some stepping issues, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D46518

--HG--
extra : moz-landing-system : lando
2019-09-19 21:18:57 +00:00
Brian Hackett
1f31f996f6 Bug 1582057 - Whitelist exceptions from canceled operations in debugger tests, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D46345

--HG--
extra : moz-landing-system : lando
2019-09-19 17:32:18 +00:00
Brian Hackett
a0762fda35 Bug 1581999 - Fix event logging while replaying, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D46245

--HG--
extra : moz-landing-system : lando
2019-09-18 03:22:33 +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
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
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
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
Jason Laster
43f6a1b816 Bug 1580362 - Rewinding while recording should rewind to the last breakpoint. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D45473

--HG--
extra : moz-landing-system : lando
2019-09-11 04:16:15 +00:00
Jason Laster
6dd9c29f22 Bug 1579658 - Hovering on the console jump button should update the viewport. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D45133

--HG--
extra : moz-landing-system : lando
2019-09-11 03:43:30 +00:00
Jason Laster
c91c3ac848 Bug 1578602 - Update buttons ux. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D45131

--HG--
extra : moz-landing-system : lando
2019-09-11 15:58:22 +00:00
Andreea Pavel
6e69d0b776 Backed out changeset 977f72dc221a (bug 1578602) dt failures at browser_parsable_css on a CLOSED TREE 2019-09-11 05:43:33 +03:00
Razvan Maries
d12d589b73 Backed out changeset b93f753ddfe4 (bug 1579658) for ES Lint failure. CLOSED TREE 2019-09-11 04:50:58 +03:00
Jason Laster
eac3fce446 Bug 1579658 - Hovering on the console jump button should update the viewport. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D45133

--HG--
extra : moz-landing-system : lando
2019-09-11 00:04:03 +00:00
Jason Laster
2286b78600 Bug 1578602 - Update buttons ux. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D45131

--HG--
extra : moz-landing-system : lando
2019-09-11 00:16:21 +00:00
Brian Hackett
69a17508bf Bug 1576689 - Support logPoints with multiple arguments, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D45116

--HG--
extra : moz-landing-system : lando
2019-09-06 23:35:34 +00:00
Brian Hackett
518fed5491 Bug 1579319 - Distinguish objects and frames from different locations, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D44936

--HG--
extra : moz-landing-system : lando
2019-09-06 21:19:30 +00:00
Brian Hackett
560029c0e1 Bug 1579325 - Fix test failure, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D45054

--HG--
extra : moz-landing-system : lando
2019-09-06 18:35:37 +00:00
Jason Laster
f93e5fd1de Bug 1578252 - Highlight messages that are at the same location. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D44381

--HG--
extra : moz-landing-system : lando
2019-09-03 15:34:02 +00:00
Brian Hackett
3ecbce3546 Bug 1576797 - Remove threadFront/target references from web replay tests, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D43558

--HG--
extra : moz-landing-system : lando
2019-08-30 21:38:40 +00:00
Brian Hackett
44d14c3f29 Bug 1576318 Part 5 - Add tests that we can preview assorted objects while replaying, and pause the debugger without making debugger requests, r=loganfsmyth.
Depends on D43321

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

--HG--
extra : moz-landing-system : lando
2019-08-30 17:13:34 +00:00
Brian Hackett
8d4c428010 Bug 1575058 - Fix assorted bugs with showing errors in the console while replaying, r=loganfsmyth.
Differential Revision: https://phabricator.services.mozilla.com/D42704

--HG--
extra : moz-landing-system : lando
2019-08-24 23:54:33 +00:00
Brian Hackett
611fa8b9db Bug 1575056 - Control record/replay logging with preference, r=loganfsmyth.
Differential Revision: https://phabricator.services.mozilla.com/D42556

--HG--
extra : moz-landing-system : lando
2019-08-24 23:34:11 +00:00
Brian Hackett
85d5cecac7 Bug 1575979 - Avoid undefined toolbox error when warping to messages, r=loganfsmyth.
Differential Revision: https://phabricator.services.mozilla.com/D43148

--HG--
extra : moz-landing-system : lando
2019-08-23 04:43:42 +00:00
Jason Laster
e2930d8d52 Bug 1575594 - Add logPoint support for displayName. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D42903

--HG--
extra : moz-landing-system : lando
2019-08-22 00:25:45 +00:00
Jason Laster
edbc2c8cb2 Bug 1575267 - Fix next/previous. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D42676

--HG--
extra : moz-landing-system : lando
2019-08-20 17:22:52 +00:00
Brian Hackett
3281985555 Bug 1573970 - Pause on debugger statements when using web replay, r=loganfsmyth.
Differential Revision: https://phabricator.services.mozilla.com/D42243

--HG--
extra : moz-landing-system : lando
2019-08-20 15:16:18 +00:00
Nicolas Chevobbe
925311bc77 Bug 1568779 - Remove editors settings comments in devtools files. r=pbro.
Differential Revision: https://phabricator.services.mozilla.com/D42300

--HG--
extra : moz-landing-system : lando
2019-08-19 12:48:16 +00:00
Brian Hackett
9c7cf7138d Bug 1573966 - Fix variable previewing when using cached pause data, r=loganfsmyth.
Differential Revision: https://phabricator.services.mozilla.com/D42067

--HG--
extra : moz-landing-system : lando
2019-08-16 20:55:19 +00:00
Patrick Brosset
b5f63e6ed7 Bug 1568825 - 2 - Moving the nodePicker singleton to the toolbox r=gl
Differential Revision: https://phabricator.services.mozilla.com/D41597

--HG--
extra : moz-landing-system : lando
2019-08-16 04:48:27 +00:00
Jason Laster
23ec616c66 Bug 1572837 - Fix browser_dbg_rr_stepping-04.js.
Differential Revision: https://phabricator.services.mozilla.com/D41436

--HG--
extra : moz-landing-system : lando
2019-08-09 20:15:37 +00:00
Jason Laster
be47400d60 Bug 1172572 - teach debugger to step into calls at the beginning of statements (part 2). r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D40733

--HG--
rename : devtools/server/actors/replay/moz.build => devtools/server/actors/replay/utils/moz.build
extra : moz-landing-system : lando
2019-08-09 17:38:32 +00:00
Gabriel Luong
341915c5fc Bug 1568157 - Part 1: Replace toolbox.inspectorFront with the inspectorFront from target.getFront("inspector"). r=yulia,ochameau
Differential Revision: https://phabricator.services.mozilla.com/D40313

--HG--
extra : moz-landing-system : lando
2019-08-07 17:46:07 +00:00
Andreea Pavel
a7b3920be9 Backed out changeset 4ed2ae72d108 (bug 1568157) for dt failures on a CLOSED TREE 2019-08-07 02:50:26 +03:00
Gabriel Luong
b338daf32e Bug 1568157 - Part 1: Replace toolbox.inspectorFront with the inspectorFront from target.getFront("inspector"). r=yulia,ochameau
Differential Revision: https://phabricator.services.mozilla.com/D40313

--HG--
extra : moz-landing-system : lando
2019-08-06 21:36:09 +00:00
Brian Hackett
bc685f2db6 Bug 1570089 Part 1 - Recover from replaying process crashes, r=loganfsmyth.
Differential Revision: https://phabricator.services.mozilla.com/D39925

--HG--
extra : moz-landing-system : lando
2019-08-04 16:55:00 +00:00
Brian Hackett
8e2cb113e0 Bug 1556813 Part 10 - Add test for breakpoint hits with complex control flow, r=loganfsmyth.
MANUAL PUSH: Lando gives me strange errors and no one is around in #lando to help diagnose the problem.

--HG--
extra : rebase_source : 3701625298b2647d8cef671d75fdda4340fb43b1
extra : histedit_source : c2ea99a43942a6dcf7bd5b527b87387b03d38151
2019-06-12 07:46:57 -10:00
Brian Hackett
af8698c62b Bug 1556813 Part 9 - Show unscanned regions and uncached points on timeline, r=loganfsmyth.
--HG--
extra : rebase_source : 0015ede8437c6e0cccc9d8a349d744358575e320
extra : histedit_source : 364647d06744a93f98082a656dd6782d341d611a
2019-06-12 07:46:14 -10:00