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

Issue 99276: Improvements to Linux InfoBubble and BookmarkBubble. (Closed)

Created:
11 years, 7 months ago by Dean McNamee
Modified:
9 years, 7 months ago
Reviewers:
ecattell, Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Improvements to Linux InfoBubble and BookmarkBubble. - Introduce a delegate to notify when the bubble is closed. - Destroy the objects when the widgets are destroyed. - Cleanup some style issues, add a bunch more comments.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix a bug Evan found, we want undecorated windows. #

Total comments: 18

Patch Set 3 : Review feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -26 lines) Patch
M chrome/browser/gtk/bookmark_bubble_gtk.h View 1 2 1 chunk +49 lines, -3 lines 0 comments Download
M chrome/browser/gtk/bookmark_bubble_gtk.cc View 1 2 1 chunk +68 lines, -3 lines 0 comments Download
M chrome/browser/gtk/info_bubble_gtk.h View 2 chunks +48 lines, -12 lines 0 comments Download
M chrome/browser/gtk/info_bubble_gtk.cc View 1 2 3 chunks +32 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Dean McNamee
11 years, 7 months ago (2009-05-01 15:04:05 UTC) #1
Evan Martin
I leave it to ecattell to review. I appreciate all the comments! I should be ...
11 years, 7 months ago (2009-05-01 15:32:13 UTC) #2
Dean McNamee
poke On 2009/05/01 15:32:13, Evan Martin wrote: > I leave it to ecattell to review. ...
11 years, 7 months ago (2009-05-05 09:07:59 UTC) #3
ecattell
Almost there ;-) http://codereview.chromium.org/99276/diff/12/13 File chrome/browser/gtk/bookmark_bubble_gtk.cc (left): http://codereview.chromium.org/99276/diff/12/13#oldcode21 Line 21: gtk_box_pack_start(GTK_BOX(content), gtk_label_new("Hej!"), TRUE, TRUE, 0); ...
11 years, 7 months ago (2009-05-05 16:48:53 UTC) #4
Dean McNamee
New snapshot. http://codereview.chromium.org/99276/diff/12/13 File chrome/browser/gtk/bookmark_bubble_gtk.cc (left): http://codereview.chromium.org/99276/diff/12/13#oldcode21 Line 21: gtk_box_pack_start(GTK_BOX(content), gtk_label_new("Hej!"), TRUE, TRUE, 0); On ...
11 years, 7 months ago (2009-05-05 17:22:27 UTC) #5
ecattell
11 years, 7 months ago (2009-05-05 18:56:21 UTC) #6
LGTM

(Not sure how to approve CLs in chromium, hopefully it is the same as mondrian)

Powered by Google App Engine
This is Rietveld 408576698