diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-07 01:52:39 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-07 01:52:39 +0000 |
commit | 416634b04ddba855a8d41ee234a691b462270b25 (patch) | |
tree | 6c34eadca3efbb0eb380479b53a8141ff0a9899a /webkit/README | |
parent | 2414e84fdc99feb8e3a674a1776cddf5d24529fd (diff) | |
download | chromium_src-416634b04ddba855a8d41ee234a691b462270b25.zip chromium_src-416634b04ddba855a8d41ee234a691b462270b25.tar.gz chromium_src-416634b04ddba855a8d41ee234a691b462270b25.tar.bz2 |
This fixes bug http://code.google.com/p/chromium/issues/detail?id=4137,
which was an issue with the site failing to detect Windows media player. The site would run a script which would enumerate the list of plugins from the navigator object and compare each plugin name for "Windows Media" and "Plug". This is under the assumption that the windows media player plugin is typically named as
Microsoft� Windows Media Player Firefox Plugin and it would find both the strings in the name.
I had changed the name of activex shim instance for media player previously to Windows Media to fix a similar issue with bloomberg.com. Should have changed it to the full name at that point.
The fix is to fully match the windows media player plugin name in the shim.
The other change is to perform a case insensitive comparison of the plugin file names while looking for matching plugins.
R=jam
Bug=4137
Review URL: http://codereview.chromium.org/9482
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/README')
0 files changed, 0 insertions, 0 deletions