Bug 130758 - Web Replay: HTML parsing should have a deterministic schedule
Summary: Web Replay: HTML parsing should have a deterministic schedule
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: WebReplay
  Show dependency treegraph
 
Reported: 2014-03-25 16:51 PDT by BJ Burg
Modified: 2017-07-10 13:59 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.