|
V1 of material design find in page bar
This patch adds some new vector icons. Because these icons are part of the primary UI, extra effort has been put into achieving a precise appearance. Hence there are new vector directives as well as different definitions for 1x and everything else. The definitions are not translated from the stock MD icons --- instead, they are hand-crafted to match PNGs provided by sgabriel@.
This patch also changes the layout of the FIP bar. This patch does not attempt to achieve pixel perfection for element layout, which will be a goal of later iterations.
You can see the new UI by running Chrome with --top-chrome-md=material-hybrid
BUG= 512443
R=jdonnelly@chromium.org, sky@chromium.org
Committed: https://chromium.googlesource.com/chromium/src/+/cedd7da71f84a8764ea5e9ccadbaed293e0e6dc8
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+330 lines, -60 lines) |
Patch |
 |
M |
chrome/browser/ui/views/find_bar_view.h
|
View
|
1
2
3
4
|
6 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/find_bar_view.cc
|
View
|
1
2
3
4
|
12 chunks |
+185 lines, -44 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_view_layout.cc
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/paint_vector_icon.cc
|
View
|
1
2
3
4
|
7 chunks |
+30 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/vector_icon_types.h
|
View
|
1
3
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/vector_icons/aggregate_vector_icons.py
|
View
|
1
2
3
4
|
2 chunks |
+22 lines, -11 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/vector_icons/find_close.icon
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/vector_icons/find_close.1x.icon
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/vector_icons/find_next.icon
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/vector_icons/find_next.1x.icon
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/vector_icons/find_prev.icon
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/vector_icons/find_prev.1x.icon
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/vector_icons/vector_icons.cc.template
|
View
|
1
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (8 generated)
|