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

Issue 171016: Bookmark STAR bubble (Closed)

Created:
11 years, 4 months ago by John Grabowski
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski, Ben Goodger (Google)
Visibility:
Public.

Description

Bookmark STAR bubble. BUG=http://crbug.com/14929 Sample image attached to bug. TEST=Click the STAR to add a bookmark. Watch bubble come up. Title is "Bookmark added!" Confirm fields are OK. Switch tabs and see bubble go away. Click STAR again. Watch bubble come up. Title is "Bookmark" Make sure all the buttons work (Edit, Close, Remove). Make sure you can change the title and parent folder. Make sure "Choose another folder..." opens edit window. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23886

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 50

Patch Set 3 : '' #

Total comments: 11

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1544 lines, -13 lines) Patch
A chrome/app/nibs/BookmarkBubble.xib View 1 chunk +730 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/bookmark_bar_controller.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A chrome/browser/cocoa/bookmark_bubble_controller.h View 1 2 3 1 chunk +98 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/bookmark_bubble_controller.mm View 1 2 3 1 chunk +215 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/bookmark_bubble_controller_unittest.mm View 1 2 3 1 chunk +213 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/bookmark_bubble_view.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/bookmark_bubble_view.mm View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/bookmark_bubble_view_unittest.mm View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/bookmark_bubble_window.h View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/bookmark_bubble_window.mm View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/bookmark_bubble_window_unittest.mm View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/bookmark_editor_controller.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/bookmark_editor_controller.mm View 1 2 3 3 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/cocoa/bookmark_name_folder_controller.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/cocoa/bookmark_name_folder_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/cocoa/browser_window_cocoa.mm View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/cocoa/browser_window_controller.h View 1 2 3 5 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/browser_window_controller.mm View 1 2 3 3 chunks +49 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/browser_window_controller_unittest.mm View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/toolbar_controller.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/toolbar_controller.mm View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/toolbar_controller_unittest.mm View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 5 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
John Grabowski
+cc tvl to confirm l10n done properly
11 years, 4 months ago (2009-08-15 02:34:13 UTC) #1
TVL
If i remember this ui right, we'll need the layout tweaking support in here also ...
11 years, 4 months ago (2009-08-17 01:23:18 UTC) #2
pink (ping after 24hrs)
http://codereview.chromium.org/171016/diff/1003/1025 File chrome/browser/cocoa/bookmark_bubble_controller.h (right): http://codereview.chromium.org/171016/diff/1003/1025#newcode15 Line 15: // The parent window for this bubble period ...
11 years, 4 months ago (2009-08-17 17:06:46 UTC) #3
John Grabowski
>> If i remember this ui right, we'll need the layout tweaking support >> in ...
11 years, 4 months ago (2009-08-17 21:08:27 UTC) #4
TVL
On Mon, Aug 17, 2009 at 5:08 PM, <jrg@chromium.org> wrote: > If i remember this ...
11 years, 4 months ago (2009-08-17 23:40:00 UTC) #5
pink (ping after 24hrs)
LGTM with these corrected. http://codereview.chromium.org/171016/diff/1030/1052 File chrome/browser/cocoa/bookmark_bubble_controller.h (right): http://codereview.chromium.org/171016/diff/1030/1052#newcode81 Line 81: - (IBAction)cancel:(id)sender; still not ...
11 years, 4 months ago (2009-08-19 15:46:02 UTC) #6
John Grabowski
11 years, 4 months ago (2009-08-19 22:47:39 UTC) #7
All feedback applied; only one item has an interesting reply.
Thx pink.

http://codereview.chromium.org/171016/diff/1030/1037
File chrome/browser/cocoa/bookmark_bubble_controller.mm (right):

http://codereview.chromium.org/171016/diff/1030/1037#newcode168
Line 168: // For the given folder node, walk the tree and add folder names to
On 2009/08/19 15:46:02, pink wrote:
> so this just flattens any hierarchy? wouldn't that make it harder to use? What
> do we do on windows?

Same on Windows.  (However, on windows, duplicated named do NOT point to the
same folder, which isn't something we do properly on the Mac).  I will fix with
the TODO.

Powered by Google App Engine
This is Rietveld 408576698