Bug 130758

Summary: Web Replay: HTML parsing should have a deterministic schedule
Product: WebKit Reporter: BJ Burg <bburg>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED LATER    
Severity: Normal CC: bburg, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 136290    

Description BJ Burg 2014-03-25 16:51:41 PDT
The brute-force approach is to force the parser to always pumpTokenizerIfPossible(ForceSynchronous) if the current page is capturing/replaying. I have tested this in a branch and it works.

Another approach is to use a ReplayableTimer inside HTMLParserScheduler. I haven't tried this yet.
Comment 1 BJ Burg 2017-07-10 13:59:29 PDT
Closing web replay-related bugs until we resume working on the feature again.