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

Issue 2378623007: [Material] Update Material Security Verbose Decoration Flag (Closed)

Created:
4 years, 2 months ago by spqchan
Modified:
4 years, 2 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Material] Update Material Security Verbose Decoration Flag - Removed "Material" from the flag's name - Added the option "Show all, only animate nonsecure" - Set the default flag value to "Show all, non-animated" BUG=651991, 649682 Committed: https://crrev.com/d52dccd7192814d740a8bae50fcd32eb00816ce4 Cr-Commit-Position: refs/heads/master@{#424917}

Patch Set 1 #

Patch Set 2 : nits #

Patch Set 3 : Changed the flag name and made changes to Views #

Patch Set 4 : Rebased #

Total comments: 2

Patch Set 5 : Fix for krb #

Patch Set 6 : Updated comment #

Patch Set 7 : fixed an animation error on cocoa #

Total comments: 7

Patch Set 8 : Fix for pkasting #

Patch Set 9 : Comment nit #

Total comments: 2

Patch Set 10 : removed extra line and fixed histogram.xml #

Total comments: 2

Patch Set 11 : Fix for isherman #

Patch Set 12 : rebased #

Patch Set 13 : Rebased again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -83 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +28 lines, -14 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +23 lines, -17 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h View 1 1 chunk +9 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 4 5 6 7 8 9 4 chunks +26 lines, -18 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 5 6 7 8 9 4 chunks +28 lines, -15 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +7 lines, -5 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +9 lines, -9 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 46 (18 generated)
spqchan
PTAL
4 years, 2 months ago (2016-09-30 23:16:52 UTC) #3
spqchan
On 2016/09/30 23:16:52, spqchan wrote: > PTAL Sorry, please hold the CL. Need to add ...
4 years, 2 months ago (2016-09-30 23:32:24 UTC) #4
spqchan
PTAL rsesek - for the cocoa code krb - for the changes in Views and ...
4 years, 2 months ago (2016-10-03 18:37:48 UTC) #7
Kevin Bailey
Not sure if you were ready, but I saw the enum get fixed. https://codereview.chromium.org/2378623007/diff/60001/chrome/browser/ui/views/location_bar/location_bar_view.cc File ...
4 years, 2 months ago (2016-10-04 15:10:17 UTC) #8
Robert Sesek
cocoa/ LGTM
4 years, 2 months ago (2016-10-04 17:16:52 UTC) #9
spqchan
PTAL https://codereview.chromium.org/2378623007/diff/60001/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/2378623007/diff/60001/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode784 chrome/browser/ui/views/location_bar/location_bar_view.cc:784: bool should_show = ShouldShowSecurityChip(); On 2016/10/04 15:10:17, Kevin ...
4 years, 2 months ago (2016-10-05 01:39:49 UTC) #10
spqchan
On 2016/10/05 01:39:49, spqchan wrote: > PTAL > > https://codereview.chromium.org/2378623007/diff/60001/chrome/browser/ui/views/location_bar/location_bar_view.cc > File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): > ...
4 years, 2 months ago (2016-10-06 16:59:13 UTC) #11
Kevin Bailey
Sorry, didn't see the change go by. Looks good to me. I agree the 'nullptr' ...
4 years, 2 months ago (2016-10-06 17:23:23 UTC) #12
spqchan
On 2016/10/06 17:23:23, Kevin Bailey wrote: > Sorry, didn't see the change go by. Looks ...
4 years, 2 months ago (2016-10-06 23:12:33 UTC) #13
Kevin Bailey
On 2016/10/06 23:12:33, spqchan wrote: > On 2016/10/06 17:23:23, Kevin Bailey wrote: > > Sorry, ...
4 years, 2 months ago (2016-10-07 01:34:42 UTC) #15
spqchan
On 2016/10/07 01:34:42, Kevin Bailey wrote: > On 2016/10/06 23:12:33, spqchan wrote: > > On ...
4 years, 2 months ago (2016-10-07 18:10:11 UTC) #16
spqchan
PTAL
4 years, 2 months ago (2016-10-07 18:10:28 UTC) #18
spqchan
+pkasting for Views
4 years, 2 months ago (2016-10-07 18:11:08 UTC) #19
Peter Kasting
https://codereview.chromium.org/2378623007/diff/120001/chrome/browser/ui/views/location_bar/location_bar_view.h File chrome/browser/ui/views/location_bar/location_bar_view.h (right): https://codereview.chromium.org/2378623007/diff/120001/chrome/browser/ui/views/location_bar/location_bar_view.h#newcode329 chrome/browser/ui/views/location_bar/location_bar_view.h:329: // should_animate is not null, then set the value ...
4 years, 2 months ago (2016-10-10 21:39:21 UTC) #20
Kevin Bailey
https://codereview.chromium.org/2378623007/diff/120001/chrome/browser/ui/views/location_bar/location_bar_view.h File chrome/browser/ui/views/location_bar/location_bar_view.h (right): https://codereview.chromium.org/2378623007/diff/120001/chrome/browser/ui/views/location_bar/location_bar_view.h#newcode331 chrome/browser/ui/views/location_bar/location_bar_view.h:331: bool ShouldShowSecurityChip(bool* should_animate) const; On 2016/10/10 21:39:21, Peter Kasting ...
4 years, 2 months ago (2016-10-11 00:44:05 UTC) #21
Peter Kasting
https://codereview.chromium.org/2378623007/diff/120001/chrome/browser/ui/views/location_bar/location_bar_view.h File chrome/browser/ui/views/location_bar/location_bar_view.h (right): https://codereview.chromium.org/2378623007/diff/120001/chrome/browser/ui/views/location_bar/location_bar_view.h#newcode331 chrome/browser/ui/views/location_bar/location_bar_view.h:331: bool ShouldShowSecurityChip(bool* should_animate) const; On 2016/10/11 00:44:05, Kevin Bailey ...
4 years, 2 months ago (2016-10-11 00:54:18 UTC) #22
spqchan
PTAL https://codereview.chromium.org/2378623007/diff/120001/chrome/browser/ui/views/location_bar/location_bar_view.h File chrome/browser/ui/views/location_bar/location_bar_view.h (right): https://codereview.chromium.org/2378623007/diff/120001/chrome/browser/ui/views/location_bar/location_bar_view.h#newcode329 chrome/browser/ui/views/location_bar/location_bar_view.h:329: // should_animate is not null, then set the ...
4 years, 2 months ago (2016-10-11 17:32:58 UTC) #24
Peter Kasting
LGTM https://codereview.chromium.org/2378623007/diff/160001/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/2378623007/diff/160001/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode1018 chrome/browser/ui/views/location_bar/location_bar_view.cc:1018: Nit: Any particular reason you added this blank ...
4 years, 2 months ago (2016-10-11 22:14:50 UTC) #25
spqchan
thanks! + isherman for histogram.xml https://codereview.chromium.org/2378623007/diff/160001/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/2378623007/diff/160001/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode1018 chrome/browser/ui/views/location_bar/location_bar_view.cc:1018: On 2016/10/11 22:14:50, Peter ...
4 years, 2 months ago (2016-10-12 20:25:48 UTC) #27
Ilya Sherman
histograms.xml lgtm % a comment: https://codereview.chromium.org/2378623007/diff/180001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/2378623007/diff/180001/tools/metrics/histograms/histograms.xml#oldcode88655 tools/metrics/histograms/histograms.xml:88655: - <int value="-361948582" label="material-security-verbose"/> ...
4 years, 2 months ago (2016-10-12 20:45:34 UTC) #28
spqchan
thanks! https://codereview.chromium.org/2378623007/diff/180001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/2378623007/diff/180001/tools/metrics/histograms/histograms.xml#oldcode88655 tools/metrics/histograms/histograms.xml:88655: - <int value="-361948582" label="material-security-verbose"/> On 2016/10/12 20:45:34, Ilya ...
4 years, 2 months ago (2016-10-12 20:54:58 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2378623007/200001
4 years, 2 months ago (2016-10-12 20:55:29 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/85415) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 2 months ago (2016-10-12 20:57:58 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2378623007/220001
4 years, 2 months ago (2016-10-12 23:14:55 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/144819) chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 2 months ago (2016-10-12 23:18:18 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2378623007/240001
4 years, 2 months ago (2016-10-12 23:27:06 UTC) #42
commit-bot: I haz the power
Committed patchset #13 (id:240001)
4 years, 2 months ago (2016-10-13 00:16:47 UTC) #44
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 00:21:18 UTC) #46
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/d52dccd7192814d740a8bae50fcd32eb00816ce4
Cr-Commit-Position: refs/heads/master@{#424917}

Powered by Google App Engine
This is Rietveld 408576698