- 21 Mar, 2013 7 commits
-
-
rniwa@webkit.org authored
* WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146445 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
pkasting@chromium.org authored
Unreviewed, rebaselining. * css2.1/20110323/replaced-elements-001-expected.txt: Added. * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png: * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png: * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: * platform/chromium-win-xp/css3/flexbox: Removed. * platform/chromium-win/css3/flexbox/button-expected.png: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146444 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=101091 Reviewed by Adam Barth. The bug was caused by LayoutTestResultsReader passing a relative file path to the archive zip to workspace.archive_zip. Because archive_zip uses the results directory as the working directory, this relative file path resoled to a file inside a non-existent directory for "zip". Fixed the bug by resolving both test results directory and zip archive paths in LayoutTestResultsReader.archive. Also made workspace.create_zip print the source_path so that we may debug these issues more easily in the future. * Scripts/webkitpy/common/system/filesystem_mock.py: (MockFileSystem.splitext): Don't assume the entire file path is a file extension when there is no ".". * Scripts/webkitpy/common/system/workspace.py: (Workspace.create_zip): Log the source path when "zip" failed. * Scripts/webkitpy/common/system/workspace_mock.py: (MockWorkspace.create_zip): Record zip_path and source_path for testing. * Scripts/webkitpy/common/system/workspace_unittest.py: (WorkspaceTest.test_create_zip_exception): Test that. * Scripts/webkitpy/tool/bot/layouttestresultsreader.py: (LayoutTestResultsReader.archive): Resolve paths before passing them to workspace.create_zip. This is the actual bug fix. * Scripts/webkitpy/tool/bot/layouttestresultsreader_unittest.py: (test_archive_last_layout_test_results_with_relative_path): Added a test case. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146443 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eustas@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=112879 Reviewed by Pavel Feldman. Removed erroneous JSDoc. * inspector/front-end/Settings.js: Removed erroneous JSDoc. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146442 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
pkasting@chromium.org authored
[chromium] Rebaseline most "needs rebaseline" sections of Chromium test expectations, and fix a few other wrong expectations. https://bugs.webkit.org/show_bug.cgi?id=11645 https://bugs.webkit.org/show_bug.cgi?id=89826 https://bugs.webkit.org/show_bug.cgi?id=96597 https://bugs.webkit.org/show_bug.cgi?id=97325 https://bugs.webkit.org/show_bug.cgi?id=101396 https://bugs.webkit.org/show_bug.cgi?id=102624 https://bugs.webkit.org/show_bug.cgi?id=103149 https://bugs.webkit.org/show_bug.cgi?id=106746 https://bugs.webkit.org/show_bug.cgi?id=107339 https://bugs.webkit.org/show_bug.cgi?id=109439 https://bugs.webkit.org/show_bug.cgi?id=110654 https://bugs.webkit.org/show_bug.cgi?id=111319 https://bugs.webkit.org/show_bug.cgi?id=112755 http://crbug.com/67416 http://crbug.com/148638 Unreviewed, test expectations update. * css2.1/20110323/replaced-elements-001-expected.txt: Removed. * fast/css/empty-generated-content-expected.txt: Added. * fast/css/word-space-extra-expected.txt: Added. * fast/table/025-expected.txt: Added. * platform/chromium-linux-x86/css3/masking: Added. * platform/chromium-linux-x86/css3/masking/clip-path-circle-relative-overflow-expected.png: Added. * platform/chromium-linux-x86/fast/forms/date: Removed. * platform/chromium-linux-x86/fast/forms/time: Removed. * platform/chromium-linux-x86/platform/chromium/fast: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Removed. * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Removed. * platform/chromium-linux/css3/masking/clip-path-circle-relative-overflow-expected.png: * platform/chromium-linux/fast/css/word-space-extra-expected.txt: Removed. * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac-lion/css2.1/20110323/replaced-elements-001-expected.png: * platform/chromium-mac-lion/css3/masking: Added. * platform/chromium-mac-lion/css3/masking/clip-path-circle-relative-overflow-expected.png: Added. * platform/chromium-mac-lion/fast/css/word-space-extra-expected.png: Added. * platform/chromium-mac-lion/fast/multicol/vertical-rl/float-multicol-expected.png: * platform/chromium-mac-lion/fast/table/025-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-elements-001-expected.png: * platform/chromium-mac-snowleopard/css3/masking: Added. * platform/chromium-mac-snowleopard/css3/masking/clip-path-circle-relative-overflow-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/word-space-extra-expected.png: * platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/float-multicol-expected.png: * platform/chromium-mac-snowleopard/fast/table/025-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac/css2.1/20110323/replaced-elements-001-expected.png: * platform/chromium-mac/css3/masking/clip-path-circle-relative-overflow-expected.png: * platform/chromium-mac/fast/css/word-space-extra-expected.png: * platform/chromium-mac/fast/css/word-space-extra-expected.txt: Removed. * platform/chromium-mac/fast/multicol/vertical-rl/float-multicol-expected.png: * platform/chromium-mac/fast/table/025-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-win-xp/css3/masking: Added. * platform/chromium-win-xp/css3/masking/clip-path-circle-relative-overflow-expected.png: Added. * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed. * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed. * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Removed. * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Removed. * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Removed. * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.png: * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.txt: * platform/chromium-win/css3/masking/clip-path-circle-relative-overflow-expected.png: * platform/chromium-win/fast/css/empty-generated-content-expected.txt: * platform/chromium-win/fast/css/word-space-extra-expected.png: * platform/chromium-win/fast/css/word-space-extra-expected.txt: * platform/chromium-win/fast/events/stopPropagation-submit-expected.txt: Added. * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.png: * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.txt: * platform/chromium-win-xp/css2.1/20110323/replaced-elements-001-expected.png: Added. * platform/chromium/TestExpectations: * platform/chromium/css3/filters/filter-property-parsing-expected.txt: Replaced. * platform/chromium/fast/css/empty-generated-content-expected.txt: Removed. * platform/chromium/fast/table/025-expected.txt: Removed. * platform/mac/css2.1/20110323/replaced-elements-001-expected.txt: Removed. * platform/mac/fast/css/empty-generated-content-expected.txt: Removed. * platform/mac/fast/css/word-space-extra-expected.txt: Removed. * platform/mac/fast/table/025-expected.txt: Removed. * platform/win-future/css2.1: Added. * platform/win-future/css2.1/20110323: Added. * platform/win-future/css2.1/20110323/replaced-elements-001-expected.txt: Added. * platform/win/fast/css/empty-generated-content-expected.txt: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146441 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
* platform/win/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146440 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jochen@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=112751 Reviewed by Adam Barth. * DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp: * DumpRenderTree/DumpRenderTree.gypi: * DumpRenderTree/chromium/TestRunner/public/WebTestInterfaces.h: (WebKit): * DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp: (WebTestRunner::TestInterfaces::themeEngine): (WebTestRunner): * DumpRenderTree/chromium/TestRunner/src/TestInterfaces.h: (WebKit): (TestInterfaces): * DumpRenderTree/chromium/TestRunner/src/WebTestInterfaces.cpp: (WebTestRunner::WebTestInterfaces::themeEngine): (WebTestRunner): * DumpRenderTree/chromium/TestRunner/src/WebTestThemeControlWin.cpp: Renamed from Tools/DumpRenderTree/chromium/WebThemeControlDRTWin.cpp. (WebTestRunner::WebTestThemeControlWin::WebTestThemeControlWin): (WebTestRunner): (WebTestRunner::WebTestThemeControlWin::~WebTestThemeControlWin): (WebTestRunner::WebTestThemeControlWin::box): (WebTestRunner::WebTestThemeControlWin::line): (WebTestRunner::WebTestThemeControlWin::triangle): (WebTestRunner::WebTestThemeControlWin::roundRect): (WebTestRunner::WebTestThemeControlWin::oval): (WebTestRunner::WebTestThemeControlWin::circle): (WebTestRunner::WebTestThemeControlWin::nestedBoxes): (WebTestRunner::WebTestThemeControlWin::markState): (WebTestRunner::WebTestThemeControlWin::draw): (WebTestRunner::WebTestThemeControlWin::drawTextField): (WebTestRunner::WebTestThemeControlWin::drawProgressBar): * DumpRenderTree/chromium/TestRunner/src/WebTestThemeControlWin.h: Renamed from Tools/DumpRenderTree/chromium/WebThemeControlDRTWin.h. (WebTestRunner): (WebTestThemeControlWin): * DumpRenderTree/chromium/TestRunner/src/WebTestThemeEngineMac.h: Renamed from Tools/DumpRenderTree/chromium/WebThemeEngineDRTMac.h. (WebTestRunner): (WebTestThemeEngineMac): * DumpRenderTree/chromium/TestRunner/src/WebTestThemeEngineMac.mm: Renamed from Tools/DumpRenderTree/chromium/WebThemeEngineDRTMac.mm. (+[FakeActiveWindow alwaysActiveWindow]): (+[FakeActiveWindow alwaysInactiveWindow]): (-[FakeActiveWindow initWithActiveControls:]): (-[FakeActiveWindow _hasActiveControls]): (WebTestRunner::WebTestThemeEngineMac::paintScrollbarThumb): (WebTestRunner): (WebTestRunner::WebTestThemeEngineMac::paintHIThemeScrollbarThumb): (WebTestRunner::WebTestThemeEngineMac::paintNSScrollerScrollbarThumb): * DumpRenderTree/chromium/TestRunner/src/WebTestThemeEngineWin.cpp: Added. (WebTestRunner::WebTestThemeEngineWin::paintButton): (WebTestRunner): (WebTestRunner::WebTestThemeEngineWin::paintMenuList): (WebTestRunner::WebTestThemeEngineWin::paintScrollbarArrow): (WebTestRunner::WebTestThemeEngineWin::paintScrollbarThumb): (WebTestRunner::WebTestThemeEngineWin::paintScrollbarTrack): (WebTestRunner::WebTestThemeEngineWin::paintSpinButton): (WebTestRunner::WebTestThemeEngineWin::paintTextField): (WebTestRunner::WebTestThemeEngineWin::paintTrackbar): (WebTestRunner::WebTestThemeEngineWin::paintProgressBar): (WebTestRunner::WebTestThemeEngineWin::getSize): * DumpRenderTree/chromium/TestRunner/src/WebTestThemeEngineWin.h: Renamed from Tools/DumpRenderTree/chromium/WebThemeEngineDRTWin.h. (WebTestRunner): (WebTestThemeEngineWin): (WebTestRunner::WebTestThemeEngineWin::WebTestThemeEngineWin): * DumpRenderTree/chromium/TestShell.cpp: (TestShell::initialize): * DumpRenderTree/chromium/TestShell.h: (WebKit): * DumpRenderTree/chromium/TestShellMac.mm: (platformInit): * DumpRenderTree/chromium/TestShellWin.cpp: (platformInit): * DumpRenderTree/chromium/WebThemeEngineDRTWin.cpp: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146439 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 20 Mar, 2013 33 commits
-
-
simon.fraser@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=112864 Reviewed by Tim Horton. If a GraphicsLayerCA has TiledBacking, ask the TiledBacking how much memory it's using for tiles, rather than just using height * width * 4. Implement retainedTileBackingStoreMemory() in the TileController, summing the memory used by parented tiles. The original code was incorrectly multiplying by contentsScale only once rather than twice (2x contents scale uses 4x as much memory). * platform/graphics/TiledBacking.h: * platform/graphics/ca/GraphicsLayerCA.cpp: (WebCore::GraphicsLayerCA::backingStoreMemoryEstimate): * platform/graphics/ca/mac/TileController.h: * platform/graphics/ca/mac/TileController.mm: (WebCore::TileController::retainedTileBackingStoreMemory): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146438 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tkent@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=111319 * platform/chromium-linux-x86/fast/forms/time/time-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png: * platform/chromium-linux/fast/forms/date/date-appearance-l10n-expected.png: * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png: * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png: * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png: * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png: * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png: * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png: * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png: * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png: * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png: * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png: * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png: * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png: * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png: * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png: * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png: * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png: * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png: * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png: * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png: * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png: * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png: * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png: * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png: * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png: * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png: * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png: * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png: * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png: * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png: * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png: * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png: * platform/chromium-win/fast/forms/date/date-appearance-l10n-expected.png: * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png: * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png: * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png: * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png: * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png: * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png: * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png: * platform/chromium/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146437 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
"Dana Jansens" <danakj@chromium.org> via sheriffbot. Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2013-03-20 * DEPS: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146436 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
pkasting@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=62754 https://bugs.webkit.org/show_bug.cgi?id=99984 https://bugs.webkit.org/show_bug.cgi?id=111004 https://bugs.webkit.org/show_bug.cgi?id=112288 https://bugs.webkit.org/show_bug.cgi?id=112755 Unreviewed, test expectations updates. * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png: Added. * platform/chromium-win/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added. * platform/chromium/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146435 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=112843 Patch by Christian Biesinger <cbiesinger@chromium.org> on 2013-03-20 Reviewed by Ojan Vafai. * platform/chromium-mac-lion/css3/flexbox/button-expected.png: Added. * platform/chromium-mac-lion/fast/forms/color/input-appearance-color-expected.png: * platform/chromium-mac-snowleopard/css3/flexbox/button-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/color/input-appearance-color-expected.png: * platform/chromium-mac/css3/flexbox/button-expected.png: Added. * platform/chromium-mac/css3/flexbox/button-expected.txt: Added. * platform/chromium-mac/fast/forms/color/input-appearance-color-expected.png: * platform/chromium-mac/fast/forms/color/input-appearance-color-expected.txt: * platform/chromium-win/css3/flexbox/button-expected.png: Added. * platform/chromium-win/css3/flexbox/button-expected.txt: Added. * platform/chromium/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146434 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
http://trac.webkit.org/changeset/146418 https://bugs.webkit.org/show_bug.cgi?id=112872 It turns out that these sub pixel tests still do fail on Mac (Requested by rniwa on #webkit). Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2013-03-20 * platform/mac/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146433 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
gyuyoung.kim@samsung.com authored
* platform/efl/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146432 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
http://trac.webkit.org/changeset/146419 https://bugs.webkit.org/show_bug.cgi?id=112870 Broke many tests on debug builds (Requested by rniwa_ on #webkit). Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2013-03-20 Source/WebCore: * DerivedSources.make: * GNUmakefile.am: * WebCore.gyp/WebCore.gyp: * WebCore.gyp/scripts/action_makenames.py: (main): * bindings/scripts/StaticString.pm: Removed. * dom/QualifiedName.cpp: (WebCore::createQualifiedName): * dom/QualifiedName.h: (WebCore): * dom/make_names.pl: (printNamesCppFile): (printDefinitions): Source/WTF: * wtf/text/StringImpl.h: (StringImpl): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146431 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=112506 Patch by Michael Pruett <michael@68k.org> on 2013-03-20 Reviewed by Kentaro Hara. .: * Source/autotools/symbols.filter: Source/WebCore: Implement the EnforceRange attribute for JSC bindings. The EnforceRange attribute requires a type error to be thrown when converting an ECMAScript number which is beyond the representable range of the IDL integer type. Tests: fast/js/webidl-type-mapping.html storage/indexeddb/cursor-advance-workers.html storage/indexeddb/cursor-advance.html storage/indexeddb/intversion-bad-parameters.html * WebCore.exp.in: * bindings/js/JSDOMBinding.cpp: (WebCore): (WebCore::enforceRange): (WebCore::toInt32EnforceRange): (WebCore::toUInt32EnforceRange): (WebCore::toInt64): (WebCore::toUInt64): * bindings/js/JSDOMBinding.h: (WebCore::toInt32): (WebCore): (WebCore::toUInt32): * bindings/scripts/CodeGeneratorJS.pm: (JSValueToNative): * bindings/scripts/test/JS/JSTestEventTarget.cpp: (WebCore::jsTestEventTargetPrototypeFunctionItem): * bindings/scripts/test/JS/JSTestObj.cpp: (WebCore::setJSTestObjShortAttr): (WebCore::setJSTestObjUnsignedShortAttr): (WebCore::setJSTestObjLongAttr): (WebCore::setJSTestObjLongLongAttr): (WebCore::setJSTestObjUnsignedLongLongAttr): (WebCore::setJSTestObjReflectedIntegralAttr): (WebCore::setJSTestObjReflectedUnsignedIntegralAttr): (WebCore::setJSTestObjReflectedCustomIntegralAttr): (WebCore::setJSTestObjAttrWithGetterException): (WebCore::setJSTestObjAttrWithSetterException): (WebCore::setJSTestObjWithScriptStateAttribute): (WebCore::setJSTestObjConditionalAttr1): (WebCore::setJSTestObjConditionalAttr2): (WebCore::setJSTestObjConditionalAttr3): (WebCore::setJSTestObjStrawberry): (WebCore::setJSTestObjId): (WebCore::setJSTestObjNullableLongSettableAttribute): (WebCore::setJSTestObjNullableStringValue): (WebCore::jsTestObjPrototypeFunctionVoidMethodWithArgs): (WebCore::jsTestObjPrototypeFunctionLongMethodWithArgs): (WebCore::jsTestObjPrototypeFunctionObjMethodWithArgs): (WebCore::jsTestObjPrototypeFunctionMethodReturningSequence): (WebCore::jsTestObjPrototypeFunctionMethodWithOptionalArg): (WebCore::jsTestObjPrototypeFunctionMethodWithNonOptionalArgAndOptionalArg): (WebCore::jsTestObjPrototypeFunctionMethodWithNonOptionalArgAndTwoOptionalArgs): (WebCore::jsTestObjPrototypeFunctionMethodWithNonCallbackArgAndCallbackArg): (WebCore::jsTestObjPrototypeFunctionOverloadedMethod2): (WebCore::jsTestObjPrototypeFunctionOverloadedMethod4): (WebCore::jsTestObjConstructorFunctionClassMethodWithOptional): (WebCore::jsTestObjConstructorFunctionOverloadedMethod11): (WebCore::jsTestObjPrototypeFunctionStrictFunction): * bindings/scripts/test/JS/JSTestTypedefs.cpp: (WebCore::setJSTestTypedefsUnsignedLongLongAttr): (WebCore::setJSTestTypedefsAttrWithGetterException): (WebCore::setJSTestTypedefsAttrWithSetterException): Source/WebKit/win: * WebKit.vcproj/WebKitExports.def.in: LayoutTests: * fast/js/webidl-type-mapping-expected.txt: * platform/chromium/fast/js/webidl-type-mapping-expected.txt: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146430 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=112863 Patch by Cosmin Truta <ctruta@blackberry.com> on 2013-03-20 Reviewed by Yong Li. This was fixed in http://trac.webkit.org/changeset/146396 on Linux only. Enable this fix on QNX. * assembler/ARMv7Assembler.h: (ARMv7Assembler): (JSC::ARMv7Assembler::replaceWithJump): (JSC::ARMv7Assembler::maxJumpReplacementSize): * assembler/MacroAssemblerARMv7.h: (JSC::MacroAssemblerARMv7::revertJumpReplacementToBranchPtrWithPatch): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146429 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
and fast/dom/MutationObserver/database-callback-delivery.html on Windows per bugs 112867 and 112868. * platform/win/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146428 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hayato@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=112073 Reviewed by Dimitri Glazkov. Source/WebCore: Support gesture events for Shadow DOM. Now 'gesturetap' events can be correctly dispatched in shadow trees. Test: fast/dom/shadow/gesture-tap.html * page/EventHandler.cpp: (WebCore::EventHandler::handleGestureEvent): LayoutTests: * fast/dom/shadow/gesture-tap-expected.txt: Added. * fast/dom/shadow/gesture-tap.html: Added. * fast/dom/shadow/resources/event-dispatching.js: (addEventListeners): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146427 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
msaboff@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=112859 Reviewed by Filip Pizlo. New regression test to check that eliminating a var arg DFG Node (array in this case) doesn't cause a ASSERT or crash. * fast/js/dfg-array-dead-expected.txt: Added. * fast/js/dfg-array-dead.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-array-dead.js: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146426 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrowe@apple.com authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146425 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
* platform/mac/svg/custom/text-ctm-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146424 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
bfulgham@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=112861 Reviewed by Tim Horton. * gtest/msvc/gtest-md.vcxproj: Add WinCairo targets. ../WebKit: [WinCairo] Top-level solution change to build under VS2010. https://bugs.webkit.org/show_bug.cgi?id=112861. Reviewed by Tim Horton. * WebKit.vcxproj/WebKit.sln: Add final set of WinCairo build targets. * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add #if/def guards around some media-specific exports that are not provided by the WinCairo port. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146422 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
pkasting@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=106609 https://code.google.com/p/chromium/issues/detail?id=222140 Unreviewed, test expectations update. * platform/chromium/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146421 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
bfulgham@webkit.org authored
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPICommonWinCairo.props: Added. New property sheet that does not link against CoreFoundation and CFNetwork. * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIDebugWinCairo.props: Use new TestWebKitAPICommonWinCairo property sheet. * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIReleaseWinCairo.props: Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146420 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=112831 Reviewed by Darin Adler. Source/WebCore: This patch teaches make_names how to construct strings at compile time, eliminating a large number of startup mallocs. * WebCore.gyp/WebCore.gyp: * WebCore.gyp/scripts/action_makenames.py: - Teach the Chromium build how to deal with Perl modules. * bindings/scripts/StaticString.pm: Added. - A Perl module for constructing static strings. (GenerateStrings): (GenerateValidateStrings): * dom/QualifiedName.cpp: (WebCore::createQualifiedName): - createQualifiedName now takes an already-constructed StringImpl object. * dom/QualifiedName.h: * dom/make_names.pl: (valueForName): (namesToStrings): (printNamesCppFile): (printDefinitions): - Teach make_names how to use StaticString.pm. Source/WTF: * wtf/text/StringImpl.h: (StringImpl): (StaticASCIILiteral): - This struct lets us construct StringImpl objects at compile time. (WTF::StringImpl::assertValidHash): - This function lets us sanity check StringImpl objects created from StaticData. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146419 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
* platform/mac/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146418 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
falken@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=112767 Reviewed by Kent Tamura. This is part of a refactoring to move Node::disabled to HTMLFormControlElement::disabled. The concept of disabled is just a form control element one. HTMLMeterElement, HTMLOutputElement, and HTMLProgressElement never have disabled() return true, so we can remove the call. In addition, HTMLMeterElement and HTMLProgressElement no longer inherit from HTMLFormControlElement, so we don't need to override supportsFocus. No new tests because no behavior change. * html/HTMLMeterElement.cpp: * html/HTMLMeterElement.h: * html/HTMLOutputElement.cpp: (WebCore::HTMLOutputElement::supportsFocus): * html/HTMLProgressElement.cpp: * html/HTMLProgressElement.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146417 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
bfulgham@webkit.org authored
Had to add WinCairo-specific property sheets to deal with some library and path differences with the main Apple port. * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTree.vcxproj: * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeDebugWinCairo.props: * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeReleaseWinCairo.props: * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffCommonWinCairo.props: Added. * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffDebugWinCairo.props: Added. * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffReleaseWinCairo.props: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146416 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
* platform/mac/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146415 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=104595 * platform/mac/TestExpectations: * platform/mac/fast/css/empty-generated-content-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146414 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
* platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: * svg/as-image/image-preserveAspectRatio-all-expected.png: * svg/filters/feImage-preserveAspectRatio-all-expected.png: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146413 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
* platform/mac/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146412 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=109232 Unreviewed. Remove the test expectation entry since this test hasn't been crashing lately. * platform/mac/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146411 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
* platform/mac/TestExpectations: * platform/mac/css2.1/20110323/replaced-elements-001-expected.png: * platform/mac/css2.1/20110323/replaced-elements-001-expected.txt: Copied from LayoutTests/css2.1/20110323/replaced-elements-001-expected.txt. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146410 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
* platform/mac/TestExpectations: * platform/mac/css3/flexbox/button-expected.png: Copied from LayoutTests/css3/flexbox/button-expected.png. * platform/mac/css3/flexbox/button-expected.txt: Copied from LayoutTests/css3/flexbox/button-expected.txt. * platform/mac/svg/custom/foreign-object-skew-expected.png: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146409 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=109021 Patch by Jaehun Lim <ljaehun.lim@samsung.com> on 2013-03-20 Reviewed by Julien Chaffraix. "each-line" is added for text-indent in CSS3. http://dev.w3.org/csswg/css3-text/#each-line This patch is the parsing part to support each-line value for text-indent. "each-line" means "Indentation affects the first line of the block container as well as each line after a forced line break, but does not affect lines after a soft wrap break." It's prefixed and guarded by CSS3_TEXT flag. Tests: fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited.html fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html * css/CSSComputedStyleDeclaration.cpp: (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): style.getPropertyCSSValue(text-indent) returns CSSPrimitiveValue when text-indent has only <length> or <percentage> value, but returns CSSValueList when text-indent also has -webkit-each-line. * css/CSSParser.cpp: (WebCore::isSimpleLengthPropertyID): Removed CSSPropertyTextIndent case. (WebCore::CSSParser::parseValue): (WebCore::CSSParser::parseTextIndent): Added. * css/CSSParser.h: Parsed <length> or <percentage> with -webkit-each-line for text-indent. * css/CSSValueKeywords.in: Added new -webkit-each-line keyword. * css/StyleBuilder.cpp: (ApplyPropertyTextIndent): Added. (WebCore::ApplyPropertyTextIndent::applyInheritValue): (WebCore::ApplyPropertyTextIndent::applyInitialValue): (WebCore::ApplyPropertyTextIndent::applyValue): (WebCore::ApplyPropertyTextIndent::createHandler): (WebCore::StyleBuilder::StyleBuilder): Added codes to handle applying text-indent offset and -webkit-each-line option to our style. * rendering/style/RenderStyle.cpp: (WebCore::RenderStyle::diff): * rendering/style/RenderStyle.h: * rendering/style/RenderStyleConstants.h: Added enum TextIndentLine. * rendering/style/StyleRareInheritedData.cpp: (WebCore::StyleRareInheritedData::StyleRareInheritedData): (WebCore::StyleRareInheritedData::operator==): * rendering/style/StyleRareInheritedData.h: Added m_textIndentLine. (StyleRareInheritedData): Added the usual getter / setter / initial methods for m_textIndentLine. LayoutTests: [css3-text] Parsing -webkit-each-line value for text-indent from css3-text https://bugs.webkit.org/show_bug.cgi?id=109021 "each-line" is added for text-indent in CSS3. http://dev.w3.org/csswg/css3-text/#each-line Patch by Jaehun Lim <ljaehun.lim@samsung.com> on 2013-03-20 Reviewed by Julien Chaffraix. * fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt: Added. * fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt: Added. * fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited.html: Added. * fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html: Added. * fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent-inherited.js: Added. (testComputedStyle): (ownValueTest): (inheritanceTest): * fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent.js: Added. (testElementStyle): (testComputedStyle): (valueSettingTest): (invalidValueSettingTest): * platform/chromium/TestExpectations: * platform/mac/TestExpectations: * platform/qt-mac/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146408 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
fpizlo@apple.com authored
Rubber stamped by Mark Hahnenberg. * runtime/JSString.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146407 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tsepez@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=112848 Reviewed by Adam Barth. * fast/dom/HTMLDialogElement/dialog-disabled.html: * fast/dom/HTMLDialogElement/dialog-enabled.html: Set the dialog element enabled setting before parsing <dialog> element. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146406 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
* platform/mac/TestExpectations: * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146405 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-