[Webkit-unassigned] [Bug 131043] Web Replay: save and restore page history state at main frame navigations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 1 10:47:39 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131043


Brian Burg <burg at cs.washington.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andersca at apple.com




--- Comment #1 from Brian Burg <burg at cs.washington.edu>  2014-04-01 10:47:58 PST ---
(comment got truncated)

The main use cases here are to support replaying the following:
 - introspection through History.idl interface
 - programmatic pushState/popState
 - history navigations within the document

The page cache is always disabled during capture/replay, so history navigations outside the document should just start a normal page load.

Current implementation plan is to encode history item trees in the back/forward list, and replace page's back/forward list at the beginning of replay.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list