|
Implement basic theming for panel titlebars.
This patch adds the plumbing to use the theme provider for panel windows:
- Updated the xib so the created window is a ThemedBrowserWindow, which knows how to delegate theming related calls to the window delegate.
- Implemented -[ThemedWindow themeProvider] for PanelWindowController.
BUG=none
TEST=no more yellow panel titlebars.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99831
Total comments: 7
Total comments: 2
Total comments: 6
Total comments: 1
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+197 lines, -107 lines) |
Patch |
|
M |
chrome/app/nibs/Panel.xib
|
View
|
1
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -18 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/browser_window_controller.mm
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -32 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/browser_window_utils.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/browser_window_utils.mm
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+54 lines, -0 lines |
1 comment
|
Download
|
|
M |
chrome/browser/ui/cocoa/chrome_browser_window.h
|
View
|
1
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/chrome_browser_window.mm
|
View
|
1
2
|
2 chunks |
+0 lines, -23 lines |
0 comments
|
Download
|
|
A |
chrome/browser/ui/cocoa/themed_browser_window.h
|
View
|
1
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
A + |
chrome/browser/ui/cocoa/themed_browser_window.mm
|
View
|
1
|
1 chunk |
+2 lines, -20 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/panels/panel_browser_window_cocoa.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/panels/panel_browser_window_cocoa.mm
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/panels/panel_browser_window_cocoa_unittest.mm
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm
|
View
|
1
2
3
4
5
|
3 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/panels/panel_window_controller_cocoa.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|