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

Issue 2478673002: [Mac] Hover/Pressed background for the Omnibox decorations (Closed)

Created:
4 years, 1 month ago by spqchan
Modified:
4 years, 1 month ago
Reviewers:
Robert Sesek, shrike
CC:
chromium-reviews, mac-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Mac] Hover/Pressed background for the Omnibox decorations - Added tracking areas for mouse interactive decorations - Adjusted "popup blocker" bubble so that it has the right spacing for the background BUG=588377, 662186 Committed: https://crrev.com/2edc6f9145d91684f2151462fa20873c29b87b62 Cr-Commit-Position: refs/heads/master@{#431908}

Patch Set 1 #

Patch Set 2 : Fix for the popup and cleaned up #

Patch Set 3 : More clean up #

Patch Set 4 : Added comments #

Patch Set 5 : nit #

Patch Set 6 : Fixed test #

Patch Set 7 : Fixed tests #

Patch Set 8 : Added test #

Patch Set 9 : Popup padding #

Total comments: 8

Patch Set 10 : fix for rsesek #

Patch Set 11 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+366 lines, -51 lines) Patch
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm View 1 2 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +25 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm View 1 2 3 4 5 6 7 8 9 10 6 chunks +37 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest.mm View 1 2 3 4 5 6 7 8 9 4 chunks +33 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/bubble_decoration.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/bubble_decoration.mm View 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm View 1 2 3 4 5 6 7 8 2 chunks +18 lines, -16 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_decoration.h View 1 2 3 4 5 6 7 8 9 8 chunks +47 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm View 1 2 3 4 5 6 7 8 9 7 chunks +151 lines, -11 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm View 1 2 3 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.mm View 1 2 3 4 1 chunk +15 lines, -13 lines 0 comments Download

Messages

Total messages: 48 (31 generated)
spqchan
PTAL
4 years, 1 month ago (2016-11-08 03:00:30 UTC) #20
spqchan
On 2016/11/08 03:00:30, spqchan wrote: > PTAL ping, thanks!
4 years, 1 month ago (2016-11-10 17:15:18 UTC) #21
shrike
On 2016/11/10 17:15:18, spqchan wrote: > On 2016/11/08 03:00:30, spqchan wrote: > > PTAL > ...
4 years, 1 month ago (2016-11-10 17:32:39 UTC) #22
spqchan
On 2016/11/10 17:32:39, shrike wrote: > On 2016/11/10 17:15:18, spqchan wrote: > > On 2016/11/08 ...
4 years, 1 month ago (2016-11-10 18:47:20 UTC) #23
shrike
On 2016/11/10 18:47:20, spqchan wrote: > No worries, take your time. Thanks for the update! ...
4 years, 1 month ago (2016-11-10 19:59:21 UTC) #24
spqchan
On 2016/11/10 19:59:21, shrike wrote: > On 2016/11/10 18:47:20, spqchan wrote: > > No worries, ...
4 years, 1 month ago (2016-11-10 20:03:02 UTC) #25
spqchan
On 2016/11/10 20:03:02, spqchan wrote: > On 2016/11/10 19:59:21, shrike wrote: > > On 2016/11/10 ...
4 years, 1 month ago (2016-11-11 01:14:16 UTC) #26
spqchan
On 2016/11/11 01:14:16, spqchan wrote: > On 2016/11/10 20:03:02, spqchan wrote: > > On 2016/11/10 ...
4 years, 1 month ago (2016-11-11 01:15:10 UTC) #27
shrike
On 2016/11/11 01:15:10, spqchan wrote: > Alrighty, I added some padding so that the text ...
4 years, 1 month ago (2016-11-11 17:43:09 UTC) #32
spqchan
Thanks! +rsesek
4 years, 1 month ago (2016-11-11 17:44:07 UTC) #34
Robert Sesek
https://codereview.chromium.org/2478673002/diff/180001/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h File chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h (right): https://codereview.chromium.org/2478673002/diff/180001/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h#newcode13 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h:13: @class CrTrackingArea; Unused in this file? https://codereview.chromium.org/2478673002/diff/180001/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h#newcode137 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h:137: - ...
4 years, 1 month ago (2016-11-11 19:35:07 UTC) #35
spqchan
PTAL https://codereview.chromium.org/2478673002/diff/180001/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h File chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h (right): https://codereview.chromium.org/2478673002/diff/180001/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h#newcode13 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h:13: @class CrTrackingArea; On 2016/11/11 19:35:07, Robert Sesek wrote: ...
4 years, 1 month ago (2016-11-12 00:36:20 UTC) #40
Robert Sesek
LGTM
4 years, 1 month ago (2016-11-14 18:56:17 UTC) #41
spqchan
On 2016/11/14 18:56:17, Robert Sesek wrote: > LGTM thanks!
4 years, 1 month ago (2016-11-14 18:56:55 UTC) #42
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/2478673002/220001
4 years, 1 month ago (2016-11-14 18:58:08 UTC) #44
commit-bot: I haz the power
Committed patchset #11 (id:220001)
4 years, 1 month ago (2016-11-14 19:48:22 UTC) #46
commit-bot: I haz the power
4 years, 1 month ago (2016-11-14 20:10:20 UTC) #48
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/2edc6f9145d91684f2151462fa20873c29b87b62
Cr-Commit-Position: refs/heads/master@{#431908}

Powered by Google App Engine
This is Rietveld 408576698