Bug 130758
| Summary: | Web Replay: HTML parsing should have a deterministic schedule | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Blaze 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 | ||
Blaze Burg
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Blaze Burg
Closing web replay-related bugs until we resume working on the feature again.