Hovering on the console jump button should update the viewport
Categories
(Core Graveyard :: Web Replay, enhancement)
Tracking
(firefox71 fixed)
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
Details
Attachments
(1 file)
When the user hovers on the console jump button of a message that has been cached, we should immediately update the viewport to show what the page looked like at that time.
Comment 1•5 years ago
|
||
This can be done by using the paintData associated with the pause data that is retained for each message which can be warped to immediately (the messages that aren't grayed out in the timeline). You can look at repaint() in devtools/server/actors/replay/control.js for how this is currently used; right now the RecordReplayControl.hadRepaint() method is used to update the canvas which has the tab's graphics, but the paintData is just a string which has a base64-encoded PNG image (it would be nice to do this entirely in JS without involving RecordReplayControl, but that will require a little refactoring).
Assignee | ||
Comment 2•5 years ago
|
||
Comment 4•5 years ago
|
||
Backed out for ES Lint failure.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=266033434&repo=autoland&lineNumber=277
Backout: https://hg.mozilla.org/integration/autoland/rev/aa2920aa9ee5a3f4282a15ec9abdfb227124bd54
Comment 6•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Description
•