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

Issue 9536013: Move |requires_authorization| flag for plug-ins out of webkit/ (Closed)

Created:
8 years, 9 months ago by Bernhard Bauer
Modified:
8 years, 9 months ago
Reviewers:
James Hawkins, jam
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Move |requires_authorization| flag and |update_url| for plug-ins out of webkit::npapi::PluginGroup. It's now in PluginInstaller. BUG=none TEST=nope Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=128949

Patch Set 1 #

Patch Set 2 : sync #

Patch Set 3 : . #

Patch Set 4 : fix #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 2

Patch Set 7 : comment #

Patch Set 8 : fix chromeos? #

Patch Set 9 : fix? #

Patch Set 10 : compile fix #

Patch Set 11 : sync #

Patch Set 12 : fix stuff #

Patch Set 13 : blergh #

Patch Set 14 : copyright #

Unified diffs Side-by-side diffs Delta from patch set Stats (+777 lines, -807 lines) Patch
M chrome/browser/extensions/extension_content_settings_apitest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/plugin_finder.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +13 lines, -17 lines 0 comments Download
M chrome/browser/plugin_finder.cc View 1 2 3 4 4 chunks +70 lines, -89 lines 0 comments Download
M chrome/browser/plugin_finder_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +11 lines, -6 lines 0 comments Download
M chrome/browser/plugin_installer.h View 1 2 3 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/plugin_installer.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/plugin_observer.h View 1 2 3 4 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/plugin_observer.cc View 1 2 3 4 4 chunks +17 lines, -16 lines 0 comments Download
M chrome/browser/renderer_host/plugin_info_message_filter.h View 1 2 3 4 5 chunks +16 lines, -5 lines 0 comments Download
M chrome/browser/renderer_host/plugin_info_message_filter.cc View 1 2 3 4 5 6 7 8 8 chunks +47 lines, -21 lines 0 comments Download
M chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/plugins_linux.json View 1 2 1 chunk +60 lines, -64 lines 0 comments Download
M chrome/browser/resources/plugins_mac.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +188 lines, -196 lines 0 comments Download
M chrome/browser/resources/plugins_win.json View 1 2 1 chunk +183 lines, -191 lines 0 comments Download
M chrome/browser/ui/webui/plugins_ui.cc View 1 2 3 4 5 6 7 8 6 chunks +41 lines, -11 lines 0 comments Download
M content/utility/utility_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +9 lines, -12 lines 0 comments Download
M webkit/plugins/npapi/plugin_group.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 8 chunks +12 lines, -23 lines 0 comments Download
M webkit/plugins/npapi/plugin_group.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +4 lines, -25 lines 0 comments Download
M webkit/plugins/npapi/plugin_group_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +18 lines, -22 lines 0 comments Download
M webkit/plugins/npapi/plugin_list.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -4 lines 0 comments Download
M webkit/plugins/npapi/plugin_list.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +59 lines, -87 lines 0 comments Download
M webkit/plugins/npapi/plugin_list_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Bernhard Bauer
Please review.
8 years, 9 months ago (2012-03-02 09:23:14 UTC) #1
jam
On 2012/03/02 09:23:14, Bernhard Bauer wrote: > Please review. this requires_authorization stuff seems like a ...
8 years, 9 months ago (2012-03-02 15:56:19 UTC) #2
Bernhard Bauer
On 2012/03/02 15:56:19, John Abd-El-Malek wrote: > On 2012/03/02 09:23:14, Bernhard Bauer wrote: > > ...
8 years, 9 months ago (2012-03-02 16:37:17 UTC) #3
jam
On 2012/03/02 16:37:17, Bernhard Bauer wrote: > On 2012/03/02 15:56:19, John Abd-El-Malek wrote: > > ...
8 years, 9 months ago (2012-03-02 19:14:02 UTC) #4
Bernhard Bauer
On 2012/03/02 19:14:02, John Abd-El-Malek wrote: > can we just the authorization stuff for now ...
8 years, 9 months ago (2012-03-09 17:09:05 UTC) #5
jam
lgtm http://codereview.chromium.org/9536013/diff/17019/chrome/browser/ui/webui/plugins_ui.cc File chrome/browser/ui/webui/plugins_ui.cc (right): http://codereview.chromium.org/9536013/diff/17019/chrome/browser/ui/webui/plugins_ui.cc#newcode156 chrome/browser/ui/webui/plugins_ui.cc:156: // XXX ?
8 years, 9 months ago (2012-03-09 19:10:08 UTC) #6
Bernhard Bauer
James, can you take a look at webui/? Thanks! http://codereview.chromium.org/9536013/diff/17019/chrome/browser/ui/webui/plugins_ui.cc File chrome/browser/ui/webui/plugins_ui.cc (right): http://codereview.chromium.org/9536013/diff/17019/chrome/browser/ui/webui/plugins_ui.cc#newcode156 chrome/browser/ui/webui/plugins_ui.cc:156: ...
8 years, 9 months ago (2012-03-09 20:28:12 UTC) #7
James Hawkins
LGTM
8 years, 9 months ago (2012-03-09 21:59:12 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/9536013/26001
8 years, 9 months ago (2012-03-09 23:04:21 UTC) #9
commit-bot: I haz the power
Try job failure for 9536013-26001 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-03-09 23:32:08 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/9536013/32001
8 years, 9 months ago (2012-03-19 12:51:01 UTC) #11
commit-bot: I haz the power
Try job failure for 9536013-32001 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-03-19 13:09:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/9536013/35003
8 years, 9 months ago (2012-03-19 14:24:31 UTC) #13
commit-bot: I haz the power
Can't apply patch for file webkit/plugins/npapi/plugin_list.cc. While running patch -p1 --forward --force; patching file webkit/plugins/npapi/plugin_list.cc ...
8 years, 9 months ago (2012-03-19 14:24:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/9536013/39023
8 years, 9 months ago (2012-03-19 15:04:45 UTC) #15
commit-bot: I haz the power
Try job failure for 9536013-39023 (retry) on linux_rel for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-03-19 15:26:31 UTC) #16
Bernhard Bauer
John, there have been some changes since your LGTM. Do you want to take another ...
8 years, 9 months ago (2012-03-20 18:09:33 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/9536013/44003
8 years, 9 months ago (2012-03-22 10:52:35 UTC) #18
commit-bot: I haz the power
Presubmit check for 9536013-44003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 9 months ago (2012-03-22 10:52:47 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/9536013/62001
8 years, 9 months ago (2012-03-26 15:13:39 UTC) #20
commit-bot: I haz the power
8 years, 9 months ago (2012-03-26 18:03:28 UTC) #21
Change committed as 128949

Powered by Google App Engine
This is Rietveld 408576698