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

Issue 8071025: Move contentSettings extension API out of experimental (Closed)

Created:
9 years, 2 months ago by Bernhard Bauer
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Erik does not do reviews, brettw-cc_chromium.org, mihaip+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., Matt Perry, Mike West
Visibility:
Public.

Description

Move contentSettings extension API out of experimental BUG=71067 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105301

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : alphabetize #

Patch Set 4 : add permission warning #

Patch Set 5 : update warning #

Patch Set 6 : sync #

Patch Set 7 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -3664 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_content_settings_api.h View 1 chunk +4 lines, -8 lines 0 comments Download
M chrome/common/extensions/api/extension_api.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/api_index.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/extensions/docs/contentSettings.html View 1 20 chunks +20 lines, -20 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/contentSettings.zip View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/contentSettings/manifest.json View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/examples/api/contentSettings/popup.html View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp.zip View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/permissions/extension-questions.zip View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/webNavigation/basic.zip View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/examples/extensions/imageinfo.zip View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/examples/extensions/speak_selection.zip View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/examples/extensions/talking_alarm_clock.zip View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/experimental.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D chrome/common/extensions/docs/experimental.contentSettings.html View 1 1 chunk +0 lines, -2872 lines 0 comments Download
D chrome/common/extensions/docs/experimental.contentSettings.global.html View 1 1 chunk +0 lines, -746 lines 0 comments Download
M chrome/common/extensions/docs/samples.html View 1 2 3 4 5 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/samples.json View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/common/extensions/extension_permission_set.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/extension_permission_set.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/common/extensions/extension_permission_set_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/resources/extensions/extension_process_bindings.js View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/resources/extensions/renderer_process_bindings.js View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/content_settings/getresourceidentifiers/manifest.json View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/content_settings/getresourceidentifiers/test.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/content_settings/standard/manifest.json View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/content_settings/standard/test.html View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
Bernhard Bauer
Hi, as previously discussed over email, here is the CL to move the contentSettings API ...
9 years, 2 months ago (2011-09-30 16:35:38 UTC) #1
Bernhard Bauer
Aaron, Matt, could one of you take a look at this CL? Thanks!
9 years, 2 months ago (2011-10-06 09:04:17 UTC) #2
Pam (message me for reviews)
http://codereview.chromium.org/8071025/diff/2001/chrome/renderer/resources/extensions/renderer_process_bindings.js File chrome/renderer/resources/extensions/renderer_process_bindings.js (right): http://codereview.chromium.org/8071025/diff/2001/chrome/renderer/resources/extensions/renderer_process_bindings.js#newcode313 chrome/renderer/resources/extensions/renderer_process_bindings.js:313: "contentSettings", Drive-by: alphabetize
9 years, 2 months ago (2011-10-06 09:30:04 UTC) #3
Aaron Boodman
What warning did you end up going with? It would be nice to have a ...
9 years, 2 months ago (2011-10-06 16:39:58 UTC) #4
Patrick Nepper
On 2011/10/06 16:39:58, Aaron Boodman wrote: > What warning did you end up going with? ...
9 years, 2 months ago (2011-10-07 10:48:00 UTC) #5
Bernhard Bauer
On 2011/10/07 10:48:00, Patrick Nepper wrote: > On 2011/10/06 16:39:58, Aaron Boodman wrote: > > ...
9 years, 2 months ago (2011-10-07 13:12:52 UTC) #6
Aaron Boodman
On Fri, Oct 7, 2011 at 3:48 AM, <nepper@chromium.org> wrote: > On 2011/10/06 16:39:58, Aaron ...
9 years, 2 months ago (2011-10-07 23:44:31 UTC) #7
battre
On 2011/10/07 23:44:31, Aaron Boodman wrote: > On Fri, Oct 7, 2011 at 3:48 AM, ...
9 years, 2 months ago (2011-10-10 15:09:39 UTC) #8
Aaron Boodman
On 2011/10/10 15:09:39, battre wrote: > On 2011/10/07 23:44:31, Aaron Boodman wrote: > > On ...
9 years, 2 months ago (2011-10-10 23:13:45 UTC) #9
Patrick Nepper
On 2011/10/10 23:13:45, Aaron Boodman wrote: > On 2011/10/10 15:09:39, battre wrote: > > On ...
9 years, 2 months ago (2011-10-12 18:17:04 UTC) #10
Aaron Boodman
Please use this warning for now: [The extension will have access to:] * Browser settings ...
9 years, 2 months ago (2011-10-12 19:24:02 UTC) #11
Patrick Nepper
On 2011/10/12 18:17:04, Patrick Nepper wrote: > On 2011/10/10 23:13:45, Aaron Boodman wrote: > > ...
9 years, 2 months ago (2011-10-12 19:24:20 UTC) #12
kathyw
How about (after talking with Mike West): Settings that specify whether websites can use features ...
9 years, 2 months ago (2011-10-12 20:35:09 UTC) #13
Aaron Boodman
9 years, 2 months ago (2011-10-12 22:22:57 UTC) #14
On 2011/10/12 20:35:09, kathyw wrote:
> How about (after talking with Mike West):
> 
> Settings that specify whether websites can use features such as cookies,
> JavaScript, and plugins

That is much better. Thanks so much, both of you.

Powered by Google App Engine
This is Rietveld 408576698