Changeset 164145 in webkit
- Timestamp:
- Feb 14, 2014, 4:59:56 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 3 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r164143 r164145 1 2014-02-14 Dan Bernstein <mitz@apple.com> 2 3 REGRESSION (r157443): Search fields with a non-white background don’t have a round bezel 4 https://bugs.webkit.org/show_bug.cgi?id=126295 5 6 Reviewed by Ryosuke Niwa. 7 8 Reverted r157443. 9 10 * fast/forms/search/search-field-background-color-expected.txt: Removed. 11 * fast/forms/search/search-field-background-color.html: Removed. 12 * platform/efl/fast/forms/search: Removed. 13 * platform/efl/fast/forms/search/search-field-background-color-expected.png: Removed. 14 * platform/efl/fast/forms/search/search-size-with-decorations-expected.png: Removed. 15 * platform/efl/fast/forms/search/search-size-with-decorations-expected.txt: Removed. 16 * platform/mac/fast/forms/search-styled-expected.txt: 17 1 18 2014-02-14 Brent Fulgham <bfulgham@apple.com> 2 19 -
trunk/LayoutTests/platform/mac/fast/forms/search-styled-expected.txt
r157443 r164145 1 1 layer at (0,0) size 800x600 2 2 RenderView at (0,0) size 800x600 3 layer at (0,0) size 800x 414 RenderBlock {HTML} at (0,0) size 800x 415 RenderBody {BODY} at (8,8) size 784x2 56 RenderTextControl {INPUT} at (2,2) size 220x21 [bgcolor=#FFFFFF] [border: (1px solid #BDC7D8)]7 RenderFlexibleBox {DIV} at ( 18,4) size 198x133 layer at (0,0) size 800x39 4 RenderBlock {HTML} at (0,0) size 800x39 5 RenderBody {BODY} at (8,8) size 784x23 6 RenderTextControl {INPUT} at (2,2) size 158x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 7 RenderFlexibleBox {DIV} at (3,3) size 152x13 8 8 RenderBlock {DIV} at (0,1) size 22x11 9 RenderBlock {DIV} at (22,0) size 1 63x1310 RenderBlock {DIV} at (1 85,1) size 13x119 RenderBlock {DIV} at (22,0) size 117x13 10 RenderBlock {DIV} at (139,1) size 13x11 11 11 RenderText {#text} at (0,0) size 0x0 12 layer at ( 50,14) size 163x1313 RenderBlock {DIV} at ( 40,4) size 163x13 [color=#A9A9A9]12 layer at (35,13) size 117x13 13 RenderBlock {DIV} at (25,3) size 117x13 [color=#A9A9A9] 14 14 RenderText {#text} at (0,0) size 92x13 15 15 text run at (0,0) width 92: "Search for Events" 16 layer at ( 50,14) size 163x1317 RenderBlock {DIV} at (0,0) size 1 63x1316 layer at (35,13) size 117x13 17 RenderBlock {DIV} at (0,0) size 117x13 -
trunk/Source/WebCore/ChangeLog
r164144 r164145 1 2014-02-14 Dan Bernstein <mitz@apple.com> 2 3 REGRESSION (r157443): Search fields with a non-white background don’t have a round bezel 4 https://bugs.webkit.org/show_bug.cgi?id=126295 5 6 Reviewed by Ryosuke Niwa. 7 8 Reverted r157443 and improved comment. 9 10 * rendering/RenderTheme.cpp: 11 (WebCore::RenderTheme::isControlStyled): 12 1 13 2014-02-14 Brian Burg <bburg@apple.com> 2 14 -
trunk/Source/WebCore/rendering/RenderTheme.cpp
r163560 r164145 685 685 case DiscreteCapacityLevelIndicatorPart: 686 686 case RatingLevelIndicatorPart: 687 case SearchFieldPart:687 // FIXME: SearchFieldPart should be included here when making search fields style-able. 688 688 case TextFieldPart: 689 689 case TextAreaPart:
Note:
See TracChangeset
for help on using the changeset viewer.