[Webkit-unassigned] [Bug 49401] New: Defer ScriptExecutionContext::Task's in Document when page loading is deferred

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 12:42:29 PST 2010


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

           Summary: Defer ScriptExecutionContext::Task's in Document when
                    page loading is deferred
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yong.li.webkit at gmail.com


2 reasons why we should do this:

1) when page loading is deferred, we are not supposed to execute JS.

2) Currently, if we perform the tasks when page loading is deferred, those JS callbacks will be discarded, because ActiveDOMObjects are all suspended.

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