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

Issue 399063004: Check whether the plugin is disabled in OnIsInternalPluginRegisteredForMimeType(). (Closed)

Created:
6 years, 5 months ago by xhwang
Modified:
6 years, 5 months ago
CC:
chromium-reviews, stuartmorgan+watch_chromium.org, jam
Project:
chromium
Visibility:
Public.

Description

Check whether the plugin is disabled in OnIsInternalPluginRegisteredForMimeType(). BUG=395294 TEST=Manually tested disabling the plugin and canPlayType() returns "". R=ddorwin@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284753

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase only #

Patch Set 3 : add UMA #

Total comments: 8

Patch Set 4 : comments addressed #

Total comments: 7

Patch Set 5 : comments addressed #

Total comments: 14

Patch Set 6 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -33 lines) Patch
M chrome/browser/plugins/plugin_info_message_filter.h View 1 2 3 4 5 2 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/plugins/plugin_info_message_filter.cc View 1 2 3 4 5 4 chunks +48 lines, -8 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/renderer/media/chrome_key_systems.cc View 1 2 3 4 3 chunks +11 lines, -11 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
xhwang
6 years, 5 months ago (2014-07-18 00:02:03 UTC) #1
xhwang
This Context class has some similar but more complex functions defined which I don't know ...
6 years, 5 months ago (2014-07-18 00:04:00 UTC) #2
ddorwin
LGTM. Question/suggestion. https://codereview.chromium.org/399063004/diff/1/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/399063004/diff/1/chrome/browser/plugins/plugin_info_message_filter.cc#newcode182 chrome/browser/plugins/plugin_info_message_filter.cc:182: continue; Should we UMA this? Really, we'd ...
6 years, 5 months ago (2014-07-18 00:15:22 UTC) #3
xhwang
rebase only
6 years, 5 months ago (2014-07-18 16:21:50 UTC) #4
xhwang
bauerb: Please OWNERS review!
6 years, 5 months ago (2014-07-18 16:23:28 UTC) #5
xhwang
https://codereview.chromium.org/399063004/diff/1/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/399063004/diff/1/chrome/browser/plugins/plugin_info_message_filter.cc#newcode182 chrome/browser/plugins/plugin_info_message_filter.cc:182: continue; On 2014/07/18 00:15:22, ddorwin wrote: > Should we ...
6 years, 5 months ago (2014-07-18 16:25:32 UTC) #6
xhwang
comments addressed. PTAL again!
6 years, 5 months ago (2014-07-18 23:41:08 UTC) #7
xhwang
isherman@chromium.org: Please review changes in tools/metrics/histograms/histograms.xml
6 years, 5 months ago (2014-07-18 23:41:50 UTC) #8
ddorwin
LGTM % comments in 2 files. https://codereview.chromium.org/399063004/diff/40001/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/399063004/diff/40001/chrome/browser/plugins/plugin_info_message_filter.cc#newcode183 chrome/browser/plugins/plugin_info_message_filter.cc:183: // Only report ...
6 years, 5 months ago (2014-07-18 23:50:18 UTC) #9
xhwang
comments addressed
6 years, 5 months ago (2014-07-19 00:06:59 UTC) #10
xhwang
https://codereview.chromium.org/399063004/diff/40001/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/399063004/diff/40001/chrome/browser/plugins/plugin_info_message_filter.cc#newcode183 chrome/browser/plugins/plugin_info_message_filter.cc:183: // Only report results for Widevine CDM. On 2014/07/18 ...
6 years, 5 months ago (2014-07-19 00:07:14 UTC) #11
ddorwin
LGTM. Thanks.
6 years, 5 months ago (2014-07-19 00:20:06 UTC) #12
Ilya Sherman
https://codereview.chromium.org/399063004/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/399063004/diff/60001/tools/metrics/histograms/histograms.xml#newcode22047 tools/metrics/histograms/histograms.xml:22047: + <summary>The registration status of Widevine CDM.</summary> Please document ...
6 years, 5 months ago (2014-07-19 01:18:39 UTC) #13
Bernhard Bauer
https://codereview.chromium.org/399063004/diff/60001/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/399063004/diff/60001/chrome/browser/plugins/plugin_info_message_filter.cc#newcode181 chrome/browser/plugins/plugin_info_message_filter.cc:181: static void SendPluginRegistrationUMA(const std::string& mime_type, Nit: Move this into ...
6 years, 5 months ago (2014-07-21 08:29:59 UTC) #14
xhwang
comments addressed
6 years, 5 months ago (2014-07-21 17:39:08 UTC) #15
xhwang
I believe I address all comments. Please take a look again and let me know ...
6 years, 5 months ago (2014-07-21 17:45:17 UTC) #16
ddorwin
Minor comments. https://codereview.chromium.org/399063004/diff/80001/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/399063004/diff/80001/chrome/browser/plugins/plugin_info_message_filter.cc#newcode68 chrome/browser/plugins/plugin_info_message_filter.cc:68: PLUGIN_AVAILABLE, nit: Should these and the histogram ...
6 years, 5 months ago (2014-07-21 17:54:58 UTC) #17
xhwang
comments addressed
6 years, 5 months ago (2014-07-21 18:16:13 UTC) #18
xhwang
Thanks for the comments. PTAL again. https://codereview.chromium.org/399063004/diff/80001/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/399063004/diff/80001/chrome/browser/plugins/plugin_info_message_filter.cc#newcode68 chrome/browser/plugins/plugin_info_message_filter.cc:68: PLUGIN_AVAILABLE, On 2014/07/21 ...
6 years, 5 months ago (2014-07-21 18:16:42 UTC) #19
Ilya Sherman
Histograms LGTM, thanks.
6 years, 5 months ago (2014-07-21 21:13:34 UTC) #20
Bernhard Bauer
LGTM!
6 years, 5 months ago (2014-07-22 08:20:21 UTC) #21
xhwang
dcheng@chromium.org: Please review changes in chrome/common/render_messages.h It's a renaming change and should be very easy ...
6 years, 5 months ago (2014-07-22 16:30:43 UTC) #22
xhwang
-dcheng since he's OOO +cevans: Please OWNERS review changes in chrome/common/render_messages.h It's a renaming change ...
6 years, 5 months ago (2014-07-22 16:33:15 UTC) #23
dcheng
On 2014/07/22 16:33:15, xhwang wrote: > -dcheng since he's OOO > > +cevans: Please OWNERS ...
6 years, 5 months ago (2014-07-22 17:03:18 UTC) #24
xhwang
The CQ bit was checked by xhwang@chromium.org
6 years, 5 months ago (2014-07-22 17:07:07 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xhwang@chromium.org/399063004/100001
6 years, 5 months ago (2014-07-22 17:08:21 UTC) #26
commit-bot: I haz the power
6 years, 5 months ago (2014-07-22 19:29:42 UTC) #27
Message was sent while issue was closed.
Change committed as 284753

Powered by Google App Engine
This is Rietveld 408576698