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-09 Julien Chaffraix <jchaffraix@webkit.org> |
| 17 |
| 18 Reviewed by Darin Adler. |
| 19 |
| 20 Test for WebCore::WebKitCSSKeyframesRuleInternal::nameAttrSetter() - cra
sh |
| 21 https://bugs.webkit.org/show_bug.cgi?id=62384 |
| 22 |
| 23 * fast/css/webkit-keyframes-crash-expected.txt: Added. |
| 24 * fast/css/webkit-keyframes-crash.html: Added. |
| 25 |
16 2011-06-08 John Bauman <jbauman@chromium.org> | 26 2011-06-08 John Bauman <jbauman@chromium.org> |
17 | 27 |
18 Reviewed by James Robinson. | 28 Reviewed by James Robinson. |
19 | 29 |
20 Only draw portions of tiles in contentRect | 30 Only draw portions of tiles in contentRect |
21 https://bugs.webkit.org/show_bug.cgi?id=62243 | 31 https://bugs.webkit.org/show_bug.cgi?id=62243 |
22 | 32 |
23 * platform/chromium/test_expectations.txt: | 33 * platform/chromium/test_expectations.txt: |
24 * compositing/repaint/shrink-layer.html: Added. | 34 * compositing/repaint/shrink-layer.html: Added. |
25 * compositing/repaint/shrink-layer-expected.png: Added. | 35 * compositing/repaint/shrink-layer-expected.png: Added. |
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1057 fast/viewport/viewport-45.html fails in GTK+/Qt | 1067 fast/viewport/viewport-45.html fails in GTK+/Qt |
1058 https://bugs.webkit.org/show_bug.cgi?id=47481 | 1068 https://bugs.webkit.org/show_bug.cgi?id=47481 |
1059 | 1069 |
1060 Rebaseline tests. | 1070 Rebaseline tests. |
1061 | 1071 |
1062 * fast/viewport/viewport-45-expected.txt: | 1072 * fast/viewport/viewport-45-expected.txt: |
1063 * fast/viewport/viewport-86-expected.txt: | 1073 * fast/viewport/viewport-86-expected.txt: |
1064 * platform/qt/Skipped: | 1074 * platform/qt/Skipped: |
1065 | 1075 |
1066 == Rolled over to ChangeLog-2011-06-04 == | 1076 == Rolled over to ChangeLog-2011-06-04 == |
OLD | NEW |