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

Issue 10907168: [gtk] When mouse is inside of an auto-closing zoom bubble and the zoom is (Closed)

Created:
8 years, 3 months ago by Dan Beam
Modified:
8 years, 3 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews
Visibility:
Public.

Description

[gtk] When mouse is inside of an auto-closing zoom bubble and the zoom is changed again, a timer is restarted and closes the bubble (not desired). R=estade@chromium.org BUG=None TEST=Zoom, put mouse inside bubble, zoom again - bubble should not auto-close. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156068

Patch Set 1 #

Patch Set 2 : init POD #

Total comments: 4

Patch Set 3 : estade@ review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -10 lines) Patch
M chrome/browser/ui/gtk/zoom_bubble_gtk.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/zoom_bubble_gtk.cc View 1 2 3 chunks +14 lines, -10 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Dan Beam
8 years, 3 months ago (2012-09-11 05:42:30 UTC) #1
Dan Beam
if this LG feel free to CQ, btw
8 years, 3 months ago (2012-09-11 07:43:21 UTC) #2
Evan Stade
http://codereview.chromium.org/10907168/diff/4/chrome/browser/ui/gtk/zoom_bubble_gtk.cc File chrome/browser/ui/gtk/zoom_bubble_gtk.cc (right): http://codereview.chromium.org/10907168/diff/4/chrome/browser/ui/gtk/zoom_bubble_gtk.cc#newcode160 chrome/browser/ui/gtk/zoom_bubble_gtk.cc:160: if (auto_close_ && !mouse_inside_) { prefer if (!auto_close_ || ...
8 years, 3 months ago (2012-09-11 08:28:56 UTC) #3
Dan Beam
http://codereview.chromium.org/10907168/diff/4/chrome/browser/ui/gtk/zoom_bubble_gtk.cc File chrome/browser/ui/gtk/zoom_bubble_gtk.cc (right): http://codereview.chromium.org/10907168/diff/4/chrome/browser/ui/gtk/zoom_bubble_gtk.cc#newcode160 chrome/browser/ui/gtk/zoom_bubble_gtk.cc:160: if (auto_close_ && !mouse_inside_) { On 2012/09/11 08:28:56, Evan ...
8 years, 3 months ago (2012-09-11 16:33:41 UTC) #4
Evan Stade
lgtm
8 years, 3 months ago (2012-09-11 16:35:09 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/10907168/1003
8 years, 3 months ago (2012-09-11 16:38:06 UTC) #6
commit-bot: I haz the power
8 years, 3 months ago (2012-09-11 18:35:53 UTC) #7
Change committed as 156068

Powered by Google App Engine
This is Rietveld 408576698