Changeset 214730 in webkit
- Timestamp:
- Apr 2, 2017, 8:13:42 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r214728 r214730 1 2017-04-02 Alexey Proskuryakov <ap@apple.com> 2 3 Build fix for 4 Add missing text styles 5 https://bugs.webkit.org/show_bug.cgi?id=170295 6 7 * platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: 8 1 9 2017-04-02 Alexey Proskuryakov <ap@apple.com> 2 10 -
trunk/LayoutTests/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt
r214724 r214730 1 layer at (0,0) size 800x6 631 layer at (0,0) size 800x629 2 2 RenderView at (0,0) size 800x600 3 layer at (0,0) size 800x6 634 RenderBlock {HTML} at (0,0) size 800x6 635 RenderBody {BODY} at (8,15) size 784x6 403 layer at (0,0) size 800x629 4 RenderBlock {HTML} at (0,0) size 800x629 5 RenderBody {BODY} at (8,15) size 784x606 6 6 RenderBlock {DIV} at (0,0) size 784x24 7 7 RenderText {#text} at (0,1) size 106x22 … … 19 19 RenderText {#text} at (0,0) size 92x25 20 20 text run at (0,0) width 92: "T3 / Title3" 21 RenderBlock {DIV} at (0,205) size 784x 5022 RenderText {#text} at (0, 1) size 187x4723 text run at (0, 1) width 187: "T4 / Title4"24 RenderBlock {DIV} at (0,2 70) size 784x2421 RenderBlock {DIV} at (0,205) size 784x16 22 RenderText {#text} at (0,0) size 56x15 23 text run at (0,0) width 56: "T4 / Title4" 24 RenderBlock {DIV} at (0,236) size 784x24 25 25 RenderText {#text} at (0,1) size 707x22 26 26 text run at (0,1) width 707: "Body Text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ornare ornare mi" 27 RenderBlock {DIV} at (0, 309) size 784x2627 RenderBlock {DIV} at (0,275) size 784x26 28 28 RenderText {#text} at (0,2) size 737x22 29 29 text run at (0,2) width 737: "Tall Body Text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ornare ornare mi" 30 RenderBlock {DIV} at (0,3 50) size 784x2230 RenderBlock {DIV} at (0,316) size 784x22 31 31 RenderText {#text} at (0,1) size 85x19 32 32 text run at (0,1) width 85: "Subheadline" 33 RenderBlock {DIV} at (0,3 87) size 784x2033 RenderBlock {DIV} at (0,353) size 784x20 34 34 RenderText {#text} at (0,1) size 83x17 35 35 text run at (0,1) width 83: "FN / Footnote" 36 RenderBlock {DIV} at (0, 422) size 784x1736 RenderBlock {DIV} at (0,388) size 784x17 37 37 RenderText {#text} at (0,1) size 96x15 38 38 text run at (0,1) width 96: "Cap 1 / Caption 1" 39 RenderBlock {DIV} at (0,4 54) size 784x1439 RenderBlock {DIV} at (0,420) size 784x14 40 40 RenderText {#text} at (0,0) size 92x14 41 41 text run at (0,0) width 92: "Cap 2 / Caption 2" 42 RenderBlock {DIV} at (0,4 83) size 784x2242 RenderBlock {DIV} at (0,449) size 784x22 43 43 RenderText {#text} at (0,0) size 154x22 44 44 text run at (0,0) width 154: "Short H1 / Headline" 45 RenderBlock {DIV} at (0, 520) size 784x2245 RenderBlock {DIV} at (0,486) size 784x22 46 46 RenderText {#text} at (0,0) size 753x22 47 47 text run at (0,0) width 753: "Short Body Text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ornare ornare mi" 48 RenderBlock {DIV} at (0,5 57) size 784x2048 RenderBlock {DIV} at (0,523) size 784x20 49 49 RenderText {#text} at (0,0) size 127x19 50 50 text run at (0,0) width 127: "Short Subheadline" 51 RenderBlock {DIV} at (0,5 92) size 784x1851 RenderBlock {DIV} at (0,558) size 784x18 52 52 RenderText {#text} at (0,0) size 120x17 53 53 text run at (0,0) width 120: "Short FN / Footnote" 54 RenderBlock {DIV} at (0, 625) size 784x1554 RenderBlock {DIV} at (0,591) size 784x15 55 55 RenderText {#text} at (0,0) size 130x15 56 56 text run at (0,0) width 130: "Short Cap 1 / Caption 1" -
trunk/Source/WebCore/ChangeLog
r214726 r214730 1 2017-04-02 Alexey Proskuryakov <ap@apple.com> 2 3 Build fix for 4 Add missing text styles 5 https://bugs.webkit.org/show_bug.cgi?id=170295 6 7 * rendering/RenderThemeIOS.mm: 8 (WebCore::RenderThemeIOS::cachedSystemFontDescription): 9 (WebCore::RenderThemeIOS::updateCachedSystemFontDescription): 10 1 11 2017-04-01 Zalan Bujtas <zalan@apple.com> 2 12 -
trunk/Source/WebCore/rendering/RenderThemeIOS.mm
r214724 r214730 1142 1142 static NeverDestroyed<FontCascadeDescription> title2Font; 1143 1143 static NeverDestroyed<FontCascadeDescription> title3Font; 1144 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 1 000001144 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000 1145 1145 static NeverDestroyed<FontCascadeDescription> title4Font; 1146 1146 #endif … … 1180 1180 case CSSValueAppleSystemTitle3: 1181 1181 return title3Font; 1182 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 1 000001182 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000 1183 1183 case CSSValueAppleSystemTitle4: 1184 1184 return title4Font; … … 1242 1242 fontDescriptor = adoptCF(CTFontDescriptorCreateWithTextStyle(textStyle, contentSizeCategory(), 0)); 1243 1243 break; 1244 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 1 000001244 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000 1245 1245 case CSSValueAppleSystemTitle4: 1246 1246 textStyle = kCTUIFontTextStyleTitle4;
Note:
See TracChangeset
for help on using the changeset viewer.