- 07 Jan, 2011 16 commits
-
-
jamesr@google.com authored
Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * animations/animation-time-expected.txt: Removed. * animations/animation-time.html: Removed. * animations/script-tests/animation-time.js: Removed. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: 2011-01-07 James Robinson <jamesr@chromium.org> Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * DumpRenderTree/chromium/WebViewHost.cpp: (WebViewHost::paintInvalidatedRegion): 2011-01-07 James Robinson <jamesr@chromium.org> Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * Android.mk: * CMakeLists.txt: * GNUmakefile.am: * WebCore.exp.in: * WebCore.gypi: * WebCore.pro: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * page/DOMWindow.cpp: * page/DOMWindow.h: * page/DOMWindow.idl: * page/Frame.cpp: * page/Frame.h: * page/Page.cpp: (WebCore::Page::Page): * page/Page.h: * page/animation/AnimationController.cpp: (WebCore::AnimationControllerPrivate::beginAnimationUpdateTime): * page/animation/AnimationTimeController.cpp: Removed. * page/animation/AnimationTimeController.h: Removed. 2011-01-07 James Robinson <jamesr@chromium.org> Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * public/WebWidget.h: * src/WebPopupMenuImpl.cpp: * src/WebPopupMenuImpl.h: * src/WebViewImpl.cpp: * src/WebViewImpl.h: 2011-01-07 James Robinson <jamesr@chromium.org> Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * WebView/WebHTMLView.mm: (-[WebHTMLView drawRect:]): * WebView/WebView.mm: (layerSyncRunLoopObserverCallBack): 2011-01-07 James Robinson <jamesr@chromium.org> Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * WebProcess/WebPage/ChunkedUpdateDrawingArea.cpp: (WebKit::ChunkedUpdateDrawingArea::display): (WebKit::ChunkedUpdateDrawingArea::setSize): * WebProcess/WebPage/WebPage.cpp: (WebKit::WebPage::drawRect): * WebProcess/WebPage/mac/LayerBackedDrawingAreaMac.mm: (WebKit::LayerBackedDrawingArea::syncCompositingLayers): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75276 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Unreviewed; test expectations update. * platform/chromium-gpu/test_expectations.txt: Removed some no-longer-failing tests; moved some lines around to match the CPU results. * platform/chromium/test_expectations.txt: Bug assignment and cleanup. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75274 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
enne@google.com authored
Reviewed by Kenneth Russell. Add tests for WebGL's lost context events. https://bugs.webkit.org/show_bug.cgi?id=51492 * fast/canvas/webgl/context-lost-expected.txt: Added. * fast/canvas/webgl/context-lost-restored-expected.txt: Added. * fast/canvas/webgl/context-lost-restored.html: Added. * fast/canvas/webgl/context-lost.html: Added. 2011-01-05 Adrienne Walker <enne@google.com> Reviewed by Kenneth Russell. Add WEBKIT_lose_context WebGL extension. https://bugs.webkit.org/show_bug.cgi?id=51492 Tests: fast/canvas/webgl/context-lost-restored.html fast/canvas/webgl/context-lost.html * CMakeLists.txt: * DerivedSources.make: * GNUmakefile.am: * WebCore.gypi: * WebCore.pri: * WebCore.pro: * WebCore.xcodeproj/project.pbxproj: * bindings/js/JSWebGLRenderingContextCustom.cpp: (WebCore::toJS): (WebCore::JSWebGLRenderingContext::getSupportedExtensions): * bindings/v8/custom/V8WebGLRenderingContextCustom.cpp: (WebCore::toV8Object): (WebCore::V8WebGLRenderingContext::getSupportedExtensionsCallback): * html/canvas/WebGLExtension.h: * html/canvas/WebGLRenderingContext.cpp: (WebCore::WebGLRenderingContext::WebGLRenderingContextRestoreTimer::fired): (WebCore::WebGLRenderingContext::getExtension): (WebCore::WebGLRenderingContext::getSupportedExtensions): (WebCore::WebGLRenderingContext::forceLostContext): (WebCore::WebGLRenderingContext::onLostContext): (WebCore::WebGLRenderingContext::getNumberOfExtensions): (WebCore::WebGLRenderingContext::getExtensionNumber): * html/canvas/WebGLRenderingContext.h: * html/canvas/WebKitLoseContext.cpp: Copied from WebCore/html/canvas/WebGLExtension.h. (WebCore::WebKitLoseContext::WebKitLoseContext): (WebCore::WebKitLoseContext::~WebKitLoseContext): (WebCore::WebKitLoseContext::getName): (WebCore::WebKitLoseContext::create): (WebCore::WebKitLoseContext::loseContext): * html/canvas/WebKitLoseContext.h: Copied from WebCore/html/canvas/WebGLExtension.h. * html/canvas/WebKitLoseContext.idl: Copied from WebCore/html/canvas/WebGLExtension.h. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75271 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Unreviewed; new test baselines and updated chromium expectations. * platform/chromium-gpu/test_expectations.txt: * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added. * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png: Added. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75263 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
cmarrin@apple.com authored
Rubber-stamped by Simon Fraser. Share code between Mac (CA) and Windows (CACF) GraphicsLayer implementations https://bugs.webkit.org/show_bug.cgi?id=49388 Final step in unifying GraphicsLayer logic across Win and Mac. This implements the Windows side classes for PlatformCALayer and supporting classes. Also changed MediaPlayer to use new PlatformCALayerClient so it can use PlatformCALayer directly rather than a dummy GraphicsLayer. WKCACFLayerRenderer now does the task of notifying animations of their start time. Also commented out an assert in AnimationBase because AnimationController's frame time is not in sync with the new AnimationTimeController. I've opened a new bug for that issue: https://bugs.webkit.org/show_bug.cgi?id=52037 This also includes the Mac side changes backed out in http://trac.webkit.org/changeset/75227. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75262 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
japhet@chromium.org authored
Reviewed by Darin Fisher. Let PingLoader send cookies if FrameLoaderClient permits it. https://bugs.webkit.org/show_bug.cgi?id=51898 Test: http/tests/navigation/ping-cookie.html * loader/PingLoader.cpp: (WebCore::PingLoader::PingLoader): Set m_shouldUseCredentialStorage at load start time, since we won't be able to call FrameLoaderClient::shouldUseCredentialStorage() later. * loader/PingLoader.h: (WebCore::PingLoader::shouldUseCredentialStorage): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75261 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
xan@webkit.org authored
Unreviewed, rolling out r75256. http://trac.webkit.org/changeset/75256 https://bugs.webkit.org/show_bug.cgi?id=50869 Broke GTK+ canvas tests * platform/gtk/Skipped: 2011-01-07 Xan Lopez <xlopez@igalia.com> Unreviewed, rolling out r75256. http://trac.webkit.org/changeset/75256 https://bugs.webkit.org/show_bug.cgi?id=50869 Broke GTK+ canvas tests * platform/graphics/cairo/PathCairo.cpp: (WebCore::Path::addArc): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75260 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jberlin@webkit.org authored
http://trac.webkit.org/changeset/75205 https://bugs.webkit.org/show_bug.cgi?id=52026 https://bugs.webkit.org/show_bug.cgi?id=52028 https://bugs.webkit.org/show_bug.cgi?id=52029 The Windows 7 Release Test Bots are fixed. * platform/win/animations: Removed. * platform/win/animations/animation-time-expected.txt: Removed. * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed. * platform/win/fast/css/css3-nth-tokens-script-expected.txt: Removed. * platform/win/fast/css/css3-nth-tokens-style-expected.txt: Removed. * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75258 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rdar://problem/8783318mitz@apple.com authored
<rdar://problem/8783318> Text emphasis marks should not appear over characters that have ruby annotations https://bugs.webkit.org/show_bug.cgi?id=51267 Reviewed by Darin Adler. WebCore: Test: fast/text/emphasis-avoid-ruby.html * rendering/InlineFlowBox.cpp: (WebCore::InlineFlowBox::placeBoxesInBlockDirection): Use getEmphasisMarkPosition() to check if there are text emphasis marks. (WebCore::InlineFlowBox::addTextBoxVisualOverflow): Ditto. (WebCore::InlineFlowBox::computeOverAnnotationAdjustment): Ditto. * rendering/InlineTextBox.cpp: (WebCore::InlineTextBox::getEmphasisMarkPosition): Added. Returns true and sets the emphasis mark position if the text is style with emphasis marks and there isn’t a ruby annotation that should suppress them. Otherwise returns false. (WebCore::InlineTextBox::paint): Use getEmphasisMarkPosition() to check if emphasis marks should be painted. * rendering/InlineTextBox.h: LayoutTests: * fast/text/emphasis-avoid-ruby-expected.checksum: Added. * fast/text/emphasis-avoid-ruby-expected.png: Added. * fast/text/emphasis-avoid-ruby-expected.txt: Added. * fast/text/emphasis-avoid-ruby.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75257 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
alex@webkit.org authored
Reviewed by Martin Robinson. [cairo] Rendering a lot of arcs on top of each other causes time outs in some tests https://bugs.webkit.org/show_bug.cgi?id=50869 We avoid the situation where we have to render the same arc multiple times over itself. Now it renders just one oval and moves to the end angle. * platform/graphics/cairo/PathCairo.cpp: (WebCore::Path::addArc): 2011-01-07 Alejandro G. Castro <alex@igalia.com> Reviewed by Martin Robinson. [cairo] Rendering a lot of arcs on top of each other causes time outs in some tests https://bugs.webkit.org/show_bug.cgi?id=50869 Unskip canvas-largedraws.html after improving the performance for big angles. * platform/gtk/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75256 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zmo@google.com authored
Reviewed by Kenneth Russell. copyTexSubImage2D shouldn't have undefined pixels https://bugs.webkit.org/show_bug.cgi?id=51559 * html/canvas/WebGLRenderingContext.cpp: (WebCore::WebGLRenderingContext::copyTexImage2D): Refactor to share some code with copyTexSubImage2D through helper function clip2D. (WebCore::WebGLRenderingContext::copyTexSubImage2D): Initialize undefined pixels to 0. (WebCore::WebGLRenderingContext::validateTexFuncLevel): Seperate the validation of level from validateTexFuncParameters. (WebCore::WebGLRenderingContext::validateTexFuncParameters): Ditto. * html/canvas/WebGLRenderingContext.h: * html/canvas/WebGLTexture.cpp: (WebCore::WebGLTexture::getType): Expose the type of a texture. * html/canvas/WebGLTexture.h: 2011-01-06 Zhenyao Mo <zmo@google.com> Reviewed by Kenneth Russell. copyTexSubImage2D shouldn't have undefined pixels https://bugs.webkit.org/show_bug.cgi?id=51559 * fast/canvas/webgl/uninitialized-test-expected.txt: * fast/canvas/webgl/uninitialized-test.html: Add test cases for copyTexSubImage2D. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75252 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Unreviewed; new test results and expectations updates. Created new results for tests which do not fail on chrome win (failing Safari results were recently checked in). Also assigned bugs to many of my recent test_expectations updates. * platform/chromium-win/animations/animation-time-expected.txt: Added. * platform/chromium-win/fast/css/css3-nth-tokens-script-expected.txt: Added. * platform/chromium-win/fast/css/css3-nth-tokens-style-expected.txt: Added. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75245 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Unreviewed; chromium test expectations update. * platform/chromium/test_expectations.txt: A few tests that were flaky before are failing more frequently now. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75243 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
alex@webkit.org authored
Reviewed by Martin Robinson. Cairo's ContextShadow may mis-render some box shadows https://bugs.webkit.org/show_bug.cgi?id=51374 The space required for the internal shadow of the corners was not correctly considered. * platform/graphics/cairo/ContextShadowCairo.cpp: (WebCore::ContextShadow::drawRectShadow): 2011-01-07 Alejandro G. Castro <alex@igalia.com> Reviewed by Martin Robinson. Cairo's ContextShadow may mis-render some box shadows https://bugs.webkit.org/show_bug.cgi?id=51374 Added new test to check rectangular tiled shadows. * platform/gtk/fast/css/rect-shadow-tiled-expected.checksum: Added. * platform/gtk/fast/css/rect-shadow-tiled-expected.png: Added. * platform/gtk/fast/css/rect-shadow-tiled-expected.txt: Added. * platform/gtk/fast/css/rect-shadow-tiled.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75237 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
kinuko@chromium.org authored
Unreviewed; an attempt to fix chromium bot failures by removing failing test line (they must be failing due to modificationTime accuracy error). * fast/filesystem/op-get-metadata-expected.txt: * fast/filesystem/resources/op-tests-helper.js: (runOperationTest.OperationTestHelper.this.testMetadataSuccessCallback): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75236 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
kinuko@chromium.org authored
Reviewed by David Levin. Add layout tests for Entry.getMetadata (FileSystem API) https://bugs.webkit.org/show_bug.cgi?id=47311 * fast/filesystem/op-get-metadata-expected.txt: Added. * fast/filesystem/op-get-metadata.html: Added. * fast/filesystem/resources/op-get-metadata.js: Added. * fast/filesystem/resources/op-tests-helper.js: Updated getMetadata implementation. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75232 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 06 Jan, 2011 24 commits
-
-
mihaip@chromium.org authored
Unreviewed; chromium test expectations update. Remove failing expectations for tests that started to pass after rebaselining in r75215. Make failing expectations added by r75213 more specific (failures are only on Windows and Linux). * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75231 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
Reviewed by Darin Adler. REGRESSION (r74663): ASSERTION FAILED: m_tokenizer->lineNumber() == line.zeroBasedInt() https://bugs.webkit.org/show_bug.cgi?id=52013 This test case used to trigger an ASSERT. It's unclear to me whether there's a more direct way to test this fix. * fast/parser/line-number-composite-segmented-string-expected.txt: Added. * fast/parser/line-number-composite-segmented-string.html: Added. 2011-01-06 Adam Barth <abarth@webkit.org> Reviewed by Darin Adler. REGRESSION (r74663): ASSERTION FAILED: m_tokenizer->lineNumber() == line.zeroBasedInt() https://bugs.webkit.org/show_bug.cgi?id=52013 When excluding line numbers for composite strings, we forgot to exclude the line number for the current string! Test: fast/parser/line-number-composite-segmented-string.html * platform/text/SegmentedString.cpp: (WebCore::SegmentedString::setExcludeLineNumbers): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75228 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Unreviewed; chromium test expectations update. * platform/chromium/test_expectations.txt: New test fast/frames/iframe-reparenting-plugins.html failing on windows. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75226 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Add new expected results for GTK+. Skip viewport tests which have results differing from Opera. * fast/dom/left-overflow-in-ltr-expected.txt: Added. * fast/dom/right-overflow-in-rtl-expected.txt: Added. * fast/viewport/viewport-126-expected.txt: Added. * fast/viewport/viewport-127-expected.txt: Added. * fast/viewport/viewport-65-expected.txt: Added. * fast/viewport/viewport-82-expected.txt: Added. * fast/viewport/viewport-84-expected.txt: Added. * fast/viewport/viewport-87-expected.txt: Added. * platform/gtk/Skipped: * platform/gtk/css2.1/t040105-import-10-b-expected.checksum: Added. * platform/gtk/css2.1/t040105-import-10-b-expected.png: Added. * platform/gtk/css2.1/t040105-import-10-b-expected.txt: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.checksum: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.png: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.txt: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added. * platform/gtk/fast/block/positioning/table-cell-static-position-expected.checksum: Added. * platform/gtk/fast/block/positioning/table-cell-static-position-expected.png: Added. * platform/gtk/fast/block/positioning/table-cell-static-position-expected.txt: Added. * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added. * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added. * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added. * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added. * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added. * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added. * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added. * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.png: Added. * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.txt: Added. * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added. * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.png: Added. * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.txt: Added. * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added. * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.png: Added. * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt: Added. * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added. * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added. * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added. * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added. * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added. * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added. * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added. * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added. * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added. * platform/gtk/fast/css/box-shadow-expected.checksum: Added. * platform/gtk/fast/css/box-shadow-expected.png: Added. * platform/gtk/fast/css/box-shadow-expected.txt: Added. * platform/gtk/fast/css/focus-ring-detached-expected.checksum: Added. * platform/gtk/fast/css/focus-ring-detached-expected.png: Added. * platform/gtk/fast/css/focus-ring-detached-expected.txt: Added. * platform/gtk/fast/css/focus-ring-multiline-expected.checksum: Added. * platform/gtk/fast/css/focus-ring-multiline-expected.png: Added. * platform/gtk/fast/css/focus-ring-multiline-expected.txt: Added. * platform/gtk/fast/css/focus-ring-outline-color-expected.checksum: Added. * platform/gtk/fast/css/focus-ring-outline-color-expected.png: Added. * platform/gtk/fast/css/focus-ring-outline-color-expected.txt: Added. * platform/gtk/fast/css/focus-ring-outline-offset-expected.checksum: Added. * platform/gtk/fast/css/focus-ring-outline-offset-expected.png: Added. * platform/gtk/fast/css/focus-ring-outline-offset-expected.txt: Added. * platform/gtk/fast/css/focus-ring-outline-width-expected.checksum: Added. * platform/gtk/fast/css/focus-ring-outline-width-expected.png: Added. * platform/gtk/fast/css/focus-ring-outline-width-expected.txt: Added. * platform/gtk/fast/forms/placeholder-position-expected.checksum: Added. * platform/gtk/fast/forms/placeholder-position-expected.png: Added. * platform/gtk/fast/forms/placeholder-position-expected.txt: Added. * platform/gtk/fast/html/marquee-scrollamount-expected.checksum: Added. * platform/gtk/fast/html/marquee-scrollamount-expected.png: Added. * platform/gtk/fast/html/marquee-scrollamount-expected.txt: Added. * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.checksum: Added. * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added. * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.checksum: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added. * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.txt: Added. * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added. * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added. * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added. * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added. * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.png: Added. * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added. * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added. * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added. * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.checksum: Added. * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.png: Added. * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.txt: Added. * platform/gtk/fast/overflow/overflow-update-transform-expected.checksum: Added. * platform/gtk/fast/overflow/overflow-update-transform-expected.png: Added. * platform/gtk/fast/overflow/overflow-update-transform-expected.txt: Added. * platform/gtk/fast/ruby/nested-ruby-expected.checksum: Added. * platform/gtk/fast/ruby/nested-ruby-expected.png: Added. * platform/gtk/fast/ruby/nested-ruby-expected.txt: Added. * platform/gtk/fast/text/emphasis-expected.checksum: Added. * platform/gtk/fast/text/emphasis-expected.png: Added. * platform/gtk/fast/text/emphasis-expected.txt: Added. * platform/gtk/fast/text/emphasis-vertical-expected.checksum: Added. * platform/gtk/fast/text/emphasis-vertical-expected.png: Added. * platform/gtk/fast/text/emphasis-vertical-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added. * platform/gtk/svg/custom/image-rescale-clip-expected.checksum: Added. * platform/gtk/svg/custom/image-rescale-clip-expected.png: Added. * platform/gtk/svg/custom/image-rescale-clip-expected.txt: Added. * platform/gtk/svg/custom/image-rescale-scroll-expected.checksum: Added. * platform/gtk/svg/custom/image-rescale-scroll-expected.png: Added. * platform/gtk/svg/custom/image-rescale-scroll-expected.txt: Added. * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.checksum: Added. * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.png: Added. * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.txt: Added. * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added. * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.png: Added. * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added. * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added. * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added. * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added. * platform/gtk/svg/filters/feColorMatrix-offset-expected.checksum: Added. * platform/gtk/svg/filters/feColorMatrix-offset-expected.png: Added. * platform/gtk/svg/filters/feColorMatrix-offset-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75224 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Unreviewed; yet another test expectations update. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75223 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Unreviewed; test expectations update. Add new results for new tests introduced in r75097. * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added. * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png: Added. * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added. * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png: Added. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75221 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
robert@webkit.org authored
[Qt] Update expected results after r75177 Unreviewed, update expected results. * platform/qt/fast/dom/prototype-inheritance-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75220 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Reviewed by Adam Barth. fast/dom/Window/window-postmessage-clone.html may fail on platforms with larger fonts https://bugs.webkit.org/show_bug.cgi?id=52027 Move the console output div after the file input control in fast/dom/Window/window-postmessage-clone.html so that console text does not push it outside of the viewport. * fast/dom/Window/window-postmessage-clone-expected.txt: Updated results to match new text output. * fast/dom/Window/window-postmessage-clone.html: Moved console div. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75219 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Update GTK+-specific results after r75177. * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Update results. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75218 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
Reviewed by Dmitry Titov. When a live frame is moved between pages, some plug-in DOM methods cease to function https://bugs.webkit.org/show_bug.cgi?id=45770 * fast/frames/iframe-reparenting-plugins-expected.txt: Added. * fast/frames/iframe-reparenting-plugins.html: Added. * fast/frames/resources/iframe-reparenting-plugins-iframe-content.html: Added. * fast/frames/resources/iframe-reparenting-plugins-new-page.html: Added. 2011-01-06 Jenn Braithwaite <jennb@chromium.org> Reviewed by Dmitry Titov. When a live frame is moved between pages, some plug-in DOM methods cease to function https://bugs.webkit.org/show_bug.cgi?id=45770 Test: fast/frames/iframe-reparenting-plugins.html * page/Frame.cpp: (WebCore::Frame::~Frame): (WebCore::Frame::addObserver): (WebCore::Frame::removeObserver): * page/Frame.h: (WebCore::FrameDestructionObserver::~FrameDestructionObserver): Added observer to be notified when frame is destroyed. * page/Page.cpp: (WebCore::Page::~Page): (WebCore::Page::refreshPlugins): PluginData no longer stores page pointer. * plugins/DOMMimeType.cpp: (WebCore::DOMMimeType::DOMMimeType): (WebCore::DOMMimeType::~DOMMimeType): (WebCore::DOMMimeType::enabledPlugin): * plugins/DOMMimeType.h: (WebCore::DOMMimeType::create): (WebCore::DOMMimeType::frameDestroyed): Store frame instead of page pointer in DOMMimeType. * plugins/DOMMimeTypeArray.cpp: (WebCore::DOMMimeTypeArray::item): (WebCore::DOMMimeTypeArray::namedItem): Provide frame to create DOMMimeType. * plugins/DOMPlugin.cpp: (WebCore::DOMPlugin::DOMPlugin): (WebCore::DOMPlugin::~DOMPlugin): (WebCore::DOMPlugin::item): (WebCore::DOMPlugin::namedItem): * plugins/DOMPlugin.h: (WebCore::DOMPlugin::create): (WebCore::DOMPlugin::frameDestroyed): Store frame instead of page pointer in DOMPlugin. * plugins/DOMPluginArray.cpp: (WebCore::DOMPluginArray::item): (WebCore::DOMPluginArray::namedItem): Provide frame to create DOMPlugin. * plugins/PluginData.cpp: (WebCore::PluginData::PluginData): (WebCore::PluginData::initPlugins): * plugins/PluginData.h: No longer stores a pointer to the page. Added page parameter to initPlugins. * plugins/PluginDataNone.cpp: (WebCore::PluginData::initPlugins): * plugins/chromium/PluginDataChromium.cpp: (WebCore::PluginData::initPlugins): * plugins/gtk/PluginDataGtk.cpp: (WebCore::PluginData::initPlugins): * plugins/wx/PluginDataWx.cpp: (WebCore::PluginData::initPlugins): Updated platforms to add (unused) page parameter to initPlugins. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75217 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Unreviewed; test expectations update. * platform/chromium-gpu/test_expectations.txt: Remove duplicate expectations. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75216 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
Unreviewed, test expectation update. Add mac-leopard baselines for tests that currently have Snow Leopard baselines in platform/mac. * platform/mac-leopard/fast/multicol/client-rects-expected.checksum: * platform/mac-leopard/fast/multicol/client-rects-expected.png: Added. * platform/mac-leopard/fast/multicol/column-break-with-balancing-expected.checksum: Added. * platform/mac-leopard/fast/multicol/column-break-with-balancing-expected.png: Added. * platform/mac-leopard/fast/multicol/float-multicol-expected.checksum: Added. * platform/mac-leopard/fast/multicol/float-multicol-expected.png: Added. * platform/mac-leopard/fast/multicol/float-paginate-complex-expected.checksum: Added. * platform/mac-leopard/fast/multicol/float-paginate-complex-expected.png: Added. * platform/mac-leopard/fast/multicol/float-paginate-expected.checksum: Added. * platform/mac-leopard/fast/multicol/float-paginate-expected.png: Added. * platform/mac-leopard/fast/multicol/layers-in-multicol-expected.checksum: Added. * platform/mac-leopard/fast/multicol/layers-in-multicol-expected.png: Added. * platform/mac-leopard/fast/multicol/layers-split-across-columns-expected.checksum: Added. * platform/mac-leopard/fast/multicol/layers-split-across-columns-expected.png: Added. * platform/mac-leopard/fast/multicol/paginate-block-replaced-expected.checksum: Added. * platform/mac-leopard/fast/multicol/paginate-block-replaced-expected.png: Added. * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added. * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added. * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added. * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added. * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.png: Added. * platform/mac-leopard/fast/multicol/table-vertical-align-expected.checksum: Added. * platform/mac-leopard/fast/multicol/table-vertical-align-expected.png: Added. * platform/mac-leopard/fast/repaint/overflow-scroll-body-appear-expected.checksum: Added. * platform/mac-leopard/fast/repaint/overflow-scroll-body-appear-expected.png: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75215 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Unreviewed; chromium test expectations update. * platform/chromium/test_expectations.txt: Add some expected "failing" tests post-r75205. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75213 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Unreviewed; chromium test expectations update. * platform/chromium/test_expectations.txt: Remove duplicate expectations. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75212 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
aroben@apple.com authored
Bugs: http://webkit.org/b/52026 http://webkit.org/b/52028 http://webkit.org/b/52029 * platform/win/animations/animation-time-expected.txt: Added. * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added. * platform/win/fast/css/css3-nth-tokens-script-expected.txt: Added. * platform/win/fast/css/css3-nth-tokens-style-expected.txt: Added. * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75205 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
aroben@apple.com authored
* platform/win/fast/dom/prototype-inheritance-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75204 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Reviewed by Eric Seidel. [GTK] Freetype backend does not support WOFF https://bugs.webkit.org/show_bug.cgi?id=51904 * platform/gtk/Skipped: Unskip passing WOFF test. Add results. * platform/gtk/fast/css/font-face-woff-expected.checksum: Added. * platform/gtk/fast/css/font-face-woff-expected.png: Added. * platform/gtk/fast/css/font-face-woff-expected.txt: Added. 2011-01-06 Martin Robinson <mrobinson@igalia.com> Reviewed by Eric Seidel. [GTK] Freetype backend does not support WOFF https://bugs.webkit.org/show_bug.cgi?id=51904 * CMakeListsEfl.txt: Add WOFF support to the sources list. * GNUmakefile.am: Add WOFF support to the sources list. * platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp: (WebCore::createFontCustomPlatformData): Call the WOFF decoder when appropriate. (WebCore::FontCustomPlatformData::supportsFormat): Advertise support for WOFF. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75202 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
simonjam@chromium.org authored
Reviewed by Darin Fisher. [Web Timing] Remove vendor prefix https://bugs.webkit.org/show_bug.cgi?id=48922 * fast/dom/Window/window-properties-performance-expected.txt: Test replaceability. * fast/dom/Window/window-properties-performance.html: Ditto. * fast/dom/Window/window-properties.html: Rename to performance. * fast/dom/resources/navigation-type-matches-querystring.html: Ditto. * fast/dom/script-tests/prototype-inheritance.js: Ditto. * fast/dom/script-tests/webtiming-document-open.js: Ditto. * fast/dom/script-tests/webtiming-navigate-within-document.js: Ditto. * fast/dom/script-tests/webtiming.js: Ditto. * http/tests/misc/resources/webtiming-one-redirect.html: Ditto. * http/tests/misc/resources/webtiming-two-redirects.html: Ditto. 2011-01-06 James Simonsen <simonjam@chromium.org> Reviewed by Darin Fisher. [Web Timing] Remove vendor prefix https://bugs.webkit.org/show_bug.cgi?id=48922 * page/DOMWindow.cpp: (WebCore::DOMWindow::performance): Rename to performance. * page/DOMWindow.h: * page/DOMWindow.idl: Rename to performance and make replaceable. 2011-01-06 James Simonsen <simonjam@chromium.org> Reviewed by Darin Fisher. [Web Timing] Remove vendor prefix https://bugs.webkit.org/show_bug.cgi?id=48922 * src/WebFrameImpl.cpp: (WebKit::WebFrameImpl::performance): Rename to performance. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75200 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tonyg@chromium.org authored
Reviewed by Eric Seidel. Allow framesets after hidden inputs https://bugs.webkit.org/show_bug.cgi?id=51998 * html5lib/resources/webkit01.dat: Demonstrate that the value of the type attribute matters. An input with no type is tested in tests19.dat. 2011-01-06 Tony Gentilcore <tonyg@chromium.org> Reviewed by Eric Seidel. Allow framesets after hidden inputs https://bugs.webkit.org/show_bug.cgi?id=51998 This implements the HTML5 spec update in response to: http://www.w3.org/Bugs/Public/show_bug.cgi?id=11156 * html/parser/HTMLTreeBuilder.cpp: (WebCore::HTMLTreeBuilder::processStartTagForInBody): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75198 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zmo@google.com authored
Reviewed by Kenneth Russell. vertexAttribPointer should raise INVALID_OPERATION if stride/offset is not multiple of the type size https://bugs.webkit.org/show_bug.cgi?id=51725 * html/canvas/WebGLRenderingContext.cpp: (WebCore::WebGLRenderingContext::vertexAttribPointer): 2010-12-29 Zhenyao Mo <zmo@google.com> Reviewed by Kenneth Russell. vertexAttribPointer should raise INVALID_OPERATION if stride/offset is not multiple of the type size https://bugs.webkit.org/show_bug.cgi?id=51725 * fast/canvas/webgl/gl-vertexattribpointer-expected.txt: * fast/canvas/webgl/gl-vertexattribpointer.html: Sync with khronos. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75195 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zmo@google.com authored
Unreviewed, add glsl-conformance.html to test_expectations.txt temporarily. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75194 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
robert@webkit.org authored
Reviewed by Antonio Gomes. [Qt] Introduce QDRTNode for passing WebCore::Node across JS bridge This allows LayoutTestController to pass WebCore::Node back to layout tests. Also amend nodesFromRect-links-and-text.html and nodesFromRect-inner-documents.html so that they do not produce platform-specific results. Unskip: fast/dom/nodesFromRect-links-and-text.html fast/dom/nodesFromRect-inner-documents.html https://bugs.webkit.org/show_bug.cgi?id=48957 * fast/dom/nodesFromRect-inner-documents-expected.txt: * fast/dom/nodesFromRect-inner-documents.html: * fast/dom/nodesFromRect-links-and-text-expected.txt: * fast/dom/nodesFromRect-links-and-text.html: * fast/dom/resources/nodesFromRect.js: (check): (getTopFor): (getBottomFor): * platform/qt/Skipped: 2011-01-06 Robert Hogan <robert@webkit.org> Reviewed by Antonio Gomes. [Qt] Introduce QDRTNode for passing WebCore::Node across JS bridge This allows LayoutTestController to pass WebCore::Node back to layout tests. Also amend nodesFromRect-links-and-text.html and nodesFromRect-inner-documents.html so that they do not produce platform-specific results. Unskip: fast/dom/nodesFromRect-links-and-text.html fast/dom/nodesFromRect-inner-documents.html https://bugs.webkit.org/show_bug.cgi?id=48957 * bridge/qt/qt_runtime.cpp: (JSC::Bindings::QtDRTNodeRuntime::create): (JSC::Bindings::QtDRTNodeRuntime::get): (JSC::Bindings::convertValueToQVariant): (JSC::Bindings::convertQVariantToValue): 2011-01-06 Robert Hogan <robert@webkit.org> Reviewed by Antonio Gomes. [Qt] Introduce QDRTNode for passing WebCore::Node across JS bridge This allows LayoutTestController to pass WebCore::Node back to layout tests. Also amend nodesFromRect-links-and-text.html and nodesFromRect-inner-documents.html so that they do not produce platform-specific results. Unskip: fast/dom/nodesFromRect-links-and-text.html fast/dom/nodesFromRect-inner-documents.html https://bugs.webkit.org/show_bug.cgi?id=48957 * WebCoreSupport/DumpRenderTreeSupportQt.cpp: (QDRTNode::QDRTNode): (QDRTNode::~QDRTNode): (DumpRenderTreeSupportQt::nodesFromRect): * WebCoreSupport/DumpRenderTreeSupportQt.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75189 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Unreviewed; test expectations update. Update test_expectations.txt files to reflect reality on the canaries. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75181 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
cfleizach@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=51995 Reviewed by Beth Dakin. WebCore: Test: platform/mac/accessibility/aria-expanded-standard-items.html * accessibility/AccessibilityObject.cpp: (WebCore::AccessibilityObject::supportsARIAExpanded): (WebCore::AccessibilityObject::isExpanded): * accessibility/AccessibilityObject.h: * accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::isVisited): * accessibility/AccessibilityRenderObject.h: * accessibility/mac/AccessibilityObjectWrapper.mm: (-[AccessibilityObjectWrapper additionalAccessibilityAttributeNames]): LayoutTests: * platform/mac/accessibility/aria-expanded-standard-items-expected.txt: Added. * platform/mac/accessibility/aria-expanded-standard-items.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75179 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-