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

Issue 907533004: [Extensions] Sync the 'allowed scripting on all urls' preference (Closed)

Created:
5 years, 10 months ago by Devlin
Modified:
5 years, 10 months ago
CC:
chromium-reviews, tim+watch_chromium.org, extensions-reviews_chromium.org, zea+watch_chromium.org, maxbogue+watch_chromium.org, pvalenzuela+watch_chromium.org, albertb+watch_chromium.org, chromium-apps-reviews_chromium.org, maniscalco+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Extensions] Sync the 'allowed scripting on all urls' preference Sync the flag for whether or not an extension is allowed to script on all urls, independent of the flag to enable the feature. This (eventually) allows people to install extensions on a machine with the flag without the scary warning about what will happen if it's synced. BUG=452756 Committed: https://crrev.com/d1aa852e6df52eaca4da775a3c40b3c1c8431008 Cr-Commit-Position: refs/heads/master@{#316100}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -62 lines) Patch
M chrome/browser/apps/ephemeral_app_browsertest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/active_script_controller_unittest.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/extensions/app_sync_data.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/app_sync_data.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/app_sync_data_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 12 chunks +58 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_sync_data.h View 1 3 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_sync_data.cc View 1 6 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_sync_data_unittest.cc View 1 2 chunks +98 lines, -40 lines 0 comments Download
M chrome/browser/extensions/extension_sync_service.h View 3 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/extensions/extension_sync_service.cc View 1 9 chunks +42 lines, -14 lines 0 comments Download
M chrome/browser/extensions/extension_util.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_apps_sync_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sync/protocol/extension_specifics.proto View 1 1 chunk +6 lines, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
Devlin
5 years, 10 months ago (2015-02-10 22:20:49 UTC) #5
not at google - send to devlin
Little comments, but I want to see the outcome. https://codereview.chromium.org/907533004/diff/60001/chrome/browser/extensions/extension_service_unittest.cc File chrome/browser/extensions/extension_service_unittest.cc (right): https://codereview.chromium.org/907533004/diff/60001/chrome/browser/extensions/extension_service_unittest.cc#newcode6354 chrome/browser/extensions/extension_service_unittest.cc:6354: ...
5 years, 10 months ago (2015-02-11 01:34:51 UTC) #6
Devlin
https://codereview.chromium.org/907533004/diff/60001/chrome/browser/extensions/extension_service_unittest.cc File chrome/browser/extensions/extension_service_unittest.cc (right): https://codereview.chromium.org/907533004/diff/60001/chrome/browser/extensions/extension_service_unittest.cc#newcode6354 chrome/browser/extensions/extension_service_unittest.cc:6354: bool default_allowed_scripting = On 2015/02/11 01:34:51, kalman wrote: > ...
5 years, 10 months ago (2015-02-11 17:52:21 UTC) #7
not at google - send to devlin
lgtm
5 years, 10 months ago (2015-02-11 20:05:54 UTC) #8
Devlin
+zea@ for sync stuff.
5 years, 10 months ago (2015-02-11 20:06:47 UTC) #10
Nicolas Zea
sync lgtm
5 years, 10 months ago (2015-02-12 18:50:26 UTC) #11
Nicolas Zea
Oops, missed one thing. https://codereview.chromium.org/907533004/diff/80001/sync/protocol/extension_specifics.proto File sync/protocol/extension_specifics.proto (right): https://codereview.chromium.org/907533004/diff/80001/sync/protocol/extension_specifics.proto#newcode50 sync/protocol/extension_specifics.proto:50: optional bool all_urls_enabled = 9; ...
5 years, 10 months ago (2015-02-12 18:51:11 UTC) #12
Devlin
https://codereview.chromium.org/907533004/diff/80001/sync/protocol/extension_specifics.proto File sync/protocol/extension_specifics.proto (right): https://codereview.chromium.org/907533004/diff/80001/sync/protocol/extension_specifics.proto#newcode50 sync/protocol/extension_specifics.proto:50: optional bool all_urls_enabled = 9; On 2015/02/12 18:51:10, Nicolas ...
5 years, 10 months ago (2015-02-12 20:24:56 UTC) #14
Nicolas Zea
LGTM
5 years, 10 months ago (2015-02-12 21:38:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/907533004/100001
5 years, 10 months ago (2015-02-12 22:42:16 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:100001)
5 years, 10 months ago (2015-02-13 00:26:06 UTC) #18
commit-bot: I haz the power
5 years, 10 months ago (2015-02-13 00:26:53 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d1aa852e6df52eaca4da775a3c40b3c1c8431008
Cr-Commit-Position: refs/heads/master@{#316100}

Powered by Google App Engine
This is Rietveld 408576698