| OLD | NEW |
| 1 2011-06-21 Levi Weintraub <leviw@chromium.org> | 1 2011-06-21 Levi Weintraub <leviw@chromium.org> |
| 2 | 2 |
| 3 Reviewed by Eric Seidel. | 3 Reviewed by Eric Seidel. |
| 4 | 4 |
| 5 Text is scaled in a stair-step pattern | 5 Text is scaled in a stair-step pattern |
| 6 https://bugs.webkit.org/show_bug.cgi?id=60317 | 6 https://bugs.webkit.org/show_bug.cgi?id=60317 |
| 7 | 7 |
| 8 Stop scaling the specified font to the actual on-screen value when font-
rendering: | 8 Stop scaling the specified font to the actual on-screen value when font-
rendering: |
| 9 geometricPrecision is specified, but instead scale the graphics context.
This allows | 9 geometricPrecision is specified, but instead scale the graphics context.
This allows |
| 10 us to scale text up and down smoothly. | 10 us to scale text up and down smoothly. |
| 11 | 11 |
| 12 * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.p
ng: Added. | 12 * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.p
ng: Added. |
| 13 * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.t
xt: Added. | 13 * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.t
xt: Added. |
| 14 * svg/text/scaling-font-with-geometric-precision.html: Added. | 14 * svg/text/scaling-font-with-geometric-precision.html: Added. |
| 15 | 15 |
| 16 2011-06-17 Julien Chaffraix <jchaffraix@webkit.org> |
| 17 |
| 18 Reviewed by Darin Adler. |
| 19 |
| 20 Assertion failure in SVGTextLayoutEngine constructor (!m_layoutAttribute
s.isEmpty()) |
| 21 https://bugs.webkit.org/show_bug.cgi?id=62884 |
| 22 |
| 23 * svg/custom/assert-empty-layout-attributes-expected.txt: Added. |
| 24 * svg/custom/assert-empty-layout-attributes.svg: Added. |
| 25 |
| 16 2011-06-09 Julien Chaffraix <jchaffraix@webkit.org> | 26 2011-06-09 Julien Chaffraix <jchaffraix@webkit.org> |
| 17 | 27 |
| 18 Reviewed by Darin Adler. | 28 Reviewed by Darin Adler. |
| 19 | 29 |
| 20 Test for WebCore::WebKitCSSKeyframesRuleInternal::nameAttrSetter() - cra
sh | 30 Test for WebCore::WebKitCSSKeyframesRuleInternal::nameAttrSetter() - cra
sh |
| 21 https://bugs.webkit.org/show_bug.cgi?id=62384 | 31 https://bugs.webkit.org/show_bug.cgi?id=62384 |
| 22 | 32 |
| 23 * fast/css/webkit-keyframes-crash-expected.txt: Added. | 33 * fast/css/webkit-keyframes-crash-expected.txt: Added. |
| 24 * fast/css/webkit-keyframes-crash.html: Added. | 34 * fast/css/webkit-keyframes-crash.html: Added. |
| 25 | 35 |
| (...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1067 fast/viewport/viewport-45.html fails in GTK+/Qt | 1077 fast/viewport/viewport-45.html fails in GTK+/Qt |
| 1068 https://bugs.webkit.org/show_bug.cgi?id=47481 | 1078 https://bugs.webkit.org/show_bug.cgi?id=47481 |
| 1069 | 1079 |
| 1070 Rebaseline tests. | 1080 Rebaseline tests. |
| 1071 | 1081 |
| 1072 * fast/viewport/viewport-45-expected.txt: | 1082 * fast/viewport/viewport-45-expected.txt: |
| 1073 * fast/viewport/viewport-86-expected.txt: | 1083 * fast/viewport/viewport-86-expected.txt: |
| 1074 * platform/qt/Skipped: | 1084 * platform/qt/Skipped: |
| 1075 | 1085 |
| 1076 == Rolled over to ChangeLog-2011-06-04 == | 1086 == Rolled over to ChangeLog-2011-06-04 == |
| OLD | NEW |