[webkit-dev] Announcement: web replay support
Brian Burg
bburg at apple.com
Mon Jan 13 16:03:01 PST 2014
Hello all,
I’m excited to announce that I’ve begun work on upstreaming web replay support into WebKit. Web replay functionality allows developers to debug their web applications by exactly recording interactions with a web program, and then replaying the resulting execution at will. A prototype implementation has integration with the Web Inspector, and supports many important web features.
Most replay-related code will be behind the ENABLE(WEB_REPLAY) flag. It will be off by default until folks feel that the feature is ready for feedback through nightly builds.
A high-level technical description of the prototype is available in the following paper:
http://homes.cs.washington.edu/~mernst/pubs/record-replay-uist2013.pdf
There’s also short demo video from last year:
http://www.youtube.com/watch?v=ugHAzyQ6H00
Some accumulated details are on the prototype's wiki:
https://github.com/burg/timelapse/wiki
-Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20140113/b1a4482f/attachment.html>
More information about the webkit-dev
mailing list