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

Issue 6990054: Disable setting incognito prefs for extensions for now. (Closed)

Created:
9 years, 7 months ago by battre
Modified:
9 years, 7 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, Patrick Nepper
Visibility:
Public.

Description

Disable setting incognito prefs for extensions for now. BUG=60099 TEST=no Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86666

Patch Set 1 #

Patch Set 2 : Renamed incognito: 'no' to scope: 'regular' #

Patch Set 3 : updated static documentation #

Patch Set 4 : Fixed sample extension #

Patch Set 5 : 'Effective' is gone #

Total comments: 3

Patch Set 6 : Updated copyright header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -44 lines) Patch
M chrome/browser/extensions/extension_content_settings_apitest.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_preference_api.cc View 1 2 3 4 3 chunks +10 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_proxy_apitest.cc View 1 2 3 4 5 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/common/extensions/api/extension_api.json View 1 2 3 4 2 chunks +9 lines, -7 lines 0 comments Download
chrome/common/extensions/docs/examples/extensions/proxy_configuration.zip View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/examples/extensions/proxy_configuration/popup.html View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/examples/extensions/proxy_configuration/proxy_form_controller.js View 1 2 3 4 5 chunks +12 lines, -7 lines 0 comments Download
M chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/experimental.extension.html View 1 2 3 4 7 chunks +11 lines, -11 lines 0 comments Download
M chrome/common/extensions/docs/experimental.proxy.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/samples.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/static/experimental.proxy.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/resources/extension_process_bindings.js View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/content_settings/incognito/test.html View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/content_settings/onchange/test.html View 1 2 3 4 4 chunks +6 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/proxy/individual_remove/test.js View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
battre
This CL disables setting incognito preferences for extensions, as discussed by email. Some details: - ...
9 years, 7 months ago (2011-05-24 10:58:45 UTC) #1
Mattias Nissler (ping if slow)
What I see looks reasonable, but since I'm not at all familiar with extension APIs, ...
9 years, 7 months ago (2011-05-24 11:31:17 UTC) #2
battre
I have renamed the parameter of set and clear from set( value: ..., {incognito: 'no'} ...
9 years, 7 months ago (2011-05-24 12:26:13 UTC) #3
Bernhard Bauer
On 2011/05/24 10:58:45, battre wrote: > This CL disables setting incognito preferences for extensions, as ...
9 years, 7 months ago (2011-05-24 12:59:52 UTC) #4
battre
On 2011/05/24 12:59:52, Bernhard Bauer wrote: > On 2011/05/24 10:58:45, battre wrote: > > This ...
9 years, 7 months ago (2011-05-24 13:05:51 UTC) #5
Bernhard Bauer
On Tue, May 24, 2011 at 06:05, <battre@chromium.org> wrote: > On 2011/05/24 12:59:52, Bernhard Bauer ...
9 years, 7 months ago (2011-05-24 16:05:08 UTC) #6
battre
On 2011/05/24 16:05:08, Bernhard Bauer wrote: > On Tue, May 24, 2011 at 06:05, <mailto:battre@chromium.org> ...
9 years, 7 months ago (2011-05-24 16:17:34 UTC) #7
Bernhard Bauer
On Tue, May 24, 2011 at 09:17, <battre@chromium.org> wrote: > On 2011/05/24 16:05:08, Bernhard Bauer ...
9 years, 7 months ago (2011-05-24 16:25:02 UTC) #8
battre
On 2011/05/24 16:25:02, Bernhard Bauer wrote: > On Tue, May 24, 2011 at 09:17, <mailto:battre@chromium.org> ...
9 years, 7 months ago (2011-05-24 16:43:19 UTC) #9
Bernhard Bauer
On Tue, May 24, 2011 at 09:43, <battre@chromium.org> wrote: > On 2011/05/24 16:25:02, Bernhard Bauer ...
9 years, 7 months ago (2011-05-24 17:01:43 UTC) #10
Bernhard Bauer
As discussed offline, LGTM for everything but renaming |get| to |getEffective| (and |onChange| to |onChangeEffective|).
9 years, 7 months ago (2011-05-24 17:16:15 UTC) #11
battre
On 2011/05/24 17:16:15, Bernhard Bauer wrote: > As discussed offline, LGTM for everything but renaming ...
9 years, 7 months ago (2011-05-24 17:20:54 UTC) #12
Matt Perry
On 2011/05/24 17:20:54, battre wrote: > On 2011/05/24 17:16:15, Bernhard Bauer wrote: > > As ...
9 years, 7 months ago (2011-05-24 19:41:50 UTC) #13
battre
'Effective' is gone.
9 years, 7 months ago (2011-05-24 19:58:38 UTC) #14
Bernhard Bauer
Basically LGTM, but I want to make sure we get the enum right: http://codereview.chromium.org/6990054/diff/1024/chrome/common/extensions/api/extension_api.json File ...
9 years, 7 months ago (2011-05-24 20:14:57 UTC) #15
battre
http://codereview.chromium.org/6990054/diff/1024/chrome/common/extensions/api/extension_api.json File chrome/common/extensions/api/extension_api.json (right): http://codereview.chromium.org/6990054/diff/1024/chrome/common/extensions/api/extension_api.json#newcode5387 chrome/common/extensions/api/extension_api.json:5387: "enum": ["regular"], On 2011/05/24 20:14:57, Bernhard Bauer wrote: > ...
9 years, 7 months ago (2011-05-24 20:16:50 UTC) #16
Bernhard Bauer
http://codereview.chromium.org/6990054/diff/1024/chrome/common/extensions/api/extension_api.json File chrome/common/extensions/api/extension_api.json (right): http://codereview.chromium.org/6990054/diff/1024/chrome/common/extensions/api/extension_api.json#newcode5387 chrome/common/extensions/api/extension_api.json:5387: "enum": ["regular"], On 2011/05/24 20:16:50, battre wrote: > On ...
9 years, 7 months ago (2011-05-24 20:26:30 UTC) #17
Matt Perry
On 2011/05/24 20:26:30, Bernhard Bauer wrote: > http://codereview.chromium.org/6990054/diff/1024/chrome/common/extensions/api/extension_api.json > File chrome/common/extensions/api/extension_api.json (right): > > http://codereview.chromium.org/6990054/diff/1024/chrome/common/extensions/api/extension_api.json#newcode5387 ...
9 years, 7 months ago (2011-05-24 21:07:34 UTC) #18
Bernhard Bauer
On Tue, May 24, 2011 at 14:07, <mpcomplete@chromium.org> wrote: > On 2011/05/24 20:26:30, Bernhard Bauer ...
9 years, 7 months ago (2011-05-24 23:50:00 UTC) #19
Matt Perry
9 years, 7 months ago (2011-05-25 18:13:49 UTC) #20
LGTM

Powered by Google App Engine
This is Rietveld 408576698