[Webkit-unassigned] [Bug 62740] New: documentDidBecomeActive() is called twice for pages being restored from the page cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 11:21:58 PDT 2011


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

           Summary: documentDidBecomeActive() is called twice for pages
                    being restored from the page cache
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: ap at webkit.org, beidson at apple.com


FrameLoader::commitProvisionalLoad() calls cachedPage->restore(m_frame->page()); which calls documentDidBecomeActive(). It then calls m_frame->document()->documentDidBecomeActive() a second time lower down.

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