- 18 Apr, 2012 5 commits
-
-
schenney@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=84203 Unreviewed test expectation fix. The svg/transforms/transform-origin-css-property.xhtml test has a ref-test for it, so there should not be any image expectations. If the test if failing, we need to look at why the ref test is not valid, or why we differ. The expectations file update here is just some cleanup for https://bugs.webkit.org/show_bug.cgi?id=84230. * platform/chromium-mac/svg/transforms/transform-origin-css-property-expected.png: Removed. * platform/chromium-win/svg/transforms/transform-origin-css-property-expected.png: Removed. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114503 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
toyoshim@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=84230 * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114495 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
pfeldman@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=84179 Reviewed by Yury Semikhatsky. Source/WebCore: Perform total update upon modifications of the document node. Test: inspector/elements/delete-from-document.html * inspector/InspectorDOMAgent.cpp: (WebCore::InspectorDOMAgent::didRemoveDOMNode): * inspector/front-end/ElementsTreeOutline.js: LayoutTests: * http/tests/inspector/elements-test.js: (initialize_ElementTest.InspectorTest.dumpElementsTree.print): (initialize_ElementTest.InspectorTest.dumpElementsTree): * inspector/elements/delete-from-document-expected.txt: Added. * inspector/elements/delete-from-document.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114494 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=82930 Support for concurrent HTML5 audio improvements being made in the platform library, which need to be aware of tabs and tab visibility. PR96004. Patch by Max Feil <mfeil@rim.com> on 2012-04-18 Reviewed by George Staikos. Test: media/audio-concurrent-supported.html * platform/blackberry/PageClientBlackBerry.h: * platform/graphics/blackberry/MediaPlayerPrivateBlackBerry.cpp: (WebCore::MediaPlayerPrivate::MediaPlayerPrivate): (WebCore::MediaPlayerPrivate::showErrorDialog): (WebCore::MediaPlayerPrivate::isTabVisible): (WebCore): * platform/graphics/blackberry/MediaPlayerPrivateBlackBerry.h: (MediaPlayerPrivate): Source/WebKit/blackberry: [BlackBerry] Tab awareness for HTML5 concurrent audio https://bugs.webkit.org/show_bug.cgi?id=82930 Support for concurrent HTML5 audio improvements being made in the platform library, which need to be aware of tabs and tab visibility. PR96004. Patch by Max Feil <mfeil@rim.com> on 2012-04-18 Reviewed by George Staikos. * Api/WebPageClient.h: * Api/WebPage_p.h: (BlackBerry::WebKit::WebPagePrivate::isVisible): LayoutTests: [BlackBerry] Tab awareness for HTML5 concurrent audio https://bugs.webkit.org/show_bug.cgi?id=82930 Layout test for concurrent HTML5 audio. This is a simple test to confirm that multiple audio elements can play at the same time. Patch by Max Feil <mfeil@rim.com> on 2012-04-18 Reviewed by George Staikos. * media/audio-concurrent-supported-expected.txt: Added. * media/audio-concurrent-supported.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114493 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
kkristof@inf.u-szeged.hu authored
Patch by Zoltan Arvai <zarvai@inf.u-szeged.hu> on 2012-04-18 * platform/qt/Skipped: fast/dom/shadow/adopt-node-with-shadow-root.html git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114492 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 17 Apr, 2012 35 commits
-
-
toyoshim@chromium.org authored
* platform/chromium-win-vista/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114486 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jer.noble@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=42337 Update wk2 Skipped list to skip new failing test. * platform/wk2/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114485 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jer.noble@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=84227 Update wk2 Skipped list to skip new failing test. * platform/wk2/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114484 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
toyoshim@chromium.org authored
* platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png: Added. * platform/chromium-mac-leopard/svg/as-background-image/svg-as-background-6-expected.png: Added. * svg/as-background-image/svg-as-background-6-expected.txt: Renamed from LayoutTests/platform/efl/svg/as-background-image/svg-as-background-6-expected.txt. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114483 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
morrita@google.com authored
https://bugs.webkit.org/show_bug.cgi?id=84127 Reviewed by Dimitri Glazkov. Source/WebCore: ShadowRoot cannot cannot be removed from its host, which means ShadowRoot cannot be adopted by any Document directly because the adoptNode() tries to remove it from its parent but it doesn't make sense for ShadowRoot. This change adds a guard to check such a case. Test: fast/dom/shadow/adopt-node-with-shadow-root.html * dom/Document.cpp: (WebCore::Document::adoptNode): LayoutTests: * fast/dom/shadow/adopt-node-with-shadow-root-expected.txt: Added. * fast/dom/shadow/adopt-node-with-shadow-root.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114481 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jer.noble@apple.com authored
REGRESSION (r114406-r114417): media/video-playing-and-pause.html failing on Lion Release (WebKit2 Tests) https://bugs.webkit.org/show_bug.cgi?id=84226 Remove expected failing results ſtor media/video-playing-and-pause.html. * platform/mac-wk2/media/video-playing-and-pause-expected.txt: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114480 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
toyoshim@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=84024 * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114479 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=84164 They use the new expectations override from changeset 112937 and pass after http://crrev.com/132463. Unreviewed, layout test expectations update. Patch by David Dorwin <ddorwin@chromium.org> on 2012-04-17 * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114466 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jer.noble@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=84206 Remove expected failing test results for fast/harness/use-page-cache.html. * platform/mac-wk2/fast/harness/use-page-cache-expected.txt: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114465 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=60746 Patch by Alec Flett <alecflett@chromium.org> on 2012-04-17 Reviewed by Ojan Vafai. Source/WebCore: When iterating backwards with PREV_NO_DUPLICATE, keep walking past the 'prev' key until it changes, then walk forward one time. This covers the object store and index cases. Test: storage/indexeddb/mozilla/index-prev-no-duplicate.html * Modules/indexeddb/IDBLevelDBBackingStore.cpp: (WebCore): LayoutTests: Test for PREV_NO_DUPLICATE. * storage/indexeddb/cursor-prev-no-duplicate.html: Added. * storage/indexeddb/cursor-prev-no-duplicate.txt: Added. * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: Added. * storage/indexeddb/mozilla/index-prev-no-duplicate.html: Added. * storage/indexeddb/resources/cursor-prev-no-duplicate.js: Added. (prepareDatabase.openreq.onsuccess.verreq.onsuccess): (prepareDatabase.openreq.onsuccess): (prepareDatabase): (populateStore): (runAllTests): (waitFor): (complete.fireCallback): (complete): (testFarRangeCursor): (makeOpenKeyCursor): (runTest.trans.oncomplete): (runTest.testFunction): (runTest): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114464 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
yutak@chromium.org authored
* platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114463 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
reed@google.com authored
https://bugs.webkit.org/show_bug.cgi?id=84184 Unreviewed. expectations change only. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114462 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
yi.4.shen@nokia.com authored
https://bugs.webkit.org/show_bug.cgi?id=82688 Reviewed by Ryosuke Niwa. For an empty input element, there is no RenderText. Instead, RenderBlock::localCaretRect provides the caret position for rendering the caret in the empty input element. To get correct caret rect, textIndentOffset() should be used to adjust the caret's position. Source/WebCore: Test: editing/style/text-indent.html * rendering/RenderBlock.cpp: (WebCore::RenderBlock::localCaretRect): LayoutTests: * editing/style/text-indent-expected.txt: Added. * editing/style/text-indent.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114461 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
scheib@chromium.org authored
Unreviewed. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114449 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
benm@google.com authored
https://bugs.webkit.org/show_bug.cgi?id=30996 Source/WebCore: Update the JSC and V8 bindings such that if the name of the DOM Storage property being retrieved is a match for a property in the prototype, always return the prototype version. If there is a DOM Storage key of the same name, it can still be retrieved via the getItem method. This prevents storage methods from being accidentally hidden. This brings WebKit behavior in line with the de facto standard implemented by FireFox and IE. Reviewed by Kentaro Hara. Test: storage/domstorage/storage-functions-not-overwritten.html * bindings/js/JSStorageCustom.cpp: (WebCore::JSStorage::nameGetter): * bindings/v8/custom/V8StorageCustom.cpp: (WebCore::V8Storage::namedPropertyGetter): LayoutTests: Add a test to verify that setting a DOM Storage key with the same name as a function on the Storage object does not prevent that function being called, but also that it can still be retrieved via the getItem function. Reviewed by Kentaro Hara. * storage/domstorage/script-tests/storage-functions-not-overwritten.js: Added. (doWedgeThySelf): (testStorage): (runTest): * storage/domstorage/storage-functions-not-overwritten-expected.txt: Added. * storage/domstorage/storage-functions-not-overwritten.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114427 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
scheib@chromium.org authored
Unreviewed. * platform/chromium-mac-leopard/fast/text/international/bidi-menulist-expected.png: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114426 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
schenney@chromium.org authored
Unreviewed Chromium expectations change. This is done to make future maintenance easier. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114423 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=82301 Patch by Christophe Dumez <christophe.dumez@intel.com> on 2012-04-17 Reviewed by Martin Robinson. Source/WebKit/efl: Implement callShouldCloseOnWebView in EFL's LayoutTestController by calling shouldClose() on the FrameLoader, allowing the related test to be removed from the skip list. * WebCoreSupport/DumpRenderTreeSupportEfl.cpp: (DumpRenderTreeSupportEfl::callShouldCloseOnWebView): * WebCoreSupport/DumpRenderTreeSupportEfl.h: Tools: Implement callShouldCloseOnWebView in EFL's LayoutTestController by calling shouldClose() on the FrameLoader, allowing the related test to be removed from the skip list. * DumpRenderTree/efl/LayoutTestControllerEfl.cpp: (LayoutTestController::callShouldCloseOnWebView): LayoutTests: Implement callShouldCloseOnWebView in EFL's LayoutTestController by calling shouldClose() on the FrameLoader, allowing the related test to be removed from the skip list. * platform/efl/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114422 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=84052 Patch by Christophe Dumez <christophe.dumez@intel.com> on 2012-04-17 Reviewed by Antonio Gomes. Source/WebKit/efl: Emit the "load,finished" signal from dispatchDidFinishLoad() / instead of postProgressFinishedNotification() in order to send notifications all frames, not just the main one. * WebCoreSupport/FrameLoaderClientEfl.cpp: (WebCore::FrameLoaderClientEfl::postProgressFinishedNotification): (WebCore::FrameLoaderClientEfl::dispatchDidFinishLoad): (WebCore::FrameLoaderClientEfl::dispatchDidFailLoad): LayoutTests: Unskip EFL test cases which rely on the DumpRenderTree support for LayoutTestController's dumpFrameLoadCallbacks() and expect notifications for other frame than the main one. * platform/efl/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114420 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=83281 Source/WebKit/efl: Add setting API to enable or disable WebKit's XSSAuditor to protect from reflective cross-site scripting attacks. Also, emit the signal 'xss,detected' and provide addition information received from XSSAuditor when reflected XSS is encountered in the page. Patch by Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> on 2012-04-17 Reviewed by Antonio Gomes. * WebCoreSupport/FrameLoaderClientEfl.cpp: (WebCore::FrameLoaderClientEfl::didDetectXSS): * ewk/ewk_frame.cpp: (ewk_frame_xss_detected): * ewk/ewk_frame.h: * ewk/ewk_private.h: * ewk/ewk_view.cpp: (_Ewk_View_Private_Data): (_ewk_view_priv_new): (ewk_view_setting_enable_xss_auditor_get): (ewk_view_setting_enable_xss_auditor_set): * ewk/ewk_view.h: Tools: Add missing implementation setXSSAuditorEnabled to EFL's LayoutTestController in order to unskip tests in http/tests/security/xssAuditor. Also, catch the signal 'xss,detected' in DRT to enable a test, which is expecting a line containing 'didDetectXSS' in the output when reflected XSS is encountered in the page. Patch by Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> on 2012-04-17 Reviewed by Antonio Gomes. * DumpRenderTree/efl/DumpRenderTreeChrome.cpp: (DumpRenderTreeChrome::createView): (DumpRenderTreeChrome::onFrameCreated): (DumpRenderTreeChrome::onDidDetectXSS): * DumpRenderTree/efl/DumpRenderTreeChrome.h: (DumpRenderTreeChrome): * DumpRenderTree/efl/LayoutTestControllerEfl.cpp: (LayoutTestController::setXSSAuditorEnabled): LayoutTests: Unskip tests in http/tests/security/xssAuditor Patch by Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> on 2012-04-17 Reviewed by Antonio Gomes. * platform/efl/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114419 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
cfleizach@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=84104 Reviewed by Beth Dakin. Source/WebCore: Test: platform/mac/accessibility/textmarker-for-index-out-of-bounds-crash.html * accessibility/mac/WebAccessibilityObjectWrapper.mm: (-[WebAccessibilityObjectWrapper _textMarkerForIndex:]): LayoutTests: * platform/mac/accessibility/textmarker-for-index-out-of-bounds-crash-expected.txt: Added. * platform/mac/accessibility/textmarker-for-index-out-of-bounds-crash.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114418 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jer.noble@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=84101 Reviewed by Dan Bernstein. Source/WebCore: No new tests; updated platform results which were previously rebaselined. Use the correct CSS keyword for the -webkit-appearance of the full screen button. * css/mediaControls.css: (audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button): LayoutTests: * platform/mac/media/controls-after-reload-expected.png: * platform/mac/media/controls-after-reload-expected.txt: * platform/mac/media/controls-strict-expected.png: * platform/mac/media/controls-strict-expected.txt: * platform/mac/media/video-controls-rendering-expected.png: * platform/mac/media/video-controls-rendering-expected.txt: * platform/mac/media/video-display-toggle-expected.png: * platform/mac/media/video-display-toggle-expected.txt: * platform/mac/media/video-no-audio-expected.png: * platform/mac/media/video-no-audio-expected.txt: * platform/mac/media/video-playing-and-pause-expected.png: * platform/mac/media/video-playing-and-pause-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114417 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
schenney@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=79068 Unreviewed Chromium expectations update. * platform/chromium-mac/svg/transforms/transform-origin-css-property-expected.png: Added. * platform/chromium-win/svg/transforms/transform-origin-css-property-expected.png: Added. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114416 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
schenney@chromium.org authored
Paddings and borders on root SVG element with viewbox causes child SVG elements to be rendered with the incorrect size https://bugs.webkit.org/show_bug.cgi?id=78613 Unreviewed Chromium expectations update. * platform/chromium-linux/svg/custom/circle-move-invalidation-expected.png: * platform/chromium-mac-leopard/svg/custom/circle-move-invalidation-expected.png: * platform/chromium-mac-snowleopard/svg/custom/circle-move-invalidation-expected.png: * platform/chromium-mac/svg/custom/circle-move-invalidation-expected.png: Added. * platform/chromium-win/svg/custom/circle-move-invalidation-expected.png: * platform/chromium-win/svg/custom/circle-move-invalidation-expected.txt: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114415 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
schenney@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=34714 Unreviewed Chromium expectations update. * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-2-expected.png: * platform/chromium-mac-snowleopard/svg/text/select-textLength-spacing-squeeze-2-expected.png: Removed. * platform/chromium-mac/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added. * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.png: * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114413 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
schenney@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=78631 Unreviewed Chromium expectations update. * platform/chromium-linux/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added. * platform/chromium-mac-leopard/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: * platform/chromium-mac/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added. * platform/chromium-win/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114411 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
schenney@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=81253 Unreviewed Chromium expectations update. * platform/chromium-linux/svg/text/text-tselect-02-f-expected.png: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114410 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
schenney@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=53378 Unreviewed expectations update after the fix went in. * platform/chromium-linux-x86/svg/zoom: Removed. * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added. * platform/chromium-mac-leopard/svg/zoom/page/zoom-mask-with-percentages-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added. * platform/chromium-win-vista/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added. * platform/chromium-win-xp/svg/zoom: Removed. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114407 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tsepez@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=83721 Reviewed by James Robinson. Source/WebCore: The RenderLayer code currently propagates scroll position to parent frames without any cross-origin checks. This gives it a quick origin boundary check that is set by FrameLoader only when performing a fragment navigation. This allows us to safely relax the restriction on not scrolling at load time in FrameLoader since the safe thing will happen later on at scroll time. Test: http/tests/navigation/anchor-frames-same-origin.html * dom/Document.cpp: (WebCore::Document::findUnsafeParentScrollPropagationBoundary): * dom/Document.h: (Document): * loader/FrameLoader.cpp: (WebCore::FrameLoader::finishedParsing): (WebCore::FrameLoader::loadInSameDocument): (WebCore::FrameLoader::scrollToFragmentWithParentBoundary): * loader/FrameLoader.h: (FrameLoader): * page/FrameView.cpp: (WebCore::FrameView::FrameView): (WebCore::FrameView::reset): * page/FrameView.h: (WebCore::FrameView::safeToPropagateScrollToParent): (WebCore::FrameView::setSafeToPropagateScrollToParent): (FrameView): * rendering/RenderLayer.cpp: (WebCore::RenderLayer::scrollRectToVisible): LayoutTests: * http/tests/inspector/resource-parameters-expected.txt: * http/tests/navigation/anchor-frames-cross-origin-expected.txt: * http/tests/navigation/anchor-frames-cross-origin.html: * http/tests/navigation/anchor-frames-same-origin-expected.txt: Added. * http/tests/navigation/anchor-frames-same-origin.html: Added. * http/tests/navigation/resources/frame-with-anchor-cross-origin.html: * http/tests/navigation/resources/frame-with-anchor-same-origin.html: Added. * http/tests/navigation/resources/grandchild-with-anchor.html: Added. * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt: * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114406 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
barraclough@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=81588 Reviewed by Sam Weinig. Source/JavaScriptCore: * runtime/ArrayPrototype.cpp: (JSC::arrayProtoFuncToString): - check for join function, use fast case if base object is array & join is present & default. * runtime/CommonIdentifiers.h: - added 'join'. LayoutTests: * fast/js/array-functions-non-arrays-expected.txt: - check in new results * fast/js/array-prototype-properties-expected.txt: - new more detailed error message. * fast/js/script-tests/array-functions-non-arrays.js: - added new test cases, fix incorrect one. * sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.2_Array_prototype_toString/S15.4.4.2_A2_T1-expected.txt: - check in failing result (test is wrong) git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114405 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
schenney@chromium.org authored
Unreviewed Chromium expectation update. There is some chance that the background test is flaky, as many others are. * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png: * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png: * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png: * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.txt: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114403 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
schenney@chromium.org authored
Unreviewed Chromium test expectations update. * platform/chromium-linux/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed. * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: * platform/chromium-linux/svg/carto.net/combobox-expected.png: Added. * platform/chromium-linux/svg/carto.net/combobox-expected.txt: Removed. * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114400 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=83277 Unreviewed, EFL baselines for tests related to cursor positioning behaviour. Adding baselines and unskipping tests related to cursor positioning behaviour after r114250. Patch by Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> on 2012-04-17 * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Added. * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added. * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added. * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added. * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png: Added. * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt: Added. * platform/efl/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114399 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
schenney@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=78624 Unreviewed expectations update after this change. * platform/chromium-mac-snowleopard/svg/text/text-fill-opacity-expected.png: Removed. * platform/chromium-mac-snowleopard/svg/text/text-fill-opacity-expected.txt: Removed. * platform/chromium-mac/svg/text/text-fill-opacity-expected.png: Added. * platform/chromium-win/svg/text/text-fill-opacity-expected.txt: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114398 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dglazkov@chromium.org authored
because it was fixed in r113808. * platform/chromium/test_expectations.txt: Removed flaky expectations. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114396 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-