| OLD | NEW |
| 1 2011-01-30 Kenichi Ishibashi <bashi@google.com> | |
| 2 | |
| 3 Reviewed by Kent Tamura. | |
| 4 | |
| 5 Dangling form associated elements should not be registered on the docume
nt | |
| 6 https://bugs.webkit.org/show_bug.cgi?id=53223 | |
| 7 | |
| 8 Adds a test that ensures dangling form associated elements are not | |
| 9 registered on the document. | |
| 10 | |
| 11 * fast/forms/dangling-form-element-crash-expected.txt: Added. | |
| 12 * fast/forms/dangling-form-element-crash.html: Added. | |
| 13 | |
| 14 2011-02-02 Chris Evans <cevans@chromium.org> | 1 2011-02-02 Chris Evans <cevans@chromium.org> |
| 15 | 2 |
| 16 Reviewed by Darin Fisher. | 3 Reviewed by Darin Fisher. |
| 17 | 4 |
| 18 window.find() can fail when switching case sensitivity | 5 window.find() can fail when switching case sensitivity |
| 19 https://bugs.webkit.org/show_bug.cgi?id=53654 | 6 https://bugs.webkit.org/show_bug.cgi?id=53654 |
| 20 | 7 |
| 21 The test coverage for this area is very poor, so I took the liberty | 8 The test coverage for this area is very poor, so I took the liberty |
| 22 of adding a more general test than is needed. | 9 of adding a more general test than is needed. |
| 23 | 10 |
| (...skipping 13867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13891 | 13878 |
| 13892 Unreviewed. | 13879 Unreviewed. |
| 13893 | 13880 |
| 13894 Add Qt specific expected result for test introduced in r73257. | 13881 Add Qt specific expected result for test introduced in r73257. |
| 13895 | 13882 |
| 13896 * platform/qt/media/controls-without-preload-expected.checksum: Added. | 13883 * platform/qt/media/controls-without-preload-expected.checksum: Added. |
| 13897 * platform/qt/media/controls-without-preload-expected.png: Added. | 13884 * platform/qt/media/controls-without-preload-expected.png: Added. |
| 13898 * platform/qt/media/controls-without-preload-expected.txt: Added. | 13885 * platform/qt/media/controls-without-preload-expected.txt: Added. |
| 13899 | 13886 |
| 13900 == Rolled over to ChangeLog-2010-12-06 == | 13887 == Rolled over to ChangeLog-2010-12-06 == |
| OLD | NEW |