|
|
Change the visual appearance of panel on GTK per new UI design.
In order not to add more panel specific stuff to BrowserTitlebar, I decided to
put all titlebar painting and handling logic in PanelBrowserTitlebarGtk. This
is also needed for the ongoing effort to strip out the BrowserWindow dependency
from panel implementation.
I also moved throbber logic out of BrowserTitlebar into a separate class so that
the code can be shared between BrowserTitlebar and PanelBrowserTitlebarGtk.
BUG=none
TEST=existing tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140636
Total comments: 20
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+748 lines, -484 lines) |
Patch |
 |
M |
chrome/browser/ui/gtk/browser_titlebar.h
|
View
|
1
|
5 chunks |
+30 lines, -90 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/browser_titlebar.cc
|
View
|
1
|
8 chunks |
+21 lines, -81 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/gtk/browser_titlebar_base.h
|
View
|
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/browser_window_gtk.h
|
View
|
1
2
3
|
9 chunks |
+25 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/browser_window_gtk.cc
|
View
|
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/gtk/titlebar_throb_animation.h
|
View
|
1
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/gtk/titlebar_throb_animation.cc
|
View
|
1
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/detached_panel_browsertest.cc
|
View
|
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/native_panel.h
|
View
|
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_browser_titlebar_gtk.h
|
View
|
1
2
3
|
2 chunks |
+75 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_browser_titlebar_gtk.cc
|
View
|
1
2
3
|
4 chunks |
+244 lines, -109 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_browser_view.cc
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_browser_window_cocoa.mm
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_browser_window_gtk.h
|
View
|
|
6 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_browser_window_gtk.cc
|
View
|
1
2
3
|
10 chunks |
+139 lines, -95 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_browsertest.cc
|
View
|
|
1 chunk |
+11 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_constants.h
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|