xxfxxf / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 0 forks source link

Add ability to match internal plugins based on file extension #401

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add the ability to specify a combination of mime type and file extension in 
CefPluginInfo. Plugins can then be loaded by matching based on file extension 
if no mime type is provided on the object or embed tag.

For example:

<object width="200" height="200"> 
   <param name="movie" value="foo.swf"> 
   <embed src="foo.swf" width="200" height="200"> 
   </embed> 
</object>

Will match a plugin based on the "swf" file extension.

Original issue reported on code.google.com by magreenb...@gmail.com on 1 Nov 2011 at 2:13

GoogleCodeExporter commented 9 years ago
Fixed in revision 352.

Original comment by magreenb...@gmail.com on 1 Nov 2011 at 4:05

GoogleCodeExporter commented 9 years ago
The Chromium side of this change as landed as revision 108303.

Original comment by magreenb...@gmail.com on 2 Nov 2011 at 4:22