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

Issue 328943002: Change topSites API permission warning (Closed)

Created:
6 years, 6 months ago by wjywbs
Modified:
6 years, 6 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, asvitkine+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Change topSites and tabs API permission warning The permission warning of the topSites and tabs API becomes "Read your browsing history". Combined and Suppressed Warnings: topSites + history = history topSites + history + tabs = history If you add "sessions" on both sides of the above equations, the equations hold true. The combined warning for "topSites" and "sessions" is "Read your browsing history on all your signed-in devices". R=kalman@chromium.org,meacer@chromium.org,isherman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277262

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -46 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/extension_install_prompt_experiment.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_api_permissions.cc View 1 2 3 4 4 chunks +5 lines, -6 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_permission_message_provider.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/permissions/permission_set_unittest.cc View 1 2 3 4 5 chunks +39 lines, -30 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
wjywbs
PTAL, thanks. The discussion thread is at https://groups.google.com/a/chromium.org/forum/#!topic/apps-dev/w-j_Qf8-EGM
6 years, 6 months ago (2014-06-11 00:06:11 UTC) #1
Ilya Sherman
histograms.xml lgtm
6 years, 6 months ago (2014-06-11 00:10:27 UTC) #2
meacer
The code looks good, but a couple of questions for you and kalman. https://codereview.chromium.org/328943002/diff/1/chrome/app/generated_resources.grd File ...
6 years, 6 months ago (2014-06-11 20:03:10 UTC) #3
wjywbs
https://codereview.chromium.org/328943002/diff/1/chrome/common/extensions/permissions/chrome_permission_message_provider.cc File chrome/common/extensions/permissions/chrome_permission_message_provider.cc (left): https://codereview.chromium.org/328943002/diff/1/chrome/common/extensions/permissions/chrome_permission_message_provider.cc#oldcode167 chrome/common/extensions/permissions/chrome_permission_message_provider.cc:167: IDS_EXTENSION_PROMPT_WARNING_TABS_AND_SESSIONS)); On 2014/06/11 20:03:10, Mustafa Emre Acer wrote: > ...
6 years, 6 months ago (2014-06-11 23:43:18 UTC) #4
meacer
https://codereview.chromium.org/328943002/diff/1/chrome/common/extensions/permissions/chrome_permission_message_provider.cc File chrome/common/extensions/permissions/chrome_permission_message_provider.cc (left): https://codereview.chromium.org/328943002/diff/1/chrome/common/extensions/permissions/chrome_permission_message_provider.cc#oldcode167 chrome/common/extensions/permissions/chrome_permission_message_provider.cc:167: IDS_EXTENSION_PROMPT_WARNING_TABS_AND_SESSIONS)); On 2014/06/11 23:43:18, wjywbs wrote: > On 2014/06/11 ...
6 years, 6 months ago (2014-06-12 00:05:08 UTC) #5
wjywbs
I updated the code. It's about 1 week before the M37 branch date now. If ...
6 years, 6 months ago (2014-06-13 15:42:47 UTC) #6
meacer
https://codereview.chromium.org/328943002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (left): https://codereview.chromium.org/328943002/diff/20001/chrome/app/generated_resources.grd#oldcode4309 chrome/app/generated_resources.grd:4309: Read and modify your browsing history on all your ...
6 years, 6 months ago (2014-06-13 17:28:36 UTC) #7
not at google - send to devlin
On 2014/06/13 15:42:47, wjywbs wrote: > I updated the code. It's about 1 week before ...
6 years, 6 months ago (2014-06-13 17:29:35 UTC) #8
wjywbs
PTAL, thanks. https://codereview.chromium.org/328943002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/328943002/diff/20001/chrome/app/generated_resources.grd#newcode4318 chrome/app/generated_resources.grd:4318: + Access your browsing history I changed ...
6 years, 6 months ago (2014-06-13 18:02:53 UTC) #9
meacer
Lgtm (you'll need Ben's lgtm too) https://codereview.chromium.org/328943002/diff/40001/chrome/common/extensions/permissions/permission_set_unittest.cc File chrome/common/extensions/permissions/permission_set_unittest.cc (right): https://codereview.chromium.org/328943002/diff/40001/chrome/common/extensions/permissions/permission_set_unittest.cc#newcode835 chrome/common/extensions/permissions/permission_set_unittest.cc:835: EXPECT_EQ(PermissionMessage::kBrowsingHistoryWrite, messages[0].id()); This ...
6 years, 6 months ago (2014-06-13 19:59:21 UTC) #10
not at google - send to devlin
rubber stamp lgtm
6 years, 6 months ago (2014-06-13 20:21:56 UTC) #11
wjywbs
PTAL. This change will not pass chromium_presubmit because the enums are renamed instead of adding ...
6 years, 6 months ago (2014-06-13 20:50:10 UTC) #12
meacer
On 2014/06/13 20:50:10, wjywbs wrote: > PTAL. This change will not pass chromium_presubmit because the ...
6 years, 6 months ago (2014-06-13 21:03:01 UTC) #13
wjywbs
On 2014/06/13 21:03:01, Mustafa Emre Acer wrote: > I guess you can keep IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY and ...
6 years, 6 months ago (2014-06-13 21:05:57 UTC) #14
meacer
On 2014/06/13 21:05:57, wjywbs wrote: > On 2014/06/13 21:03:01, Mustafa Emre Acer wrote: > > ...
6 years, 6 months ago (2014-06-13 21:12:03 UTC) #15
wjywbs
PTAL, thanks.
6 years, 6 months ago (2014-06-13 22:29:22 UTC) #16
meacer
On 2014/06/13 22:29:22, wjywbs wrote: > PTAL, thanks. Lgtm, thanks again.
6 years, 6 months ago (2014-06-13 23:54:28 UTC) #17
wjywbs
The CQ bit was checked by wjywbs@gmail.com
6 years, 6 months ago (2014-06-14 01:53:06 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wjywbs@gmail.com/328943002/80001
6 years, 6 months ago (2014-06-14 01:54:53 UTC) #19
commit-bot: I haz the power
6 years, 6 months ago (2014-06-14 20:15:25 UTC) #20
Message was sent while issue was closed.
Change committed as 277262

Powered by Google App Engine
This is Rietveld 408576698