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

Issue 2711623003: Update infobars to use VectorIcon struct instead of VectorIconId. (Closed)

Created:
3 years, 10 months ago by Evan Stade
Modified:
3 years, 10 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, dominickn+watch_chromium.org, jdonnelly+watch_chromium.org, pkl (ping after 24h if needed), jam, msramek+watch_chromium.org, raymes+watch_chromium.org, noyau+watch_chromium.org, pkotwicz+watch_chromium.org, marq+watch_chromium.org, chromium-apps-reviews_chromium.org, zpeng+watch_chromium.org, markusheintz_, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update infobars to use VectorIcon struct instead of VectorIconId. Once again, some duped icons until we can update more clients. TBR=rohitrao@chromium.org BUG=626786 Review-Url: https://codereview.chromium.org/2711623003 Cr-Commit-Position: refs/heads/master@{#452940} Committed: https://chromium.googlesource.com/chromium/src/+/bd85908c96b3ef0016091664a0dff37eaaced26b

Patch Set 1 #

Patch Set 2 : include #

Patch Set 3 : mac fix #

Total comments: 6

Patch Set 4 : move extension.icon #

Total comments: 6

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -359 lines) Patch
M chrome/app/vector_icons/BUILD.gn View 1 2 3 4 chunks +7 lines, -0 lines 0 comments Download
A chrome/app/vector_icons/OWNERS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/app/vector_icons/apps.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/app/vector_icons/cookie.icon View 1 chunk +59 lines, -0 lines 0 comments Download
A + chrome/app/vector_icons/extension.icon View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/extension_crashed.icon View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/globe.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/paintbrush.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/sad_tab.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/banners/app_banner_infobar_delegate_desktop.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/banners/app_banner_infobar_delegate_desktop.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_icon_manager.cc View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/theme_installed_infobar_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/theme_installed_infobar_delegate.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/pepper_broker_infobar_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/pepper_broker_infobar_delegate.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/permissions/permission_request_impl.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/plugins/plugin_infobar_delegates.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugins/plugin_infobar_delegates.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/plugins/plugin_observer.cc View 1 2 3 5 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/ui/chrome_select_file_policy.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/collected_cookies_infobar_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/collected_cookies_infobar_delegate.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/hung_plugin_tab_helper.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/startup/bad_flags_prompt.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/ui/startup/default_browser_infobar_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/default_browser_infobar_delegate.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/startup/session_crashed_infobar_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/session_crashed_infobar_delegate.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings_infobar_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/infobars/core/infobar_delegate.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/infobars/core/infobar_delegate.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M components/infobars/core/simple_alert_infobar_delegate.h View 2 chunks +9 lines, -11 lines 0 comments Download
M components/infobars/core/simple_alert_infobar_delegate.cc View 2 chunks +6 lines, -13 lines 0 comments Download
M ios/chrome/browser/ui/browser_view_controller_dependency_factory.mm View 1 chunk +1 line, -2 lines 0 comments Download
M ui/gfx/vector_icons/BUILD.gn View 1 2 3 4 4 chunks +0 lines, -6 lines 0 comments Download
D ui/gfx/vector_icons/apps.icon View 1 chunk +0 lines, -59 lines 0 comments Download
D ui/gfx/vector_icons/extension_crashed.icon View 1 chunk +0 lines, -36 lines 0 comments Download
D ui/gfx/vector_icons/globe.icon View 1 chunk +0 lines, -49 lines 0 comments Download
D ui/gfx/vector_icons/paintbrush.icon View 1 chunk +0 lines, -39 lines 0 comments Download
D ui/gfx/vector_icons/sad_tab.icon View 1 chunk +0 lines, -48 lines 0 comments Download
M ui/vector_icons/BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D ui/vector_icons/extension.icon View 1 2 3 1 chunk +0 lines, -35 lines 0 comments Download

Messages

Total messages: 43 (29 generated)
Evan Stade
+pkasting for *infobar* +sky for the rest
3 years, 10 months ago (2017-02-22 17:26:40 UTC) #12
sky
https://codereview.chromium.org/2711623003/diff/40001/chrome/app/vector_icons/BUILD.gn File chrome/app/vector_icons/BUILD.gn (right): https://codereview.chromium.org/2711623003/diff/40001/chrome/app/vector_icons/BUILD.gn#newcode5 chrome/app/vector_icons/BUILD.gn:5: import("//build/util/branding.gni") Can you add an OWNERS file here with ...
3 years, 10 months ago (2017-02-22 21:10:43 UTC) #17
Evan Stade
https://codereview.chromium.org/2711623003/diff/40001/chrome/app/vector_icons/BUILD.gn File chrome/app/vector_icons/BUILD.gn (right): https://codereview.chromium.org/2711623003/diff/40001/chrome/app/vector_icons/BUILD.gn#newcode5 chrome/app/vector_icons/BUILD.gn:5: import("//build/util/branding.gni") On 2017/02/22 21:10:43, sky wrote: > Can you ...
3 years, 10 months ago (2017-02-22 21:30:11 UTC) #18
sky
LGTM
3 years, 10 months ago (2017-02-22 21:36:56 UTC) #21
Peter Kasting
I will try to get to this tomorrow.
3 years, 10 months ago (2017-02-23 02:07:17 UTC) #24
Peter Kasting
LGTM https://codereview.chromium.org/2711623003/diff/60001/chrome/browser/ui/chrome_select_file_policy.cc File chrome/browser/ui/chrome_select_file_policy.cc (right): https://codereview.chromium.org/2711623003/diff/60001/chrome/browser/ui/chrome_select_file_policy.cc#newcode36 chrome/browser/ui/chrome_select_file_policy.cc:36: infobars::InfoBarDelegate::CHROME_SELECT_FILE_POLICY, nullptr, Not for this CL (since this ...
3 years, 10 months ago (2017-02-24 02:12:27 UTC) #25
Evan Stade
https://codereview.chromium.org/2711623003/diff/60001/chrome/browser/ui/chrome_select_file_policy.cc File chrome/browser/ui/chrome_select_file_policy.cc (right): https://codereview.chromium.org/2711623003/diff/60001/chrome/browser/ui/chrome_select_file_policy.cc#newcode36 chrome/browser/ui/chrome_select_file_policy.cc:36: infobars::InfoBarDelegate::CHROME_SELECT_FILE_POLICY, nullptr, On 2017/02/24 02:12:26, Peter Kasting wrote: > ...
3 years, 10 months ago (2017-02-24 17:18:17 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/2711623003/60001
3 years, 10 months ago (2017-02-24 17:19:23 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/372439)
3 years, 10 months ago (2017-02-24 17:27:16 UTC) #30
Evan Stade
tbr rohitrao for ios change
3 years, 10 months ago (2017-02-24 19:33:17 UTC) #33
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/2711623003/60001
3 years, 10 months ago (2017-02-24 19:34:04 UTC) #35
commit-bot: I haz the power
Failed to apply patch for ui/gfx/vector_icons/BUILD.gn: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-24 19:39:52 UTC) #37
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/2711623003/80001
3 years, 10 months ago (2017-02-24 19:59:10 UTC) #40
commit-bot: I haz the power
3 years, 10 months ago (2017-02-24 21:54:30 UTC) #43
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/bd85908c96b3ef0016091664a0df...

Powered by Google App Engine
This is Rietveld 408576698