|
|
Implement stop/go button for Linux.
Refactored code out of CustomDrawButton into CustomDrawButtonBase to be shared with GoButtonGtk.
Replaced the existing non-togglable go button with GoButtonGtk.
Note that tooltip support isn't done yet, as it changes based on the state of the location bar and the go/stop state.
Add a simple test.
Fix some minor lint errors.
BUG= 9381
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13409
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+452 lines, -40 lines) |
Patch |
 |
M |
chrome/browser/gtk/browser_toolbar_gtk.h
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/browser_toolbar_gtk.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/browser_window_gtk.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/custom_button.h
|
View
|
1
|
2 chunks |
+28 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/custom_button.cc
|
View
|
|
3 chunks |
+40 lines, -23 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/gtk/go_button_gtk.h
|
View
|
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/gtk/go_button_gtk.cc
|
View
|
|
1 chunk |
+156 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/gtk/go_button_gtk_unittest.cc
|
View
|
|
1 chunk |
+130 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/go_button.h
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/go_button.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
2
|
4 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|