[Webkit-unassigned] [Bug 45770] New: When a live frame is moved across pages, some plug-in DOM methods cease to function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 14 12:28:33 PDT 2010


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

           Summary: When a live frame is moved across pages, some plug-in
                    DOM methods cease to function
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: dimich at chromium.org


There is a per-Page PluginData object which Plugin and MimeType reference. If a document moves to another pages, these references should all be updated.

On my test cases, this results in calls like navigator.plugins[0].item(0).enabledPlugin return null, but if we missed a null check somewhere, it can also crash once the other page is destroyed.

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