|
|
gtk: Hide the status bubble when the mouse nears it.
This isn't as slick as other platforms, in that the bubble
just slides down and gets cropped instead of sliding down out
of the browser window -- doing the latter will probably
require reparenting the bubble into its own window when we
want to move it.
BUG= 18311
TEST=ran "nc -l -p 8080", went to localhost:8080, and made sure that the bubble ran away with both LTR and RTL languages
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31984
Total comments: 7
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+275 lines, -74 lines) |
Patch |
 |
M |
chrome/browser/browser.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browser.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/status_bubble_mac.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/status_bubble_mac.mm
|
View
|
1
2
|
3 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/download_shelf_gtk.cc
|
View
|
3
|
4 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/rounded_window.h
|
View
|
|
1 chunk |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/rounded_window.cc
|
View
|
3
4
5
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/status_bubble_gtk.h
|
View
|
1
2
|
5 chunks |
+33 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/status_bubble_gtk.cc
|
View
|
1
2
3
4
|
5 chunks |
+126 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/tab_contents_container_gtk.cc
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/status_bubble.h
|
View
|
1
2
3
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents_delegate.h
|
View
|
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents_view_mac.mm
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/status_bubble_views.h
|
View
|
1
2
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/status_bubble_views.cc
|
View
|
1
2
3
|
3 chunks |
+19 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tab_contents/tab_contents_view_gtk.cc
|
View
|
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tab_contents/tab_contents_view_win.cc
|
View
|
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|