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

Issue 894203004: Add a proper shadow to the experimental app list search box. (Closed)

Created:
5 years, 10 months ago by calamity
Modified:
5 years, 10 months ago
Reviewers:
tapted, sadrul, Matt Giuca
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@make_doodle_clickable
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a proper shadow to the experimental app list search box. This CL adds a shadow border to the experimental app list's search box view. Several changes were necessary to make this happen. - The search box's actual content is now inside a container view so that the shadow border will paint in the correct order. - A custom event targeter has been placed on the search box widget to allow clicks on the shadow area to pass through to the content beneath. - The search box widget's position has to account for the extra space due to the shadow border. The search box is still manipulated in terms of its main content area and the border offsets are calculated and applied when the widget's bounds are set. BUG=453653 Committed: https://crrev.com/1810cd74f7f74270731e4caedd9d1739e83d34d0 Cr-Commit-Position: refs/heads/master@{#314511}

Patch Set 1 : #

Total comments: 9

Patch Set 2 : fix_test #

Total comments: 4

Patch Set 3 : address_comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -27 lines) Patch
M ui/app_list/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/views/app_list_view.cc View 1 2 3 chunks +31 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_view_unittest.cc View 1 1 chunk +7 lines, -2 lines 0 comments Download
M ui/app_list/views/contents_animator.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/app_list/views/contents_view.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M ui/app_list/views/search_box_view.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M ui/app_list/views/search_box_view.cc View 1 2 10 chunks +26 lines, -20 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
calamity
5 years, 10 months ago (2015-02-03 04:32:08 UTC) #3
Matt Giuca
Please post before+after screenshots on the bug. lgtm but please wait for Trent to comment ...
5 years, 10 months ago (2015-02-03 07:29:23 UTC) #5
tapted
thanks for looping me in. I'll probably need to figure out a story on Mac ...
5 years, 10 months ago (2015-02-03 23:56:31 UTC) #6
calamity
Had to add ui/wm/core as DEPS. +sadrul for DEPS OWNERS. https://codereview.chromium.org/894203004/diff/20001/ui/app_list/views/app_list_view.cc File ui/app_list/views/app_list_view.cc (right): https://codereview.chromium.org/894203004/diff/20001/ui/app_list/views/app_list_view.cc#newcode114 ...
5 years, 10 months ago (2015-02-04 03:37:02 UTC) #7
tapted
lgtm
5 years, 10 months ago (2015-02-04 04:44:21 UTC) #8
calamity
Actually add sadrul@ for ui/wm/core DEPS owners.
5 years, 10 months ago (2015-02-04 05:05:32 UTC) #10
sadrul
On 2015/02/04 05:05:32, calamity wrote: > Actually add sadrul@ for ui/wm/core DEPS owners. lgtm
5 years, 10 months ago (2015-02-04 05:49:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/894203004/60001
5 years, 10 months ago (2015-02-04 05:55:16 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 10 months ago (2015-02-04 06:35:58 UTC) #14
commit-bot: I haz the power
5 years, 10 months ago (2015-02-04 06:36:46 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1810cd74f7f74270731e4caedd9d1739e83d34d0
Cr-Commit-Position: refs/heads/master@{#314511}

Powered by Google App Engine
This is Rietveld 408576698