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

Issue 8565034: Add a drop shadow to the fullscreen exit bubble on windows. (Closed)

Created:
9 years, 1 month ago by koz (OOO until 15th September)
Modified:
9 years ago
Reviewers:
alicet1, sky
CC:
chromium-reviews, msw+watch_chromium.org, alicet1, tfarina, dhollowa
Visibility:
Public.

Description

Add a drop shadow to the fullscreen exit bubble on windows. BUG=100879 TEST=Visually confirm that when entering fullscreen, the exit bubble has a drop shadow. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110465

Patch Set 1 #

Patch Set 2 : replace bool with enum #

Total comments: 10

Patch Set 3 : respond to comments #

Total comments: 4

Patch Set 4 : respond to comments #

Patch Set 5 : remove pngs #

Patch Set 6 : rebase #

Patch Set 7 : modify BubbleBorder #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M ui/views/bubble/bubble_border.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M ui/views/bubble/bubble_border.cc View 1 2 3 4 5 6 6 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
koz (OOO until 15th September)
9 years, 1 month ago (2011-11-15 01:05:07 UTC) #1
alicet1
I think you have to seperate out the png files into a change and check ...
9 years, 1 month ago (2011-11-15 02:04:22 UTC) #2
koz (OOO until 15th September)
On 2011/11/15 02:04:22, alicet1 wrote: > I think you have to seperate out the png ...
9 years, 1 month ago (2011-11-15 03:20:46 UTC) #3
sky
http://codereview.chromium.org/8565034/diff/6002/views/bubble/bubble_border.cc File views/bubble/bubble_border.cc (right): http://codereview.chromium.org/8565034/diff/6002/views/bubble/bubble_border.cc#newcode219 views/bubble/bubble_border.cc:219: arrow_offset_ = std::max(offset_x, offset_y); This method is poorly named ...
9 years, 1 month ago (2011-11-15 05:06:37 UTC) #4
koz (OOO until 15th September)
Thanks for the comments, Scott. http://codereview.chromium.org/8565034/diff/6002/views/bubble/bubble_border.cc File views/bubble/bubble_border.cc (right): http://codereview.chromium.org/8565034/diff/6002/views/bubble/bubble_border.cc#newcode219 views/bubble/bubble_border.cc:219: arrow_offset_ = std::max(offset_x, offset_y); ...
9 years, 1 month ago (2011-11-15 06:35:43 UTC) #5
sky
http://codereview.chromium.org/8565034/diff/6002/views/bubble/bubble_border.h File views/bubble/bubble_border.h (right): http://codereview.chromium.org/8565034/diff/6002/views/bubble/bubble_border.h#newcode16 views/bubble/bubble_border.h:16: struct BorderImages { On 2011/11/15 06:35:43, koz wrote: > ...
9 years, 1 month ago (2011-11-15 16:36:33 UTC) #6
alicet1
LGTM http://codereview.chromium.org/8565034/diff/2008/views/bubble/border_contents_view.cc File views/bubble/border_contents_view.cc (right): http://codereview.chromium.org/8565034/diff/2008/views/bubble/border_contents_view.cc#newcode81 views/bubble/border_contents_view.cc:81: bubble_border_ = new BubbleBorder(arrow_location, can you add a ...
9 years, 1 month ago (2011-11-15 16:51:12 UTC) #7
koz (OOO until 15th September)
http://codereview.chromium.org/8565034/diff/6002/views/bubble/bubble_border.h File views/bubble/bubble_border.h (right): http://codereview.chromium.org/8565034/diff/6002/views/bubble/bubble_border.h#newcode16 views/bubble/bubble_border.h:16: struct BorderImages { On 2011/11/15 16:36:33, sky wrote: > ...
9 years, 1 month ago (2011-11-15 22:45:39 UTC) #8
sky
LGTM
9 years, 1 month ago (2011-11-16 02:29:51 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/8565034/8007
9 years, 1 month ago (2011-11-17 00:57:21 UTC) #10
commit-bot: I haz the power
Can't apply patch for file chrome/browser/ui/views/fullscreen_exit_bubble_views.cc. While running patch -p1 --forward --force; patching file chrome/browser/ui/views/fullscreen_exit_bubble_views.cc ...
9 years, 1 month ago (2011-11-17 06:10:30 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/8565034/16002
9 years, 1 month ago (2011-11-17 06:22:31 UTC) #12
commit-bot: I haz the power
9 years, 1 month ago (2011-11-17 07:33:34 UTC) #13
Change committed as 110465

Powered by Google App Engine
This is Rietveld 408576698