[Webkit-unassigned] [Bug 48885] New: Plugins specified via an OBJECT tag with a valid CLSID and a valid mime type don't load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 2 16:30:10 PDT 2010


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

           Summary: Plugins specified via an OBJECT tag with a valid CLSID
                    and a valid mime type don't load
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ananta at chromium.org
                CC: fishd at chromium.org, abarth at webkit.org,
                    dpranke at chromium.org, aestes at apple.com


This bug was logged against Chromium originally http://code.google.com/p/chromium/issues/detail?id=61603

Please load the attached testcase in a nightly build of Safari or Chromium and you will see the problem.

This appears to have regressed in webkit revision 70748

2010-10-27  Andy Estes  <aestes at apple.com>

        Reviewed by Adam Barth.

        r66156 broke AtlasCT library, formerly affected http://map.d.co.il/
        https://bugs.webkit.org/show_bug.cgi?id=45679

        This patch removes WebKit's map of classid values to MIME types. It also
        changes the behavior of object elements to render fallback content when
        a non-empty classid attribute is specified, which is the behavior HTML5
        specifies when a UA encounters a classid it doesn't understand.

        Test: fast/replaced/object-with-non-empty-classid-triggers-fallback.html

        * html/HTMLObjectElement.cpp: Remove serviceTypeForClassId(),
        createClassIdToTypeMap(), and the ClassIdToTypeMap typedef.
        (WebCore::HTMLObjectElement::updateWidget): Do not call
        serviceTypeForClassId() when there is no type attribute, and render
        fallback content if the classid attribute is non-empty.

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