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

Issue 173048: Fix download shelf item overflow on os x. (Closed)

Created:
11 years, 4 months ago by Nico
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix download shelf item overflow on os x. This was regressed by the subview layout refactoring. BUG=14672 TEST=download several items, resize window, make sure that no download item ever overlaps the "Show all downloads" link on the right. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=24683

Patch Set 1 #

Patch Set 2 : git #

Total comments: 2

Patch Set 3 : Address comments #

Patch Set 4 : Address even more comments #

Total comments: 2

Patch Set 5 : epic fail #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M chrome/browser/cocoa/download_shelf_controller.mm View 1 2 3 4 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Nico
11 years, 4 months ago (2009-08-19 07:44:53 UTC) #1
rohitrao (ping after 24h)
Hey, I didn't understand the problem or solution on a quick readthrough, so I'll give ...
11 years, 4 months ago (2009-08-19 13:02:20 UTC) #2
Nico
Ping. See the bug for the problem description. Let me know if I should explain ...
11 years, 4 months ago (2009-08-25 18:27:22 UTC) #3
rohitrao (ping after 24h)
As we spoke about yesterday, the only property I need is for the height to ...
11 years, 3 months ago (2009-08-27 15:44:44 UTC) #4
Nico
Resetting the height to 0 works fine, too. Take another look?
11 years, 3 months ago (2009-08-27 22:25:42 UTC) #5
Nico
Resetting the height to 0 works fine, too. Take another look? http://codereview.chromium.org/173048/diff/5/1004 File chrome/browser/cocoa/download_shelf_controller.mm (right): ...
11 years, 3 months ago (2009-08-27 22:25:51 UTC) #6
rohitrao (ping after 24h)
http://codereview.chromium.org/173048/diff/3003/2002 File chrome/browser/cocoa/download_shelf_controller.mm (right): http://codereview.chromium.org/173048/diff/3003/2002#newcode63 Line 63: [[self view] setFrame:NSMakeRect(0, 0, 1000, 0)]; This section ...
11 years, 3 months ago (2009-08-27 22:28:09 UTC) #7
Nico
http://codereview.chromium.org/173048/diff/3003/2002 File chrome/browser/cocoa/download_shelf_controller.mm (right): http://codereview.chromium.org/173048/diff/3003/2002#newcode63 Line 63: [[self view] setFrame:NSMakeRect(0, 0, 1000, 0)]; Heh. Yes, ...
11 years, 3 months ago (2009-08-27 22:37:09 UTC) #8
rohitrao (ping after 24h)
11 years, 3 months ago (2009-08-27 22:40:08 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698