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

Issue 11066043: Block NPAPI plug-ins in Metro mode instead of not loading them at all. (Closed)

Created:
8 years, 2 months ago by Bernhard Bauer
Modified:
8 years, 1 month ago
CC:
chromium-reviews, darin-cc_chromium.org, chrome-win8-eng_google.com
Visibility:
Public.

Description

Block NPAPI plug-ins in Metro mode instead of not loading them at all. BUG=153648 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=164425

Patch Set 1 #

Patch Set 2 : kjh #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 6

Patch Set 6 : review #

Patch Set 7 : sync #

Patch Set 8 : review #

Patch Set 9 : update #

Patch Set 10 : infobar #

Patch Set 11 : fix #

Patch Set 12 : fix #

Patch Set 13 : strings #

Patch Set 14 : fix #

Patch Set 15 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -26 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/plugins/plugin_finder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugins/plugin_finder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/plugins/plugin_infobar_delegates.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/plugins/plugin_infobar_delegates.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -11 lines 0 comments Download
M chrome/browser/plugins/plugin_observer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/plugins/plugin_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +34 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/plugin_info_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +10 lines, -0 lines 0 comments Download
M webkit/plugins/npapi/plugin_list_win.cc View 2 chunks +0 lines, -7 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Bernhard Bauer
Please review.
8 years, 2 months ago (2012-10-17 12:50:35 UTC) #1
cpu_(ooo_6.6-7.5)
Looks good in general. http://codereview.chromium.org/11066043/diff/11001/chrome/common/render_messages.h File chrome/common/render_messages.h (right): http://codereview.chromium.org/11066043/diff/11001/chrome/common/render_messages.h#newcode62 chrome/common/render_messages.h:62: kNpapiNotSupported, kNPAPINotSuported http://codereview.chromium.org/11066043/diff/11001/chrome/common/render_messages.h#newcode490 chrome/common/render_messages.h:490: IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_RestartInDesktopMode) ...
8 years, 2 months ago (2012-10-18 00:42:59 UTC) #2
cpu_(ooo_6.6-7.5)
we also want to delete the code I added to the missing plugin? or I ...
8 years, 2 months ago (2012-10-18 00:44:37 UTC) #3
Bernhard Bauer
On 2012/10/18 00:44:37, cpu wrote: > we also want to delete the code I added ...
8 years, 2 months ago (2012-10-18 09:13:57 UTC) #4
cpu_(ooo_6.6-7.5)
lgtm pending security review of the IPC. One more thing, so if a plugin is ...
8 years, 2 months ago (2012-10-18 19:58:21 UTC) #5
Bernhard Bauer
On 2012/10/18 19:58:21, cpu wrote: > lgtm pending security review of the IPC. > > ...
8 years, 2 months ago (2012-10-18 20:25:41 UTC) #6
cpu_(ooo_6.6-7.5)
sure, but is it not as simple as keeping my code?
8 years, 2 months ago (2012-10-18 21:53:25 UTC) #7
Bernhard Bauer
On 2012/10/18 21:53:25, cpu wrote: > sure, but is it not as simple as keeping ...
8 years, 2 months ago (2012-10-22 13:27:16 UTC) #8
Bernhard Bauer
After discussion per email, I updated the CL to always show an infobar. PTAL?
8 years, 2 months ago (2012-10-24 22:10:12 UTC) #9
Bernhard Bauer
ping?
8 years, 1 month ago (2012-10-25 15:36:42 UTC) #10
cpu_(ooo_6.6-7.5)
lgtm
8 years, 1 month ago (2012-10-25 17:30:59 UTC) #11
Bernhard Bauer
Ben, can I get an OWNERS review?
8 years, 1 month ago (2012-10-25 21:10:26 UTC) #12
Ben Goodger (Google)
lgtm
8 years, 1 month ago (2012-10-25 21:18:50 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11066043/42001
8 years, 1 month ago (2012-10-26 09:39:49 UTC) #14
commit-bot: I haz the power
Failed to apply patch for chrome/browser/renderer_host/plugin_info_message_filter.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 1 month ago (2012-10-26 09:39:56 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11066043/47001
8 years, 1 month ago (2012-10-26 09:55:41 UTC) #16
commit-bot: I haz the power
Retried try job too often for step(s) browser_tests
8 years, 1 month ago (2012-10-26 17:54:37 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11066043/47001
8 years, 1 month ago (2012-10-26 21:04:51 UTC) #18
commit-bot: I haz the power
8 years, 1 month ago (2012-10-26 22:14:43 UTC) #19
Change committed as 164425

Powered by Google App Engine
This is Rietveld 408576698