+2011-01-15 Stephen White <senorblanco@chromium.org>
+
+ Unreviewed; updated chromium test expectations.
+
+ * platform/chromium-gpu/test_expectations.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-15 Tony Chang <tony@chromium.org>
+
+ Unreviewed, add new test to GTK+ Skipped list.
+ https://bugs.webkit.org/show_bug.cgi?id=52508
+
+ * platform/gtk/Skipped:
+
+2011-01-14 Oliver Hunt <oliver@apple.com>
+
+ Reviewed by Maciej Stachowiak.
+
+ [jsfunfuzz] Incorrect handling of consecutive duplicate labels
+ https://bugs.webkit.org/show_bug.cgi?id=52505
+
+ Add a few tests of consecutive labels containing duplicates to the parser check.
+
+ * fast/js/parser-syntax-check-expected.txt:
+ * fast/js/script-tests/parser-syntax-check.js:
+
+2011-01-14 Dmitry Titov <dimich@chromium.org>
+
+ Not reviewed, update of Chromium test expectations.
+ Update of files affected by mass rebaseline in r75828 and r75838
+
+ * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.checksum:
+ * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png:
+ * platform/chromium-mac/plugins/embed-attributes-style-expected.txt: Removed.
+ * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.checksum:
+ * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
+
+2011-01-14 Dmitry Titov <dimich@chromium.org>
+
+ Not reviewed, update of test expectations.
+ Ignore new test fast/js/js-continue-break-restrictions.html, it fails for V8.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-14 Eric Uhrhane <ericu@chromium.org>
+
+ Reviewed by David Levin.
+
+ Add tests for FileWriterSync
+ https://bugs.webkit.org/show_bug.cgi?id=50720
+
+ * fast/filesystem/resources/file-writer-sync-truncate-extend.js: Added.
+ * fast/filesystem/workers/file-writer-sync-truncate-extend.html: Added.
+ * fast/filesystem/workers/file-writer-sync-truncate-extend-expected.txt: Added.
+ * fast/filesystem/resources/file-writer-sync-write-overlapped.js: Added.
+ * fast/filesystem/workers/file-writer-sync-write-overlapped.html: Added.
+ * fast/filesystem/workers/file-writer-sync-write-overlapped-expected.txt: Added.
+ * fast/filesystem/resources/file-writer-utils.js:
+ (assert): Make assert throw, rather than continue.
+ (cleanUp): Always call finishJSTest, even without fileEntryForCleanup.
+
+2011-01-14 Oliver Hunt <oliver@apple.com>
+
+ Reviewed by Stephanie Lewis.
+
+ [jsfunfuzz] We should be clearing the lexers temporary character buffers when switching to strict mode
+ https://bugs.webkit.org/show_bug.cgi?id=52501
+
+ Add checks for correct behaviour when the strict mode token is immediately followed
+ by a value that needs a temporary buffer in the lexer.
+
+ * fast/js/basic-strict-mode-expected.txt:
+ * fast/js/script-tests/basic-strict-mode.js:
+
+2011-01-14 Tony Chang <tony@chromium.org>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Strip NUL character when copying text on Windows
+ https://bugs.webkit.org/show_bug.cgi?id=52236
+
+ * editing/pasteboard/copy-null-characters-expected.txt: Added.
+ * editing/pasteboard/copy-null-characters.html: Added.
+
+2011-01-14 Nico Weber <thakis@chromium.org>
+
+ Unreviewed, test expectations.
+
+ Rebaseline gradient test due to updated skia. reed checked the test and
+ says the new look is right and is an intentional change.
+ https://bugs.webkit.org/show_bug.cgi?id=52105
+
+ * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.checksum:
+ * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
+ * platform/chromium-win/svg/batik/paints/gradientLimit-expected.checksum:
+ * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
+
+2011-01-14 Oliver Hunt <oliver@apple.com>
+
+ Reviewed by Gavin Barraclough.
+
+ [jsfunfuzz] parser doesn't enforce continue restrictions correctly.
+ https://bugs.webkit.org/show_bug.cgi?id=52493
+
+ Add a few tests for continue to cover the cases where continue
+ isn't syntactically valid.
+
+ * fast/js/js-continue-break-restrictions-expected.txt: Added.
+ * fast/js/js-continue-break-restrictions.html: Added.
+ * fast/js/script-tests/js-continue-break-restrictions.js: Added.
+
+2011-01-14 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Anders Carlsson.
+
+ Fix a few things in the WebKit2 skipped list
+ https://bugs.webkit.org/show_bug.cgi?id=52484
+
+ * platform/mac-wk2/Skipped: Add/remove some tests to the WK2 skipped list.
+ * editing/style/stylewithcss-without-selection.html: Fix this test to avoid
+ referencing an undefined variable in the failure case.
+
+2011-01-14 Mihai Parparita <mihaip@chromium.org>
+
+ Update the svg/ pixel expectations for the chromium-mac port.
+
+ For the pixel tests that currently fail on Snow Leopard, this moves the
+ current pixel results to platform/chromium-mac-leopard and adds new
+ results to platform/chromium-mac.
+
+ List of files omitted due to length but composed entirely of moves from
+ platform/chromium-mac to platform/chromium-mac-leopard and newly added
+ files in platform/chromium-mac.
+
+2011-01-14 Helder Correia <helder@sencha.com>
+
+ Reviewed by Simon Fraser.
+
+ Shadow is not drawn when filling a path with a gradient
+ https://bugs.webkit.org/show_bug.cgi?id=51982
+
+ This happens in CG and is related to bug 51869, this time to be fixed
+ in GraphicsContext::fillPath(const Path& path). We need to draw the
+ gradient clipped to the path on a CGLayer first, and then draw the
+ layer on the GraphicsContext.
+
+ * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Added.
+ * fast/canvas/canvas-fillPath-gradient-shadow.html: Added.
+ * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Added.
+ * platform/chromium/test_expectations.txt: Skipping new test since it fails.
+ * platform/qt/Skipped: Ditto.
+
+2011-01-14 Mihai Parparita <mihaip@chromium.org>
+
+ Update the pixel expectations for the chromium-mac port.
+
+ For the pixel tests that currently fail on Snow Leopard, this moves the
+ current pixel results to platform/chromium-mac-leopard and adds new
+ results to platform/chromium-mac.
+
+ List of files omitted due to length but composed entirely of moves from
+ platform/chromium-mac to platform/chromium-mac-leopard and newly added
+ files in platform/chromium-mac.
+
+2011-01-14 Steve Lacey <sjl@chromium.org>
+
+ Reviewed by Simon Fraser.
+
+ Update media/video-zoom-controls.html to set the video source before initializing the test.
+ https://bugs.webkit.org/show_bug.cgi?id=52461
+
+ * media/video-zoom-controls.html:
+
+2011-01-14 Abhishek Arya <inferno@chromium.org>
+
+ Reviewed by Dave Hyatt.
+
+ Tests that we do not crash due to uncleared floats in parent nodes.
+ https://bugs.webkit.org/show_bug.cgi?id=51711
+
+ * fast/block/float/floats-not-cleared-crash-expected.txt: Added.
+ * fast/block/float/floats-not-cleared-crash.html: Added.
+
+2011-01-14 Jessie Berlin <jberlin@apple.com>
+
+ REGRESSION (r75660): compositing/reflections/load-video-in-reflection.html crashes on Windows 7
+ https://bugs.webkit.org/show_bug.cgi?id=52397
+
+ Unskipping tests that no longer fail on Windows 7 Release. Unreviewed.
+
+ * platform/win/Skipped:
+ Un-skip compositing/reflections/load-video-in-reflection.html, which appears to be fixed by
+ http://trac.webkit.org/changeset/75807
+
+2011-01-12 Satish Sampath <satish@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ Fix a crash when accessing speech input from script.
+ https://bugs.webkit.org/show_bug.cgi?id=52325
+
+ Added a layout test to check enabling/disabling speech input from script.
+
+ * fast/speech/speech-input-scripting-expected.txt: Added.
+ * fast/speech/speech-input-scripting.html: Added.
+
+2011-01-14 Abhishek Arya <inferno@chromium.org>
+
+ Reviewed by David Hyatt.
+
+ Tests that we do not crash when trying to merge anonymous blocks, one of which
+ is already getting destroyed.
+ https://bugs.webkit.org/show_bug.cgi?id=52402
+
+ * fast/block/merge-anonymous-block-remove-child-crash2-expected.txt: Added.
+ * fast/block/merge-anonymous-block-remove-child-crash2.html: Added.
+
+2011-01-14 Tony Chang <tony@chromium.org>
+
+ Unreviewed, updating baselines.
+
+ [chromium] rebaseline vertical tests on linux
+ https://bugs.webkit.org/show_bug.cgi?id=52457
+
+ After updating fonts.conf, these tests are now passing.
+
+ * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.checksum:
+ * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.png:
+ * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.checksum:
+ * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.png:
+ * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.checksum:
+ * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
+ * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
+ * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
+ * platform/chromium-linux/svg/batik/text/verticalText-expected.checksum:
+ * platform/chromium-linux/svg/batik/text/verticalText-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-14 Tony Chang <tony@chromium.org>
+
+ Reviewed by Kent Tamura.
+
+ [chromium] update fonts.conf to fix 6 linux tests in drt
+ https://bugs.webkit.org/show_bug.cgi?id=52411
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-14 Philippe Normand <pnormand@igalia.com>
+
+ Reviewed by Martin Robinson.
+
+ [GTK] Add volume slider to media player
+ https://bugs.webkit.org/show_bug.cgi?id=51532
+
+ * platform/gtk/Skipped:
+ * platform/gtk/media/audio-controls-rendering-expected.txt:
+ * platform/gtk/media/controls-after-reload-expected.txt:
+ * platform/gtk/media/controls-strict-expected.txt:
+ * platform/gtk/media/controls-styling-expected.txt:
+ * platform/gtk/media/video-controls-rendering-expected.txt:
+ * platform/gtk/media/video-display-toggle-expected.txt:
+ * platform/gtk/media/video-empty-source-expected.txt:
+ * platform/gtk/media/video-no-audio-expected.txt:
+ * platform/gtk/media/video-volume-slider-expected.txt: Added.
+
+2011-01-14 Michael Saboff <msaboff@apple.com>
+
+ Reviewed by Oliver Hunt.
+
+ Incorrect backtracking for nested alternatives
+ https://bugs.webkit.org/show_bug.cgi?id=52387
+
+ Added tests to verfiy backtracking of alternatives following
+ parenthesis.
+
+ * fast/regex/parentheses-expected.txt:
+ * fast/regex/script-tests/parentheses.js:
+
+2011-01-14 Pavel Feldman <pfeldman@chromium.org>
+
+ Web Inspector: do not use this as protocol message
+ dispatcher in models / agents.
+ https://bugs.webkit.org/show_bug.cgi?id=52442
+
+ Models should never for InspectorBackend.registerDomainDispatcher("foo", this).
+ There should be a clear way to tell whether method is being called
+ from within front-end or by the backend.
+
+ * http/tests/inspector/debugger-test2.js:
+ (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
+ (initialize_DebuggerTest.InspectorTest.startDebuggerTest):
+ (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
+ (initialize_DebuggerTest.InspectorTest.showScriptSource):
+
+2011-01-14 Andrey Kosyakov <caseq@chromium.org>
+
+ Unreviewed test fix.
+ Filter out /favicon.ico from page resources list to avoid test expectations mismatch on GTK.
+
+ * http/tests/inspector/extensions-resources-redirect.html:
+
+2011-01-14 Andrey Kosyakov <caseq@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: redirected resources not handled properly in Network panel
+ Added test for redirected resource presence in HAR
+ Changed test to request entire HAR log, not multiple HAR entries.
+ https://bugs.webkit.org/show_bug.cgi?id=52292
+
+ * http/tests/inspector/extensions-resources-redirect-expected.txt:
+ * http/tests/inspector/extensions-resources-redirect.html:
+ * http/tests/inspector/resource-har-conversion.html:
+ * inspector/extensions-resources.html:
+
+2011-01-14 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed chromium expectations update.
+
+ Exclude http/tests/loading/cross-origin-XHR-willLoadRequest.html (added in r75768)
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-13 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed, build fix.
+
+ Fix Skipped lists in r75768.
+
+ * platform/gtk/Skipped:
+ * platform/qt/Skipped:
+ * platform/win/Skipped:
+
2011-01-13 Dan Bernstein <mitz@apple.com>
Reviewed by Alexey Proskuryakov.