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

Issue 1718563002: Convert location bar decorations to Material Design (Mac). (Closed)

Created:
4 years, 10 months ago by shrike
Modified:
4 years, 9 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@md_toolbar
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert location bar decorations to Material Design (Mac). BUG=588152 Committed: https://crrev.com/0a107cab0c81072822eb517e569641f7eb15d6e7 Cr-Commit-Position: refs/heads/master@{#381567}

Patch Set 1 #

Patch Set 2 : Checkpoint. #

Patch Set 3 : Checkpoint. #

Patch Set 4 : Checkpoint. #

Patch Set 5 : Checkpoint. #

Patch Set 6 : Rebase off of ToT #

Patch Set 7 : Ready for review. #

Total comments: 11

Patch Set 8 : Fix bug, nits. #

Patch Set 9 : Fix unit test. #

Patch Set 10 : Fix issue from browser test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+344 lines, -67 lines) Patch
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/bubble_decoration.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/bubble_decoration.mm View 1 2 3 4 5 6 4 chunks +29 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm View 1 2 3 4 5 6 2 chunks +36 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm View 1 2 3 4 5 6 2 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h View 1 2 3 4 2 chunks +9 lines, -0 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 9 chunks +74 lines, -11 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration.mm View 1 2 3 4 5 6 2 chunks +23 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/save_credit_card_decoration.h View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/save_credit_card_decoration.mm View 1 2 3 4 5 6 7 2 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.mm View 1 2 3 4 5 6 1 chunk +17 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/translate_decoration.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/translate_decoration.mm View 1 2 3 4 5 6 7 1 chunk +19 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/zoom_decoration.h View 1 2 3 4 5 6 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/zoom_decoration.mm View 1 2 3 4 5 6 7 4 chunks +38 lines, -12 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/zoom_decoration_unittest.mm View 1 2 3 4 5 6 7 8 2 chunks +17 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm View 1 2 3 4 5 6 3 chunks +14 lines, -10 lines 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_controller.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M components/omnibox/browser/autocomplete_match.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/omnibox/browser/omnibox_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/toolbar/toolbar_model_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (13 generated)
shrike
Hello, PTAL: cpu@ - components/omnibox/browser/autocomplete_match.cc components/omnibox/browser/omnibox_view.cc components/toolbar/toolbar_model_impl.cc avi@ - everything else
4 years, 9 months ago (2016-03-15 00:16:10 UTC) #3
Avi (use Gerrit)
https://codereview.chromium.org/1718563002/diff/120001/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm File chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm (right): https://codereview.chromium.org/1718563002/diff/120001/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm#newcode350 chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm:350: // trivial bit of refactoring. Maybe in a followup ...
4 years, 9 months ago (2016-03-15 16:03:06 UTC) #4
shrike
PTAL https://codereview.chromium.org/1718563002/diff/120001/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm File chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm (right): https://codereview.chromium.org/1718563002/diff/120001/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm#newcode350 chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm:350: // trivial bit of refactoring. On 2016/03/15 16:03:06, ...
4 years, 9 months ago (2016-03-15 17:54:56 UTC) #5
Avi (use Gerrit)
lgtm 👍 https://codereview.chromium.org/1718563002/diff/120001/chrome/browser/ui/cocoa/location_bar/save_credit_card_decoration.mm File chrome/browser/ui/cocoa/location_bar/save_credit_card_decoration.mm (right): https://codereview.chromium.org/1718563002/diff/120001/chrome/browser/ui/cocoa/location_bar/save_credit_card_decoration.mm#newcode26 chrome/browser/ui/cocoa/location_bar/save_credit_card_decoration.mm:26: if (icon_initialized_) On 2016/03/15 17:54:56, shrike wrote: ...
4 years, 9 months ago (2016-03-15 20:01:33 UTC) #6
cpu_(ooo_6.6-7.5)
lgtm
4 years, 9 months ago (2016-03-16 02:05:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1718563002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1718563002/140001
4 years, 9 months ago (2016-03-16 16:58:37 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/196116)
4 years, 9 months ago (2016-03-16 17:10:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1718563002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1718563002/160001
4 years, 9 months ago (2016-03-16 17:27:49 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/107887)
4 years, 9 months ago (2016-03-16 18:00:45 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1718563002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1718563002/160001
4 years, 9 months ago (2016-03-16 18:09:26 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/118235)
4 years, 9 months ago (2016-03-16 19:00:52 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1718563002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1718563002/180001
4 years, 9 months ago (2016-03-16 21:25:30 UTC) #23
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 9 months ago (2016-03-16 22:21:46 UTC) #25
commit-bot: I haz the power
4 years, 9 months ago (2016-03-16 22:27:04 UTC) #27
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/0a107cab0c81072822eb517e569641f7eb15d6e7
Cr-Commit-Position: refs/heads/master@{#381567}

Powered by Google App Engine
This is Rietveld 408576698