[Webkit-unassigned] [Bug 47129] New: PluginDocumentParser::pluginWidgetFromDocument should look for "embed" element rather than just use the first child

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 16:04:25 PDT 2010


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

           Summary: PluginDocumentParser::pluginWidgetFromDocument should
                    look for "embed" element rather than just use the
                    first child
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sanjeevr at chromium.org


PluginDocumentParser::pluginWidgetFromDocument assumes that the "embed" element is the first child of the body. However, for Chromium, an extension can modify the DOM to add other elements before the "embed" element. The method should search for the "embed" element rather than use the first child. Working on a fix for this. This causes the Chromium bug (http://crbug.com/51342).

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