[Webkit-unassigned] [Bug 130758] New: Web Replay: HTML parsing should have a deterministic schedule

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 25 16:51:20 PDT 2014


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

           Summary: Web Replay: HTML parsing should have a deterministic
                    schedule
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bburg at apple.com
                CC: timothy at apple.com, akling at apple.com


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.

-- 
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