OLD | NEW |
| 1 2011-02-04 Hironori Bono <hbono@chromium.org> |
| 2 |
| 3 Reviewed by Adam Barth. |
| 4 |
| 5 [chromium] JPEG corruption |
| 6 https://bugs.webkit.org/show_bug.cgi?id=53250 |
| 7 |
| 8 This change adds a new script test that we can render a CMYK JPEG with a |
| 9 color profile correctly, i.e. we can render it without color corruption. |
| 10 |
| 11 * fast/images/cmyk-jpeg-with-color-profile-expected.txt: Added. |
| 12 * fast/images/cmyk-jpeg-with-color-profile.html: Added. |
| 13 * fast/images/resources/cmyk-jpeg.jpg: Added. |
| 14 * fast/images/script-tests/cmyk-jpeg-with-color-profile.js: Added. |
| 15 (image.onload): |
| 16 |
1 2011-01-30 Kenichi Ishibashi <bashi@google.com> | 17 2011-01-30 Kenichi Ishibashi <bashi@google.com> |
2 | 18 |
3 Reviewed by Kent Tamura. | 19 Reviewed by Kent Tamura. |
4 | 20 |
5 Dangling form associated elements should not be registered on the docume
nt | 21 Dangling form associated elements should not be registered on the docume
nt |
6 https://bugs.webkit.org/show_bug.cgi?id=53223 | 22 https://bugs.webkit.org/show_bug.cgi?id=53223 |
7 | 23 |
8 Adds a test that ensures dangling form associated elements are not | 24 Adds a test that ensures dangling form associated elements are not |
9 registered on the document. | 25 registered on the document. |
10 | 26 |
(...skipping 13890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13901 | 13917 |
13902 Unreviewed. | 13918 Unreviewed. |
13903 | 13919 |
13904 Add Qt specific expected result for test introduced in r73257. | 13920 Add Qt specific expected result for test introduced in r73257. |
13905 | 13921 |
13906 * platform/qt/media/controls-without-preload-expected.checksum: Added. | 13922 * platform/qt/media/controls-without-preload-expected.checksum: Added. |
13907 * platform/qt/media/controls-without-preload-expected.png: Added. | 13923 * platform/qt/media/controls-without-preload-expected.png: Added. |
13908 * platform/qt/media/controls-without-preload-expected.txt: Added. | 13924 * platform/qt/media/controls-without-preload-expected.txt: Added. |
13909 | 13925 |
13910 == Rolled over to ChangeLog-2010-12-06 == | 13926 == Rolled over to ChangeLog-2010-12-06 == |
OLD | NEW |