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

Issue 197031: Fleshes out the tooltip implementation for views on Gtk. It doesn't... (Closed)

Created:
11 years, 3 months ago by sky
Modified:
9 years, 7 months ago
Reviewers:
jcampan
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Fleshes out the tooltip implementation for views on Gtk. It doesn't support explicit positioning of the tooltip as windows does. That'll have to be added later. BUG=none TEST=make sure tooltips still work correctly on windows Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25635

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+350 lines, -145 lines) Patch
M chrome/browser/views/bookmark_bar_view.cc View 4 chunks +5 lines, -20 lines 0 comments Download
M chrome/browser/views/toolbar_view.cc View 8 chunks +15 lines, -21 lines 0 comments Download
M views/views.gyp View 2 chunks +1 line, -1 line 0 comments Download
M views/widget/tooltip_manager.h View 2 chunks +15 lines, -0 lines 0 comments Download
A views/widget/tooltip_manager.cc View 1 chunk +82 lines, -0 lines 0 comments Download
M views/widget/tooltip_manager_gtk.h View 2 chunks +17 lines, -6 lines 0 comments Download
M views/widget/tooltip_manager_gtk.cc View 1 2 chunks +177 lines, -8 lines 0 comments Download
M views/widget/tooltip_manager_win.h View 1 chunk +0 lines, -10 lines 0 comments Download
M views/widget/tooltip_manager_win.cc View 6 chunks +5 lines, -78 lines 0 comments Download
M views/widget/widget_gtk.h View 2 chunks +10 lines, -0 lines 0 comments Download
M views/widget/widget_gtk.cc View 4 chunks +23 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
sky
11 years, 3 months ago (2009-09-04 21:34:22 UTC) #1
jcampan
http://codereview.chromium.org/197031/diff/1/8 File views/widget/tooltip_manager_gtk.cc (right): http://codereview.chromium.org/197031/diff/1/8#newcode21 Line 21: // Create a realize a tooltip widget and ...
11 years, 3 months ago (2009-09-08 16:43:07 UTC) #2
sky
All updated with new snapshot uploaded http://codereview.chromium.org/197031/diff/1/8 File views/widget/tooltip_manager_gtk.cc (right): http://codereview.chromium.org/197031/diff/1/8#newcode96 Line 96: gtk_tooltip_set_custom(tooltip, NULL); ...
11 years, 3 months ago (2009-09-08 16:59:06 UTC) #3
jcampan
11 years, 3 months ago (2009-09-08 17:12:04 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698