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

Issue 7483003: Removed separator in bookmarks sub-menu if there are no bookmarks or folders to display (only fix... (Closed)

Created:
9 years, 5 months ago by Cait (Slow)
Modified:
9 years, 5 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Removed separator in bookmarks sub-menu if there are no bookmarks or folders to display (only fixed fo Windows) Contributed by caitkp@chromium.org BUG=89572 TEST= Open a browser, remove all bookmarks, go to wrench-menu-->bookmarks. No separator should appear at the end of the sub-menu. Now create a bookmark and repeat. A separator should appear, separating the bookmark items from the other menu items. R=sky@chromium.org,rogerta@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93883

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -6 lines) Patch
M chrome/browser/ui/toolbar/wrench_menu_model.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc View 1 2 3 1 chunk +6 lines, -5 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Cait (Slow)
Hi Roger, Here is the bookmark fix for you to review. -Cait
9 years, 5 months ago (2011-07-21 19:52:32 UTC) #1
Roger Tawa OOO till Jul 10th
Hi Cait, Some comments below. I have also started trybots for this change, you should ...
9 years, 5 months ago (2011-07-21 20:41:48 UTC) #2
Roger Tawa OOO till Jul 10th
http://codereview.chromium.org/7483003/diff/1/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc File chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc (right): http://codereview.chromium.org/7483003/diff/1/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc#newcode366 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc:366: On 2011/07/21 20:41:48, Roger Tawa wrote: > I think ...
9 years, 5 months ago (2011-07-21 20:43:54 UTC) #3
Roger Tawa OOO till Jul 10th
lgtm Looks good Cait.
9 years, 5 months ago (2011-07-22 19:32:42 UTC) #4
Cait (Slow)
Hi Scott, Can you take a quick look at this CL? I need to get ...
9 years, 5 months ago (2011-07-22 20:34:01 UTC) #5
sky
http://codereview.chromium.org/7483003/diff/6001/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc File chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc (right): http://codereview.chromium.org/7483003/diff/6001/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc#newcode362 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc:362: if ((start_child_index < parent->child_count()) && Couple of problems with ...
9 years, 5 months ago (2011-07-22 21:09:09 UTC) #6
Cait (Slow)
Thanks for the feedback. Please have a look at patch set 3, which addresses the ...
9 years, 5 months ago (2011-07-22 22:12:44 UTC) #7
tfarina
http://codereview.chromium.org/7483003/diff/11001/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc File chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc (right): http://codereview.chromium.org/7483003/diff/11001/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc#newcode75 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc:75: if (other_folder->child_count() > 0) { while you are here, ...
9 years, 5 months ago (2011-07-22 22:32:46 UTC) #8
sky
LGTM http://codereview.chromium.org/7483003/diff/11001/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc File chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc (right): http://codereview.chromium.org/7483003/diff/11001/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc#newcode362 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc:362: remove this line.
9 years, 5 months ago (2011-07-22 22:47:00 UTC) #9
commit-bot: I haz the power
9 years, 5 months ago (2011-07-25 15:27:45 UTC) #10
Change committed as 93883

Powered by Google App Engine
This is Rietveld 408576698