Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Issue 7234: This fixes http://code.google.com/p/chromium/issues/detail?id=2846, which is ... (Closed)

Created:
12 years, 2 months ago by ananta
Modified:
9 years, 6 months ago
Reviewers:
jam
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

This fixes http://code.google.com/p/chromium/issues/detail?id=2846, which is an issue with bloomberg.com not detecting the windows media player plugin. The site reads the list of plugins off the Navigator object and runs through the list of plugins comparing each with the desired plugin name (Windows Media). This fails in Chrome as the Activex shim is registered by default as the handler for media player, with the name as activex-shim. The fix is to split up the Activex shim registration into two, one handling the application/x-oleobject|application/oleobject mime types, and the other handling the windows media player types. R=jam Bug=2846 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=3262

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -6 lines) Patch
M webkit/glue/plugins/plugin_lib.cc View 1 2 chunks +23 lines, -6 lines 0 comments Download
M webkit/glue/plugins/plugin_list.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/glue/plugins/plugin_list.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ananta
12 years, 2 months ago (2008-10-10 17:53:45 UTC) #1
jam
http://codereview.chromium.org/7234/diff/1/3 File webkit/glue/plugins/plugin_lib.cc (right): http://codereview.chromium.org/7234/diff/1/3#newcode65 Line 65: L"ActiveX Plug-in shim for the Windows Media Player ...
12 years, 2 months ago (2008-10-10 19:58:40 UTC) #2
ananta
Please take another look. I have updated the product name to Windows Media Player on ...
12 years, 2 months ago (2008-10-10 20:18:00 UTC) #3
jam
12 years, 2 months ago (2008-10-10 20:23:48 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698