| Index: LayoutTests/ChangeLog
|
| ===================================================================
|
| --- LayoutTests/ChangeLog (revision 73369)
|
| +++ LayoutTests/ChangeLog (working copy)
|
| @@ -2,6 +2,198 @@
|
|
|
| Reviewed by Darin Adler.
|
|
|
| + REGRESSION(r71934): input event fires twice when editing text inside a text input.
|
| + https://bugs.webkit.org/show_bug.cgi?id=50477
|
| +
|
| + * fast/forms/text-input-event-expected.txt: Added.
|
| + * fast/forms/text-input-event.html: Added.
|
| +
|
| +2010-12-03 Sheriff Bot <webkit.review.bot@gmail.com>
|
| +
|
| + Unreviewed, rolling out r73302.
|
| + http://trac.webkit.org/changeset/73302
|
| + https://bugs.webkit.org/show_bug.cgi?id=50499
|
| +
|
| + Causes crashes in debug LayoutTests (Requested by xan_ on
|
| + #webkit).
|
| +
|
| + * platform/win/Skipped:
|
| +
|
| +2010-12-01 Ilya Tikhonovsky <loislo@chromium.org>
|
| +
|
| + Reviewed by Pavel Feldman.
|
| +
|
| + Web Inspector: Inspector protocol cleanup task.
|
| +
|
| + The patch has just small renames and adjustments for the protocol things.
|
| + 'handler' keyword in idl file was replaced with 'domain'.
|
| + 'domain' property was assigned for the each backend to frontend messages.
|
| + At the next step WebInspector wrapper functions will be removed and 'agents' will be called directly.
|
| +
|
| + https://bugs.webkit.org/show_bug.cgi?id=50337
|
| +
|
| + * inspector/report-API-errors-expected.txt:
|
| + * inspector/report-API-errors.html:
|
| + * inspector/report-protocol-errors-expected.txt:
|
| +
|
| +2010-12-03 Sam Weinig <sam@webkit.org>
|
| +
|
| + Update WebKit2 skipped list.
|
| +
|
| + * platform/mac-wk2/Skipped:
|
| +
|
| +2010-12-03 Victor Wang <victorw@chromium.org>
|
| +
|
| + Unreviewed.
|
| +
|
| + [Chromium] update chromium baselines for tests added by http://trac.webkit.org/changeset/73296
|
| +
|
| + * platform/chromium-linux/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added.
|
| + * platform/chromium-linux/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
|
| + * platform/chromium-linux/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added.
|
| + * platform/chromium-linux/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
|
| + * platform/chromium-mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added.
|
| + * platform/chromium-mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
|
| + * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added.
|
| + * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
|
| + * platform/chromium-win/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added.
|
| + * platform/chromium-win/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
|
| + * platform/chromium-win/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added.
|
| + * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added.
|
| + * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
|
| + * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
|
| +
|
| +2010-12-03 Michael Saboff <msaboff@apple.com>
|
| +
|
| + Reviewed by Gavin Barraclough
|
| +
|
| + Added new tests to support changes to Regexp JIT code handling
|
| + of parentheses. Tests focused on backtracking and nested
|
| + subexpressions.
|
| + https://bugs.webkit.org/show_bug.cgi?id=50295
|
| +
|
| + * fast/regex/parentheses-expected.txt: Added.
|
| + * fast/regex/parentheses.html: Added.
|
| + * fast/regex/script-tests/parentheses.js: Added.
|
| +
|
| +2010-12-03 Chris Guillory <chris.guillory@google.com>
|
| +
|
| + Reviewed by Chris Fleizach.
|
| +
|
| + Include the FrameView widget of a RenderWidget in the accessibility tree.
|
| + https://bugs.webkit.org/show_bug.cgi?id=49106
|
| +
|
| + * platform/win/Skipped:
|
| +
|
| +2010-12-03 Victor Wang <victorw@chromium.org>
|
| +
|
| + Unreviewed.
|
| +
|
| + [Chromium] clean up chromium test expectations.
|
| +
|
| + * platform/chromium-mac/platform/mac/editing: Removed.
|
| + * platform/chromium-mac/platform/mac/editing/spelling: Removed.
|
| + * platform/chromium-mac/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.checksum: Removed.
|
| + * platform/chromium-mac/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png: Removed.
|
| + * platform/chromium-win/platform/mac/editing/spelling: Removed.
|
| + * platform/chromium-win/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.checksum: Removed.
|
| + * platform/chromium-win/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png: Removed.
|
| +
|
| +2010-12-03 Abhishek Arya <inferno@chromium.org>
|
| +
|
| + Reviewed by Dave Hyatt.
|
| +
|
| + Test passes if we do not crash in splitBlocks while working with anonymous
|
| + blocks.
|
| + https://bugs.webkit.org/show_bug.cgi?id=49928
|
| +
|
| + * fast/multicol/span/anonymous-before-child-parent-crash.html: Added.
|
| + * fast/multicol/span/anonymous-split-block-crash.html: Added.
|
| + * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added.
|
| + * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
|
| + * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added.
|
| + * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added.
|
| + * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
|
| + * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
|
| +
|
| +2010-12-03 Jessie Berlin <jberlin@apple.com>
|
| +
|
| + Update the Windows results for controls-without-preload.html to make the bots green. Unreviewed.
|
| +
|
| + media/controls-without-preload.html failing on Windows
|
| + https://bugs.webkit.org/show_bug.cgi?id=50471
|
| +
|
| + * platform/win/media/controls-without-preload-expected.txt: Added.
|
| +
|
| +2010-12-03 Jia Pu <jpu@apple.com>
|
| +
|
| + Reviewed by Darin Adler.
|
| +
|
| + Need to move all code that applies correction into correction panel callback.
|
| + https://bugs.webkit.org/show_bug.cgi?id=50426
|
| + <rdar://problem/8720832>
|
| +
|
| + Added expected png file.
|
| +
|
| + * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.checksum: Added.
|
| + * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png: Added.
|
| +
|
| +2010-12-03 Sam Weinig <sam@webkit.org>
|
| +
|
| + Reviewed by Gavin Barraclough.
|
| +
|
| + Added fast/text/font-size-zero.html and svg/batik/text/smallFonts.svg to
|
| + the leopard skipped list.
|
| +
|
| + * platform/mac-leopard/Skipped:
|
| +
|
| +2010-12-03 Ryosuke Niwa <rniwa@webkit.org>
|
| +
|
| + Reviewed by Darin Adler.
|
| +
|
| + REGRESSION: Crash when deleting text after textarea's value is modified on input event
|
| + https://bugs.webkit.org/show_bug.cgi?id=49962
|
| +
|
| + Added tests to ensure inserting and deleting a character inside input or textarea
|
| + succeeds even if the value of those elements have been rewritten by its input event handler.
|
| +
|
| + * editing/input/set-value-on-input-and-delete-expected.txt: Added.
|
| + * editing/input/set-value-on-input-and-delete.html: Added.
|
| + * editing/input/set-value-on-input-and-forward-delete-expected.txt: Added.
|
| + * editing/input/set-value-on-input-and-forward-delete.html: Added.
|
| + * editing/input/set-value-on-input-and-type-input-expected.txt: Added.
|
| + * editing/input/set-value-on-input-and-type-input.html: Added.
|
| + * editing/input/set-value-on-input-and-type-textarea-expected.txt: Added.
|
| + * editing/input/set-value-on-input-and-type-textarea.html: Added.
|
| +
|
| +2010-12-03 Sam Weinig <sam@webkit.org>
|
| +
|
| + Add missing expected results.
|
| +
|
| + * media/controls-without-preload-expected.txt: Added.
|
| +
|
| +2010-12-03 Jessie Berlin <jberlin@apple.com>
|
| +
|
| + Updating the Windows 7 results for clip-path-referencing-use.svg to make the bots green. Unreviewed.
|
| +
|
| + svg/custom/clip-path-referencing-use.svg fails when run with Aero enabled.
|
| + https://bugs.webkit.org/show_bug.cgi?id=49945
|
| +
|
| + Make sure that the XP results still match the Mac results.
|
| + * platform/win-xp/svg: Added.
|
| + * platform/win-xp/svg/custom: Added.
|
| + * platform/win-xp/svg/custom/clip-path-referencing-use-expected.checksum: Added.
|
| + * platform/win-xp/svg/custom/clip-path-referencing-use-expected.png: Added.
|
| + * platform/win-xp/svg/custom/clip-path-referencing-use-expected.txt: Added.
|
| +
|
| + * platform/win/svg/custom/clip-path-referencing-use-expected.checksum: Added.
|
| + * platform/win/svg/custom/clip-path-referencing-use-expected.png: Added.
|
| + * platform/win/svg/custom/clip-path-referencing-use-expected.txt: Added.
|
| +
|
| +2010-12-03 Dimitri Glazkov <dglazkov@chromium.org>
|
| +
|
| + Reviewed by Darin Adler.
|
| +
|
| REGRESSION(r72783): DOMActivate fires multiple times from input type=file
|
| https://bugs.webkit.org/show_bug.cgi?id=50396
|
|
|
|
|