Web Replay: Linux port
Categories
(Core Graveyard :: Web Replay, enhancement)
Tracking
(Not tracked)
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file, 1 obsolete file)
|
227.29 KB,
patch
|
Details | Diff | Splinter Review |
Getting Web Replay to work on Linux is important, and crucially so for the current plan for cloud integration (bug 1547081). It would be good to get recording, replaying, and rewinding to all work reliably. The attached WIP deals with most of the changes necessary to get recording to work. This factors out the redirections shared with macOS into their own file, and has some tweaks to the build system, graphics, and sandbox so that the recording process can run without crashing and show graphics for a simple page.
Disclaimer: this work was done on my own time and is not part of my official work at mozilla. If you have a problem with me working on this, please talk to me directly.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
This WIP (with a lot of debugging crud in it) is able to record and replay a simple "Hello World" page. The next step here is to get rewinding to work, but first I think I'm going to look into fork based rewinding (bug 1597149), because it doesn't make much sense to port the snapshot system to linux and then throw it away.
Updated•6 years ago
|
Description
•