|
[MD] Implement incognito colors as a NativeTheme
For ChromeOS (and at least for now, Linux), this is NativeThemeAuraDark. For Windows, this is NativeThemeWinDark, which paints controls like NativeThemeWin but uses NativeThemeAuraDark for colors.
This CL focuses on the location bar and omnibox. It adds a number of colors (most of those which have already been spec'd) but is missing lots more colors.
BUG= 501377
Committed: https://crrev.com/563454636cfe3df6a57fff84560e8a89e4f6b175
Cr-Commit-Position: refs/heads/master@{#359956}
Total comments: 7
Total comments: 10
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+303 lines, -91 lines) |
Patch |
 |
M |
chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_frame.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/location_bar_view.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/location_bar_view.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
8 chunks |
+56 lines, -51 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/color_palette.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/native_theme/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/native_theme/common_theme.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/native_theme/native_theme.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/native_theme/native_theme_aura.cc
|
View
|
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
A |
ui/native_theme/native_theme_dark_aura.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/native_theme/native_theme_dark_aura.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/native_theme/native_theme_dark_win.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/native_theme/native_theme_dark_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/native_theme/native_theme_win.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/widget/widget.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/widget.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
6 chunks |
+19 lines, -15 lines |
0 comments
|
Download
|
Total messages: 55 (13 generated)
|