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

Issue 1150343004: Changing string id for CONTENT_SETTINGS_TYPE_COOKIES for block and allow case. (Closed)

Created:
5 years, 6 months ago by Deepak
Modified:
5 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

kBlockedAllowID should not have IDS_BLOCKED_COOKIES_UNBLOCK. It has been changed to IDS_ALLOWED_COOKIES_NO_ACTION as when blocked id's are allowed which was not blocked earlier so 'unblock' is not appropriate. Similarly IDS_BLOCKED_COOKIES_NO_ACTION should get changed to IDS_ALLOWED_COOKIES_BLOCK for kAllowedBlockIDs , as it is allowing to Blocking the cookies. BUG=496092 Committed: https://crrev.com/11d71f820fff62ad406cd5925c816e61403c70de Cr-Commit-Position: refs/heads/master@{#333252}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changing string id and description. #

Total comments: 3

Patch Set 3 : Changes as per review comments. #

Total comments: 2

Patch Set 4 : Changes as per review comments. #

Patch Set 5 : Changing test cases as per new strings #

Total comments: 1

Patch Set 6 : #

Patch Set 7 : Changes as per review comments. #

Total comments: 4

Patch Set 8 : Changes as per review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -16 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 2 3 4 5 6 4 chunks +4 lines, -10 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc View 1 2 3 4 5 6 7 2 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 39 (11 generated)
ankitkumar
lgtm LGTM
5 years, 6 months ago (2015-06-03 13:03:08 UTC) #2
Deepak
@Bernhard Please review.
5 years, 6 months ago (2015-06-04 05:07:15 UTC) #4
Bernhard Bauer
https://codereview.chromium.org/1150343004/diff/1/chrome/browser/ui/content_settings/content_setting_bubble_model.cc File chrome/browser/ui/content_settings/content_setting_bubble_model.cc (right): https://codereview.chromium.org/1150343004/diff/1/chrome/browser/ui/content_settings/content_setting_bubble_model.cc#newcode307 chrome/browser/ui/content_settings/content_setting_bubble_model.cc:307: {CONTENT_SETTINGS_TYPE_COOKIES, IDS_BLOCKED_COOKIES_ALLOW}, This doesn't really change anything if the ...
5 years, 6 months ago (2015-06-04 08:08:02 UTC) #5
Deepak
Changes done as suggested. PTAL https://codereview.chromium.org/1150343004/diff/1/chrome/browser/ui/content_settings/content_setting_bubble_model.cc File chrome/browser/ui/content_settings/content_setting_bubble_model.cc (right): https://codereview.chromium.org/1150343004/diff/1/chrome/browser/ui/content_settings/content_setting_bubble_model.cc#newcode307 chrome/browser/ui/content_settings/content_setting_bubble_model.cc:307: {CONTENT_SETTINGS_TYPE_COOKIES, IDS_BLOCKED_COOKIES_ALLOW}, On 2015/06/04 ...
5 years, 6 months ago (2015-06-04 10:09:10 UTC) #6
Bernhard Bauer
https://codereview.chromium.org/1150343004/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1150343004/diff/20001/chrome/app/generated_resources.grd#newcode2563 chrome/app/generated_resources.grd:2563: + Never allow to show cookies on <ph name="HOST">$1<ex>example.com</ex></ph> ...
5 years, 6 months ago (2015-06-04 10:15:09 UTC) #7
Deepak
PTAL. https://codereview.chromium.org/1150343004/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1150343004/diff/20001/chrome/app/generated_resources.grd#newcode2563 chrome/app/generated_resources.grd:2563: + Never allow to show cookies on <ph ...
5 years, 6 months ago (2015-06-04 10:38:20 UTC) #8
Bernhard Bauer
https://codereview.chromium.org/1150343004/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1150343004/diff/20001/chrome/app/generated_resources.grd#newcode2563 chrome/app/generated_resources.grd:2563: + Never allow to show cookies on <ph name="HOST">$1<ex>example.com</ex></ph> ...
5 years, 6 months ago (2015-06-04 11:51:15 UTC) #9
Deepak
Changes Done. https://codereview.chromium.org/1150343004/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1150343004/diff/40001/chrome/app/generated_resources.grd#newcode2559 chrome/app/generated_resources.grd:2559: + <message name="IDS_ALLOWED_COOKIES_NO_ACTION" desc="Radio button to keep ...
5 years, 6 months ago (2015-06-04 12:12:46 UTC) #10
Bernhard Bauer
LGTM, thanks!
5 years, 6 months ago (2015-06-04 14:21:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1150343004/60001
5 years, 6 months ago (2015-06-05 02:42:22 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/24935)
5 years, 6 months ago (2015-06-05 03:22:33 UTC) #16
Deepak
On 2015/06/05 03:22:33, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 6 months ago (2015-06-05 09:26:05 UTC) #17
Bernhard Bauer
Not lgtm at the moment. If you look at the test run before your changes ...
5 years, 6 months ago (2015-06-05 09:46:28 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1150343004/100001
5 years, 6 months ago (2015-06-05 10:34:08 UTC) #21
commit-bot: I haz the power
Dry run: A disapproval has been posted by following reviewers: bauerb@chromium.org. Please make sure to ...
5 years, 6 months ago (2015-06-05 10:34:13 UTC) #23
Deepak
On 2015/06/05 09:46:28, Bernhard Bauer wrote: > Not lgtm at the moment. > > If ...
5 years, 6 months ago (2015-06-05 10:45:10 UTC) #25
Bernhard Bauer
On 2015/06/05 10:45:10, Deepak wrote: > On 2015/06/05 09:46:28, Bernhard Bauer wrote: > > Not ...
5 years, 6 months ago (2015-06-05 11:10:48 UTC) #26
Deepak
On 2015/06/05 11:10:48, Bernhard Bauer wrote: > On 2015/06/05 10:45:10, Deepak wrote: > > On ...
5 years, 6 months ago (2015-06-05 11:20:57 UTC) #27
Bernhard Bauer
On 2015/06/05 11:20:57, Deepak wrote: > On 2015/06/05 11:10:48, Bernhard Bauer wrote: > > On ...
5 years, 6 months ago (2015-06-05 11:28:51 UTC) #28
Deepak
I understand,Thanks for clarification. I have done the changes for string and run unit_tests cases ...
5 years, 6 months ago (2015-06-05 12:51:51 UTC) #29
Deepak
On 2015/06/05 12:51:51, Deepak wrote: > I understand,Thanks for clarification. > I have done the ...
5 years, 6 months ago (2015-06-05 13:33:24 UTC) #30
Bernhard Bauer
https://codereview.chromium.org/1150343004/diff/120001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1150343004/diff/120001/chrome/app/generated_resources.grd#newcode2563 chrome/app/generated_resources.grd:2563: + Always block <ph name="HOST">$1<ex>mail.google.com</ex></ph> to set cookies You ...
5 years, 6 months ago (2015-06-05 14:23:47 UTC) #31
Deepak
Changes done as suggested. PTAL https://codereview.chromium.org/1150343004/diff/120001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1150343004/diff/120001/chrome/app/generated_resources.grd#newcode2563 chrome/app/generated_resources.grd:2563: + Always block <ph ...
5 years, 6 months ago (2015-06-08 05:53:31 UTC) #32
Bernhard Bauer
LGTM!
5 years, 6 months ago (2015-06-08 07:59:39 UTC) #33
Deepak
On 2015/06/08 07:59:39, Bernhard Bauer wrote: > LGTM! Thank you.
5 years, 6 months ago (2015-06-08 08:00:42 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1150343004/140001
5 years, 6 months ago (2015-06-08 08:01:01 UTC) #37
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 6 months ago (2015-06-08 08:43:05 UTC) #38
commit-bot: I haz the power
5 years, 6 months ago (2015-06-08 08:43:50 UTC) #39
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/11d71f820fff62ad406cd5925c816e61403c70de
Cr-Commit-Position: refs/heads/master@{#333252}

Powered by Google App Engine
This is Rietveld 408576698