|
Allow themes to change the background of the new tab page. Adds support for display properties to themes (stored internally as ints/enums, but parsed from text).
BUG= 12768
TEST=Install a theme with an new tab page background and verify that the background appears on the new tab page.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17431
Total comments: 9
Total comments: 1
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+342 lines, -66 lines) |
Patch |
 |
M |
app/theme_provider.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_theme_provider.h
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+29 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_theme_provider.cc
|
View
|
1
2
3
4
5
6
7
|
12 chunks |
+177 lines, -44 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_ui/dom_ui_theme_source.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_ui/dom_ui_theme_source.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_ui/new_tab_ui.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profile.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/new_tab.html
|
View
|
1
2
3
4
5
6
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/new_tab_theme.css
|
View
|
1
2
3
4
5
6
|
1 chunk |
+15 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/bookmark_bar_view.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/bookmark_bar_view.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+23 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension.h
|
View
|
2
3
4
5
6
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension.cc
|
View
|
2
3
4
5
6
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/widget/default_theme_provider.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
views/widget/default_theme_provider.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|