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

Issue 2843413003: [Views] App Menu Icon Update (Closed)

Created:
3 years, 7 months ago by spqchan
Modified:
3 years, 7 months ago
Reviewers:
msw, Ilya Sherman
CC:
chromium-reviews, tfarina, asvitkine+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Views] App Menu Icon Update Removed the "Persistent Open State" behavior and changed the "app-menu-icon" flag to "enable-new-app-menu-icon". Fixed an issue with the animation where it transitions between different severity levels with an incorrect color. BUG=704786 Review-Url: https://codereview.chromium.org/2843413003 Cr-Commit-Position: refs/heads/master@{#468222} Committed: https://chromium.googlesource.com/chromium/src/+/6f9127a09a54711eed16c5e386ed02453309ed91

Patch Set 1 #

Patch Set 2 : Added comments and updated histogram.xml #

Total comments: 2

Patch Set 3 : Fix for isherman #

Total comments: 15

Patch Set 4 : Fixes for msw #

Total comments: 6

Patch Set 5 : Fixes for msw #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -92 lines) Patch
M chrome/browser/about_flags.cc View 2 chunks +3 lines, -17 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 chunk +4 lines, -13 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 3 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/toolbar/app_menu_animation.h View 1 2 3 4 3 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/toolbar/app_menu_animation.cc View 1 2 3 4 6 chunks +12 lines, -22 lines 0 comments Download
M chrome/browser/ui/views/toolbar/app_menu_button.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/toolbar/app_menu_button.cc View 1 2 3 4 5 chunks +22 lines, -17 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +1 line, -6 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 32 (21 generated)
spqchan
PTAL isherman for histogram.xml msw for everything else
3 years, 7 months ago (2017-04-28 20:10:22 UTC) #10
Ilya Sherman
https://codereview.chromium.org/2843413003/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/2843413003/diff/40001/tools/metrics/histograms/histograms.xml#oldcode103763 tools/metrics/histograms/histograms.xml:103763: - <int value="324522065" label="app-menu-icon"/> nit: Please leave this in ...
3 years, 7 months ago (2017-04-28 20:55:17 UTC) #11
Ilya Sherman
Erm, histograms.xml lgtm with the nit addressed =)
3 years, 7 months ago (2017-04-28 20:55:32 UTC) #12
msw
https://codereview.chromium.org/2843413003/diff/60001/chrome/browser/flag_descriptions.cc File chrome/browser/flag_descriptions.cc (right): https://codereview.chromium.org/2843413003/diff/60001/chrome/browser/flag_descriptions.cc#newcode2786 chrome/browser/flag_descriptions.cc:2786: "Changes the app menu icon into the new animated ...
3 years, 7 months ago (2017-04-28 21:39:13 UTC) #14
spqchan
thanks! https://codereview.chromium.org/2843413003/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/2843413003/diff/40001/tools/metrics/histograms/histograms.xml#oldcode103763 tools/metrics/histograms/histograms.xml:103763: - <int value="324522065" label="app-menu-icon"/> On 2017/04/28 20:55:17, Ilya ...
3 years, 7 months ago (2017-04-28 21:39:22 UTC) #15
msw
https://codereview.chromium.org/2843413003/diff/60001/chrome/browser/ui/views/toolbar/app_menu_button.cc File chrome/browser/ui/views/toolbar/app_menu_button.cc (right): https://codereview.chromium.org/2843413003/diff/60001/chrome/browser/ui/views/toolbar/app_menu_button.cc#newcode186 chrome/browser/ui/views/toolbar/app_menu_button.cc:186: // |animation_| is created here instead of the constructor ...
3 years, 7 months ago (2017-04-28 21:41:02 UTC) #17
spqchan
PTAL https://codereview.chromium.org/2843413003/diff/60001/chrome/browser/flag_descriptions.cc File chrome/browser/flag_descriptions.cc (right): https://codereview.chromium.org/2843413003/diff/60001/chrome/browser/flag_descriptions.cc#newcode2786 chrome/browser/flag_descriptions.cc:2786: "Changes the app menu icon into the new ...
3 years, 7 months ago (2017-04-29 00:36:33 UTC) #24
msw
lgtm with optional nits https://codereview.chromium.org/2843413003/diff/80001/chrome/browser/ui/views/toolbar/app_menu_animation.h File chrome/browser/ui/views/toolbar/app_menu_animation.h (right): https://codereview.chromium.org/2843413003/diff/80001/chrome/browser/ui/views/toolbar/app_menu_animation.h#newcode30 chrome/browser/ui/views/toolbar/app_menu_animation.h:30: void set_severity_color(SkColor severity_color) { nit: ...
3 years, 7 months ago (2017-04-29 00:55:05 UTC) #25
spqchan
Thanks! https://codereview.chromium.org/2843413003/diff/80001/chrome/browser/ui/views/toolbar/app_menu_animation.h File chrome/browser/ui/views/toolbar/app_menu_animation.h (right): https://codereview.chromium.org/2843413003/diff/80001/chrome/browser/ui/views/toolbar/app_menu_animation.h#newcode30 chrome/browser/ui/views/toolbar/app_menu_animation.h:30: void set_severity_color(SkColor severity_color) { On 2017/04/29 00:55:05, msw ...
3 years, 7 months ago (2017-04-29 02:34:42 UTC) #26
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/2843413003/100001
3 years, 7 months ago (2017-04-29 02:35:08 UTC) #29
commit-bot: I haz the power
3 years, 7 months ago (2017-04-29 03:42:42 UTC) #32
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/6f9127a09a54711eed16c5e386ed...

Powered by Google App Engine
This is Rietveld 408576698