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

Issue 2166853002: Reverse error and warning icons on app menu. (Closed)

Created:
4 years, 5 months ago by kylix_rd
Modified:
4 years, 5 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

Use app menu error icon for global error app menu items. This makes sure the error icon is the circle with an exclamation point on both the app menu button and any error menu items within the menu itself. BUG=629204 Committed: https://crrev.com/891103c65108d1b54dce9786a72f64bab86a2bfc Cr-Commit-Position: refs/heads/master@{#406906}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed warning icon and made all remaining browser_tools icons 1x (16x16) by default #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -146 lines) Patch
M chrome/browser/ui/cocoa/toolbar/app_toolbar_button.mm View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/global_error/global_error.cc View 1 chunk +2 lines, -2 lines 1 comment Download
M chrome/browser/ui/views/toolbar/app_menu_button.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M ui/gfx/vector_icons/browser_tools.icon View 1 1 chunk +16 lines, -16 lines 0 comments Download
D ui/gfx/vector_icons/browser_tools.1x.icon View 1 1 chunk +0 lines, -24 lines 0 comments Download
M ui/gfx/vector_icons/browser_tools_error.icon View 1 1 chunk +12 lines, -6 lines 0 comments Download
M ui/gfx/vector_icons/browser_tools_error.1x.icon View 1 1 chunk +0 lines, -16 lines 0 comments Download
M ui/gfx/vector_icons/browser_tools_update.icon View 1 1 chunk +9 lines, -9 lines 0 comments Download
D ui/gfx/vector_icons/browser_tools_update.1x.icon View 1 1 chunk +0 lines, -19 lines 0 comments Download
M ui/gfx/vector_icons/browser_tools_warning.icon View 1 1 chunk +0 lines, -22 lines 0 comments Download
M ui/gfx/vector_icons/browser_tools_warning.1x.icon View 1 1 chunk +0 lines, -22 lines 0 comments Download
M ui/gfx/vector_icons_sources.gypi View 1 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 35 (15 generated)
kylix_rd
pkasting@ please see the changes to global_error.cc estade@ the vector icons, error and warning, for ...
4 years, 5 months ago (2016-07-20 16:39:04 UTC) #3
Peter Kasting
LGTM, but IMO we should just ditch the warning icon entirely and use the error ...
4 years, 5 months ago (2016-07-20 18:55:32 UTC) #4
kylix_rd
On 2016/07/20 18:55:32, Peter Kasting wrote: > LGTM, but IMO we should just ditch the ...
4 years, 5 months ago (2016-07-20 19:30:17 UTC) #9
Evan Stade
https://codereview.chromium.org/2166853002/diff/1/ui/gfx/vector_icons/browser_tools_error.icon File ui/gfx/vector_icons/browser_tools_error.icon (right): https://codereview.chromium.org/2166853002/diff/1/ui/gfx/vector_icons/browser_tools_error.icon#newcode5 ui/gfx/vector_icons/browser_tools_error.icon:5: CANVAS_DIMENSIONS, 32, aren't these icons identical (modulo scale)?
4 years, 5 months ago (2016-07-20 19:45:10 UTC) #10
Evan Stade
https://codereview.chromium.org/2166853002/diff/1/ui/gfx/vector_icons/browser_tools_error.icon File ui/gfx/vector_icons/browser_tools_error.icon (right): https://codereview.chromium.org/2166853002/diff/1/ui/gfx/vector_icons/browser_tools_error.icon#newcode5 ui/gfx/vector_icons/browser_tools_error.icon:5: CANVAS_DIMENSIONS, 32, On 2016/07/20 19:45:10, Evan Stade wrote: > ...
4 years, 5 months ago (2016-07-20 19:45:32 UTC) #11
kylix_rd
On 2016/07/20 19:45:32, Evan Stade wrote: > https://codereview.chromium.org/2166853002/diff/1/ui/gfx/vector_icons/browser_tools_error.icon > File ui/gfx/vector_icons/browser_tools_error.icon (right): > > https://codereview.chromium.org/2166853002/diff/1/ui/gfx/vector_icons/browser_tools_error.icon#newcode5 ...
4 years, 5 months ago (2016-07-20 19:58:33 UTC) #12
Peter Kasting
On 2016/07/20 19:58:33, kylix_rd wrote: > On 2016/07/20 19:45:32, Evan Stade wrote: > > > ...
4 years, 5 months ago (2016-07-20 19:59:11 UTC) #13
kylix_rd
On 2016/07/20 19:59:11, Peter Kasting wrote: > On 2016/07/20 19:58:33, kylix_rd wrote: > > On ...
4 years, 5 months ago (2016-07-20 20:41:17 UTC) #14
Evan Stade
On 2016/07/20 20:41:17, kylix_rd wrote: > On 2016/07/20 19:59:11, Peter Kasting wrote: > > On ...
4 years, 5 months ago (2016-07-20 20:47:15 UTC) #15
kylix_rd
On 2016/07/20 20:47:15, Evan Stade wrote: > On 2016/07/20 20:41:17, kylix_rd wrote: > > On ...
4 years, 5 months ago (2016-07-20 20:51:40 UTC) #16
Evan Stade
On 2016/07/20 20:51:40, kylix_rd wrote: > On 2016/07/20 20:47:15, Evan Stade wrote: > > On ...
4 years, 5 months ago (2016-07-20 20:52:06 UTC) #17
kylix_rd
This patch removes the Warning browser tools button icon and makes all the icons 16x16 ...
4 years, 5 months ago (2016-07-21 17:07:32 UTC) #19
Evan Stade
lgtm https://codereview.chromium.org/2166853002/diff/20001/chrome/browser/ui/global_error/global_error.cc File chrome/browser/ui/global_error/global_error.cc (right): https://codereview.chromium.org/2166853002/diff/20001/chrome/browser/ui/global_error/global_error.cc#newcode31 chrome/browser/ui/global_error/global_error.cc:31: IDR_INPUT_ALERT_MENU); might be worth pinging shrike to see ...
4 years, 5 months ago (2016-07-21 17:28:43 UTC) #22
rohitrao (ping after 24h)
cocoa lgtm
4 years, 5 months ago (2016-07-21 17:32:02 UTC) #23
kylix_rd
On 2016/07/21 17:28:43, Evan Stade wrote: > lgtm > > https://codereview.chromium.org/2166853002/diff/20001/chrome/browser/ui/global_error/global_error.cc > File chrome/browser/ui/global_error/global_error.cc (right): ...
4 years, 5 months ago (2016-07-21 17:42:31 UTC) #24
Evan Stade
On 2016/07/21 17:42:31, kylix_rd wrote: > On 2016/07/21 17:28:43, Evan Stade wrote: > > lgtm ...
4 years, 5 months ago (2016-07-21 17:50:34 UTC) #25
Evan Stade
On 2016/07/21 17:50:34, Evan Stade wrote: > On 2016/07/21 17:42:31, kylix_rd wrote: > > On ...
4 years, 5 months ago (2016-07-21 17:57:55 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/2166853002/20001
4 years, 5 months ago (2016-07-21 18:06:53 UTC) #31
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-21 18:11:34 UTC) #33
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 18:13:58 UTC) #35
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/891103c65108d1b54dce9786a72f64bab86a2bfc
Cr-Commit-Position: refs/heads/master@{#406906}

Powered by Google App Engine
This is Rietveld 408576698