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

Issue 1410293003: Vectorize LocationIconView icons (Closed)

Created:
5 years, 2 months ago by Evan Stade
Modified:
5 years, 1 month ago
Reviewers:
Peter Kasting, sky
CC:
chromium-reviews, tfarina, James Su, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Vectorize LocationIconView icons BUG=542443 Committed: https://crrev.com/3c7c6b17fdbecfee9b524c441a218eb741fddc0a Cr-Commit-Position: refs/heads/master@{#358727}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : self review #

Total comments: 3

Patch Set 4 : git add #

Patch Set 5 : owners,remove assets #

Total comments: 16

Patch Set 6 : pkasting review #

Patch Set 7 : rebase #

Patch Set 8 : fix bad merge #

Patch Set 9 : fix tests #

Patch Set 10 : fix android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+388 lines, -22 lines) Patch
D chrome/app/theme/default_100_percent/common/omnibox_search_secured.png View 1 2 3 4 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/omnibox_search_secured.png View 1 2 3 4 Binary file 0 comments Download
D chrome/app/theme/material_100_percent/common/omnibox_search_secured.png View 1 2 3 4 Binary file 0 comments Download
D chrome/app/theme/material_200_percent/common/omnibox_search_secured.png View 1 2 3 4 Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/toolbar/test_toolbar_model.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/toolbar/test_toolbar_model.cc View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.h View 1 2 3 4 5 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 1 2 3 4 5 6 7 8 9 3 chunks +24 lines, -9 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 2 chunks +6 lines, -2 lines 0 comments Download
M components/omnibox/browser/omnibox_view.h View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M components/omnibox/browser/omnibox_view.cc View 1 2 3 4 5 2 chunks +19 lines, -0 lines 0 comments Download
A + components/toolbar/OWNERS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
M components/toolbar/toolbar_model.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M ui/gfx/BUILD.gn View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/business.icon View 1 2 3 1 chunk +87 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/location_bar_http.icon View 1 1 chunk +23 lines, -0 lines 0 comments Download
A + ui/gfx/vector_icons/location_bar_http.1x.icon View 1 3 4 1 chunk +4 lines, -7 lines 0 comments Download
A ui/gfx/vector_icons/location_bar_https_invalid.icon View 1 1 chunk +44 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/location_bar_https_invalid.1x.icon View 1 chunk +68 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/location_bar_https_valid.icon View 1 1 chunk +39 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/location_bar_https_valid.1x.icon View 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (10 generated)
Evan Stade
There should be an OWNERS file in components/toolbar/. Who belongs there? One of you two ...
5 years, 2 months ago (2015-10-20 21:21:28 UTC) #3
Peter Kasting
It seems like this contains the changes in https://codereview.chromium.org/1418543002 (or at least some of them)? ...
5 years, 2 months ago (2015-10-20 23:15:28 UTC) #4
Evan Stade
added pkasting to components/toolbar/OWNERS sky review only necessary for ui/gfx/BUILD.gn https://codereview.chromium.org/1410293003/diff/40001/chrome/browser/ui/toolbar/toolbar_model_impl.cc File chrome/browser/ui/toolbar/toolbar_model_impl.cc (right): https://codereview.chromium.org/1410293003/diff/40001/chrome/browser/ui/toolbar/toolbar_model_impl.cc#newcode131 ...
5 years, 2 months ago (2015-10-21 17:00:14 UTC) #5
Peter Kasting
LGTM https://codereview.chromium.org/1410293003/diff/80001/chrome/browser/ui/toolbar/toolbar_model_impl.cc File chrome/browser/ui/toolbar/toolbar_model_impl.cc (right): https://codereview.chromium.org/1410293003/diff/80001/chrome/browser/ui/toolbar/toolbar_model_impl.cc#newcode130 chrome/browser/ui/toolbar/toolbar_model_impl.cc:130: return GetIconForSecurityLevel(GetSecurityLevel(false)); I think GetIconForSecurityLevel() is now only ...
5 years, 2 months ago (2015-10-21 19:45:48 UTC) #6
sky
BUILD.gn LGTM
5 years, 2 months ago (2015-10-21 22:21:22 UTC) #7
Evan Stade
https://codereview.chromium.org/1410293003/diff/80001/chrome/browser/ui/toolbar/toolbar_model_impl.cc File chrome/browser/ui/toolbar/toolbar_model_impl.cc (right): https://codereview.chromium.org/1410293003/diff/80001/chrome/browser/ui/toolbar/toolbar_model_impl.cc#newcode130 chrome/browser/ui/toolbar/toolbar_model_impl.cc:130: return GetIconForSecurityLevel(GetSecurityLevel(false)); On 2015/10/21 19:45:47, Peter Kasting wrote: > ...
5 years, 2 months ago (2015-10-21 23:20:02 UTC) #8
Peter Kasting
https://codereview.chromium.org/1410293003/diff/80001/chrome/browser/ui/toolbar/toolbar_model_impl.cc File chrome/browser/ui/toolbar/toolbar_model_impl.cc (right): https://codereview.chromium.org/1410293003/diff/80001/chrome/browser/ui/toolbar/toolbar_model_impl.cc#newcode171 chrome/browser/ui/toolbar/toolbar_model_impl.cc:171: return gfx::VectorIconId::BUSINESS; On 2015/10/21 23:20:01, Evan Stade wrote: > ...
5 years, 2 months ago (2015-10-22 00:05:24 UTC) #9
Evan Stade
https://codereview.chromium.org/1410293003/diff/80001/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/1410293003/diff/80001/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode1382 chrome/browser/ui/views/location_bar/location_bar_view.cc:1382: gfx::kChromeIconGrey) On 2015/10/21 23:20:01, Evan Stade wrote: > On ...
5 years, 1 month ago (2015-11-06 00:15:21 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1410293003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1410293003/120001
5 years, 1 month ago (2015-11-06 00:32:25 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/141154) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 1 month ago (2015-11-06 00:43:44 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1410293003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1410293003/140001
5 years, 1 month ago (2015-11-07 01:24:34 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/141762) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 1 month ago (2015-11-07 01:35:29 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1410293003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1410293003/180001
5 years, 1 month ago (2015-11-09 23:54:18 UTC) #23
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 1 month ago (2015-11-10 01:25:47 UTC) #24
commit-bot: I haz the power
5 years, 1 month ago (2015-11-10 01:26:55 UTC) #25
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/3c7c6b17fdbecfee9b524c441a218eb741fddc0a
Cr-Commit-Position: refs/heads/master@{#358727}

Powered by Google App Engine
This is Rietveld 408576698