|
Clear button for date/time inputs should be zoomable on Mac
We will stop using NSCancelButtonCell and draw it using GraphicsContext.
This will also enable zooming for search field cancel buttons.
The change to RenderThemeChromiumMac::controlSizeForSystemFont fixes a bug where all controls were drawn with NSRegularControlSize when zoomed. Because we fixed this we had to introduce different padding depending on the control size (searchFieldHorizontalPaddings).
BUG= 247572
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152845
Total comments: 4
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+798 lines, -769 lines) |
Patch |
 |
M |
LayoutTests/TestExpectations
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+54 lines, -51 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css/input-search-padding-expected.txt
|
View
|
2
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/search-cancel-button-style-sharing-expected.txt
|
View
|
1
2
3
4
|
1 chunk |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/search-display-none-cancel-button-expected.txt
|
View
|
2
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/repaint/search-field-cancel-expected.txt
|
View
|
2
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/chromium-mac/fast/css/text-overflow-input-expected.txt
|
View
|
2
|
6 chunks |
+114 lines, -114 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt
|
View
|
2
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/chromium-mac/fast/forms/input-appearance-height-expected.txt
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt
|
View
|
1
2
3
4
|
2 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt
|
View
|
1
2
3
4
|
3 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/chromium-mac/fast/forms/search/search-appearance-basic-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+94 lines, -94 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/chromium-mac/fast/forms/searchfield-heights-expected.txt
|
View
|
1
2
3
4
|
1 chunk |
+21 lines, -21 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt
|
View
|
2
|
1 chunk |
+366 lines, -366 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/html.css
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderThemeChromiumMac.mm
|
View
|
1
2
3
4
5
|
6 chunks |
+51 lines, -24 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|