- 16 Feb, 2011 6 commits
-
-
sergio@webkit.org authored
Reviewed by Martin Robinson. [Gtk] Add support for layoutTestController.setWillSendRequestClearHeader https://bugs.webkit.org/show_bug.cgi?id=54537 Unskipped http/tests/security/no-referrer.html. * platform/gtk/Skipped: 2011-02-16 Sergio Villar Senin <svillar@igalia.com> Reviewed by Martin Robinson. [Gtk] Add support for layoutTestController.setWillSendRequestClearHeader https://bugs.webkit.org/show_bug.cgi?id=54537 Headers removed from the SoupMessage should be also removed from the ResourceRequest when updating the latter from the former. * platform/network/soup/ResourceRequestSoup.cpp: (WebCore::ResourceRequest::updateFromSoupMessage): 2011-02-16 Sergio Villar Senin <svillar@igalia.com> Reviewed by Martin Robinson. [Gtk] Add support for layoutTestController.setWillSendRequestClearHeader https://bugs.webkit.org/show_bug.cgi?id=54537 Added handler for resource-request-starting emitted in FrameLoader's willSendRequest(). The current implementation removes the headers set in setWillSendRequestClearHeader. * DumpRenderTree/gtk/DumpRenderTree.cpp: (willSendRequestCallback): (createWebView): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78718 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
Not reviewed. Pixel tests differences on 10.6.6 32bit vs. 64bit https://bugs.webkit.org/show_bug.cgi?id=54474 Update gtk/win/mac-leopard baselines. * platform/gtk/svg/custom/resource-invalidate-on-target-update-expected.txt: * platform/gtk/svg/custom/use-css-events-expected.txt: * platform/gtk/svg/filters/filterRes-expected.txt: * platform/gtk/svg/text/text-align-04-b-expected.txt: * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added. * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added. * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added. * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added. * platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt: * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.txt: Added. * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.txt: Added. * platform/mac-leopard/svg/custom/non-scaling-stroke-markers-expected.txt: Added. * platform/mac-leopard/svg/custom/stroked-pattern-expected.txt: Added. * platform/mac-leopard/svg/custom/text-rotated-gradient-expected.txt: Added. * platform/mac-leopard/svg/custom/use-detach-expected.txt: Added. * platform/mac-leopard/svg/hixie/links/001-expected.txt: Added. * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: * platform/mac-leopard/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added. * platform/mac-leopard/svg/zoom/page/zoom-mask-with-percentages-expected.txt: * platform/mac-leopard/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added. * platform/win/svg/batik/masking/maskRegions-expected.txt: * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78716 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mario@webkit.org authored
Reviewed by Martin Robinson. [GTK] events missing when a document is (re)loaded https://bugs.webkit.org/show_bug.cgi?id=25831 Added new layout test to check the right signals are emitted. * platform/gtk/accessibility/document-reload-events-expected.txt: Added. * platform/gtk/accessibility/document-reload-events.html: Added. 2011-02-16 Mario Sanchez Prada <msanchez@igalia.com> Reviewed by Martin Robinson. [GTK] events missing when a document is (re)loaded https://bugs.webkit.org/show_bug.cgi?id=25831 Make sure webArea returns a proper name and that a signal 'state-change::defunct' is emitted when detaching the wrapper. Test: platform/gtk/accessibility/document-reload-events.html * accessibility/gtk/AccessibilityObjectWrapperAtk.cpp: (webkit_accessible_get_name): Returns the current document's title as fallback mechanism for webArea objects. (webkit_accessible_detach): Emit 'state-change::defunct' function as soon as the wrapper is detached from the related core object. 2011-02-16 Mario Sanchez Prada <msanchez@igalia.com> Reviewed by Martin Robinson. [GTK] events missing when a document is (re)loaded https://bugs.webkit.org/show_bug.cgi?id=25831 Emit the right signals when reloading a document. * WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::notifyAccessibilityStatus): New function, to make sure the signals involved in reloading a document are properly emitted. (WebKit::notifyStatus): Also notify accessibility if enabled. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78715 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
philn@webkit.org authored
Unreviewed rebaseline GTK media test result. * platform/gtk/media/video-controls-rendering-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78693 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
philn@webkit.org authored
Reviewed by Martin Robinson. [GTK] media/controls-without-preload.html is flacky on 32-bits Debug https://bugs.webkit.org/show_bug.cgi?id=50518 Refactored 2 media tests to avoid use of setTimeout and possible flakyness. * media/controls-without-preload.html: * media/video-display-toggle.html: * platform/gtk/Skipped: * platform/gtk/media/controls-without-preload-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78690 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
philn@webkit.org authored
Reviewed by Martin Robinson. [GStreamer] wrong media duration report in media/controls-after-reload.html https://bugs.webkit.org/show_bug.cgi?id=51602 Refactored some media tests to be less flaky-prone. * media/controls-after-reload.html: Trigger playback just before rendering the controls. * media/video-paint-test.js: Ditto. (init.document.addEventListener.): (init): * media/video-volume-slider.html: Trigger DRT dump after volume was updated. * platform/gtk/Skipped: Unskip fixed tests. * platform/gtk/media/video-controls-rendering-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78689 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 15 Feb, 2011 20 commits
-
-
tkent@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=54427 Reviewed by Darin Fisher. Source/WebCore: Test: fast/forms/input-appearance-spinbutton-layer.html * rendering/RenderThemeChromiumWin.cpp: Add checks for multiple ThemePainter instances. (WebCore::RenderThemeChromiumWin::paintInnerSpinButton): Avoid to create multiple ThemePainter instances. LayoutTests: * fast/forms/input-appearance-spinbutton-layer.html: Added. * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.checksum: Added. * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.png: Added. * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.txt: Added. * platform/gtk/Skipped: * platform/qt/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78677 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Skip all Hixie SVG performance tests on GTK+. They seem to be timing out on the GTK+ debug bots. * platform/gtk/Skipped: Skip Hixie SVG performance tests. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78675 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Rebaseline some GTK+ tests which have different results on the bots. Skip a test which appears to be timing out intermittently. * platform/gtk/Skipped: Skip a test which has been timing out. * platform/gtk/svg/custom/use-nested-transform-expected.txt: * platform/gtk/svg/hixie/perf/001-expected.txt: * platform/gtk/svg/hixie/perf/002-expected.txt: * platform/gtk/svg/hixie/perf/007-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78642 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Reviewed by Xan Lopez. [Freetype] Better map CSS font weight to Fontconfig font weight https://bugs.webkit.org/show_bug.cgi?id=54323 Update the results of this test, which is now passing. Also update results for all other tests which have different results now. * platform/gtk/fast/css/font-weight-1-expected.checksum: * platform/gtk/fast/css/font-weight-1-expected.png: * platform/gtk/fast/css/font-weight-1-expected.txt: 2011-02-15 Martin Robinson <mrobinson@igalia.com> Reviewed by Xan Lopez. [Freetype] Better map CSS font weight to Fontconfig font weight https://bugs.webkit.org/show_bug.cgi?id=54323 * platform/graphics/freetype/FontCacheFreeType.cpp: (WebCore::fontWeightToFontconfigWeight): Added this helper to map between CSS and Fontconfig font weights. (WebCore::FontCache::createFontPlatformData): Use the new helper instead of just deciding between bold and regular. 2011-02-15 Martin Robinson <mrobinson@igalia.com> Reviewed by Xan Lopez. [Freetype] Better map CSS font weight to Fontconfig font weight https://bugs.webkit.org/show_bug.cgi?id=54323 Add the WeightWatcher fonts to the list of sourced fonts when intializing DRT. This will allow us to pass tests that use WeightWatcher. * DumpRenderTree/gtk/DumpRenderTree.cpp: (initializeFonts): Source the WebkitWeightWatcher fonts. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78614 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Reversing an expectations update, that I mistakenly uploaded in r78595. * platform/gtk/Skipped: Skip this test, as the results are incorrect on GTK+. * svg/text/lengthAdjust-text-metrics-expected.txt: Restore expectations for this test. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78608 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Import the last set of GTK+ baselines for SVG tests. * platform/gtk/Skipped: Unskip tests which now have results. Classify failures. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78595 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Add the next batch of GTK+ SVG results. * platform/gtk/Skipped: Unskip tests which now have results. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78594 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mario@webkit.org authored
Unreviewed, rolling out r78579. http://trac.webkit.org/changeset/78579 https://bugs.webkit.org/show_bug.cgi?id=54479 Undo wrong rebaseline for Gtk results (Requested by msanchez on #webkit). * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78592 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Import the next batch of GTK+ SVG test results and correct an incorrect line in the skipped list. * platform/gtk/Skipped: Unskip tests which now have results. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78587 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Continue importing GTK+ SVG test results. * platform/gtk/Skipped: Unskip tests which now have results. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78583 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mario@webkit.org authored
Unreviewed, rebaseline of Gtk result. * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78579 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mario@webkit.org authored
Unreviewed, test crashing because of failing ASSERT on GTK 64-bit debug bot. [GTK] svg/text/select-textLength-spacing-squeeze-1.svg crashes due to ASSERT failing https://bugs.webkit.org/show_bug.cgi?id=54470 * platform/gtk/Skipped: Skipped test. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78572 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
Reviewed by Andreas Kling. [Gtk] Cleanup in the canvas tests https://bugs.webkit.org/show_bug.cgi?id=54458 Unskip canvas tests that already pass. * platform/gtk/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78570 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mario@webkit.org authored
Unreviewed, skipping flaky test on GTK 64-bit debug bot. editing/selection/end-of-document.html is failing in the GTK 64-bit debug bot https://bugs.webkit.org/show_bug.cgi?id=53995 * platform/gtk/Skipped: Skipped flaky test. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78567 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
philn@webkit.org authored
Reviewed by Eric Carlson. [GTK] media/audio-delete-while-slider-thumb-clicked.html is flaky https://bugs.webkit.org/show_bug.cgi?id=53247 Refactored the test to use the seeking event instead of timeupdate and avoid flakyness. * media/audio-delete-while-slider-thumb-clicked-expected.txt: * media/audio-delete-while-slider-thumb-clicked.html: * platform/gtk/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78562 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
krit@webkit.org authored
Unreviewed rebaseline. SVG animation doesn't support attribute value 'inherit' https://bugs.webkit.org/show_bug.cgi?id=54410 Rebaseline of Gtk result. * platform/gtk/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78560 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mario@webkit.org authored
Unreviewed, unskip passing test after r78541. r78499 causes assertion failure in http/tests/xmlhttprequest/cache-override.html https://bugs.webkit.org/show_bug.cgi?id=54418 * platform/gtk/Skipped: Unskip passing test. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78547 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mario@webkit.org authored
Unreviewed, GTK baselines for 4 new tests added in r78396. * platform/gtk/fast/inline/inline-box-background-expected.checksum: Added. * platform/gtk/fast/inline/inline-box-background-expected.png: Added. * platform/gtk/fast/inline/inline-box-background-expected.txt: Added. * platform/gtk/fast/inline/inline-box-background-long-image-expected.checksum: Added. * platform/gtk/fast/inline/inline-box-background-long-image-expected.png: Added. * platform/gtk/fast/inline/inline-box-background-long-image-expected.txt: Added. * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.checksum: Added. * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.png: Added. * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.txt: Added. * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.checksum: Added. * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.png: Added. * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78546 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mario@webkit.org authored
Unreviewed, skipping test timing out on SnowLeopard, GTK and Chromium bots. r78499 causes assertion failure in http/tests/xmlhttprequest/cache-override.html https://bugs.webkit.org/show_bug.cgi?id=54418 * platform/gtk/Skipped: Skipped test. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78537 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
pfeldman@chromium.org authored
Reviewed by Yury Semikhatsky. Web Inspector: move rest of the tests off old harness. https://bugs.webkit.org/show_bug.cgi?id=54437 * http/tests/inspector-enabled/console-log-before-frame-navigation.html: * http/tests/inspector/change-iframe-src-expected.txt: * http/tests/inspector/change-iframe-src.html: * http/tests/inspector/console-resource-errors.html: * http/tests/inspector/console-websocket-error.html: * http/tests/inspector/console-xhr-logging.html: * http/tests/inspector/extensions-headers.html: * http/tests/inspector/extensions-resources-redirect-expected.txt: * http/tests/inspector/extensions-resources-redirect.html: * http/tests/inspector/extensions-test.js: * http/tests/inspector/inspect-iframe-from-different-domain-expected.txt: * http/tests/inspector/inspect-iframe-from-different-domain.html: * http/tests/inspector/inspector-test.js: * http/tests/inspector/inspector-test2.js: Removed. * http/tests/inspector/network-preflight-options.html: * http/tests/inspector/resource-har-conversion-expected.txt: * http/tests/inspector/resource-har-conversion.html: * http/tests/inspector/resource-parameters.html: * http/tests/inspector/resources/extension-main.html: * http/tests/inspector/resources/iframe-from-different-domain-data.html: * inspector/audits/audits-panel-functional-expected.txt: Renamed from LayoutTests/inspector/audits-panel-functional-expected.txt. * inspector/audits/audits-panel-functional.html: Renamed from LayoutTests/inspector/audits-panel-functional.html. * inspector/audits/audits-test.js: Renamed from LayoutTests/inspector/audits-tests2.js. * inspector/audits/resources/Ahem.ttf: Copied from LayoutTests/inspector/resources/Ahem.ttf. * inspector/audits/resources/abe.png: Copied from LayoutTests/inspector/resources/abe.png. * inspector/audits/resources/audits-script1.js: Renamed from LayoutTests/inspector/resources/audits-script1.js. * inspector/audits/resources/audits-script2.js: Renamed from LayoutTests/inspector/resources/audits-script2.js. * inspector/audits/resources/audits-style1.css: Copied from LayoutTests/inspector/resources/audits-style1.css. * inspector/console/command-line-api-expected.txt: Renamed from LayoutTests/inspector/command-line-api-expected.txt. * inspector/console/command-line-api.html: Renamed from LayoutTests/inspector/command-line-api.html. * inspector/console/console-api-on-call-frame-expected.txt: Renamed from LayoutTests/inspector/console-api-on-call-frame-expected.txt. * inspector/console/console-api-on-call-frame.html: Renamed from LayoutTests/inspector/console-api-on-call-frame.html. * inspector/console/console-assert-expected.txt: Renamed from LayoutTests/inspector/console-assert-expected.txt. * inspector/console/console-assert.html: Renamed from LayoutTests/inspector/console-assert.html. * inspector/console/console-clear-expected.txt: Renamed from LayoutTests/inspector/console-clear-expected.txt. * inspector/console/console-clear.html: Renamed from LayoutTests/inspector/console-clear.html. * inspector/console/console-command-clear-expected.txt: Renamed from LayoutTests/inspector/console-command-clear-expected.txt. * inspector/console/console-command-clear.html: Renamed from LayoutTests/inspector/console-command-clear.html. * inspector/console/console-dir-expected.txt: Renamed from LayoutTests/inspector/console-dir-expected.txt. * inspector/console/console-dir-global-expected.txt: Renamed from LayoutTests/inspector/console-dir-global-expected.txt. * inspector/console/console-dir-global.html: Renamed from LayoutTests/inspector/console-dir-global.html. * inspector/console/console-dir.html: Renamed from LayoutTests/inspector/console-dir.html. * inspector/console/console-dirxml-expected.txt: Renamed from LayoutTests/inspector/console-dirxml-expected.txt. * inspector/console/console-dirxml.html: Renamed from LayoutTests/inspector/console-dirxml.html. * inspector/console/console-eval-expected.txt: Renamed from LayoutTests/inspector/console-eval-expected.txt. * inspector/console/console-eval-global-expected.txt: Renamed from LayoutTests/inspector/console-eval-global-expected.txt. * inspector/console/console-eval-global.html: Renamed from LayoutTests/inspector/console-eval-global.html. * inspector/console/console-eval.html: Renamed from LayoutTests/inspector/console-eval.html. * inspector/console/console-format-collections-expected.txt: Renamed from LayoutTests/inspector/console-format-collections-expected.txt. * inspector/console/console-format-collections.html: Renamed from LayoutTests/inspector/console-format-collections.html. * inspector/console/console-format-expected.txt: Renamed from LayoutTests/inspector/console-format-expected.txt. * inspector/console/console-format.html: Renamed from LayoutTests/inspector/console-format.html. * inspector/console/console-log-before-inspector-open-expected.txt: Renamed from LayoutTests/inspector/console-log-before-inspector-open-expected.txt. * inspector/console/console-log-before-inspector-open.html: Renamed from LayoutTests/inspector/console-log-before-inspector-open.html. * inspector/console/console-log-native-funcs-expected.txt: Renamed from LayoutTests/inspector/console-log-native-funcs-expected.txt. * inspector/console/console-log-syntax-error-expected.txt: Renamed from LayoutTests/inspector/console-log-syntax-error-expected.txt. * inspector/console/console-log-syntax-error.html: Renamed from LayoutTests/inspector/console-log-syntax-error.html. * inspector/console/console-object-constructor-name-expected.txt: Renamed from LayoutTests/inspector/console-object-constructor-name-expected.txt. * inspector/console/console-object-constructor-name.html: Renamed from LayoutTests/inspector/console-object-constructor-name.html. * inspector/console/console-substituted-expected.txt: Renamed from LayoutTests/inspector/console-substituted-expected.txt. * inspector/console/console-substituted.html: Renamed from LayoutTests/inspector/console-substituted.html. * inspector/console/console-tests-expected.txt: Renamed from LayoutTests/inspector/console-tests-expected.txt. * inspector/console/console-tests.html: Renamed from LayoutTests/inspector/console-tests.html. * inspector/console/console-trace-expected.txt: Renamed from LayoutTests/inspector/console-trace-expected.txt. * inspector/console/console-trace-in-eval-expected.txt: Renamed from LayoutTests/inspector/console-trace-in-eval-expected.txt. * inspector/console/console-trace-in-eval.html: Renamed from LayoutTests/inspector/console-trace-in-eval.html. * inspector/console/console-trace.html: Renamed from LayoutTests/inspector/console-trace.html. * inspector/console/console-uncaught-exception-expected.txt: Renamed from LayoutTests/inspector/console-uncaught-exception-expected.txt. * inspector/console/console-uncaught-exception-in-eval-expected.txt: Renamed from LayoutTests/inspector/console-uncaught-exception-in-eval-expected.txt. * inspector/console/console-uncaught-exception-in-eval.html: Renamed from LayoutTests/inspector/console-uncaught-exception-in-eval.html. * inspector/console/console-uncaught-exception.html: Renamed from LayoutTests/inspector/console-uncaught-exception.html. * inspector/console/resources/syntax-error.js: Copied from LayoutTests/inspector/resources/syntax-error.js. * inspector/cookie-parser.html: * inspector/cookie-resource-match.html: * inspector/cpu-profiler-profiling.html: * inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Renamed from LayoutTests/inspector/debugger-autocontinue-on-syntax-error-expected.txt. * inspector/debugger/debugger-autocontinue-on-syntax-error.html: Renamed from LayoutTests/inspector/debugger-autocontinue-on-syntax-error.html. * inspector/debugger/debugger-breakpoints-not-activated-on-reload-expected.txt: Renamed from LayoutTests/inspector/debugger-breakpoints-not-activated-on-reload-expected.txt. * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html: Renamed from LayoutTests/inspector/debugger-breakpoints-not-activated-on-reload.html. * inspector/debugger/debugger-cyclic-ref-expected.txt: Renamed from LayoutTests/inspector/debugger-cyclic-ref-expected.txt. * inspector/debugger/debugger-cyclic-ref.html: Renamed from LayoutTests/inspector/debugger-cyclic-ref.html. * inspector/debugger/debugger-eval-on-call-frame-expected.txt: Renamed from LayoutTests/inspector/debugger-eval-on-call-frame-expected.txt. * inspector/debugger/debugger-eval-on-call-frame.html: Renamed from LayoutTests/inspector/debugger-eval-on-call-frame.html. * inspector/debugger/debugger-eval-while-paused-expected.txt: Renamed from LayoutTests/inspector/debugger-eval-while-paused-expected.txt. * inspector/debugger/debugger-eval-while-paused.html: Renamed from LayoutTests/inspector/debugger-eval-while-paused.html. * inspector/debugger/debugger-expand-scope-expected.txt: Renamed from LayoutTests/inspector/debugger-expand-scope-expected.txt. * inspector/debugger/debugger-expand-scope.html: Renamed from LayoutTests/inspector/debugger-expand-scope.html. * inspector/debugger/debugger-no-nested-pause-expected.txt: Renamed from LayoutTests/inspector/debugger-no-nested-pause-expected.txt. * inspector/debugger/debugger-no-nested-pause.html: Renamed from LayoutTests/inspector/debugger-no-nested-pause.html. * inspector/debugger/debugger-pause-in-eval-script-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-in-eval-script-expected.txt. * inspector/debugger/debugger-pause-in-eval-script.html: Renamed from LayoutTests/inspector/debugger-pause-in-eval-script.html. * inspector/debugger/debugger-pause-on-breakpoint-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-breakpoint-expected.txt. * inspector/debugger/debugger-pause-on-breakpoint.html: Renamed from LayoutTests/inspector/debugger-pause-on-breakpoint.html. * inspector/debugger/debugger-pause-on-debugger-statement-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-debugger-statement-expected.txt. * inspector/debugger/debugger-pause-on-debugger-statement.html: Renamed from LayoutTests/inspector/debugger-pause-on-debugger-statement.html. * inspector/debugger/debugger-pause-on-exception-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-exception-expected.txt. * inspector/debugger/debugger-pause-on-exception.html: Renamed from LayoutTests/inspector/debugger-pause-on-exception.html. * inspector/debugger/debugger-proto-property-expected.txt: Renamed from LayoutTests/inspector/debugger-proto-property-expected.txt. * inspector/debugger/debugger-proto-property.html: Renamed from LayoutTests/inspector/debugger-proto-property.html. * inspector/debugger/debugger-scripts-expected.txt: Renamed from LayoutTests/inspector/debugger-scripts-expected.txt. * inspector/debugger/debugger-scripts.html: Renamed from LayoutTests/inspector/debugger-scripts.html. * inspector/debugger/debugger-step-in-expected.txt: Renamed from LayoutTests/inspector/debugger-step-in-expected.txt. * inspector/debugger/debugger-step-in.html: Renamed from LayoutTests/inspector/debugger-step-in.html. * inspector/debugger/debugger-step-out-expected.txt: Renamed from LayoutTests/inspector/debugger-step-out-expected.txt. * inspector/debugger/debugger-step-out.html: Renamed from LayoutTests/inspector/debugger-step-out.html. * inspector/debugger/debugger-step-over-expected.txt: Renamed from LayoutTests/inspector/debugger-step-over-expected.txt. * inspector/debugger/debugger-step-over.html: Renamed from LayoutTests/inspector/debugger-step-over.html. * inspector/debugger/debugger-suspend-active-dom-objects-expected.txt: Renamed from LayoutTests/inspector/debugger-suspend-active-dom-objects-expected.txt. * inspector/debugger/debugger-suspend-active-dom-objects.html: Renamed from LayoutTests/inspector/debugger-suspend-active-dom-objects.html. * inspector/debugger/dom-breakpoints-expected.txt: Renamed from LayoutTests/inspector/dom-breakpoints-expected.txt. * inspector/debugger/dom-breakpoints.html: Renamed from LayoutTests/inspector/dom-breakpoints.html. * inspector/debugger/resources/syntax-error.js: Renamed from LayoutTests/inspector/resources/syntax-error.js. * inspector/elements/elements-delete-inline-style-expected.txt: Renamed from LayoutTests/inspector/elements-delete-inline-style-expected.txt. * inspector/elements/elements-delete-inline-style.html: Renamed from LayoutTests/inspector/elements-delete-inline-style.html. * inspector/elements/elements-img-tooltip-expected.txt: Renamed from LayoutTests/inspector/elements-img-tooltip-expected.txt. * inspector/elements/elements-img-tooltip.html: Renamed from LayoutTests/inspector/elements-img-tooltip.html. * inspector/elements/elements-panel-limited-children-expected.txt: Renamed from LayoutTests/inspector/elements-panel-limited-children-expected.txt. * inspector/elements/elements-panel-limited-children.html: Renamed from LayoutTests/inspector/elements-panel-limited-children.html. * inspector/elements/elements-panel-rewrite-href-expected.txt: Renamed from LayoutTests/inspector/elements-panel-rewrite-href-expected.txt. * inspector/elements/elements-panel-rewrite-href.html: Renamed from LayoutTests/inspector/elements-panel-rewrite-href.html. * inspector/elements/elements-panel-search-expected.txt: Renamed from LayoutTests/inspector/elements-panel-search-expected.txt. * inspector/elements/elements-panel-search.html: Renamed from LayoutTests/inspector/elements-panel-search.html. * inspector/elements/elements-panel-selection-on-refresh-expected.txt: Renamed from LayoutTests/inspector/elements-panel-selection-on-refresh-expected.txt. * inspector/elements/elements-panel-selection-on-refresh.html: Renamed from LayoutTests/inspector/elements-panel-selection-on-refresh.html. * inspector/elements/elements-panel-structure-expected.txt: Renamed from LayoutTests/inspector/elements-panel-structure-expected.txt. * inspector/elements/elements-panel-structure.html: Renamed from LayoutTests/inspector/elements-panel-structure.html. * inspector/elements/elements-panel-styles-expected.txt: Renamed from LayoutTests/inspector/elements-panel-styles-expected.txt. * inspector/elements/elements-panel-styles.html: Renamed from LayoutTests/inspector/elements-panel-styles.html. * inspector/elements/elements-panel-xhtml-structure-expected.txt: Renamed from LayoutTests/inspector/elements-panel-xhtml-structure-expected.txt. * inspector/elements/elements-panel-xhtml-structure.xhtml: Renamed from LayoutTests/inspector/elements-panel-xhtml-structure.xhtml. * inspector/elements/resources/elements-panel-styles.css: Renamed from LayoutTests/inspector/resources/elements-panel-styles.css. * inspector/evaluate-in-page.html: * inspector/extensions/extensions-api-expected.txt: Renamed from LayoutTests/inspector/extensions-api-expected.txt. * inspector/extensions/extensions-api.html: Renamed from LayoutTests/inspector/extensions-api.html. * inspector/extensions/extensions-audits-api-expected.txt: Renamed from LayoutTests/inspector/extensions-audits-api-expected.txt. * inspector/extensions/extensions-audits-api.html: Renamed from LayoutTests/inspector/extensions-audits-api.html. * inspector/extensions/extensions-audits-expected.txt: Renamed from LayoutTests/inspector/extensions-audits-expected.txt. * inspector/extensions/extensions-audits-tests.js: Renamed from LayoutTests/inspector/extensions-audits-tests.js. * inspector/extensions/extensions-audits.html: Renamed from LayoutTests/inspector/extensions-audits.html. * inspector/extensions/extensions-eval-expected.txt: Renamed from LayoutTests/inspector/extensions-eval-expected.txt. * inspector/extensions/extensions-eval.html: Renamed from LayoutTests/inspector/extensions-eval.html. * inspector/extensions/extensions-events-expected.txt: Renamed from LayoutTests/inspector/extensions-events-expected.txt. * inspector/extensions/extensions-events.html: Renamed from LayoutTests/inspector/extensions-events.html. * inspector/extensions/extensions-expected.txt: Renamed from LayoutTests/inspector/extensions-expected.txt. * inspector/extensions/extensions-resources-expected.txt: Renamed from LayoutTests/inspector/extensions-resources-expected.txt. * inspector/extensions/extensions-resources.html: Renamed from LayoutTests/inspector/extensions-resources.html. * inspector/extensions/extensions.html: Renamed from LayoutTests/inspector/extensions.html. * inspector/extensions/resources/Ahem.ttf: Renamed from LayoutTests/inspector/resources/Ahem.ttf. * inspector/extensions/resources/abe.png: Renamed from LayoutTests/inspector/resources/abe.png. * inspector/extensions/resources/audits-style1.css: Renamed from LayoutTests/inspector/resources/audits-style1.css. * inspector/inspected-objects-not-overriden.html: * inspector/report-API-errors.html: * inspector/report-protocol-errors.html: * inspector/storage-panel-dom-storage.html: * inspector/styles/resources/styles-iframe-data.html: Renamed from LayoutTests/inspector/resources/styles-iframe-data.html. * inspector/styles/resources/styles-new-API-1.css: Renamed from LayoutTests/inspector/resources/styles-new-API-1.css. * inspector/styles/resources/styles-new-API.css: Renamed from LayoutTests/inspector/resources/styles-new-API.css. * inspector/styles/resources/styles-source-lines-inline-iframe.html: Renamed from LayoutTests/inspector/resources/styles-source-lines-inline-iframe.html. * inspector/styles/resources/styles-source-offsets.css: Renamed from LayoutTests/inspector/resources/styles-source-offsets.css. * inspector/styles/resources/styles-url-linkify-iframe.html: Renamed from LayoutTests/inspector/resources/styles-url-linkify-iframe.html. * inspector/styles/resources/styles-url-linkify.css: Renamed from LayoutTests/inspector/resources/styles-url-linkify.css. * inspector/styles/styles-add-blank-property-expected.txt: Renamed from LayoutTests/inspector/styles-add-blank-property-expected.txt. * inspector/styles/styles-add-blank-property.html: Renamed from LayoutTests/inspector/styles-add-blank-property.html. * inspector/styles/styles-computed-trace-expected.txt: Renamed from LayoutTests/inspector/styles-computed-trace-expected.txt. * inspector/styles/styles-computed-trace.html: Renamed from LayoutTests/inspector/styles-computed-trace.html. * inspector/styles/styles-disable-inherited-expected.txt: Renamed from LayoutTests/inspector/styles-disable-inherited-expected.txt. * inspector/styles/styles-disable-inherited.html: Renamed from LayoutTests/inspector/styles-disable-inherited.html. * inspector/styles/styles-disable-then-change-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-change-expected.txt. * inspector/styles/styles-disable-then-change.html: Renamed from LayoutTests/inspector/styles-disable-then-change.html. * inspector/styles/styles-disable-then-delete-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-delete-expected.txt. * inspector/styles/styles-disable-then-delete.html: Renamed from LayoutTests/inspector/styles-disable-then-delete.html. * inspector/styles/styles-disable-then-enable-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-enable-expected.txt. * inspector/styles/styles-disable-then-enable.html: Renamed from LayoutTests/inspector/styles-disable-then-enable.html. * inspector/styles/styles-iframe-expected.txt: Renamed from LayoutTests/inspector/styles-iframe-expected.txt. * inspector/styles/styles-iframe.html: Renamed from LayoutTests/inspector/styles-iframe.html. * inspector/styles/styles-new-API-expected.txt: Renamed from LayoutTests/inspector/styles-new-API-expected.txt. * inspector/styles/styles-new-API.html: Renamed from LayoutTests/inspector/styles-new-API.html. * inspector/styles/styles-source-lines-expected.txt: Renamed from LayoutTests/inspector/styles-source-lines-expected.txt. * inspector/styles/styles-source-lines-inline-expected.txt: Renamed from LayoutTests/inspector/styles-source-lines-inline-expected.txt. * inspector/styles/styles-source-lines-inline.html: Renamed from LayoutTests/inspector/styles-source-lines-inline.html. * inspector/styles/styles-source-lines.html: Renamed from LayoutTests/inspector/styles-source-lines.html. * inspector/styles/styles-source-offsets-expected.txt: Renamed from LayoutTests/inspector/styles-source-offsets-expected.txt. * inspector/styles/styles-source-offsets.html: Renamed from LayoutTests/inspector/styles-source-offsets.html. * inspector/styles/styles-url-linkify-expected.txt: Renamed from LayoutTests/inspector/styles-url-linkify-expected.txt. * inspector/styles/styles-url-linkify.html: Renamed from LayoutTests/inspector/styles-url-linkify.html. * inspector/syntax-highlight-css.html: * inspector/syntax-highlight-html.html: * inspector/syntax-highlight-javascript.html: * inspector/timeline/resources/timeline-iframe-data.html: Renamed from LayoutTests/inspector/resources/timeline-iframe-data.html. * inspector/timeline/timeline-enum-stability-expected.txt: Renamed from LayoutTests/inspector/timeline-enum-stability-expected.txt. * inspector/timeline/timeline-enum-stability.html: Renamed from LayoutTests/inspector/timeline-enum-stability.html. * inspector/timeline/timeline-event-dispatch-expected.txt: Renamed from LayoutTests/inspector/timeline-event-dispatch-expected.txt. * inspector/timeline/timeline-event-dispatch.html: Renamed from LayoutTests/inspector/timeline-event-dispatch.html. * inspector/timeline/timeline-layout-expected.txt: Renamed from LayoutTests/inspector/timeline-layout-expected.txt. * inspector/timeline/timeline-layout.html: Renamed from LayoutTests/inspector/timeline-layout.html. * inspector/timeline/timeline-mark-timeline-expected.txt: Renamed from LayoutTests/inspector/timeline-mark-timeline-expected.txt. * inspector/timeline/timeline-mark-timeline.html: Renamed from LayoutTests/inspector/timeline-mark-timeline.html. * inspector/timeline/timeline-network-resource-expected.txt: Renamed from LayoutTests/inspector/timeline-network-resource-expected.txt. * inspector/timeline/timeline-network-resource.html: Renamed from LayoutTests/inspector/timeline-network-resource.html. * inspector/timeline/timeline-network-resource.js: Renamed from LayoutTests/inspector/timeline-network-resource.js. * inspector/timeline/timeline-paint-expected.txt: Renamed from LayoutTests/inspector/timeline-paint-expected.txt. * inspector/timeline/timeline-paint.html: Renamed from LayoutTests/inspector/timeline-paint.html. * inspector/timeline/timeline-parse-html-expected.txt: Renamed from LayoutTests/inspector/timeline-parse-html-expected.txt. * inspector/timeline/timeline-parse-html.html: Renamed from LayoutTests/inspector/timeline-parse-html.html. * inspector/timeline/timeline-recalculate-styles-expected.txt: Renamed from LayoutTests/inspector/timeline-recalculate-styles-expected.txt. * inspector/timeline/timeline-recalculate-styles.html: Renamed from LayoutTests/inspector/timeline-recalculate-styles.html. * inspector/timeline/timeline-script-tag-1-expected.txt: Renamed from LayoutTests/inspector/timeline-script-tag-1-expected.txt. * inspector/timeline/timeline-script-tag-1.html: Renamed from LayoutTests/inspector/timeline-script-tag-1.html. * inspector/timeline/timeline-script-tag-2-expected.txt: Renamed from LayoutTests/inspector/timeline-script-tag-2-expected.txt. * inspector/timeline/timeline-script-tag-2.html: Renamed from LayoutTests/inspector/timeline-script-tag-2.html. * inspector/timeline/timeline-script-tag-2.js: Renamed from LayoutTests/inspector/timeline-script-tag-2.js. * inspector/timeline/timeline-test.js: Renamed from LayoutTests/inspector/timeline-test.js. * inspector/timeline/timeline-trivial-expected.txt: Renamed from LayoutTests/inspector/timeline-trivial-expected.txt. * inspector/timeline/timeline-trivial.html: Renamed from LayoutTests/inspector/timeline-trivial.html. * platform/chromium/inspector/console/console-dir-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-dir-expected.txt. * platform/chromium/inspector/console/console-dir-global-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-dir-global-expected.txt. * platform/chromium/inspector/console/console-eval-global-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-eval-global-expected.txt. * platform/chromium/inspector/console/console-format-collections-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-format-collections-expected.txt. * platform/chromium/inspector/console/console-format-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-format-expected.txt. * platform/chromium/inspector/console/console-log-native-funcs-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-log-native-funcs-expected.txt. * platform/chromium/inspector/console/console-log-syntax-error-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-log-syntax-error-expected.txt. * platform/chromium/inspector/console/console-object-constructor-name-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-object-constructor-name-expected.txt. * platform/chromium/inspector/console/console-trace-in-eval-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-trace-in-eval-expected.txt. * platform/chromium/inspector/console/console-uncaught-exception-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-uncaught-exception-expected.txt. * platform/chromium/inspector/console/console-uncaught-exception-in-eval-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt. * platform/chromium/inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-autocontinue-on-syntax-error-expected.txt. * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-expand-scope-expected.txt. * platform/chromium/inspector/debugger/debugger-pause-on-exception-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-pause-on-exception-expected.txt. * platform/chromium/inspector/debugger/debugger-step-in-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-step-in-expected.txt. * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-event-dispatch-expected.txt. * platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-mark-timeline-expected.txt. * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-network-resource-expected.txt. * platform/chromium/inspector/timeline/timeline-paint-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-paint-expected.txt. * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-parse-html-expected.txt. * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78535 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 14 Feb, 2011 5 commits
-
-
alex@webkit.org authored
Unreviewed, rolling out r78516. http://trac.webkit.org/changeset/78516 The rebaseline was previously done * platform/gtk/fast/css/rtl-ordering-expected.checksum: * platform/gtk/fast/css/rtl-ordering-expected.png: * platform/gtk/fast/css/rtl-ordering-expected.txt: * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum: * platform/gtk/fast/forms/select-visual-hebrew-expected.png: * platform/gtk/fast/forms/select-visual-hebrew-expected.txt: * platform/gtk/fast/forms/visual-hebrew-text-field-expected.checksum: * platform/gtk/fast/forms/visual-hebrew-text-field-expected.png: * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78518 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
alex@webkit.org authored
Unreviewed. Rebaseline GTK test results after r78491. * platform/gtk/fast/css/rtl-ordering-expected.checksum: * platform/gtk/fast/css/rtl-ordering-expected.png: * platform/gtk/fast/css/rtl-ordering-expected.txt: * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum: * platform/gtk/fast/forms/select-visual-hebrew-expected.png: * platform/gtk/fast/forms/select-visual-hebrew-expected.txt: * platform/gtk/fast/forms/visual-hebrew-text-field-expected.checksum: * platform/gtk/fast/forms/visual-hebrew-text-field-expected.png: * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78516 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
xji@chromium.org authored
Unreviewed. Rebaseline after r78491. Since select-visual-hebrew.html and visual-hebrew-text-field.html are marked as FAIL in Chromium WIN and LINUX, rebaseline for them are done manually and only changed the part related to r78491. * platform/chromium-linux/fast/css/rtl-ordering-expected.txt: * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.txt: * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.txt: * platform/chromium-win/fast/css/rtl-ordering-expected.txt: * platform/chromium-win/fast/forms/select-visual-hebrew-expected.txt: * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt: * platform/gtk/fast/css/rtl-ordering-expected.txt: * platform/gtk/fast/forms/select-visual-hebrew-expected.txt: * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78500 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
alex@webkit.org authored
Unreviewed, skipped some tests that were causing problems just in one of the bots, apparently rounding issues. https://bugs.webkit.org/show_bug.cgi?id=39022 * platform/gtk/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78474 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
alex@webkit.org authored
Unreviewed, skipped generated-content-inside-table.htm test, it fails in the bots, opened bug: https://bugs.webkit.org/show_bug.cgi?id=54389 * platform/gtk/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78471 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 13 Feb, 2011 2 commits
-
-
andreas.kling@nokia.com authored
Reviewed by Dirk Schulze. Canvas: 2d.fillStyle.parse.system.html fails https://bugs.webkit.org/show_bug.cgi?id=39168 Based on previous work by Julien Chaffraix <jchaffraix@codeaurora.org> and Jan Erik Hanssen <jhanssen@sencha.com> * css/CSSParser.cpp: (WebCore::CSSParser::parseColor): Changed the function to better match our early return policy. Also we now return false when we don't parse the color. This is needed for createFromString to fallback to using parseSystemColor. (WebCore::CSSParser::parseSystemColor): Made use of the RenderTheme to get the system colors. * css/CSSParser.h: Added the new parseSystemColor method. * html/canvas/CanvasRenderingContext2D.cpp: (WebCore::CanvasRenderingContext2D::setStrokeColor): Pass the document to createFromString. (WebCore::CanvasRenderingContext2D::setFillColor): Ditto. * html/canvas/CanvasStyle.cpp: (WebCore::parseColor): (WebCore::parseColorOrCurrentColor): (WebCore::CanvasStyle::createFromString): Try to parse the color using CSSParser::parseColor and fall back to parseSystemColor if it did not work. * html/canvas/CanvasStyle.h: Added the new Document* parameter to createFromString. 2011-02-13 Andreas Kling <kling@webkit.org> Reviewed by Dirk Schulze. Canvas: 2d.fillStyle.parse.system.html fails https://bugs.webkit.org/show_bug.cgi?id=39168 * fast/css/test-setting-canvas-color-expected.txt: Added. * fast/css/test-setting-canvas-color.html: Added. * platform/gtk/Skipped: * platform/mac-leopard/Skipped: * platform/qt/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78442 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
Reviewed by Simon Fraser. getComputedStyle returns wrong value for margin-right https://bugs.webkit.org/show_bug.cgi?id=13343 Matching IE, Firefox, and Opera behavior by returning the computed margin values as specified, rather than the used/auto values (calculated via RenderBox). Also CSS 2.1+ compliant by returning margin percentage as specified, if applicable. Note: Firefox and Opera return calculated fixed lengths for percentage margins, IE returns the specified percentage. * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-mac/fast/css/computed-style-without-renderer-expected.txt * platform/chromium-win/fast/css/computed-style-without-renderer-expected.txt * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt * fast/css/getComputedStyle/getComputedStyle-margin-auto-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle/marginComputedStyle-expected.txt. * fast/css/getComputedStyle/getComputedStyle-margin-auto.html: Copied from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html. * fast/css/getComputedStyle/getComputedStyle-margin-length-expected.txt: Added. * fast/css/getComputedStyle/getComputedStyle-margin-length.html: Copied from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html. * fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Added. * fast/css/getComputedStyle/getComputedStyle-margin-percentage.html: Renamed from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html. 2011-02-13 Jarred Nicholls <jarred@sencha.com> Reviewed by Simon Fraser. getComputedStyle returns wrong value for margin-right https://bugs.webkit.org/show_bug.cgi?id=13343 Matching IE, Firefox, and Opera behavior by returning the computed margin values as specified, rather than the used/auto values (calculated via RenderBox). Also CSS 2.1+ compliant by returning margin percentage as specified, if applicable. Note: Firefox and Opera return calculated fixed lengths for percentage margins, IE returns the specified percentage. Tests: fast/css/getComputedStyle/getComputedStyle-margin-auto.html fast/css/getComputedStyle/getComputedStyle-margin-length.html fast/css/getComputedStyle/getComputedStyle-margin-percentage.html * css/CSSComputedStyleDeclaration.cpp: (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78436 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 11 Feb, 2011 7 commits
-
-
mrobinson@webkit.org authored
Explicitly skip webarchive tests on GTK+, because we do not support them. Remove all GTK+-specific webarchive expected results. * platform/gtk/Skipped: Explicitly skip all webarchive tests. * platform/gtk/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Removed. * platform/gtk/http/tests/webarchive/test-css-url-encoding-expected.txt: Removed. * platform/gtk/http/tests/webarchive/test-css-url-encoding-shift-jis-expected.txt: Removed. * platform/gtk/http/tests/webarchive/test-css-url-encoding-utf-8-expected.txt: Removed. * platform/gtk/http/tests/webarchive/test-preload-resources-expected.txt: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78370 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Add the next batch of GTK+ SVG test results. * platform/gtk/Skipped: Unskip tests which now have results. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78369 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
Reviewed by Darin Fisher. [fileapi] Add support for filesystem: URI handling https://bugs.webkit.org/show_bug.cgi?id=53529 Tests for filesystem: URIs, testing both their security origin properties and the existence of the Entry.toURI method. * fast/filesystem/directory-entry-to-uri-expected.txt: Added. * fast/filesystem/directory-entry-to-uri.html: Added. * fast/filesystem/file-entry-to-uri-expected.txt: Added. * fast/filesystem/file-entry-to-uri.html: Added. * fast/filesystem/filesystem-uri-origin-expected.txt: Added. * fast/filesystem/filesystem-uri-origin.html: Added. * fast/filesystem/resources/directory-entry-to-uri.js: Added. (errorCallback): (entryToURI): (createTestDirectory): (): * fast/filesystem/resources/file-entry-to-uri.js: Added. (errorCallback): (entryToURI): (createTestFile): (): * http/tests/security/filesystem-iframe-from-remote-expected.txt: Added. * http/tests/security/filesystem-iframe-from-remote.html: Added. * http/tests/security/resources/create-filesystem-file.html: Added. 2011-02-11 Adam Klein <adamk@chromium.org> Reviewed by Darin Fisher. [fileapi] Add support for filesystem: URI handling https://bugs.webkit.org/show_bug.cgi?id=53529 There are two major parts to this patch: one is to add an implementation of Entry.toURI to the FileSystem API. The other is to implement security origin checking for this new scheme. All changes are guarded by the FILE_SYSTEM feature. An accompanying Chromium change, to support loading of filesystem: URIs, has recently been submitted as Chromium r74082. Spec: http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#methods-2 Proposed URI format, and discussion of security origin issues: http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0218.html Tests: fast/filesystem/directory-entry-to-uri.html fast/filesystem/file-entry-to-uri.html fast/filesystem/filesystem-uri-origin.html http/tests/security/filesystem-iframe-from-remote.html * fileapi/Entry.cpp: (WebCore::Entry::toURI): * fileapi/Entry.h: * fileapi/Entry.idl: - Added toURI method to the IDL, omitting the MIME type argument specified in the spec as it will soon be removed. * page/SecurityOrigin.cpp: (WebCore::SecurityOrigin::SecurityOrigin): - crack the filesystem: URI to get at the origin of the site (WebCore::SecurityOrigin::canDisplay): - canDisplay for filesystem: URIs is equivalent to canRequest * platform/AsyncFileSystem.cpp: (WebCore::AsyncFileSystem::create): (WebCore::AsyncFileSystem::openFileSystem): * platform/AsyncFileSystem.h: (WebCore::AsyncFileSystem::type): - Exposed filesystem type to allow toURI to use it as part of the path. (WebCore::AsyncFileSystem::AsyncFileSystem): * platform/SchemeRegistry.cpp: (WebCore::canDisplayOnlyIfCanRequestSchemes): (WebCore::SchemeRegistry::canDisplayOnlyIfCanRequest): (WebCore::SchemeRegistry::registerAsCanDisplayOnlyIfCanRequest): - Generalized canDisplayOnlyIfCanRequest as it applies to both filesystem: and blob: URIs. * platform/SchemeRegistry.h: 2011-02-11 Adam Klein <adamk@chromium.org> Reviewed by Darin Fisher. [fileapi] Add support for filesystem: URI handling https://bugs.webkit.org/show_bug.cgi?id=53529 Changes to Chromium WebKit API required to expose the FileSystem type to WebCore's fileapi code, since the type is part of the filesystem URI. * src/AsyncFileSystemChromium.cpp: (WebCore::AsyncFileSystemChromium::AsyncFileSystemChromium): * src/AsyncFileSystemChromium.h: (WebCore::AsyncFileSystemChromium::create): * src/LocalFileSystemChromium.cpp: (WebCore::LocalFileSystem::readFileSystem): (WebCore::LocalFileSystem::requestFileSystem): * src/WebFileSystemCallbacksImpl.cpp: (WebKit::WebFileSystemCallbacksImpl::WebFileSystemCallbacksImpl): (WebKit::WebFileSystemCallbacksImpl::didOpenFileSystem): * src/WebFileSystemCallbacksImpl.h: * src/WorkerAsyncFileSystemChromium.cpp: (WebCore::WorkerAsyncFileSystemChromium::WorkerAsyncFileSystemChromium): * src/WorkerAsyncFileSystemChromium.h: (WebCore::WorkerAsyncFileSystemChromium::create): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78362 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Add another batch of GTK+ SVG test results. * platform/gtk/Skipped: Unskip tests which now have results. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78358 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Add the next batch of GTK+ SVG test results. * platform/gtk/Skipped: Unskip tests which now have results. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78357 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Add the next batch of GTK+ SVG test results. * platform/gtk/Skipped: Unskip tests which now have results. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78353 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
sergio@webkit.org authored
Unreviewed, rolling out r78331. http://trac.webkit.org/changeset/78331 https://bugs.webkit.org/show_bug.cgi?id=54295 This patch broke 11 tests in GTK bots (Requested by svillar on #webkit). * platform/gtk/accessibility/document-reload-events-expected.txt: Removed. * platform/gtk/accessibility/document-reload-events.html: Removed. 2011-02-11 Sheriff Bot <webkit.review.bot@gmail.com> Unreviewed, rolling out r78331. http://trac.webkit.org/changeset/78331 https://bugs.webkit.org/show_bug.cgi?id=54295 This patch broke 11 tests in GTK bots (Requested by svillar on #webkit). * accessibility/gtk/AccessibilityObjectWrapperAtk.cpp: (webkit_accessible_get_name): (webkit_accessible_detach): 2011-02-11 Sheriff Bot <webkit.review.bot@gmail.com> Unreviewed, rolling out r78331. http://trac.webkit.org/changeset/78331 https://bugs.webkit.org/show_bug.cgi?id=54295 This patch broke 11 tests in GTK bots (Requested by svillar on #webkit). * WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::notifyStatus): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78349 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-