Skip to content
  • cblu's avatar
    WebCore: · c7966690
    cblu authored
    	Fixed: <rdar://problem/3647229> Safari does not play inline Windows Media Content on some sites (miggy.net and ministryofsound.com)
    
            Reviewed by john.
    
            * khtml/rendering/render_frames.cpp:
            (RenderPartObject::updateWidget): when no MIME type is specified map from the WMP CLASSID to the WMP MIME type, look for the URL of the content in the URL PARAM tag
    
    WebKit:
    
    	Fixed: <rdar://problem/3647229> Safari does not play inline Windows Media Content on some sites (miggy.net and ministryofsound.com)
    
            Reviewed by john.
    
            * Plugins.subproj/WebBaseNetscapePluginView.m:
            * Plugins.subproj/WebNetscapePluginEmbeddedView.m:
            (-[WebNetscapePluginEmbeddedView initWithFrame:plugin:URL:baseURL:MIMEType:attributeKeys:attributeValues:]): set the plug-in before calling setting the attributes, so we can avoid passing certain attributes to the WMP plug-in that cause it to crash
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@7616 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c7966690