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

Issue 7041005: Content settings extension API: Implement ContentSetting.getResourceIdentifiers. (Closed)

Created:
9 years, 6 months ago by Bernhard Bauer
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Erik does not do reviews, Paweł Hajdan Jr., Aaron Boodman, pam+watch_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Content settings extension API: Implement ContentSetting.getResourceIdentifiers. BUG=71067 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=89226

Patch Set 1 #

Patch Set 2 : sync; test #

Patch Set 3 : fix #

Total comments: 13

Patch Set 4 : review #

Patch Set 5 : fix #

Patch Set 6 : fix #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+501 lines, -44 lines) Patch
M chrome/browser/extensions/extension_content_settings_api.h View 1 2 3 2 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_content_settings_api.cc View 1 2 3 3 chunks +64 lines, -0 lines 1 comment Download
M chrome/browser/extensions/extension_content_settings_apitest.cc View 1 2 3 4 5 2 chunks +39 lines, -0 lines 1 comment Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/extension_api.json View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/experimental.contentSettings.html View 1 2 chunks +210 lines, -1 line 0 comments Download
M chrome/renderer/resources/extension_process_bindings.js View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/content_settings/getresourceidentifiers/manifest.json View 1 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/content_settings/getresourceidentifiers/test.html View 1 1 chunk +40 lines, -0 lines 0 comments Download
A webkit/plugins/npapi/mock_plugin_list.h View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A webkit/plugins/npapi/mock_plugin_list.cc View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
M webkit/plugins/npapi/plugin_group.h View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M webkit/plugins/npapi/plugin_list_unittest.cc View 1 2 3 2 chunks +2 lines, -38 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gypi View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Bernhard Bauer
Please review: Matt: Extension API John: webkit/plugin changes Tony: test_shell gyp change Dominic: Rest :-)
9 years, 6 months ago (2011-06-14 15:38:18 UTC) #1
battre
LGTM from my side. http://codereview.chromium.org/7041005/diff/4018/chrome/browser/extensions/extension_content_settings_api.h File chrome/browser/extensions/extension_content_settings_api.h (right): http://codereview.chromium.org/7041005/diff/4018/chrome/browser/extensions/extension_content_settings_api.h#newcode50 chrome/browser/extensions/extension_content_settings_api.h:50: void GetPluginsOnFileThread(); We now have ...
9 years, 6 months ago (2011-06-14 16:31:01 UTC) #2
jam
http://codereview.chromium.org/7041005/diff/4018/webkit/plugins/npapi/stub_plugin_list.h File webkit/plugins/npapi/stub_plugin_list.h (right): http://codereview.chromium.org/7041005/diff/4018/webkit/plugins/npapi/stub_plugin_list.h#newcode1 webkit/plugins/npapi/stub_plugin_list.h:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
9 years, 6 months ago (2011-06-14 16:39:56 UTC) #3
tony
http://codereview.chromium.org/7041005/diff/4018/webkit/tools/test_shell/test_shell.gypi File webkit/tools/test_shell/test_shell.gypi (right): http://codereview.chromium.org/7041005/diff/4018/webkit/tools/test_shell/test_shell.gypi#newcode343 webkit/tools/test_shell/test_shell.gypi:343: '../../plugins/npapi/stub_plugin_list.h', Can we just include these files in test_shell_tests? ...
9 years, 6 months ago (2011-06-14 17:46:56 UTC) #4
Matt Perry
LGTM http://codereview.chromium.org/7041005/diff/4018/chrome/browser/extensions/extension_content_settings_api.h File chrome/browser/extensions/extension_content_settings_api.h (right): http://codereview.chromium.org/7041005/diff/4018/chrome/browser/extensions/extension_content_settings_api.h#newcode50 chrome/browser/extensions/extension_content_settings_api.h:50: void GetPluginsOnFileThread(); On 2011/06/14 16:31:01, battre wrote: > ...
9 years, 6 months ago (2011-06-14 19:19:34 UTC) #5
Bernhard Bauer
http://codereview.chromium.org/7041005/diff/4018/chrome/browser/extensions/extension_content_settings_api.h File chrome/browser/extensions/extension_content_settings_api.h (right): http://codereview.chromium.org/7041005/diff/4018/chrome/browser/extensions/extension_content_settings_api.h#newcode53 chrome/browser/extensions/extension_content_settings_api.h:53: static void SetPluginList(webkit::npapi::PluginList* plugin_list); On 2011/06/14 19:19:34, Matt Perry ...
9 years, 6 months ago (2011-06-15 10:04:57 UTC) #6
battre
still LGTM http://codereview.chromium.org/7041005/diff/16001/chrome/browser/extensions/extension_content_settings_api.cc File chrome/browser/extensions/extension_content_settings_api.cc (right): http://codereview.chromium.org/7041005/diff/16001/chrome/browser/extensions/extension_content_settings_api.cc#newcode32 chrome/browser/extensions/extension_content_settings_api.cc:32: webkit::npapi::PluginList* g_plugin_list = NULL; should this now ...
9 years, 6 months ago (2011-06-15 12:53:39 UTC) #7
tony
LGTM On 2011/06/15 10:04:57, Bernhard Bauer wrote: > On 2011/06/14 17:46:56, tony wrote: > > ...
9 years, 6 months ago (2011-06-15 16:52:55 UTC) #8
commit-bot: I haz the power
9 years, 6 months ago (2011-06-15 18:41:58 UTC) #9
Change committed as 89226

Powered by Google App Engine
This is Rietveld 408576698