Timeline



Aug 26, 2013:

11:01 PM Changeset in webkit [154664] by zandobersek@gmail.com
  • 2 edits in trunk/Source/WebKit/gtk

Unreviewed GTK build fix.

  • WebCoreSupport/FrameLoaderClientGtk.cpp:

(WebKit::FrameLoaderClient::FrameLoaderClient): Remove an assertion that was not removed in r154658.

9:09 PM Changeset in webkit [154663] by weinig@apple.com
  • 6 edits in trunk/Source/WebCore

EditorInternalCommand should use Frame& where possible
https://bugs.webkit.org/show_bug.cgi?id=120340

Reviewed by Andreas Kling.

Only isSupportedFromDOM still takes a Frame*, as it still has callers that expect null to work.

  • dom/UserTypingGestureIndicator.cpp:
  • dom/UserTypingGestureIndicator.h:
  • editing/Editor.cpp:
  • editing/EditorCommand.cpp:
  • page/EventHandler.cpp:
8:46 PM Changeset in webkit [154662] by rniwa@webkit.org
  • 3 edits
    2 adds in trunk

Elements in a node list of the form element's name getter should not be added to the past names map
https://bugs.webkit.org/show_bug.cgi?id=120279

Reviewed by Darin Adler.

Source/WebCore:

Don't add the element in the named items to the past names map when there are multiple elements.
This matches IE10's behavior and the specified behavior in HTML5:
http://www.w3.org/TR/2013/WD-html51-20130528/forms.html#dom-form-nameditem

Test: fast/forms/past-names-map-should-not-contain-nodelist-item.html

  • html/HTMLFormElement.cpp:

(WebCore::HTMLFormElement::getNamedElements):

LayoutTests:

Add a regression test.

  • fast/forms/past-names-map-should-not-contain-nodelist-item-expected.txt: Added.
  • fast/forms/past-names-map-should-not-contain-nodelist-item.html: Added.
8:33 PM Changeset in webkit [154661] by rniwa@webkit.org
  • 2 edits in trunk/Source/WebKit/win

Another Windows build fix after r154658.

  • WebView.cpp:

(WebView::shouldClose):

8:31 PM Changeset in webkit [154660] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebKit2

Fixing compilation warning "unused parameter" in WebPageProxy.cpp
https://bugs.webkit.org/show_bug.cgi?id=120205

Patch by Santosh Mahto <santosh.ma@samsung.com> on 2013-08-26
Reviewed by Anders Carlsson.

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::findPlugin):
(WebKit::WebPageProxy::didBlockInsecurePluginVersion):
Added UNUSED_PARAM to avoid warning.

8:26 PM Changeset in webkit [154659] by rniwa@webkit.org
  • 2 edits in trunk/Source/WebCore

Windows build fix after r154658.

  • page/AutoscrollController.cpp:

(WebCore::getMainFrame):

7:47 PM Changeset in webkit [154658] by akling@apple.com
  • 109 edits in trunk/Source

Page::mainFrame() should return a reference.
<http://webkit.org/b/119677>

Reviewed by Antti Koivisto.

Page always creates the main Frame by itself now, so it will never be null during the Page's lifetime.

Let Page::mainFrame() return Frame& and remove a sea of null checks.

7:32 PM Changeset in webkit [154657] by Lucas Forschler
  • 5 edits in branches/safari-537-branch/Source

Versioning.

7:28 PM Changeset in webkit [154656] by Lucas Forschler
  • 1 copy in tags/Safari-537.64

New Tag.

6:25 PM Changeset in webkit [154655] by aestes@apple.com
  • 2 edits in trunk/Source/WTF

Don't leak objects in HardAutorelease when OBJC_NO_GC is undefined but
Objective-C GC is disabled at runtime.

Reviewed by Darin Adler.

  • wtf/ObjcRuntimeExtras.h:

(HardAutorelease):

5:50 PM Changeset in webkit [154654] by weinig@apple.com
  • 2 edits in trunk/Source/WebCore

Remove two unnecessary .get()s.

Reviewed by Anders Carlsson.

  • editing/Editor.h:

(WebCore::Editor::killRing):
(WebCore::Editor::spellChecker):

4:45 PM Changeset in webkit [154653] by ap@apple.com
  • 3 edits in trunk/LayoutTests

[Mac] can-read-in-dragstart-event.html and can-read-in-copy-and-cut-events.html fail
https://bugs.webkit.org/show_bug.cgi?id=113094

  • platform/mac-wk2/TestExpectations:
  • platform/mac/TestExpectations: Updated expectations, these tests should be good now.
4:38 PM Changeset in webkit [154652] by ap@apple.com
  • 3 edits
    4 adds in trunk/Tools

WebKitTestRunner needs to protect the user's pasteboard contents while running
https://bugs.webkit.org/show_bug.cgi?id=81419
<rdar://problem/11066794>

Reviewed by Darin Adler.

Mostly a copy/paste of DRT code.

Tested manually by making sure that editing/pasteboard/copy-image-with-alt-text.html
doesn't interfere with my clipboard while being run in a loop.

  • WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
  • WebKitTestRunner/mac/PoseAsClass.h: Added.
  • WebKitTestRunner/mac/PoseAsClass.mm: Added.
  • WebKitTestRunner/mac/TestControllerMac.mm: (WTR::TestController::platformInitialize): (WTR::TestController::platformDestroy):
  • WebKitTestRunner/mac/WebKitTestRunnerPasteboard.h: Added.
  • WebKitTestRunner/mac/WebKitTestRunnerPasteboard.mm: Added.
4:37 PM Changeset in webkit [154651] by Joseph Pecoraro
  • 9 edits
    3 adds in trunk/Source

Web Inspector: We should regenerate InspectorBackendCommands.js for Legacy Inspector.json versions
https://bugs.webkit.org/show_bug.cgi?id=120242

Reviewed by NOBODY (OOPS!).

Source/WebCore:

  • Update the Inspector.json CodeGenerator to include an output_js_dir.
  • Cleanup multiple trailing newlines in some of the generated files.
  • Provide a way to not verify runtime casts, needed for Legacy inputs.
  • CMakeLists.txt:
  • DerivedSources.make:
  • DerivedSources.pri:
  • GNUmakefile.am:
  • inspector/CodeGeneratorInspector.py:

(resolve_all_types):
(SmartOutput.close):

Source/WebInspectorUI:

  • Include the iOS 6.0 Inspector.json which maps to Legacy/6.0/InspectorBackendCommands.js.
  • Provide a helper script to regenerate the backend commands file for trunk and Versions.
  • Regenerated file now includes enums and other minor changes.
  • Scripts/update-InspectorBackendCommands.rb: Added.
  • UserInterface/InspectorBackendCommands.js:
  • UserInterface/Legacy/6.0/InspectorBackendCommands.js:
  • Versions/Inspector-iOS-6.0.json: Added.
4:25 PM Changeset in webkit [154650] by commit-queue@webkit.org
  • 3 edits
    4 deletes in trunk/Tools

Unreviewed, rolling out r154640.
http://trac.webkit.org/changeset/154640
https://bugs.webkit.org/show_bug.cgi?id=120329

Caused flaky crashes on a lot of editing tests (Requested by
rniwa on #webkit).

  • WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
  • WebKitTestRunner/mac/PoseAsClass.h: Removed.
  • WebKitTestRunner/mac/PoseAsClass.mm: Removed.
  • WebKitTestRunner/mac/TestControllerMac.mm:

(WTR::TestController::platformInitialize):
(WTR::TestController::platformDestroy):

  • WebKitTestRunner/mac/WebKitTestRunnerPasteboard.h: Removed.
  • WebKitTestRunner/mac/WebKitTestRunnerPasteboard.mm: Removed.
4:23 PM Changeset in webkit [154649] by mitz@apple.com
  • 2 edits in trunk/Tools

Automatic bug reports case pain
https://bugs.webkit.org/show_bug.cgi?id=120330

Reviewed by Anders Carlsson.

  • Scripts/webkitpy/tool/commands/download.py: Made the following changes to the Description

of bugs filed by the bot: changed “the sheriff-bot” to “webkitbot”, changed “case pain” to
“fail”, and removed “"Only you can prevent forest fires." -- Smokey the Bear”.

3:49 PM Changeset in webkit [154648] by weinig@apple.com
  • 6 edits in trunk/Source/WebCore

AlternativeTextController should hold onto Frame as a reference
https://bugs.webkit.org/show_bug.cgi?id=120327

Reviewed by Andreas Kling.

While in the area I also:

  • Reference-ified Editor::killRing().
  • Const-ified Editor::m_killRing, Editor::m_spellChecker, and Editor::m_alternativeTextController.
  • editing/AlternativeTextController.cpp:

(WebCore::AlternativeTextController::AlternativeTextController):
(WebCore::AlternativeTextController::stopPendingCorrection):
(WebCore::AlternativeTextController::isSpellingMarkerAllowed):
(WebCore::AlternativeTextController::applyAlternativeTextToRange):
(WebCore::AlternativeTextController::applyAutocorrectionBeforeTypingIfAppropriate):
(WebCore::AlternativeTextController::respondToUnappliedSpellCorrection):
(WebCore::AlternativeTextController::timerFired):
(WebCore::AlternativeTextController::handleAlternativeTextUIResult):
(WebCore::AlternativeTextController::rootViewRectForRange):
(WebCore::AlternativeTextController::respondToChangedSelection):
(WebCore::AlternativeTextController::respondToAppliedEditing):
(WebCore::AlternativeTextController::respondToUnappliedEditing):
(WebCore::AlternativeTextController::alternativeTextClient):
(WebCore::AlternativeTextController::editorClient):
(WebCore::AlternativeTextController::markPrecedingWhitespaceForDeletedAutocorrectionAfterCommand):
(WebCore::AlternativeTextController::processMarkersOnTextToBeReplacedByResult):
(WebCore::AlternativeTextController::respondToMarkerAtEndOfWord):
(WebCore::AlternativeTextController::insertDictatedText):
(WebCore::AlternativeTextController::applyDictationAlternative):

  • editing/AlternativeTextController.h:

(WebCore::AlternativeTextController::UNLESS_ENABLED):

  • editing/Editor.cpp:

(WebCore::Editor::Editor):
(WebCore::Editor::addToKillRing):

  • editing/Editor.h:

(WebCore::Editor::killRing):

  • editing/EditorCommand.cpp:

(WebCore::executeYank):
(WebCore::executeYankAndSelect):

3:40 PM Changeset in webkit [154647] by aestes@apple.com
  • 35 edits
    1 delete in trunk

Fix issues found by the Clang Static Analyzer
https://bugs.webkit.org/show_bug.cgi?id=120230

Reviewed by Darin Adler.

Source/JavaScriptCore:

  • API/JSValue.mm:

(valueToString): Don't leak every CFStringRef when in Objective-C GC.

  • API/ObjCCallbackFunction.mm:

(JSC::ObjCCallbackFunctionImpl::~ObjCCallbackFunctionImpl): Don't
release m_invocation's target since NSInvocation will do it for us on
-dealloc.
(objCCallbackFunctionForBlock): Tell NSInvocation to retain its target
and -release our reference to the copied block.

  • API/tests/minidom.c:

(createStringWithContentsOfFile): Free buffer before returning.

  • API/tests/testapi.c:

(createStringWithContentsOfFile): Ditto.

Source/WebCore:

  • WebCore.xcodeproj/project.pbxproj: Removed FoundationExtras.h.
  • accessibility/mac/WebAccessibilityObjectWrapperMac.mm: Removed CFAutoreleaseHelper().

(AXTextMarkerRange): Used HardAutorelease() instead of
CFAutoreleaseHelper().
(AXTextMarkerRangeStart): Ditto.
(AXTextMarkerRangeEnd): Ditto.
(textMarkerForVisiblePosition): Ditto.

  • platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:

(-[WebCoreAVFMovieObserver initWithCallback:]): Called [super init]
first so that we don't later use ivars from the wrong self.
(-[WebCoreAVFLoaderDelegate initWithCallback:]): Ditto.

  • platform/mac/FoundationExtras.h: Removed.
  • platform/mac/KURLMac.mm:

(WebCore::KURL::operator NSURL *): Used WTF's HardAutorelease().

  • platform/mac/WebCoreNSURLExtras.mm:

(WebCore::mapHostNameWithRange): Used HardAutorelease() instead of
WebCoreCFAutorelease().
(WebCore::URLWithData): Ditto.
(WebCore::userVisibleString): Ditto.
(WebCore::URLByRemovingComponentAndSubsequentCharacter): Used Vector<>
with an inline capacity rather than heap-allocating a buffer.

  • platform/mac/WebCoreObjCExtras.h: Used HardAutorelease() instead of

WebCoreCFAutorelease().

  • platform/text/mac/StringImplMac.mm:

(WTF::StringImpl::operator NSString *): Used WTF's HardAutorelease().

Source/WebKit/mac:

  • Misc/WebNSFileManagerExtras.mm:

(-[NSFileManager _webkit_startupVolumeName]): Used HardAutorelease()
instead of WebCFAutorelease().

  • Misc/WebNSObjectExtras.h: Removed definition of WebCFAutorelease().
  • Misc/WebNSURLExtras.mm:

(-[NSURL _web_URLWithLowercasedScheme]): Used HardAutorelease()
instead of WebCFAutorelease().

  • Plugins/Hosted/WebHostedNetscapePluginView.mm:

(-[WebHostedNetscapePluginView createPluginLayer]): Stop leaking
CGColors (CALayer retains its backgroundColor property despite the
property attributes claiming otherwise).

  • Plugins/WebBasePluginPackage.mm:

(+[WebBasePluginPackage preferredLocalizationName]): Used
HardAutorelease() instead of WebCFAutorelease().

  • WebView/WebDeviceOrientationProviderMock.mm:

(-[WebDeviceOrientationProviderMockInternal lastOrientation]): Stop
leaking WebDeviceOrientations.

  • WebView/WebPDFRepresentation.mm:

(-[WebPDFRepresentation convertPostScriptDataSourceToPDF:]): Used
HardAutorelease() instead of WebCFAutorelease().

  • WebView/WebView.mm:

(+[WebView _setCacheModel:]): Ditto.
(-[WebView _removeObjectForIdentifier:]): Ditto.

Source/WebKit2:

  • UIProcess/API/mac/WKBrowsingContextController.mm:

(autoreleased): Don't leak CFURLs when in Objective-C GC.

  • WebProcess/WebPage/mac/WKAccessibilityWebPageObject.mm:

(-[WKAccessibilityWebPageObject accessibilityAttributeValue:forParameter:]):
Don't leak CFStrings when in Objective-C GC.

Source/WTF:

  • wtf/ObjcRuntimeExtras.h:

(HardAutorelease): Added a canonical implementation of HardAutorelease.

Tools:

  • DumpRenderTree/mac/DumpRenderTreePasteboard.m:

(-[LocalPasteboard initWithName:]): Called [super init] first so that we
don't later use ivars from the wrong self.

  • DumpRenderTree/mac/TestRunnerMac.mm:

(-[APITestDelegate initWithCompletionCondition:]): Ditto.

  • TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsTest.mm:

(TestWebKitAPI::TEST): Don't leak WKProcessGroups,
WKBrowsingContextGroups, and WKViews.

3:34 PM Changeset in webkit [154646] by Csaba Osztrogonác
  • 3 edits in trunk/Source/WebKit2

[WK2] Buildfix for non Mac platforms
https://bugs.webkit.org/show_bug.cgi?id=120294

Reviewed by Darin Adler.

  • NetworkProcess/AsynchronousNetworkLoaderClient.cpp:

(WebKit::AsynchronousNetworkLoaderClient::didReceiveBuffer):

  • NetworkProcess/NetworkResourceLoader.h:
2:54 PM Changeset in webkit [154645] by psolanki@apple.com
  • 7 edits in trunk/Source/WebCore

Page::console() should return a reference
https://bugs.webkit.org/show_bug.cgi?id=120320

Reviewed by Darin Adler.

Page::m_console is never NULL so console() can just return a reference.

  • css/CSSParser.cpp:

(WebCore::CSSParser::logError):

  • dom/Document.cpp:

(WebCore::Document::addConsoleMessage):
(WebCore::Document::addMessage):

  • page/DOMWindow.cpp:

(WebCore::DOMWindow::pageConsole):

  • page/Page.h:

(WebCore::Page::console):

  • xml/XSLStyleSheetLibxslt.cpp:

(WebCore::XSLStyleSheet::parseString):

  • xml/XSLTProcessorLibxslt.cpp:

(WebCore::docLoaderFunc):

2:53 PM Changeset in webkit [154644] by rwlbuis@webkit.org
  • 3 edits
    2 adds in trunk

Lonely stop crashes
https://bugs.webkit.org/show_bug.cgi?id=87964

Reviewed by Darin Adler.

Source/WebCore:

Provide a nodeAtFloatPoint implementation for RenderSVGGradientStop to avoid hitting the assert in RenderObject::nodeAtFloatPoint.

Test: svg/custom/stop-crash-hittest.svg

  • rendering/svg/RenderSVGGradientStop.h:

LayoutTests:

Add testcase by taking stop-crash.svg and adding hittest instructions.

  • svg/custom/stop-crash-hittest-expected.txt: Added.
  • svg/custom/stop-crash-hittest.svg: Added.
2:50 PM Changeset in webkit [154643] by weinig@apple.com
  • 7 edits in trunk/Source/WebCore

Editor::spellChecker() should return a reference
https://bugs.webkit.org/show_bug.cgi?id=120325

Reviewed by Anders Carlsson.

  • editing/Editor.cpp:

(WebCore::Editor::Editor):

  • editing/Editor.h:

(WebCore::Editor::spellChecker):

  • editing/SpellChecker.cpp:

(WebCore::SpellChecker::SpellChecker):
(WebCore::SpellChecker::client):
(WebCore::SpellChecker::isAsynchronousEnabled):
(WebCore::SpellChecker::didCheck):
(WebCore::SpellChecker::didCheckSucceed):

  • editing/SpellChecker.h:
  • page/EditorClient.h:
  • testing/Internals.cpp:

(WebCore::Internals::lastSpellCheckRequestSequence):
(WebCore::Internals::lastSpellCheckProcessedSequence):

2:42 PM Changeset in webkit [154642] by roger_fong@apple.com
  • 3 edits in trunk/Source/WebKit

AppleWin build fix following r154627.

  • WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
  • WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters:
2:35 PM Changeset in webkit [154641] by Bem Jones-Bey
  • 4 edits
    2 adds in trunk

Optimize FloatIntervalSearchAdapter::collectIfNeeded
https://bugs.webkit.org/show_bug.cgi?id=120237

Reviewed by David Hyatt.

Source/WebCore:

This is a port of 3 Blink patches:
https://codereview.chromium.org/22463002 (By shatch@chromium.org)
https://chromiumcodereview.appspot.com/22909005 (By me)
https://chromiumcodereview.appspot.com/23084002 (By me)

shatch optimized FloatIntervalSearchAdapter by having it store the
outermost float instead of making a bunch of calls to
logical(Left/Right/Bottom)ForFloat, and then only making that call
once when heightRemaining needs to be computed.

I noticed that now we were storing both the last float encountered and
the outermost float, and that the behavior for shape-outside wasn't
significantly changed by using the outermost float instead of the last
float encountered (and in most cases, using the outermost float gives
more reasonable behavior). Since this isn't covered in the spec yet, I
changed shape-outside to use the outermost float, making it so that we
only need to store one float pointer when walking the placed floats
tree, and keeping the performance win.

Also while changing updateOffsetIfNeeded, removed const, since that is
a lie. Nothing about that method is const.

Test: fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html

  • rendering/RenderBlock.cpp:

(WebCore::::updateOffsetIfNeeded):
(WebCore::::collectIfNeeded):
(WebCore::::getHeightRemaining):
(WebCore::RenderBlock::logicalLeftFloatOffsetForLine):
(WebCore::RenderBlock::logicalRightFloatOffsetForLine):

  • rendering/RenderBlock.h:

(WebCore::RenderBlock::FloatIntervalSearchAdapter::FloatIntervalSearchAdapter):
(WebCore::RenderBlock::FloatIntervalSearchAdapter::outermostFloat):

LayoutTests:

Test shape-outside behavior when there is more than one float on a
given line.

  • fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html: Added.
  • fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html: Added.
2:34 PM Changeset in webkit [154640] by ap@apple.com
  • 3 edits
    4 adds in trunk/Tools

WebKitTestRunner needs to protect the user's pasteboard contents while running
https://bugs.webkit.org/show_bug.cgi?id=81419
<rdar://problem/11066794>

Reviewed by Darin Adler.

Mostly a copy/paste of DRT code.

Tested manually by making sure that editing/pasteboard/copy-image-with-alt-text.html
doesn't interfere with my clipboard while being run in a loop.

  • WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
  • WebKitTestRunner/mac/PoseAsClass.h: Added.
  • WebKitTestRunner/mac/PoseAsClass.mm: Added.
  • WebKitTestRunner/mac/TestControllerMac.mm: (WTR::TestController::platformInitialize): (WTR::TestController::platformDestroy):
  • WebKitTestRunner/mac/WebKitTestRunnerPasteboard.h: Added.
  • WebKitTestRunner/mac/WebKitTestRunnerPasteboard.mm: Added.
2:11 PM Changeset in webkit [154639] by ap@apple.com
  • 15 edits in trunk/Source

[Mac] can-read-in-dragstart-event.html and can-read-in-copy-and-cut-events.html fail
https://bugs.webkit.org/show_bug.cgi?id=113094

Reviewed by Darin Adler.

Mac platform implementation has checks for pasteboard change count, but it
didn't use to update the count when writing to pasteboad from JavaScript.

  • platform/PasteboardStrategy.h: Changed changeCount function to return a long instead of an int, as the underlying Mac type is NSInteger. Changed all methods that modify the pasteboard to return a new change count.
  • platform/PlatformPasteboard.h: Changed all methods that modify the pasteboard to return a new change count.
  • platform/mac/PasteboardMac.mm: (WebCore::Pasteboard::clear): Update m_changeCount. (WebCore::Pasteboard::writeSelectionForTypes): Ditto. (WebCore::Pasteboard::writePlainText): Ditto. (WebCore::writeURLForTypes): Ditto. (WebCore::Pasteboard::writeURL): Ditto. (WebCore::writeFileWrapperAsRTFDAttachment): Ditto. (WebCore::Pasteboard::writeImage): Ditto. (WebCore::Pasteboard::writePasteboard): Ditto. (WebCore::addHTMLClipboardTypesForCocoaType): Ditto. (WebCore::Pasteboard::writeString): Ditto.
  • platform/mac/PlatformPasteboardMac.mm: (WebCore::PlatformPasteboard::changeCount): Changed returned type to long to avoid data loss. (WebCore::PlatformPasteboard::copy): Return new change count. (WebCore::PlatformPasteboard::addTypes): Ditto. (WebCore::PlatformPasteboard::setTypes): Ditto. (WebCore::PlatformPasteboard::setBufferForType): Ditto. (WebCore::PlatformPasteboard::setPathnamesForType): Ditto. (WebCore::PlatformPasteboard::setStringForType): Ditto. Replaced -[NSURL writeToPasteboard:] with an equivalent implemnentation that tells use whether writing was successful. There is difference with invalid URL string handling - we used to silently ignore such requets, but set pasteboard content to empty URL now.
2:09 PM Changeset in webkit [154638] by Brent Fulgham
  • 3 edits in trunk/Source/JavaScriptCore

[Windows] Unreviewed build fix after r154629.

1:50 PM Changeset in webkit [154637] by rniwa@webkit.org
  • 2 edits in trunk/Source/WebKit/gtk

Another GTK+ build fix.

  • WebCoreSupport/FrameLoaderClientGtk.cpp:
1:45 PM Changeset in webkit [154636] by rniwa@webkit.org
  • 2 edits in trunk/Source/WebKit/gtk

GTK+ build fix. Like r154620.

  • webkit/webkitwebframe.cpp:

(webkit_web_frame_new):

1:42 PM Changeset in webkit [154635] by rniwa@webkit.org
  • 2 edits in trunk/Source/JavaScriptCore

Windows build fix attempt after r154629.

1:37 PM Changeset in webkit [154634] by roger_fong@apple.com
  • 1 edit
    3 adds in trunk/Source/WebKit/win

Unreviewed. Add missing interface files that were left out in r154627.

  • Interfaces/Accessible2/AccessibleEditableText.idl: Added.
  • Interfaces/Accessible2/AccessibleText.idl: Added.
  • Interfaces/Accessible2/AccessibleText2.idl: Added.
1:29 PM Changeset in webkit [154633] by mhahnenberg@apple.com
  • 3 edits
    3 adds in trunk

JSObject::putDirectIndexBeyondVectorLengthWithArrayStorage does a check on the length of the ArrayStorage after possible reallocing it
https://bugs.webkit.org/show_bug.cgi?id=120278

Reviewed by Geoffrey Garen.

Source/JavaScriptCore:

  • runtime/JSObject.cpp:

(JSC::JSObject::putDirectIndexBeyondVectorLengthWithArrayStorage):

LayoutTests:

  • fast/js/put-direct-index-beyond-vector-length-resize-expected.txt: Added.
  • fast/js/put-direct-index-beyond-vector-length-resize.html: Added.
  • fast/js/script-tests/put-direct-index-beyond-vector-length-resize.js: Added.
1:09 PM Changeset in webkit [154632] by fpizlo@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

Fix indention of Executable.h.

Rubber stamped by Mark Hahnenberg.

  • runtime/Executable.h:
1:08 PM Changeset in webkit [154631] by Brent Fulgham
  • 6 edits in trunk/Source/WebKit/win

[Windows] Let Page create the main Frame.
https://bugs.webkit.org/show_bug.cgi?id=120323

Reviewed by Anders Carlsson.

  • WebCoreSupport/WebFrameLoaderClient.cpp:

(WebFrameLoaderClient::WebFrameLoaderClient): Remove assertion that frame
is passed as construction argument.
(WebFrameLoaderClient::createFrame): Call new 'createSubframeWithOwnerElement'

  • WebCoreSupport/WebFrameLoaderClient.h: Update constructor to

handle case of no default frame argument.
(WebFrameLoaderClient::setWebFrame): Added.

  • WebFrame.cpp:

(WebFrame::createSubframeWithOwnerElement): Renamed from 'init'.
(WebFrame::initWithWebFrameView): Added for new page-driven load path.

  • WebFrame.h: Added new method signatures.
  • WebView.cpp:

(WebView::initWithFrame): Update to match behavior of other ports.

1:01 PM Changeset in webkit [154630] by mhahnenberg@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

Object.defineProperty should be able to create a PropertyDescriptor where m_attributes == 0
https://bugs.webkit.org/show_bug.cgi?id=120314

Reviewed by Darin Adler.

Currently with the way that defineProperty works, we leave a stray low bit set in
PropertyDescriptor::m_attributes in the following code:

var o = {};
Object.defineProperty(o, 100, {writable:true, enumerable:true, configurable:true, value:"foo"});

This is due to the fact that the lowest non-zero attribute (ReadOnly) is represented as 1 << 1
instead of 1 << 0. We then calculate the default attributes as (DontDelete << 1) - 1, which is 0xF,
but only the top three bits mean anything. Even in the case above, the top three bits are set
to 0 but the bottom bit remains set, which causes us to think m_attributes is non-zero.

Since some of these attributes and their corresponding values are exposed in the JavaScriptCore
framework's public C API, it's safer to just change how we calculate the default value, which is
where the weirdness was originating from in the first place.

  • runtime/PropertyDescriptor.cpp:
12:19 PM Changeset in webkit [154629] by weinig@apple.com
  • 29 edits
    88 adds in trunk

Add support for Promises
https://bugs.webkit.org/show_bug.cgi?id=120260

Reviewed by Darin Adler.

Source/JavaScriptCore:

Add an initial implementation of Promises - http://dom.spec.whatwg.org/#promises.

  • Despite Promises being defined in the DOM, the implementation is being put in JSC in preparation for the Promises eventually being defined in ECMAScript.
  • CMakeLists.txt:
  • DerivedSources.make:
  • DerivedSources.pri:
  • GNUmakefile.list.am:
  • JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • Target.pri:

Add new files.

  • jsc.cpp:

Update jsc's GlobalObjectMethodTable to stub out the new QueueTaskToEventLoop callback. This mean's
you can't quite use Promises with with the command line tool yet.

  • interpreter/CallFrame.h:

(JSC::ExecState::promisePrototypeTable):
(JSC::ExecState::promiseConstructorTable):
(JSC::ExecState::promiseResolverPrototypeTable):

  • runtime/VM.cpp:

(JSC::VM::VM):
(JSC::VM::~VM):

  • runtime/VM.h:

Add supporting code for the new static lookup tables.

  • runtime/CommonIdentifiers.h:

Add 3 new identifiers, "Promise", "PromiseResolver", and "then".

  • runtime/JSGlobalObject.cpp:

(JSC::JSGlobalObject::reset):
(JSC::JSGlobalObject::visitChildren):
Add supporting code Promise and PromiseResolver's constructors and structures.

  • runtime/JSGlobalObject.h:

(JSC::TaskContext::~TaskContext):
Add a new callback to the GlobalObjectMethodTable to post a task on the embedder's runloop.

(JSC::JSGlobalObject::promisePrototype):
(JSC::JSGlobalObject::promiseResolverPrototype):
(JSC::JSGlobalObject::promiseStructure):
(JSC::JSGlobalObject::promiseResolverStructure):
(JSC::JSGlobalObject::promiseCallbackStructure):
(JSC::JSGlobalObject::promiseWrapperCallbackStructure):
Add supporting code Promise and PromiseResolver's constructors and structures.

  • runtime/JSPromise.cpp: Added.
  • runtime/JSPromise.h: Added.
  • runtime/JSPromiseCallback.cpp: Added.
  • runtime/JSPromiseCallback.h: Added.
  • runtime/JSPromiseConstructor.cpp: Added.
  • runtime/JSPromiseConstructor.h: Added.
  • runtime/JSPromisePrototype.cpp: Added.
  • runtime/JSPromisePrototype.h: Added.
  • runtime/JSPromiseResolver.cpp: Added.
  • runtime/JSPromiseResolver.h: Added.
  • runtime/JSPromiseResolverConstructor.cpp: Added.
  • runtime/JSPromiseResolverConstructor.h: Added.
  • runtime/JSPromiseResolverPrototype.cpp: Added.
  • runtime/JSPromiseResolverPrototype.h: Added.

Add Promise implementation.

Source/WebCore:

Add an initial implementation of Promises - http://dom.spec.whatwg.org/#promises.

  • Despite Promises being defined in the DOM, the implementation is being put in JSC in preparation for the Promises eventually being defined in ECMAScript.

Tests: fast/js/Promise-already-fulfilled.html

fast/js/Promise-already-rejected.html
fast/js/Promise-already-resolved.html
fast/js/Promise-catch-in-workers.html
fast/js/Promise-catch.html
fast/js/Promise-chain.html
fast/js/Promise-exception.html
fast/js/Promise-fulfill-in-workers.html
fast/js/Promise-fulfill.html
fast/js/Promise-init-in-workers.html
fast/js/Promise-init.html
fast/js/Promise-reject-in-workers.html
fast/js/Promise-reject.html
fast/js/Promise-resolve-chain.html
fast/js/Promise-resolve-in-workers.html
fast/js/Promise-resolve-with-then-exception.html
fast/js/Promise-resolve-with-then-fulfill.html
fast/js/Promise-resolve-with-then-reject.html
fast/js/Promise-resolve.html
fast/js/Promise-simple-fulfill-inside-callback.html
fast/js/Promise-simple-fulfill.html
fast/js/Promise-simple-in-workers.html
fast/js/Promise-simple.html
fast/js/Promise-static-fulfill.html
fast/js/Promise-static-reject.html
fast/js/Promise-static-resolve.html
fast/js/Promise-then-in-workers.html
fast/js/Promise-then-without-callbacks-in-workers.html
fast/js/Promise-then-without-callbacks.html
fast/js/Promise-then.html
fast/js/Promise-types.html
fast/js/Promise.html

  • GNUmakefile.list.am:
  • Target.pri:
  • UseJSC.cmake:
  • WebCore.vcxproj/WebCore.vcxproj:
  • WebCore.vcxproj/WebCore.vcxproj.filters:
  • WebCore.xcodeproj/project.pbxproj:
  • bindings/js/JSBindingsAllInOne.cpp:

Add new files.

  • bindings/js/JSDOMGlobalObjectTask.cpp: Added.

(WebCore::JSGlobalObjectCallback::create):
(WebCore::JSGlobalObjectCallback::~JSGlobalObjectCallback):
(WebCore::JSGlobalObjectCallback::call):
(WebCore::JSGlobalObjectCallback::JSGlobalObjectCallback):
(WebCore::JSGlobalObjectTask::JSGlobalObjectTask):
(WebCore::JSGlobalObjectTask::~JSGlobalObjectTask):
(WebCore::JSGlobalObjectTask::performTask):

  • bindings/js/JSDOMGlobalObjectTask.h: Added.

(WebCore::JSGlobalObjectTask::create):
Add a new task type to be used with the GlobalObjectMethodTable's new QueueTaskToEventLoop callback.

  • bindings/js/JSDOMWindowBase.cpp:

(WebCore::JSDOMWindowBase::queueTaskToEventLoop):

  • bindings/js/JSDOMWindowBase.h:

Implement the GlobalObjectMethodTable callback, QueueTaskToEventLoop.

  • bindings/js/JSMainThreadExecState.h:

All using JSMainThreadExecState as a simple RAII object.

  • bindings/js/JSWorkerGlobalScopeBase.cpp:

(WebCore::JSWorkerGlobalScopeBase::JSWorkerGlobalScopeBase):
(WebCore::JSWorkerGlobalScopeBase::allowsAccessFrom):
(WebCore::JSWorkerGlobalScopeBase::supportsProfiling):
(WebCore::JSWorkerGlobalScopeBase::supportsRichSourceInfo):
(WebCore::JSWorkerGlobalScopeBase::shouldInterruptScript):
(WebCore::JSWorkerGlobalScopeBase::javaScriptExperimentsEnabled):
(WebCore::JSWorkerGlobalScopeBase::queueTaskToEventLoop):

  • bindings/js/JSWorkerGlobalScopeBase.h:

Add a GlobalObjectMethodTable and implement QueueTaskToEventLoop. Forward the other callbacks
to JSGlobalObject so they retain their existing behavior.

LayoutTests:

Add tests adapted from the Mozilla and Blink projects.

  • fast/js/Promise-already-fulfilled-expected.txt: Added.
  • fast/js/Promise-already-fulfilled.html: Added.
  • fast/js/Promise-already-rejected-expected.txt: Added.
  • fast/js/Promise-already-rejected.html: Added.
  • fast/js/Promise-already-resolved-expected.txt: Added.
  • fast/js/Promise-already-resolved.html: Added.
  • fast/js/Promise-catch-expected.txt: Added.
  • fast/js/Promise-catch-in-workers-expected.txt: Added.
  • fast/js/Promise-catch-in-workers.html: Added.
  • fast/js/Promise-catch.html: Added.
  • fast/js/Promise-chain-expected.txt: Added.
  • fast/js/Promise-chain.html: Added.
  • fast/js/Promise-exception-expected.txt: Added.
  • fast/js/Promise-exception.html: Added.
  • fast/js/Promise-expected.txt: Added.
  • fast/js/Promise-fulfill-expected.txt: Added.
  • fast/js/Promise-fulfill-in-workers-expected.txt: Added.
  • fast/js/Promise-fulfill-in-workers.html: Added.
  • fast/js/Promise-fulfill.html: Added.
  • fast/js/Promise-init-expected.txt: Added.
  • fast/js/Promise-init-in-workers-expected.txt: Added.
  • fast/js/Promise-init-in-workers.html: Added.
  • fast/js/Promise-init.html: Added.
  • fast/js/Promise-reject-expected.txt: Added.
  • fast/js/Promise-reject-in-workers-expected.txt: Added.
  • fast/js/Promise-reject-in-workers.html: Added.
  • fast/js/Promise-reject.html: Added.
  • fast/js/Promise-resolve-chain-expected.txt: Added.
  • fast/js/Promise-resolve-chain.html: Added.
  • fast/js/Promise-resolve-expected.txt: Added.
  • fast/js/Promise-resolve-in-workers-expected.txt: Added.
  • fast/js/Promise-resolve-in-workers.html: Added.
  • fast/js/Promise-resolve-with-then-exception-expected.txt: Added.
  • fast/js/Promise-resolve-with-then-exception.html: Added.
  • fast/js/Promise-resolve-with-then-fulfill-expected.txt: Added.
  • fast/js/Promise-resolve-with-then-fulfill.html: Added.
  • fast/js/Promise-resolve-with-then-reject-expected.txt: Added.
  • fast/js/Promise-resolve-with-then-reject.html: Added.
  • fast/js/Promise-resolve.html: Added.
  • fast/js/Promise-simple-expected.txt: Added.
  • fast/js/Promise-simple-fulfill-expected.txt: Added.
  • fast/js/Promise-simple-fulfill-inside-callback-expected.txt: Added.
  • fast/js/Promise-simple-fulfill-inside-callback.html: Added.
  • fast/js/Promise-simple-fulfill.html: Added.
  • fast/js/Promise-simple-in-workers-expected.txt: Added.
  • fast/js/Promise-simple-in-workers.html: Added.
  • fast/js/Promise-simple.html: Added.
  • fast/js/Promise-static-fulfill-expected.txt: Added.
  • fast/js/Promise-static-fulfill.html: Added.
  • fast/js/Promise-static-reject-expected.txt: Added.
  • fast/js/Promise-static-reject.html: Added.
  • fast/js/Promise-static-resolve-expected.txt: Added.
  • fast/js/Promise-static-resolve.html: Added.
  • fast/js/Promise-then-expected.txt: Added.
  • fast/js/Promise-then-in-workers-expected.txt: Added.
  • fast/js/Promise-then-in-workers.html: Added.
  • fast/js/Promise-then-without-callbacks-expected.txt: Added.
  • fast/js/Promise-then-without-callbacks-in-workers-expected.txt: Added.
  • fast/js/Promise-then-without-callbacks-in-workers.html: Added.
  • fast/js/Promise-then-without-callbacks.html: Added.
  • fast/js/Promise-then.html: Added.
  • fast/js/Promise-types-expected.txt: Added.
  • fast/js/Promise-types.html: Added.
  • fast/js/Promise.html: Added.
  • fast/js/resources/Promise-catch-in-workers.js: Added.
  • fast/js/resources/Promise-fulfill-in-workers.js: Added.
  • fast/js/resources/Promise-init-in-workers.js: Added.
  • fast/js/resources/Promise-reject-in-workers.js: Added.
  • fast/js/resources/Promise-resolve-in-workers.js: Added.
  • fast/js/resources/Promise-simple-in-workers.js: Added.
  • fast/js/resources/Promise-then-in-workers.js: Added.
  • fast/js/resources/Promise-then-without-callbacks-in-workers.js: Added.
12:03 PM Changeset in webkit [154628] by rwlbuis@webkit.org
  • 7 edits in trunk

Computed style of fill/stroke properties incorrect on references
https://bugs.webkit.org/show_bug.cgi?id=114761

Reviewed by Darin Adler.

Source/WebCore:

The computed style of the fill and stroke properties did not include
the url() function. Added the url() string to output.

Updated existing tests to cover the issue.

  • css/CSSPrimitiveValue.cpp: Cleanup.

(WebCore::CSSPrimitiveValue::customCssText):

  • svg/SVGPaint.cpp: Added "url("

(WebCore::SVGPaint::customCssText):

LayoutTests:

Add tests to verify that url function is included for references.

  • svg/css/script-tests/svg-attribute-parser-mode.js:
  • svg/css/svg-attribute-parser-mode-expected.txt:
  • transitions/svg-transitions-expected.txt:
12:01 PM Changeset in webkit [154627] by roger_fong@apple.com
  • 10 edits
    2 adds in trunk/Source/WebKit

<https://bugs.webkit.org/show_bug.cgi?id=119829> Add IAccessibleText and IAccessibleEditableText interfaces and implementation to AppleWin port.

Reviewed by Chris Fleizach.

  • AccessibleBase.cpp:

(AccessibleBase::createInstance): Create an AccessibleText instance when necessary.
(AccessibleBase::QueryService):

  • AccessibleBase.h:
  • AccessibleTextImpl.cpp: Added.

(AccessibleText::AccessibleText):
(AccessibleText::addSelection):
(AccessibleText::get_attributes): Not Implemented
(AccessibleText::get_caretOffset):
(AccessibleText::get_characterExtents):
(AccessibleText::get_nSelections):
(AccessibleText::get_offsetAtPoint):
(AccessibleText::get_selection):
(AccessibleText::get_text):
(AccessibleText::get_textBeforeOffset): Not Implemented
(AccessibleText::get_textAfterOffset): Not Implemented
(AccessibleText::get_textAtOffset): Not Implemented
(AccessibleText::removeSelection):
(AccessibleText::setCaretOffset):
(AccessibleText::setSelection):
(AccessibleText::get_nCharacters):
(AccessibleText::scrollSubstringTo):
(AccessibleText::scrollSubstringToPoint):
(AccessibleText::get_newText): Not Implemented
(AccessibleText::get_oldText): Not Implemented
(AccessibleText::get_attributeRange): Not Implemented
(AccessibleText::copyText):
(AccessibleText::deleteText):
(AccessibleText::insertText):
(AccessibleText::cutText):
(AccessibleText::pasteText):
(AccessibleText::replaceText):
(AccessibleText::setAttributes): Not Implemented
(AccessibleText::QueryInterface):
(AccessibleText::Release):
(AccessibleText::convertSpecialOffset):
(AccessibleText::initialCheck):

  • AccessibleTextImpl.h: Added.

(AccessibleText::~AccessibleText):
(AccessibleText::AddRef):

  • WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
  • WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters:
  • WebKit.vcxproj/WebKit/WebKit.vcxproj:
  • WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:
  • WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
  • WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters:
11:45 AM Changeset in webkit [154626] by zandobersek@gmail.com
  • 2 edits in trunk/Source/JavaScriptCore

Plenty of -Wcast-align warnings in KeywordLookup.h
https://bugs.webkit.org/show_bug.cgi?id=120316

Reviewed by Darin Adler.

  • KeywordLookupGenerator.py: Use reinterpret_cast instead of a C-style cast when casting

the character pointers to types of larger size. This avoids spewing lots of warnings
in the KeywordLookup.h header when compiling with the -Wcast-align option.

11:43 AM Changeset in webkit [154625] by zandobersek@gmail.com
  • 2 edits in trunk/Source/WTF

Undefine STDC_LIMIT_MACROS and STDC_CONSTANT_MACROS before redefining them
https://bugs.webkit.org/show_bug.cgi?id=120313

Reviewed by Darin Adler.

  • wtf/LLVMHeaders.h: Undefine the two macros before they are defined again.

This way we avoid the compilation-time warnings about the macros being invalidly redefined.

11:42 AM Changeset in webkit [154624] by Lucas Forschler
  • 13 edits in branches/safari-537-branch

Merged r154528. <rdar://problem/14634453>

11:41 AM Changeset in webkit [154623] by zandobersek@gmail.com
  • 2 edits in trunk/Source/WebCore

Prettify generated build guards in HTMLElementFactory.cpp
https://bugs.webkit.org/show_bug.cgi?id=120310

Reviewed by Darin Adler.

Build guards should wrap the constructor definitions without empty lines between
the guards and the constructor code. Similarly, build guards for addTag calls
shouldn't put an empty line after the build guard closure.

  • dom/make_names.pl:

(printConstructorInterior):
(printConstructors):
(printFunctionInits):

11:31 AM Changeset in webkit [154622] by robert@webkit.org
  • 3 edits
    8 adds in trunk

Avoid painting every non-edge collapsed border twice over
https://bugs.webkit.org/show_bug.cgi?id=119759

Reviewed by David Hyatt.

Source/WebCore:

Every collapsed border that isn't on the edge of a table gets painted at least twice, once by each
adjacent cell. The joins are painted four times. This is unnecessary and results in tables with semi-transparent
borders getting rendered incorrectly - each border adjoing two cells is painted twice and ends up darker than it should be.

Fixing the overpainting at joins is another day's work. This patch ensures each collapsed border inside a table is only
painted once. It does this by only allowing cells at the top and left edge of the table to paint their top and left collapsed borders.
All the others can only paint their right and bottom collapsed border. This works because the borders are painted from bottom right to top left.

Tests: fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl.html

fast/table/border-collapsing/collapsed-borders-adjoining-sections.html

  • rendering/RenderTableCell.cpp:

(WebCore::RenderTableCell::paintCollapsedBorders):

LayoutTests:

  • fast/table/border-collapsing/collapsed-borders-adjoining-sections-expected.html: Added.
  • fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.png: Added.
  • fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt: Added.

The painting here, though still wrong, is a progression on the behaviour prior to bug 11759 where
the left border was painted twice. The painting can be resolved completely when we no longer paint
twice at the border joins.

  • fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl.html: Added.
  • fast/table/border-collapsing/collapsed-borders-adjoining-sections.html: Added.
  • fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.png: Added.
  • fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt: Added.
  • fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells.html: Added.
11:23 AM Changeset in webkit [154621] by Lucas Forschler
  • 3 edits
    2 copies in branches/safari-537-branch

Merged r154529. <rdar://problem/14816232>

11:18 AM Changeset in webkit [154620] by akling@apple.com
  • 6 edits in trunk/Source

Unreviewed build fix.

Source/WebCore:

  • page/Page.cpp:

(WebCore::Page::setNeedsRecalcStyleInAllFrames):

Source/WebKit/mac:

  • WebView/WebFrame.mm:

(+[WebFrame _createMainFrameWithPage:frameName:frameView:]):

Source/WebKit2:

  • WebProcess/WebPage/WebFrame.cpp:

(WebKit::WebFrame::createWithCoreMainFrame):
(WebKit::WebFrame::createSubframe):

11:06 AM Changeset in webkit [154619] by Brent Fulgham
  • 2 edits in trunk/Source/WebCore

Unreviewed buid fix.

  • page/Page.cpp:

(WebCore::Page::setNeedsRecalcStyleInAllFrames): Remove extra '{' character.

10:57 AM Changeset in webkit [154618] by psolanki@apple.com
  • 12 edits in trunk/Source

PageGroup::groupSettings() should return a reference
https://bugs.webkit.org/show_bug.cgi?id=120319

Reviewed by Andreas Kling.

PageGroup::m_groupSettings is never NULL so we can just return a reference from groupSettings().

Source/WebCore:

  • Modules/indexeddb/IDBFactory.cpp:
  • page/PageGroup.h:

(WebCore::PageGroup::groupSettings):

  • storage/StorageNamespaceImpl.cpp:

(WebCore::StorageNamespaceImpl::localStorageNamespace):

  • workers/DefaultSharedWorkerRepository.cpp:

(WebCore::SharedWorkerProxy::groupSettings):

  • workers/WorkerMessagingProxy.cpp:

(WebCore::WorkerMessagingProxy::startWorkerGlobalScope):

Source/WebKit/blackberry:

  • Api/WebPage.cpp:

(BlackBerry::WebKit::WebPagePrivate::didChangeSettings):

Source/WebKit/gtk:

  • webkit/webkitwebdatabase.cpp:

(webkit_set_web_database_directory_path):

Source/WebKit2:

  • WebProcess/Storage/StorageNamespaceImpl.cpp:

(WebKit::StorageNamespaceImpl::createLocalStorageNamespace):

10:55 AM Changeset in webkit [154617] by Lucas Forschler
  • 5 edits in branches/safari-537-branch/Source/WebCore

Merged r154535. <rdar://problem/14825344>

10:54 AM Changeset in webkit [154616] by akling@apple.com
  • 21 edits in trunk/Source

WebCore: Let Page create the main Frame.
<https://webkit.org/b/119964>

Source/WebCore:

Reviewed by Anders Carlsson.

Previously, Frame::create() would call Page::setMainFrame() when constructing the
main Frame for a Page. Up until that point, Page had a null mainFrame().

To guarantee that Page::mainFrame() is never null, we re-order things so that
Page is responsible for creating its own main Frame. We do this at the earliest
possible point; in the Page constructor initializer list.

Constructing a Frame requires a FrameLoaderClient*, so I've added such a field to
the PageClients struct.

When creating a WebKit-layer frame, we now wrap the already-instantiated
Page::mainFrame() instead of creating a new Frame.

  • loader/EmptyClients.cpp:

(WebCore::fillWithEmptyClients):

Add an EmptyFrameLoaderClient to the PageClients constructed here.

  • inspector/InspectorOverlay.cpp:

(WebCore::InspectorOverlay::overlayPage):

  • svg/graphics/SVGImage.cpp:

(WebCore::SVGImage::dataChanged):

Updated to wrap Page::mainFrame() in a FrameView instead of creating their
own Frame manually.

  • page/Frame.cpp:

(WebCore::Frame::create):

  • page/Page.h:

Remove Page::setMainFrame() and the only call site.

  • page/Page.cpp:

(WebCore::Page::Page):

Construct Page::m_mainFrame in the initializer list.

(WebCore::Page::PageClients::PageClients):

Add "FrameLoaderClient* loaderClientForMainFrame" to PageClients.

(WebCore::Page::setNeedsRecalcStyleInAllFrames):

Null-check the Frame::document() before calling through on it. This would
otherwise crash when changing font-related Settings before calling init() on
the Frame (like InspectorOverlay does.)

Source/WebKit/gtk:

Tweak WebKit1/GTK for changes in WebCore.

Patch by Zan Dobersek <zdobersek@igalia.com>
Reviewed by Gustavo Noronha Silva.

  • WebCoreSupport/FrameLoaderClientGtk.h:

(WebKit::FrameLoaderClient::setWebFrame):

  • webkit/webkitwebframe.cpp:

(webkit_web_frame_new):

  • webkit/webkitwebview.cpp:

(webkit_web_view_init):

Source/WebKit/mac:

Reviewed by Anders Carlsson.

  • WebCoreSupport/WebFrameLoaderClient.h:

(WebFrameLoaderClient::setWebFrame):

Make it possible to construct a WebFrameLoaderClient with a null WebFrame*.
A WebFrame* is later hooked up with a call to setWebFrame().

  • WebView/WebFrame.mm:

(+[WebFrame _createMainFrameWithPage:frameName:frameView:]):

Customized this method to wrap the Page::mainFrame() instead of creating a
new Frame.

  • WebView/WebView.mm:

(-[WebView _commonInitializationWithFrameName:groupName:]):

Add a WebFrameLoaderClient to the PageClients passed to Page().

Source/WebKit2:

Reviewed by Anders Carlsson.

  • WebProcess/WebCoreSupport/WebFrameLoaderClient.h:
  • WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:

(WebKit::WebFrameLoaderClient::WebFrameLoaderClient):

This starts out with a null WebFrame* pointer now.

(WebKit::WebFrameLoaderClient::setWebFrame):

WebFrame hooks itself up through this as soon as it's constructed.

(WebKit::WebFrameLoaderClient::frameLoaderDestroyed):

Tweak an out-of-date comment. The ref() we're balancing out comes from
WebFrame::create().

  • WebProcess/WebPage/WebFrame.cpp:

(WebKit::WebFrame::createWithCoreMainFrame):

Rewrote createMainFrame() as createWithCoreMainFrame(). The new method wraps
an existing WebCore::Frame instead of creating a new one.

(WebKit::WebFrame::createSubframe):

Merged WebFrame::init() into here since the logic isn't shared with main
Frame creation anymore.

(WebKit::WebFrame::create):
(WebKit::WebFrame::WebFrame):

Call WebFrameLoaderClient::setWebFrame(this).

  • WebProcess/WebPage/WebFrame.h:

WebFrame::m_frameLoaderClient is now an OwnPtr rather than an inline member.
This way it can be created before the WebFrame.

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::WebPage):

Set up a WebFrameLoaderClient and pass it to the Page constructor along with
the other PageClients.

10:51 AM Changeset in webkit [154615] by Brent Fulgham
  • 2 edits in trunk/Source/WebCore

[Windows] Unreviewed build fix.

  • rendering/RenderMediaControls.cpp: Remove references to QuickTime controls

that are no longer part of WKSI.
(wkHitTestMediaUIPart):
(wkMeasureMediaUIPart):
(wkDrawMediaUIPart):
(wkDrawMediaSliderTrack):

10:48 AM Changeset in webkit [154614] by commit-queue@webkit.org
  • 15 edits
    8 adds in trunk

<https://webkit.org/b/106133> document.body.scrollTop & document.documentElement.scrollTop differ cross-browser

Patch by Gurpreet Kaur <gur.trio@gmail.com> on 2013-08-26
Reviewed by Darin Adler.

Source/WebCore:

Webkit always uses document.body.scrollTop whether quirks or
standard mode. Similiar behaviour is for document.body.scrollLeft.
As per the specification webkit should return document.body.scrollTop
for quirks mode and document.documentElement.scrollTop for standard mode.
Same for document.body.scrollLeft and document.documentElement.scrollLeft.

Tests: fast/dom/Element/scrollLeft-Quirks.html

fast/dom/Element/scrollLeft.html
fast/dom/Element/scrollTop-Quirks.html
fast/dom/Element/scrollTop.html

  • dom/Element.cpp:

(WebCore::Element::scrollLeft):
(WebCore::Element::scrollTop):
If the element does not have any associated CSS layout box or the element
is the root element and the Document is in quirks mode return zero.
Else If the element is the root element return the value of scrollY
for scrollTop and scrollX for scrollLeft.

  • html/HTMLBodyElement.cpp:

(WebCore::HTMLBodyElement::scrollLeft):
(WebCore::HTMLBodyElement::scrollTop):
If the element is the HTML body element, the Document is in quirks mode,
return the value of scrollY for scrollTop and scrollX for scrollLeft.

LayoutTests:

  • fast/dom/Element/scrollLeft-Quirks-expected.txt: Added.
  • fast/dom/Element/scrollLeft-Quirks.html: Added.
  • fast/dom/Element/scrollLeft-expected.txt: Added.
  • fast/dom/Element/scrollLeft.html: Added.
  • fast/dom/Element/scrollTop-Quirks-expected.txt: Added.
  • fast/dom/Element/scrollTop-Quirks.html: Added.
  • fast/dom/Element/scrollTop-expected.txt: Added.
  • fast/dom/Element/scrollTop.html: Added.

Added new tests for verifying our behavior for document.body.scrollTop/scrollLeft and
document.documentElement.scrollTop/scrollLeft for both Quirks as well as Standard mode.

  • fast/css/zoom-body-scroll-expected.txt:
  • fast/css/zoom-body-scroll.html:
  • fast/events/mouse-cursor.html:
  • http/tests/navigation/anchor-frames-expected.txt:
  • http/tests/navigation/anchor-frames-gbk-expected.txt:
  • http/tests/navigation/resources/frame-with-anchor-gbk.html:
  • http/tests/navigation/resources/frame-with-anchor-same-origin.html:
  • http/tests/navigation/resources/frame-with-anchor.html:
  • platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html:
  • platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html:
  • platform/win/fast/css/zoom-body-scroll-expected.txt:

Rebaselining existing tests as per the new behavior. The test cases are changed to use
quirks mode because it uses document.body.scrollTop/scrollLeft and as per the new code
document.body.scrollTop/scrollLeft will return correct value if document is in quirk mode
Also test cases have been modified so that it tests what it used to.

10:45 AM Changeset in webkit [154613] by Antti Koivisto
  • 2 edits in trunk/Source/WebCore

REGRESSION (r154581): Some plugin tests failing in debug bots
https://bugs.webkit.org/show_bug.cgi?id=120315

Reviewed by Darin Adler.

We are hitting the new no-event-dispatch-while-iterating assertion.

Detaching deletes a plugin which modifies DOM while it dies.

  • dom/Document.cpp:

(WebCore::Document::createRenderTree):
(WebCore::Document::detach):

Don't iterate at all. Document never has more than one Element child anyway.

10:43 AM Changeset in webkit [154612] by barraclough@apple.com
  • 5 edits in trunk

RegExpMatchesArray should not call put?
https://bugs.webkit.org/show_bug.cgi?id=120317

Reviewed by Oliver Hunt.

This will call accessors on the JSObject/JSArray prototypes - so adding an accessor or read-only
property called index or input to either of these prototypes will result in broken behavior.

Source/JavaScriptCore:

  • runtime/RegExpMatchesArray.cpp:

(JSC::RegExpMatchesArray::reifyAllProperties):

  • put -> putDirect

LayoutTests:

  • fast/regex/lastIndex-expected.txt:
  • fast/regex/script-tests/lastIndex.js:
    • Added test
10:33 AM Changeset in webkit [154611] by oliver@apple.com
  • 2 edits in trunk/Source/WTF

Building is so overrated.

10:21 AM Changeset in webkit [154610] by oliver@apple.com
  • 2 edits in trunk/Source/WTF

Disable compression under MSVC for now

9:53 AM Changeset in webkit [154609] by Brent Fulgham
  • 3 edits in trunk/WebKitLibraries

[Windows] Updates to WKSI to get external builders working.

  • win/include/WebKitSystemInterface/WebKitSystemInterface.h:
  • win/lib32/WebKitSystemInterface.lib:
9:28 AM Changeset in webkit [154608] by ddkilzer@apple.com
  • 2 edits in trunk/Source/WebCore

BUILD FIX (r154580): RenderObject::document() returns a reference

See: <https://webkit.org/b/120272>

  • accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:

(-[WebAccessibilityObjectWrapper _accessibilityParentForSubview:]):
(AXAttributeStringSetHeadingLevel):

9:22 AM Changeset in webkit [154607] by Brent Fulgham
  • 2 edits in trunk/Source/WebKit

[Windows] Build fix after r154541.

  • WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove reference

to deleted Element::pseudoElement(PseudoID), and add exports for new
beforePseudoElement() and afterPseudoElement().

9:13 AM Changeset in webkit [154606] by Brent Fulgham
  • 2 edits in trunk/Source/WebCore

[Windows] Build fix after r154578. Return Vector<String>() instead
of ListHashSet<String>().

  • platform/win/PasteboardWin.cpp:

(WebCore::Pasteboard::types):

9:09 AM Changeset in webkit [154605] by Brent Fulgham
  • 2 edits in trunk/Source/WebCore

[Windows] Build fix after r154580.

  • rendering/RenderThemeWin.cpp: Mirror changes made for other ports now that

Frame is known to always be valid when in a render tree. This allows us to
get rid of some unneeded null checks.
(WebCore::RenderThemeWin::getThemeData):
(WebCore::RenderThemeWin::paintMenuList):

8:53 AM Changeset in webkit [154604] by Brent Fulgham
  • 2 edits in trunk/Source/WebCore

[Windows] Build fix after r154554.

  • page/AutoscrollController.cpp: Correct various places where pointers are now

references.
(WebCore::AutoscrollController::stopAutoscrollTimer):
(WebCore::AutoscrollController::startPanScrolling):
(WebCore::AutoscrollController::autoscrollTimerFired):

8:09 AM Changeset in webkit [154603] by Carlos Garcia Campos
  • 9 edits
    3 adds in trunk/Source/WebKit2

[GTK] Add WebKit2 API for isolated worlds
https://bugs.webkit.org/show_bug.cgi?id=103377

Reviewed by Anders Carlsson.

  • GNUmakefile.list.am: Add new files to compilation.
  • UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Add new symbols.
  • UIProcess/API/gtk/tests/TestWebExtensions.cpp:

(testWebExtensionWindowObjectCleared):
(scriptDialogCallback):
(runJavaScriptInIsolatedWorldFinishedCallback):
(testWebExtensionIsolatedWorld):
(beforeAll):

  • UIProcess/API/gtk/tests/WebExtensionTest.cpp:

(echoCallback):
(windowObjectCleared):
(getWebPage):
(methodCallCallback):

  • WebProcess/InjectedBundle/API/gtk/WebKitFrame.cpp:

(webkit_frame_get_javascript_context_for_script_world): New public
method to tget the JavaScript execution context for a given script
world.

  • WebProcess/InjectedBundle/API/gtk/WebKitFrame.h:
  • WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.cpp: Added.

(scriptWorlds): Global WebKitScriptWorld map.
(_WebKitScriptWorldPrivate::~_WebKitScriptWorldPrivate):
(webkitScriptWorldGet): Get the WebKitScriptWorld wrapping the
given injected bundle script world.
(webkitScriptWorldGetInjectedBundleScriptWorld): Get the injected
bundle script world wrapped by the given WebKitScriptWorld.
(webkitScriptWorldWindowObjectCleared): Emit
WebKitScriptWorld::window-object-cleared signal.
(webkitScriptWorldCreate): Create a new WebKitScriptWorld wrapping
the given injected bundle script world.
(createDefaultScriptWorld): Create the default WebKitScriptWorld
wrapping the normal world.
(webkit_script_world_get_default): Return the default WebKitScriptWorld.
(webkit_script_world_new): Create a new isolated WebKitScriptWorld.

  • WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.h: Added.
  • WebProcess/InjectedBundle/API/gtk/WebKitScriptWorldPrivate.h: Added.
  • WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp:

(didClearWindowObjectForFrame): Call webkitScriptWorldWindowObjectCleared().
(webkitWebPageCreate): Add implementation for callback
didClearWindowObjectForFrame in injected bundle loader client.

  • WebProcess/InjectedBundle/API/gtk/webkit-web-extension.h:

Include WebKitScriptWorld.h.

8:02 AM Changeset in webkit [154602] by Carlos Garcia Campos
  • 2 edits in trunk/Source/WebKit2

[WebKit2] Offsets for WKBundlePageLoaderClient in APIClientTraits are wrong
https://bugs.webkit.org/show_bug.cgi?id=120268

Reviewed by Anders Carlsson.

  • Shared/APIClientTraits.cpp: Use always the first member of every

version as the offset of the version.

6:32 AM Changeset in webkit [154601] by zandobersek@gmail.com
  • 3 edits in trunk/Tools

[GTK] Include most of the WebKit2 unit tests into the build and testing
https://bugs.webkit.org/show_bug.cgi?id=120307

Reviewed by Philippe Normand.

There are still various unit test source files that are not being included into
the build. This patch includes most of these, only leaving out tests that do not
compile or test features that are not supported by the GTK port.

  • Scripts/run-gtk-tests: Skip four newly-added tests that are failing or timing out.

(TestRunner):

  • TestWebKitAPI/GNUmakefile.am:
6:27 AM MemoryCache edited by w.bielawski@samsung.com
(diff)
6:10 AM Changeset in webkit [154600] by Carlos Garcia Campos
  • 2 edits in trunk/Tools

[GTK] Allow to run tests without Xvfb in run-gtk-tests
https://bugs.webkit.org/show_bug.cgi?id=120298

Reviewed by Philippe Normand.

Add --no-xvfb command line option to run tests in the current
display.

  • Scripts/run-gtk-tests:

(TestRunner._run_xvfb): Return early if option --no-xvfb has been
passed.
(TestRunner._setup_testing_environment): Use helper function
_run_xvfb to start Xvfb if needed.
(TestRunner._tear_down_testing_environment): Check Xvfb is
actually running before trying to terminate it.

6:04 AM MemoryCache.png attached to MemoryCache by w.bielawski@samsung.com
6:02 AM MemoryCache created by w.bielawski@samsung.com
5:51 AM WikiStart edited by w.bielawski@samsung.com
(diff)
5:45 AM Changeset in webkit [154599] by kov@webkit.org
  • 2 edits in trunk/Source/WebCore/platform/gtk/po

[GTK L10N] Updated Brazilian Portuguese translation for WebKitGTK+
https://bugs.webkit.org/show_bug.cgi?id=120193

Patch by Enrico Nicoletto <liverig@gmail.com> on 2013-08-26
Reviewed by Gustavo Noronha Silva.

  • pt_BR.po: Updated.
4:59 AM Changeset in webkit [154598] by zarvai@inf.u-szeged.hu
  • 2 edits in trunk/Tools

Adding Gabor Abraham to contributors.json.

Reviewed by Csaba Osztrogonác.

  • Scripts/webkitpy/common/config/contributors.json:
4:13 AM Changeset in webkit [154597] by akling@apple.com
  • 4 edits in trunk/Source/WebCore

Move DocumentTiming inside ENABLE(WEB_TIMING) guards.
<https://webkit.org/b/120281>

Reviewed by Anders Carlsson.

Looks like this struct is only used by other ENABLE(WEB_TIMING) code, so don't bother
filling it in if we're not building like that.

  • dom/Document.cpp:

(WebCore::Document::setReadyState):
(WebCore::Document::finishedParsing):

  • dom/Document.h:
  • dom/DocumentTiming.h:
3:43 AM Changeset in webkit [154596] by gyuyoung.kim@samsung.com
  • 2 edits in trunk/LayoutTests

Unreviewed, EFL gardening. EFL WK1 DRT doesn't support exif-orientation tests

  • platform/efl-wk1/TestExpectations: Add fast/images/exif-orientation-composited.html as failure.
3:36 AM Changeset in webkit [154595] by Carlos Garcia Campos
  • 2 edits in trunk/Tools

[GTK] Add support for passing test directories to run-gtk-tests
https://bugs.webkit.org/show_bug.cgi?id=120296

Reviewed by Philippe Normand.

  • Scripts/run-gtk-tests:

(TestRunner._get_tests_from_dir): Helper function to return all
unit tests found in a given directory.
(TestRunner._get_tests): Check the given tests passed in the
command line, so that if a directory is found the tests contained
in the directory are added to the list of tests to run.

3:31 AM Changeset in webkit [154594] by Carlos Garcia Campos
  • 2 edits in trunk/Tools

[GTK] Improve the stop/reload button implementation in MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=120292

Reviewed by Philippe Normand.

  • Use an instance member of BrowserWindow for the button widget instead of a global variable.
  • Use notify::is-loading to monitor the WebView load instead of the estimated-load-progress property.
  • Use webkit_web_view_is_loading() to check whether the view is loading to change the button icon instead of a string comparison of the gtk stock icon id.
  • Use the right casts to fix compile warning.
  • MiniBrowser/gtk/BrowserWindow.c:

(reloadOrStopCallback):
(webViewLoadProgressChanged):
(webViewIsLoadingChanged):
(browser_window_init):
(browserWindowConstructed):

3:07 AM Changeset in webkit [154593] by commit-queue@webkit.org
  • 4 edits in trunk

[Qt] Remove the fix in QWebPage::javaScriptConsoleMessage introduced by (r61433)
https://bugs.webkit.org/show_bug.cgi?id=119791

Source/WebKit/qt:

Patch by Arunprasad Rajkumar <arurajku@cisco.com> on 2013-08-26
Reviewed by Jocelyn Turcotte.

  • WidgetApi/qwebpage.cpp:

(QWebPage::javaScriptConsoleMessage): Removed hack specific to DRT, introduced by
(r61433).

Tools:

Patch by Arunprasad Rajkumar <arurajku@cisco.com> on 2013-08-26
Reviewed by Jocelyn Turcotte.

Load empty url to send onunload event to currently running page. onunload event is
mandatory for LayoutTests/plugins/open-and-close-window-with-plugin.html and
LayoutTests/plugins/geturlnotify-during-document-teardown.html.

  • DumpRenderTree/qt/DumpRenderTreeQt.cpp:

(WebPage::~WebPage):

1:43 AM Changeset in webkit [154592] by Carlos Garcia Campos
  • 2 edits in trunk/Tools

[GTK] Silence MiniBrowser compile warnings due to recent GTK+ deprecations
https://bugs.webkit.org/show_bug.cgi?id=120290

Reviewed by Philippe Normand.

  • MiniBrowser/gtk/GNUmakefile.am: Add

-DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6 compile option.

1:04 AM Changeset in webkit [154591] by Carlos Garcia Campos
  • 2 edits in trunk/Source/WebKit2

[GTK] Add missing initializer for pluginLoadPolicy in WKPageLoaderClient
https://bugs.webkit.org/show_bug.cgi?id=120289

Reviewed by Philippe Normand.

  • UIProcess/API/gtk/WebKitLoaderClient.cpp:

(attachLoaderClientToView): Add initializer for pluginLoadPolicy
and rename the comment of the previous one as
pluginLoadPolicy_deprecatedForUseWithV2.

12:53 AM Changeset in webkit [154590] by zandobersek@gmail.com
  • 2 edits in trunk/Tools

[GTK] Add WillLoad test files to the TestWebKitAPI/TestWebKit2 program
https://bugs.webkit.org/show_bug.cgi?id=120288

Reviewed by Carlos Garcia Campos.

  • TestWebKitAPI/GNUmakefile.am: Add the WillLoad.cpp build target that should be compiled

into the TestWebKit2 program. The InjectedBundle counterpart file is added to the build as well.
These unit tests are at the moment failing in debug configurations, so it would be nice to
have the GTK builds report these failures as well.

12:47 AM Changeset in webkit [154589] by Carlos Garcia Campos
  • 2 edits in trunk/Source/WebKit2

[GTK] webkitCredentialGetCredential returns a temporary in g_return_val_if_fail
https://bugs.webkit.org/show_bug.cgi?id=120287

Reviewed by Philippe Normand.

  • UIProcess/API/gtk/WebKitCredential.cpp:

(webkitCredentialGetCredential): Use ASSERT() instead of
g_return_val_if_fail() since this is a private function.

12:45 AM Changeset in webkit [154588] by Carlos Garcia Campos
  • 2 edits in trunk/Source/WebCore

[GTK] Fix compile warning in WebKitDOMCustom
https://bugs.webkit.org/show_bug.cgi?id=120286

Reviewed by Philippe Normand.

  • bindings/gobject/WebKitDOMCustom.cpp:

(webkit_dom_html_element_get_item_type): Add return 0.

Aug 25, 2013:

11:20 PM Changeset in webkit [154587] by ryuan.choi@samsung.com
  • 2 edits in trunk/Tools

[EFL] EWebLauncher is executed as full screen with device pixel ratio
https://bugs.webkit.org/show_bug.cgi?id=120282

Reviewed by Gyuyoung Kim.

  • EWebLauncher/main.c:

Use double instead of float for device_pixel_ratio which is passed to ECORE_GETOPT_VALUE_DOUBLE.

11:05 PM Changeset in webkit [154586] by rniwa@webkit.org
  • 4 edits in trunk/Source/WebCore

JSHTMLFormElement::canGetItemsForName needlessly allocates a Vector
https://bugs.webkit.org/show_bug.cgi?id=120277

Reviewed by Sam Weinig.

Added HTMLFormElement::hasNamedElement and used it in JSHTMLFormElement::canGetItemsForName.

This required fixing a bug in HTMLFormElement::getNamedElements that the first call to getNamedElements
after replacing an element A with another element B of the same name caused it to erroneously append A
to namedItems via the aliases mapping. Because getNamedElements used to be always called in pairs, this
wrong behavior was never visible to the Web. Fixed the bug by not adding the old element to namedItem
when namedItem's size is 1.

Also renamed m_elementAliases to m_pastNamesMap along with related member functions.

No new tests are added since there should be no Web exposed behavioral change.

  • bindings/js/JSHTMLFormElementCustom.cpp:

(WebCore::JSHTMLFormElement::canGetItemsForName):

  • html/HTMLFormElement.cpp:

(WebCore::HTMLFormElement::elementFromPastNamesMap):
(WebCore::HTMLFormElement::addElementToPastNamesMap):
(WebCore::HTMLFormElement::hasNamedElement):
(WebCore::HTMLFormElement::getNamedElements):

  • html/HTMLFormElement.h:
7:21 PM Changeset in webkit [154585] by akling@apple.com
  • 3 edits in trunk/Source/WebCore

RenderLayerBacking::renderer() should return a reference.
<https://webkit.org/b/120280>

Reviewed by Anders Carlsson.

It's just a forwarding call to RenderLayer::renderer() which already returns a reference.

7:08 PM Changeset in webkit [154584] by gyuyoung.kim@samsung.com
  • 3 edits in trunk/Source/WebCore

Add toSVGMissingGlyphElement(), and use it.
https://bugs.webkit.org/show_bug.cgi?id=120197

Reviewed by Andreas Kling.

As a step to clean-up static_cast<SVGXXX>, toSVGMissingGlyphElement() is added to clean-up
static_cast<SVGMissingGlyphElement*>.

  • svg/SVGFontElement.cpp:

(WebCore::SVGFontElement::firstMissingGlyphElement):
(WebCore::SVGFontElement::ensureGlyphCache):

  • svg/SVGMissingGlyphElement.h:

(WebCore::toSVGMissingGlyphElement):

6:02 PM Changeset in webkit [154583] by akling@apple.com
  • 23 edits in trunk/Source

RenderLayer::renderer() should return a reference.
<https://webkit.org/b/120276>

Reviewed by Anders Carlsson.

RenderLayer is always created with a renderer, so make renderer() (and m_renderer) references.
Nuked an assortment of useless null checks.

2:43 PM Changeset in webkit [154582] by commit-queue@webkit.org
  • 8 edits
    19 adds
    13 deletes in trunk/LayoutTests

Improve srcset's layout tests
https://bugs.webkit.org/show_bug.cgi?id=120274

Moved srcset's tests to use js-test-pre, and output text with clear PASS/FAILED statements.
Added expected.txt files to the test directory, since there shouldn't be any platform variance in the results.
For some of the tests, added an equivalent 1x/2x test, to make sure the feature behaves on both DPRs.
Added preload tests on the "change-dynamically" tests, to make sure the 'src' resource is not loaded when it shouldn't.

Patch by Yoav Weiss <yoav@yoav.ws> on 2013-08-25
Reviewed by Andreas Kling.

  • fast/hidpi/image-srcset-change-dynamically-from-js-1x-expected.txt: Added.
  • fast/hidpi/image-srcset-change-dynamically-from-js-1x.html: Added.
  • fast/hidpi/image-srcset-change-dynamically-from-js-2x-expected.txt: Added.
  • fast/hidpi/image-srcset-change-dynamically-from-js-2x.html: Added.
  • fast/hidpi/image-srcset-change-dynamically-from-js.html: Removed.
  • fast/hidpi/image-srcset-data-src-expected.txt: Added.
  • fast/hidpi/image-srcset-data-src.html:
  • fast/hidpi/image-srcset-data-srcset-expected.txt: Added.
  • fast/hidpi/image-srcset-data-srcset.html:
  • fast/hidpi/image-srcset-invalid-inputs-correct-src-expected.txt: Added.
  • fast/hidpi/image-srcset-invalid-inputs-correct-src.html:
  • fast/hidpi/image-srcset-invalid-inputs-except-one-expected.txt: Added.
  • fast/hidpi/image-srcset-invalid-inputs-except-one.html:
  • fast/hidpi/image-srcset-remove-dynamically-from-js-expected.txt: Added.
  • fast/hidpi/image-srcset-remove-dynamically-from-js.html:
  • fast/hidpi/image-srcset-same-alternative-for-both-attributes-expected.txt: Added.
  • fast/hidpi/image-srcset-same-alternative-for-both-attributes.html:
  • fast/hidpi/image-srcset-simple-1x-expected.txt: Added.
  • fast/hidpi/image-srcset-simple-1x.html: Added.
  • fast/hidpi/image-srcset-simple-2x-expected.txt: Added.
  • fast/hidpi/image-srcset-simple-2x.html: Added.
  • fast/hidpi/image-srcset-simple.html: Removed.
  • fast/hidpi/image-srcset-src-selection-1x-expected.txt: Added.
  • fast/hidpi/image-srcset-src-selection-1x.html: Added.
  • fast/hidpi/image-srcset-src-selection-2x-expected.txt: Added.
  • fast/hidpi/image-srcset-src-selection-2x.html: Added.
  • fast/hidpi/image-srcset-src-selection.html: Removed.
  • fast/hidpi/image-srcset-viewport-modifiers-expected.txt: Added.
  • fast/hidpi/image-srcset-viewport-modifiers.html:
  • platform/mac/fast/hidpi/image-srcset-change-dynamically-from-js-expected.txt: Removed.
  • platform/mac/fast/hidpi/image-srcset-data-src-expected.txt: Removed.
  • platform/mac/fast/hidpi/image-srcset-data-srcset-expected.txt: Removed.
  • platform/mac/fast/hidpi/image-srcset-invalid-inputs-correct-src-expected.txt: Removed.
  • platform/mac/fast/hidpi/image-srcset-invalid-inputs-except-one-expected.txt: Removed.
  • platform/mac/fast/hidpi/image-srcset-remove-dynamically-from-js-expected.txt: Removed.
  • platform/mac/fast/hidpi/image-srcset-same-alternative-for-both-attributes-expected.txt: Removed.
  • platform/mac/fast/hidpi/image-srcset-simple-expected.txt: Removed.
  • platform/mac/fast/hidpi/image-srcset-src-selection-expected.txt: Removed.
  • platform/mac/fast/hidpi/image-srcset-viewport-modifiers-expected.txt: Removed.
2:30 PM Changeset in webkit [154581] by Antti Koivisto
  • 13 edits
    2 adds in trunk/Source/WebCore

Element child and descendant iterators
https://bugs.webkit.org/show_bug.cgi?id=120248

Reviewed by Sam Weinig and Andreas Kling.

Add iterators for Element children and descendants.

To iterate over element children:

#include "ChildIterator.h"

for (auto it = elementChildren(this).begin(), end = elementChildren(this).end(); it != end; ++it) {

Element& element = *it;
...

for (auto it = childrenOfType<HTMLAreaElement>(this).begin(), end = childrenOfType<HTMLAreaElement>(this).end(); it != end; ++it) {

HTMLAreaElement& area = *it;
...

To iteratate over element descendants in pre-order:

#include "DescendantIterator.h"

for (auto it = elementDescendants(this).begin(), end = elementDescendants(this).end(); it != end; ++it) {

Element& element = *it;
...

for (auto it = descendantsOfType<HTMLAreaElement>(this).begin(), end = descendantsOfType<HTMLAreaElement>(this).end(); it != end; ++it) {

HTMLAreaElement& area = *it;
...


The iterators assert against DOM mutations and event dispatch while iterating in debug builds.

They are compatible with C++11 range-based for loops. In the future we can use

for (auto& element : elementChildren(this))

...

etc.

The patch all uses the new iterators in a few places.

  • WebCore.xcodeproj/project.pbxproj:
  • accessibility/AccessibilityNodeObject.cpp:

(WebCore::AccessibilityNodeObject::canvasHasFallbackContent):
(WebCore::siblingWithAriaRole):

  • accessibility/AccessibilityRenderObject.cpp:
  • accessibility/AccessibilityTable.cpp:

(WebCore::AccessibilityTable::isDataTable):

  • dom/ChildIterator.h: Added.

(WebCore::ChildIterator::operator*):
(WebCore::ChildIterator::operator->):
(WebCore::::ChildIterator):
(WebCore::::operator):
(WebCore::=):
(WebCore::::ChildIteratorAdapter):
(WebCore::::begin):
(WebCore::::end):
(WebCore::elementChildren):
(WebCore::childrenOfType):

  • dom/DescendantIterator.h: Added.

(WebCore::DescendantIterator::operator*):
(WebCore::DescendantIterator::operator->):
(WebCore::::DescendantIterator):
(WebCore::::operator):
(WebCore::=):
(WebCore::::DescendantIteratorAdapter):
(WebCore::::begin):
(WebCore::::end):
(WebCore::elementDescendants):
(WebCore::descendantsOfType):

  • dom/Document.cpp:

(WebCore::Document::buildAccessKeyMap):
(WebCore::Document::childrenChanged):
(WebCore::Document::attach):
(WebCore::Document::detach):

  • editing/ApplyStyleCommand.cpp:

(WebCore::ApplyStyleCommand::cleanupUnstyledAppleStyleSpans):

  • editing/markup.cpp:

(WebCore::completeURLs):

  • html/HTMLMapElement.cpp:

(WebCore::HTMLMapElement::mapMouseEvent):

  • html/HTMLMediaElement.cpp:

(WebCore::HTMLMediaElement::selectMediaResource):
(WebCore::HTMLMediaElement::textTrackModeChanged):

2:22 PM Changeset in webkit [154580] by akling@apple.com
  • 87 edits in trunk/Source/WebCore

RenderObject::document() should return a reference.
<https://webkit.org/b/120272>

Reviewed by Antti Koivisto.

There's always a Document. We were allocated in someone's arena, after all.
Various null checks and assertions neutralized.

12:43 PM Changeset in webkit [154579] by ddkilzer@apple.com
  • 2 edits in trunk/Source/WebCore

BUILD FIX (r154578): Return Vector<String>() from Pasteboard::types() for iOS

  • platform/ios/PasteboardIOS.mm:

(WebCore::Pasteboard::types): Return Vector<String>() instead of
ListHashSet<String>() after r154578.

10:24 AM Changeset in webkit [154578] by Darin Adler
  • 12 edits in trunk/Source/WebCore

Make JavaScript binding for Clipboard::types more normal
https://bugs.webkit.org/show_bug.cgi?id=120271

Reviewed by Anders Carlsson.

  • bindings/js/JSClipboardCustom.cpp:

(WebCore::JSClipboard::types): Make a simple custom binding. Only needed because
there is a special value, null, this can return.

  • dom/Clipboard.cpp:

(WebCore::Clipboard::types): Return Vector<String> instead of ListHashSet<String>.

  • dom/Clipboard.h: Ditto.
  • platform/Pasteboard.h: Ditto.
  • platform/blackberry/PasteboardBlackBerry.cpp:

(WebCore::Pasteboard::types): Ditto.

  • platform/efl/PasteboardEfl.cpp:

(WebCore::Pasteboard::types): Ditto.

  • platform/gtk/PasteboardGtk.cpp:

(WebCore::Pasteboard::types): Ditto.

  • platform/ios/PasteboardIOS.mm:

(WebCore::Pasteboard::types): Ditto.

  • platform/mac/PasteboardMac.mm:

(WebCore::Pasteboard::types): Ditto.

  • platform/qt/PasteboardQt.cpp:

(WebCore::Pasteboard::types): Ditto.

  • platform/win/PasteboardWin.cpp:

(WebCore::Pasteboard::types): Ditto.

7:21 AM Changeset in webkit [154577] by ddkilzer@apple.com
  • 4 edits in trunk/Source/WebCore

Unreviewed rollout of r154571. Broke internal iOS build.

Reopened: No need for clearTimers function in Frame
https://bugs.webkit.org/show_bug.cgi?id=120265

  • history/CachedFrame.cpp:

(WebCore::CachedFrame::CachedFrame):
(WebCore::CachedFrame::destroy):

  • page/Frame.cpp:

(WebCore::Frame::clearTimers):

  • page/Frame.h:
3:28 AM Changeset in webkit [154576] by Darin Adler
  • 4 edits in trunk/Source/WebCore

No need for hasData in Clipboard
https://bugs.webkit.org/show_bug.cgi?id=120269

Reviewed by Andreas Kling.

This simple forwarder does not belong in the Clipboard class.
The drag code that uses it already works directly with Pasteboard.

  • dom/Clipboard.cpp: Removed hasData.
  • dom/Clipboard.h: Ditto.
  • page/DragController.cpp:

(WebCore::DragController::startDrag): Call through the pasteboard.

3:15 AM Changeset in webkit [154575] by Darin Adler
  • 10 edits in trunk/Source

Source/WebCore: No need for documentTypeString function in Frame
https://bugs.webkit.org/show_bug.cgi?id=120262

Reviewed by Andreas Kling.

  • WebCore.exp.in: Removed export of Frame::documentTypeString.
  • editing/markup.cpp:

(WebCore::documentTypeString): Added. Replaces the old Frame member function.
Makes more sense to have this here since it is both called by and calls code
in this file; somehow this function was left behind.
(WebCore::createFullMarkup): Changed to call the new function.

  • editing/markup.h: Added documentTypeString function. Has to be exported

because LegacyWebArchive uses it; might be worth fixing that later.

  • loader/archive/cf/LegacyWebArchive.cpp:

(WebCore::LegacyWebArchive::create): Changed to call the new function.
(WebCore::LegacyWebArchive::createFromSelection): Ditto.

  • page/Frame.cpp: Removed Frame::documentTypeString.
  • page/Frame.h: Ditto.

Source/WebKit/mac: Frame should not have a documentTypeString member function
https://bugs.webkit.org/show_bug.cgi?id=120262

Reviewed by Andreas Kling.

  • WebView/WebFrame.mm: Removed _stringWithDocumentTypeStringAndMarkupString:

internal method, which was not used anywhere in WebKit. Internal methods are
only for use within WebKit, as opposed to public and private methods that can
be used outside.

  • WebView/WebFrameInternal.h: Ditto.
3:00 AM Changeset in webkit [154574] by Darin Adler
  • 2 edits
    1 move in trunk/Source/WebCore

Clipboard is in DOM directory, but ClipboardMac is in platform directory
https://bugs.webkit.org/show_bug.cgi?id=120267

Reviewed by Andreas Kling.

This file is almost gone; has just one function in it. Move it for now, and later
we can delete it entirely.

  • WebCore.xcodeproj/project.pbxproj: Updated for new file location.
  • dom/ClipboardMac.mm: Moved from Source/WebCore/platform/mac/ClipboardMac.mm.
2:54 AM Changeset in webkit [154573] by Darin Adler
  • 7 edits in trunk/Source/WebCore

No need for notifyChromeClientWheelEventHandlerCountChanged in Frame
https://bugs.webkit.org/show_bug.cgi?id=120264

Reviewed by Andreas Kling.

  • dom/Document.cpp:

(WebCore::Document::createRenderTree): Renamed attach to this.
This made it practical to remove a comment that says the same thing and
also helps make the purpose of the function considerably more clear,
although the relationship to the attached and detach functions is now
less clear; should fix that soon.
(WebCore::pageWheelEventHandlerCountChanged): Added. Contains the code
from Frame::notifyChromeClientWheelEventHandlerCountChanged, minus some
assertions that were only needed because the function was passed a frame
rather than a page.
(WebCore::Document::didBecomeCurrentDocumentInFrame): Added. Contains
most of the code from Frame::setDocument. Looking at before and after,
we can see that most of the work is within the document class and matches
up with other code already in this class. Added FIXMEs about many problems
spotted in the code.
(WebCore::Document::topDocument): Added FIXME and tweaked formatting.
(WebCore::wheelEventHandlerCountChanged): Moved the call to the
pageWheelEventHandlerCountChanged in here from the two call sites.
Also added a FIXME.
(WebCore::Document::didAddWheelEventHandler): Removed the call to
notifyChromeClientWheelEventHandlerCountChanged, since that's now handled
inside wheelEventHandlerCountChanged.
(WebCore::Document::didRemoveWheelEventHandler): Ditto.

  • dom/Document.h: Renamed attach to createRenderTree, made it private,

and added a new didBecomeCurrentDocumentInFrame function.

  • loader/PlaceholderDocument.cpp:

(WebCore::PlaceholderDocument::createRenderTree): Renamed from attach.

  • loader/PlaceholderDocument.h: Did the rename and made the function a

private override.

  • page/Frame.cpp:

(WebCore::Frame::setDocument): Moved most of this function out of here
into the new Document::didBecomeCurrentDocumentInFrame function.
Also deleted notifyChromeClientWheelEventHandlerCountChanged.

  • page/Frame.h: Deleted notifyChromeClientWheelEventHandlerCountChanged.
2:51 AM Changeset in webkit [154572] by Darin Adler
  • 6 edits in trunk/Source/WebCore

No need for dispatchVisibilityStateChangeEvent function
https://bugs.webkit.org/show_bug.cgi?id=120261

Reviewed by Andreas Kling.

  • dom/Document.cpp: Removed dispatchVisibilityStateChangeEvent.
  • dom/Document.h: Ditto.
  • page/Frame.cpp: Ditto.
  • page/Frame.h: Ditto.
  • page/Page.cpp:

(WebCore::Page::setVisibilityState): Put all the logic for dispatching the
visibility state change event. Nothing here requires any special information
about the internals of Frame or Document.

2:33 AM Changeset in webkit [154571] by Darin Adler
  • 4 edits in trunk/Source/WebCore

No need for clearTimers function in Frame
https://bugs.webkit.org/show_bug.cgi?id=120265

Reviewed by Andreas Kling.

  • history/CachedFrame.cpp:

(WebCore::clearTimers): Added. Moved here from Frame.
(WebCore::CachedFrame::CachedFrame): Call above function.
(WebCore::CachedFrame::destroy): Ditto.

  • page/Frame.cpp: Removed the two clearTimers functions.
  • page/Frame.h: Ditto.
2:27 AM Changeset in webkit [154570] by zandobersek@gmail.com
  • 2 edits in trunk/Tools

[gdb] Remove the pretty printer for KURLGooglePrivate
https://bugs.webkit.org/show_bug.cgi?id=120263

Reviewed by Benjamin Poulain.

Remove the pretty printer for the WebCore::KURLGooglePrivate structure that
was usable inside the gdb debugger. The structure was remove from the codebase
along with the GoogleURL backend for KURL.

  • gdb/webkit.py:

(JSCJSStringPrinter.to_string):
(add_pretty_printers):

1:02 AM Changeset in webkit [154569] by fpizlo@apple.com
  • 12 edits
    16 adds in trunk

FloatTypedArrayAdaptor::toJSValue should almost certainly not use jsNumber() since that attempts int conversions
https://bugs.webkit.org/show_bug.cgi?id=120228

Source/JavaScriptCore:

Reviewed by Oliver Hunt.

It turns out that there were three problems:

  • Using jsNumber() meant that we were converting doubles to integers and then possibly back again whenever doing a set() between floating point arrays.


  • Slow-path accesses to double typed arrays were slower than necessary because of the to-int conversion attempt.


  • The use of JSValue as an intermediate for converting between differen types in typedArray.set() resulted in worse code than I had previously expected.


This patch solves the problem by using template double-dispatch to ensure that
that C++ compiler sees the simplest possible combination of casts between any
combination of typed array types, while still preserving JS and typed array
conversion semantics. Conversions are done as follows:

SourceAdaptor::convertTo<TargetAdaptor>(value)


Internally, convertTo() calls one of three possible methods on TargetAdaptor,
with one method for each of int32_t, uint32_t, and double. This means that the
C++ compiler will at worst see a widening cast to one of those types followed
by a narrowing conversion (not necessarily a cast - may have clamping or the
JS toInt32() function).

This change doesn't just affect typedArray.set(); it also affects slow-path
accesses to typed arrays as well. This patch also adds a bunch of new test
coverage.

This change is a ~50% speed-up on typedArray.set() involving floating point
types.

  • GNUmakefile.list.am:
  • JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • runtime/GenericTypedArrayView.h:

(JSC::GenericTypedArrayView::set):

  • runtime/JSDataViewPrototype.cpp:

(JSC::setData):

  • runtime/JSGenericTypedArrayView.h:

(JSC::JSGenericTypedArrayView::setIndexQuicklyToDouble):
(JSC::JSGenericTypedArrayView::setIndexQuickly):

  • runtime/JSGenericTypedArrayViewInlines.h:

(JSC::::setWithSpecificType):
(JSC::::set):

  • runtime/ToNativeFromValue.h: Added.

(JSC::toNativeFromValue):

  • runtime/TypedArrayAdaptors.h:

(JSC::IntegralTypedArrayAdaptor::toJSValue):
(JSC::IntegralTypedArrayAdaptor::toDouble):
(JSC::IntegralTypedArrayAdaptor::toNativeFromInt32):
(JSC::IntegralTypedArrayAdaptor::toNativeFromUint32):
(JSC::IntegralTypedArrayAdaptor::toNativeFromDouble):
(JSC::IntegralTypedArrayAdaptor::convertTo):
(JSC::FloatTypedArrayAdaptor::toJSValue):
(JSC::FloatTypedArrayAdaptor::toDouble):
(JSC::FloatTypedArrayAdaptor::toNativeFromInt32):
(JSC::FloatTypedArrayAdaptor::toNativeFromUint32):
(JSC::FloatTypedArrayAdaptor::toNativeFromDouble):
(JSC::FloatTypedArrayAdaptor::convertTo):
(JSC::Uint8ClampedAdaptor::toJSValue):
(JSC::Uint8ClampedAdaptor::toDouble):
(JSC::Uint8ClampedAdaptor::toNativeFromInt32):
(JSC::Uint8ClampedAdaptor::toNativeFromUint32):
(JSC::Uint8ClampedAdaptor::toNativeFromDouble):
(JSC::Uint8ClampedAdaptor::convertTo):

LayoutTests:

Reviewed by Oliver Hunt.

Add coverage for three things:

  • Typed array accesses with corner-case values.


  • Typed array set() (i.e. copy) between arrays of different types.


  • Performance of typedArray.set() involving different types.


This required some changes to our test harnesses, since they previously
couldn't consistently do numerical array comparisons in a reliable way.

  • fast/js/regress/Float32Array-to-Float64Array-set-expected.txt: Added.
  • fast/js/regress/Float32Array-to-Float64Array-set.html: Added.
  • fast/js/regress/Float64Array-to-Int16Array-set-expected.txt: Added.
  • fast/js/regress/Float64Array-to-Int16Array-set.html: Added.
  • fast/js/regress/Int16Array-to-Int32Array-set-expected.txt: Added.
  • fast/js/regress/Int16Array-to-Int32Array-set.html: Added.
  • fast/js/regress/script-tests/Float32Array-to-Float64Array-set.js: Added.
  • fast/js/regress/script-tests/Float64Array-to-Int16Array-set.js: Added.
  • fast/js/regress/script-tests/Int16Array-to-Int32Array-set.js: Added.
  • fast/js/resources/js-test-pre.js:

(areNumbersEqual):
(areArraysEqual):
(isResultCorrect):

  • fast/js/resources/standalone-pre.js:

(areNumbersEqual):
(areArraysEqual):
(isTypedArray):
(isResultCorrect):
(stringify):
(shouldBe):

  • fast/js/script-tests/typed-array-access.js: Added.

(bitsToString):
(bitsToValue):
(valueToBits):
(roundTrip):

  • fast/js/script-tests/typed-array-set-different-types.js: Added.

(MyRandom):
(.reference):
(.usingConstruct):

  • fast/js/typed-array-access-expected.txt: Added.
  • fast/js/typed-array-access.html: Added.
  • fast/js/typed-array-set-different-types-expected.txt: Added.
  • fast/js/typed-array-set-different-types.html: Added.
12:20 AM Changeset in webkit [154568] by ryuan.choi@samsung.com
  • 2 edits in trunk/LayoutTests

Unreviewed EFL gardening.

  • platform/efl/TestExpectations:

Unskipped some accessibility tests which are already passed.

12:06 AM Changeset in webkit [154567] by zandobersek@gmail.com
  • 3 edits in trunk/Source/WebKit2

Unreviewed GTK build fix after r154565.

  • UIProcess/API/gtk/tests/TestInspector.cpp: Include the Vector header.
  • UIProcess/API/gtk/tests/TestResources.cpp: Ditto.

Aug 24, 2013:

10:32 PM Changeset in webkit [154566] by ryuan.choi@samsung.com
  • 2 edits in trunk/Source/WebCore

Unreviewed build fix after r154560

  • page/FrameTree.cpp:

(WebCore::FrameTree::scopedChild):
Use tree(). instead of tree()->.

9:39 PM Changeset in webkit [154565] by benjamin@webkit.org
  • 3 edits in trunk/Source/WTF

Save three bytes per CStringBuffer object
https://bugs.webkit.org/show_bug.cgi?id=120040

Reviewed by Darin Adler.

Merge https://chromium.googlesource.com/chromium/blink/+/894ae8eafdb64912aefd8f9c809f4ccda84f3b89

sizeof(CStringBuffer) was rounded up to 8 on account of struct size and
alignment rules. This is clearly not what was intended.

  • wtf/text/CString.cpp:

(WTF::CStringBuffer::createUninitialized):

  • wtf/text/CString.h:

(WTF::CStringBuffer::data):
(WTF::CStringBuffer::mutableData):

9:33 PM Changeset in webkit [154564] by Brent Fulgham
  • 3 edits in trunk/WebKitLibraries

[Windows] Another attempt to fix the Windows bots. Need to retain older
QuickTime player features for external builders.

  • win/include/WebKitSystemInterface/WebKitSystemInterface.h:
  • win/lib32/WebKitSystemInterface.lib:
9:20 PM Changeset in webkit [154563] by fpizlo@apple.com
  • 2 edits in trunk/Tools

Unreviewed, fix build-webkit --ftl-jit in the case that you have your own llvm directory. We need to
prune 'libgtest' and friends from the llvm build, since WebKit builds its own and none of the llvm
libraries depend on libgtest anyway.

  • Scripts/copy-webkitlibraries-to-product-directory:
9:19 PM Changeset in webkit [154562] by benjamin@webkit.org
  • 2 edits in trunk/Source/WebCore

<https://webkit.org/b/120102> Inline SelectorQuery's execution traits

Reviewed by Sam Weinig.

For some reason, clang does not always inline the trait. The operations are so simple
that it shows up in profile.
Force the inlining to match the original speed.

  • dom/SelectorQuery.cpp:

(WebCore::AllElementExtractorSelectorQueryTrait::appendOutputForElement):
(WebCore::SingleElementExtractorSelectorQueryTrait::appendOutputForElement):

9:17 PM Changeset in webkit [154561] by benjamin@webkit.org
  • 2 edits in trunk/Source/WebCore

Remove a useless #include from StyledElement
https://bugs.webkit.org/show_bug.cgi?id=120245

Reviewed by Andreas Kling.

  • dom/StyledElement.cpp:
8:41 PM Changeset in webkit [154560] by Darin Adler
  • 4 edits in trunk/Source/WebCore

Move Frame::inScope into FrameTree
https://bugs.webkit.org/show_bug.cgi?id=120257

Reviewed by Sam Weinig.

  • page/Frame.cpp: Removed inScope.
  • page/Frame.h: Ditto.
  • page/FrameTree.cpp:

(WebCore::inScope): Moved it here.
(WebCore::FrameTree::scopedChild): Changed to call new function.
(WebCore::FrameTree::scopedChildCount): Ditto.

8:08 PM Changeset in webkit [154559] by ddkilzer@apple.com
  • 2 edits in trunk/Source/WebCore

BUILD FIX: Include HTMLPlugInImageElement.h for ENABLE(PLUGIN_PROXY_FOR_VIDEO)

Fixes the following build failure for iOS:

In file included from Source/WebCore/accessibility/AccessibilityAllInOne.cpp:28:
In file included from Source/WebCore/accessibility/AXObjectCache.cpp:42:
In file included from Source/WebCore/accessibility/AccessibilityMediaControls.h:36:
In file included from Source/WebCore/html/shadow/MediaControlElements.h:34:
In file included from Source/WebCore/html/shadow/MediaControlElementTypes.h:37:
Source/WebCore/html/HTMLMediaElement.h:324:23: error: unknown type name 'PluginCreationOption'

void updateWidget(PluginCreationOption);


  • html/HTMLMediaElement.h:
7:28 PM Changeset in webkit [154558] by Darin Adler
  • 94 edits in trunk/Source

Frame::tree should return a reference instead of a pointer
https://bugs.webkit.org/show_bug.cgi?id=120259

Reviewed by Andreas Kling.

Source/WebCore:

  • page/Frame.h:

(WebCore::Frame::tree): Return a reference instead of a pointer.

  • bindings/js/JSDOMWindowCustom.cpp:

(WebCore::childFrameGetter):
(WebCore::indexGetter):
(WebCore::JSDOMWindow::getOwnPropertySlot):
(WebCore::JSDOMWindow::getOwnPropertySlotByIndex):
(WebCore::JSDOMWindow::setLocation):

  • bindings/js/PageScriptDebugServer.cpp:

(WebCore::PageScriptDebugServer::setJavaScriptPaused):

  • dom/Document.cpp:

(WebCore::canAccessAncestor):
(WebCore::Document::adoptNode):
(WebCore::Document::canNavigate):
(WebCore::Document::findUnsafeParentScrollPropagationBoundary):
(WebCore::Document::notifySeamlessChildDocumentsOfStylesheetUpdate):
(WebCore::Document::openSearchDescriptionURL):
(WebCore::Document::setDesignMode):
(WebCore::Document::parentDocument):
(WebCore::Document::initSecurityContext):
(WebCore::Document::initContentSecurityPolicy):
(WebCore::Document::requestFullScreenForElement):
(WebCore::Document::webkitExitFullscreen):
(WebCore::Document::didRemoveTouchEventHandler):

  • dom/TreeScope.cpp:

(WebCore::focusedFrameOwnerElement):

  • editing/FrameSelection.cpp:

(WebCore::FrameSelection::selectFrameElementInParentIfFullySelected):

  • history/CachedFrame.cpp:

(WebCore::CachedFrameBase::CachedFrameBase):
(WebCore::CachedFrameBase::restore):
(WebCore::CachedFrame::CachedFrame):

  • history/CachedPage.cpp:

(WebCore::CachedPage::restore):

  • history/PageCache.cpp:

(WebCore::logCanCacheFrameDecision):
(WebCore::PageCache::canCachePageContainingThisFrame):

  • html/HTMLDocument.cpp:

(WebCore::HTMLDocument::hasFocus):

  • html/HTMLPlugInImageElement.cpp:

(WebCore::HTMLPlugInImageElement::restartSimilarPlugIns):

  • inspector/InspectorApplicationCacheAgent.cpp:

(WebCore::InspectorApplicationCacheAgent::getFramesWithManifests):

  • inspector/InspectorCanvasAgent.cpp:

(WebCore::InspectorCanvasAgent::findFramesWithUninstrumentedCanvases):
(WebCore::InspectorCanvasAgent::frameNavigated):

  • inspector/InspectorDOMAgent.cpp:

(WebCore::InspectorDOMAgent::documents):

  • inspector/InspectorFileSystemAgent.cpp:

(WebCore::InspectorFileSystemAgent::assertScriptExecutionContextForOrigin):

  • inspector/InspectorPageAgent.cpp:

(WebCore::InspectorPageAgent::getCookies):
(WebCore::InspectorPageAgent::deleteCookie):
(WebCore::InspectorPageAgent::searchInResources):
(WebCore::InspectorPageAgent::findFrameWithSecurityOrigin):
(WebCore::InspectorPageAgent::buildObjectForFrame):
(WebCore::InspectorPageAgent::buildObjectForFrameTree):

  • inspector/PageRuntimeAgent.cpp:

(WebCore::PageRuntimeAgent::reportExecutionContextCreation):

  • loader/DocumentLoader.cpp:

(WebCore::DocumentLoader::willSendRequest):
(WebCore::DocumentLoader::mainResource):

  • loader/DocumentWriter.cpp:

(WebCore::DocumentWriter::createDecoderIfNeeded):

  • loader/FrameLoader.cpp:

(WebCore::FrameLoader::submitForm):
(WebCore::FrameLoader::allChildrenAreComplete):
(WebCore::FrameLoader::allAncestorsAreComplete):
(WebCore::FrameLoader::loadURLIntoChildFrame):
(WebCore::FrameLoader::outgoingReferrer):
(WebCore::FrameLoader::updateFirstPartyForCookies):
(WebCore::FrameLoader::setFirstPartyForCookies):
(WebCore::FrameLoader::completed):
(WebCore::FrameLoader::started):
(WebCore::FrameLoader::loadURL):
(WebCore::FrameLoader::loadWithDocumentLoader):
(WebCore::FrameLoader::stopAllLoaders):
(WebCore::FrameLoader::commitProvisionalLoad):
(WebCore::FrameLoader::closeOldDataSources):
(WebCore::FrameLoader::prepareForCachedPageRestore):
(WebCore::FrameLoader::subframeIsLoading):
(WebCore::FrameLoader::subresourceCachePolicy):
(WebCore::FrameLoader::detachChildren):
(WebCore::FrameLoader::closeAndRemoveChild):
(WebCore::FrameLoader::checkLoadComplete):
(WebCore::FrameLoader::numPendingOrLoadingRequests):
(WebCore::FrameLoader::detachFromParent):
(WebCore::FrameLoader::shouldClose):
(WebCore::FrameLoader::handleBeforeUnloadEvent):
(WebCore::FrameLoader::continueLoadAfterNewWindowPolicy):
(WebCore::FrameLoader::shouldInterruptLoadForXFrameOptions):
(WebCore::FrameLoader::findFrameForNavigation):
(WebCore::FrameLoader::effectiveSandboxFlags):
(WebCore::createWindow):

  • loader/HistoryController.cpp:

(WebCore::HistoryController::saveDocumentState):
(WebCore::HistoryController::saveDocumentAndScrollState):
(WebCore::HistoryController::restoreDocumentState):
(WebCore::HistoryController::goToItem):
(WebCore::HistoryController::updateForRedirectWithLockedBackForwardList):
(WebCore::HistoryController::recursiveUpdateForCommit):
(WebCore::HistoryController::recursiveUpdateForSameDocumentNavigation):
(WebCore::HistoryController::initializeItem):
(WebCore::HistoryController::createItemTree):
(WebCore::HistoryController::recursiveSetProvisionalItem):
(WebCore::HistoryController::recursiveGoToItem):
(WebCore::HistoryController::currentFramesMatchItem):

  • loader/NavigationScheduler.cpp:

(WebCore::NavigationScheduler::mustLockBackForwardList):
(WebCore::NavigationScheduler::scheduleFormSubmission):

  • loader/ProgressTracker.cpp:

(WebCore::ProgressTracker::progressStarted):
(WebCore::ProgressTracker::progressCompleted):
(WebCore::ProgressTracker::isMainLoadProgressing):

  • loader/appcache/ApplicationCacheGroup.cpp:

(WebCore::ApplicationCacheGroup::selectCache):
(WebCore::ApplicationCacheGroup::selectCacheWithoutManifestURL):

  • loader/archive/cf/LegacyWebArchive.cpp:

(WebCore::LegacyWebArchive::create):

  • loader/cache/CachedResourceLoader.cpp:

(WebCore::CachedResourceLoader::checkInsecureContent):

  • loader/icon/IconController.cpp:

(WebCore::IconController::urlsForTypes):
(WebCore::IconController::startLoader):

  • page/Chrome.cpp:

(WebCore::canRunModalIfDuringPageDismissal):
(WebCore::Chrome::windowScreenDidChange):

  • page/DOMWindow.cpp:

(WebCore::DOMWindow::length):
(WebCore::DOMWindow::name):
(WebCore::DOMWindow::setName):
(WebCore::DOMWindow::parent):
(WebCore::DOMWindow::top):
(WebCore::DOMWindow::open):

  • page/EventHandler.cpp:

(WebCore::EventHandler::scrollRecursively):
(WebCore::EventHandler::logicalScrollRecursively):
(WebCore::EventHandler::handleMouseMoveEvent):

  • page/FocusController.cpp:

(WebCore::FocusController::setContainingWindowIsVisible):

  • page/Frame.cpp:

(WebCore::parentPageZoomFactor):
(WebCore::parentTextZoomFactor):
(WebCore::Frame::setPrinting):
(WebCore::Frame::shouldUsePrintingLayout):
(WebCore::Frame::dispatchVisibilityStateChangeEvent):
(WebCore::Frame::willDetachPage):
(WebCore::Frame::setPageAndTextZoomFactors):
(WebCore::Frame::deviceOrPageScaleFactorChanged):
(WebCore::Frame::notifyChromeClientWheelEventHandlerCountChanged):
(WebCore::Frame::isURLAllowed):

  • page/FrameTree.cpp:

(WebCore::FrameTree::~FrameTree):
(WebCore::FrameTree::setName):
(WebCore::FrameTree::transferChild):
(WebCore::FrameTree::appendChild):
(WebCore::FrameTree::actuallyAppendChild):
(WebCore::FrameTree::removeChild):
(WebCore::FrameTree::uniqueChildName):
(WebCore::FrameTree::scopedChild):
(WebCore::FrameTree::scopedChildCount):
(WebCore::FrameTree::childCount):
(WebCore::FrameTree::child):
(WebCore::FrameTree::find):
(WebCore::FrameTree::isDescendantOf):
(WebCore::FrameTree::traverseNext):
(WebCore::FrameTree::traversePreviousWithWrap):
(WebCore::FrameTree::deepLastChild):
(WebCore::FrameTree::top):
(printFrames):
(showFrameTree):

  • page/FrameView.cpp:

(WebCore::FrameView::setFrameRect):
(WebCore::FrameView::hasCompositedContentIncludingDescendants):
(WebCore::FrameView::hasCompositingAncestor):
(WebCore::FrameView::flushCompositingStateIncludingSubframes):
(WebCore::FrameView::updateCanBlitOnScrollRecursively):
(WebCore::FrameView::setIsOverlapped):
(WebCore::FrameView::shouldUseLoadTimeDeferredRepaintDelay):
(WebCore::FrameView::updateLayerFlushThrottlingInAllFrames):
(WebCore::FrameView::serviceScriptedAnimations):
(WebCore::FrameView::updateBackgroundRecursively):
(WebCore::FrameView::parentFrameView):
(WebCore::FrameView::paintContentsForSnapshot):
(WebCore::FrameView::setTracksRepaints):
(WebCore::FrameView::notifyWidgetsInAllFrames):

  • page/Location.cpp:

(WebCore::Location::ancestorOrigins):

  • page/Page.cpp:

(WebCore::networkStateChanged):
(WebCore::Page::~Page):
(WebCore::Page::renderTreeSize):
(WebCore::Page::updateStyleForAllPagesAfterGlobalChangeInEnvironment):
(WebCore::Page::setNeedsRecalcStyleInAllFrames):
(WebCore::Page::refreshPlugins):
(WebCore::Page::takeAnyMediaCanStartListener):
(WebCore::incrementFrame):
(WebCore::Page::setDefersLoading):
(WebCore::Page::setMediaVolume):
(WebCore::Page::setDeviceScaleFactor):
(WebCore::Page::setShouldSuppressScrollbarAnimations):
(WebCore::Page::didMoveOnscreen):
(WebCore::Page::willMoveOffscreen):
(WebCore::Page::setIsInWindow):
(WebCore::Page::suspendScriptedAnimations):
(WebCore::Page::resumeScriptedAnimations):
(WebCore::Page::userStyleSheetLocationChanged):
(WebCore::Page::allVisitedStateChanged):
(WebCore::Page::visitedStateChanged):
(WebCore::Page::setDebugger):
(WebCore::Page::setMemoryCacheClientCallsEnabled):
(WebCore::Page::setMinimumTimerInterval):
(WebCore::Page::setTimerAlignmentInterval):
(WebCore::Page::dnsPrefetchingStateChanged):
(WebCore::Page::collectPluginViews):
(WebCore::Page::storageBlockingStateChanged):
(WebCore::Page::privateBrowsingStateChanged):
(WebCore::Page::checkSubframeCountConsistency):
(WebCore::Page::suspendActiveDOMObjectsAndAnimations):
(WebCore::Page::resumeActiveDOMObjectsAndAnimations):
(WebCore::Page::captionPreferencesChanged):

  • page/PageGroup.cpp:

(WebCore::PageGroup::invalidateInjectedStyleSheetCacheInAllFrames):

  • page/PageGroupLoadDeferrer.cpp:

(WebCore::PageGroupLoadDeferrer::PageGroupLoadDeferrer):
(WebCore::PageGroupLoadDeferrer::~PageGroupLoadDeferrer):

  • page/PageSerializer.cpp:

(WebCore::PageSerializer::serializeFrame):

  • page/PageThrottler.cpp:

(WebCore::PageThrottler::throttlePage):
(WebCore::PageThrottler::unthrottlePage):

  • page/Settings.cpp:

(WebCore::setImageLoadingSettings):
(WebCore::Settings::setTextAutosizingFontScaleFactor):

  • page/SpatialNavigation.cpp:

(WebCore::rectToAbsoluteCoordinates):

  • page/animation/AnimationController.cpp:

(WebCore::AnimationControllerPrivate::suspendAnimations):
(WebCore::AnimationControllerPrivate::resumeAnimations):

  • page/mac/PageMac.cpp:

(WebCore::Page::addSchedulePair):
(WebCore::Page::removeSchedulePair):

  • page/scrolling/ScrollingCoordinator.cpp:

(WebCore::ScrollingCoordinator::computeNonFastScrollableRegion):
(WebCore::ScrollingCoordinator::computeCurrentWheelEventHandlerCount):

  • plugins/PluginView.cpp:

(WebCore::PluginView::performRequest):
(WebCore::PluginView::load):

  • rendering/HitTestResult.cpp:

(WebCore::HitTestResult::targetFrame):

  • rendering/RenderLayerCompositor.cpp:

(WebCore::RenderLayerCompositor::enclosingCompositorFlushingLayers):
(WebCore::RenderLayerCompositor::updateCompositingLayers):
(WebCore::RenderLayerCompositor::notifyIFramesOfCompositingChange):

  • rendering/TextAutosizer.cpp:

(WebCore::TextAutosizer::processSubtree):

  • storage/StorageEventDispatcher.cpp:

(WebCore::StorageEventDispatcher::dispatchSessionStorageEvents):
(WebCore::StorageEventDispatcher::dispatchLocalStorageEvents):

  • svg/SVGSVGElement.cpp:

(WebCore::SVGSVGElement::currentScale):
(WebCore::SVGSVGElement::setCurrentScale):

  • testing/Internals.cpp:

(WebCore::Internals::formControlStateOfPreviousHistoryItem):
(WebCore::Internals::setFormControlStateOfPreviousHistoryItem):
(WebCore::Internals::numberOfScrollableAreas):

  • xml/parser/XMLDocumentParserLibxml2.cpp:

(WebCore::hasNoStyleInformation):
Use tree(). instead of tree()->.

Source/WebKit/blackberry:

  • Api/WebPage.cpp:

(BlackBerry::WebKit::closeURLRecursively):
(BlackBerry::WebKit::enableCrossSiteXHRRecursively):
(BlackBerry::WebKit::WebPagePrivate::setScreenOrientation):

  • WebCoreSupport/FrameLoaderClientBlackBerry.cpp:

(WebCore::FrameLoaderClientBlackBerry::createFrame):

  • WebKitSupport/DOMSupport.cpp:

(BlackBerry::WebKit::DOMSupport::convertPointToFrame):
(BlackBerry::WebKit::DOMSupport::incrementFrame):
Use tree(). instead of tree()->.

Source/WebKit/efl:

  • WebCoreSupport/DumpRenderTreeSupportEfl.cpp:

(DumpRenderTreeSupportEfl::clearFrameName):
(DumpRenderTreeSupportEfl::frameChildren):
(DumpRenderTreeSupportEfl::frameParent):

  • ewk/ewk_frame.cpp:

(_ewk_frame_children_iterator_next):
(ewk_frame_child_find):
(ewk_frame_name_get):
(ewk_frame_child_add):

  • ewk/ewk_view.cpp:

(ewk_view_frame_create):
Use tree(). instead of tree()->.

Source/WebKit/gtk:

  • WebCoreSupport/DumpRenderTreeSupportGtk.cpp:

(DumpRenderTreeSupportGtk::getFrameChildren):
(DumpRenderTreeSupportGtk::clearMainFrameName):

  • WebCoreSupport/FrameLoaderClientGtk.cpp:

(WebKit::FrameLoaderClient::createFrame):

  • webkit/webkitwebframe.cpp:

(webkit_web_frame_get_name):
(webkit_web_frame_get_parent):
(webkit_web_frame_find_frame):

  • webkit/webkitwebview.cpp:

(webkit_web_view_set_highlight_text_matches):
Use tree(). instead of tree()->.

Source/WebKit/mac:

  • Plugins/Hosted/NetscapePluginInstanceProxy.mm:

(WebKit::NetscapePluginInstanceProxy::performRequest):

  • Plugins/WebBaseNetscapePluginView.mm:

(-[WebBaseNetscapePluginView resolvedURLStringForURL:target:]):

  • Plugins/WebNetscapePluginView.mm:

(-[WebNetscapePluginView loadPluginRequest:]):

  • WebCoreSupport/WebFrameLoaderClient.mm:

(applyAppleDictionaryApplicationQuirkNonInlinePart):
(WebFrameLoaderClient::prepareForDataSourceReplacement):
(WebFrameLoaderClient::createFrame):

  • WebView/WebFrame.mm:

(+[WebFrame _createFrameWithPage:frameName:frameView:ownerElement:]):
(-[WebFrame _updateBackgroundAndUpdatesWhileOffscreen]):
(-[WebFrame _unmarkAllBadGrammar]):
(-[WebFrame _unmarkAllMisspellings]):
(-[WebFrame _atMostOneFrameHasSelection]):
(-[WebFrame _findFrameWithSelection]):
(-[WebFrame _drawRect:contentsOnly:]):
(-[WebFrame _isDescendantOfFrame:]):
(-[WebFrame _recursive_resumeNullEventsForAllNetscapePlugins]):
(-[WebFrame _recursive_pauseNullEventsForAllNetscapePlugins]):
(-[WebFrame name]):
(-[WebFrame findFrameNamed:]):
(-[WebFrame parentFrame]):
(-[WebFrame childFrames]):

  • WebView/WebView.mm:

(-[WebView _attachScriptDebuggerToAllFrames]):
(-[WebView _detachScriptDebuggerFromAllFrames]):
(-[WebView _clearMainFrameName]):
(-[WebView _isUsingAcceleratedCompositing]):
(-[WebView _isSoftwareRenderable]):
(-[WebView setHostWindow:]):
(incrementFrame):
Use tree(). instead of tree()->.

Source/WebKit/qt:

  • WebCoreSupport/DumpRenderTreeSupportQt.cpp:

(DumpRenderTreeSupportQt::clearFrameName):

  • WebCoreSupport/FrameLoaderClientQt.cpp:

(drtDescriptionSuitableForTestResult):
(WebCore::FrameLoaderClientQt::dispatchDidCommitLoad):
(WebCore::FrameLoaderClientQt::dispatchDidFinishDocumentLoad):
(WebCore::FrameLoaderClientQt::postProgressStartedNotification):
(WebCore::FrameLoaderClientQt::didPerformFirstNavigation):
(WebCore::FrameLoaderClientQt::createFrame):

  • WebCoreSupport/QWebFrameAdapter.cpp:

(QWebFrameData::QWebFrameData):
(QWebFrameAdapter::load):
(QWebFrameAdapter::uniqueName):
(QWebFrameAdapter::childFrames):

  • WebCoreSupport/QWebPageAdapter.cpp:

(QWebPageAdapter::findText):
Use tree(). instead of tree()->.

Source/WebKit/win:

  • WebCoreSupport/WebFrameLoaderClient.cpp:

(WebFrameLoaderClient::createFrame):

  • WebFrame.cpp:

(WebFrame::name):
(WebFrame::findFrameNamed):
(WebFrame::parentFrame):
(EnumChildFrames::EnumChildFrames):
(EnumChildFrames::Next):
(EnumChildFrames::Skip):
(EnumChildFrames::Reset):
(WebFrame::isDescendantOfFrame):
(WebFrame::unmarkAllMisspellings):
(WebFrame::unmarkAllBadGrammar):

  • WebView.cpp:

(WebView::initWithFrame):
(incrementFrame):
(WebView::clearMainFrameName):
Use tree(). instead of tree()->.

Source/WebKit/wince:

  • WebView.cpp:

(WebView::createFrame):
Use tree(). instead of tree()->.

Source/WebKit2:

  • WebProcess/Plugins/PluginView.cpp:

(WebKit::PluginView::performJavaScriptURLRequest):

  • WebProcess/Storage/StorageAreaMap.cpp:

(WebKit::StorageAreaMap::dispatchSessionStorageEvent):
(WebKit::StorageAreaMap::dispatchLocalStorageEvent):

  • WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:

(WebKit::WebFrameLoaderClient::createFrame):

  • WebProcess/WebCoreSupport/mac/WebContextMenuClientMac.mm:

(WebKit::WebContextMenuClient::searchWithSpotlight):

  • WebProcess/WebPage/FindController.cpp:

(WebKit::frameWithSelection):
(WebKit::FindController::rectsForTextMatches):

  • WebProcess/WebPage/WebFrame.cpp:

(WebKit::WebFrame::init):
(WebKit::WebFrame::contentsAsString):
(WebKit::WebFrame::name):
(WebKit::WebFrame::childFrames):

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::clearMainFrameName):
(WebKit::WebPage::setDrawsBackground):
(WebKit::WebPage::setDrawsTransparentBackground):
(WebKit::WebPage::setWindowResizerSize):
(WebKit::frameWithSelection):
(WebKit::WebPage::unmarkAllMisspellings):
(WebKit::WebPage::unmarkAllBadGrammar):
(WebKit::pageContainsAnyHorizontalScrollbars):

  • WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:

(WebKit::TiledCoreAnimationDrawingArea::forceRepaint):
Use tree(). instead of tree()->.

6:53 PM Changeset in webkit [154557] by mitz@apple.com
  • 3 edits in trunk/Source/JavaScriptCore

[mac] link against libz in a more civilized manner
https://bugs.webkit.org/show_bug.cgi?id=120258

Reviewed by Darin Adler.

  • Configurations/JavaScriptCore.xcconfig: Removed “-lz” from OTHER_LDFLAGS_BASE.
  • JavaScriptCore.xcodeproj/project.pbxproj: Added libz.dylib to the JavaScriptCore target’s

Link Binary With Libraries build phase.

5:07 PM Changeset in webkit [154556] by akling@apple.com
  • 5 edits in trunk/Source/WebCore

Merge Document::viewportSize() logic into RenderView::viewportSize().
<https://webkit.org/b/120254>

Reviewed by Darin Adler.

RenderView can just ask FrameView (the viewport) about its size directly, no need for
a weirdly-placed method on Document.

  • dom/Document.cpp:
  • rendering/RenderView.cpp:

(WebCore::RenderView::viewportSize):

  • rendering/RenderView.h:
4:40 PM Changeset in webkit [154555] by Darin Adler
  • 4 edits in trunk

RetainPtr lacks move constructor for case when argument is a RetainPtr of a different type
https://bugs.webkit.org/show_bug.cgi?id=120255

Reviewed by Andreas Kling.

Source/WTF:

  • wtf/RetainPtr.h: Added missing move constructor, modeled on the other move constructor,

and the one from RetPtr.

Tools:

  • TestWebKitAPI/Tests/WTF/ns/RetainPtr.mm: Added four tests covering move assignment and construction.
3:50 PM Changeset in webkit [154554] by akling@apple.com
  • 31 edits in trunk/Source/WebCore

RenderObject::frame() should return a reference.
<https://webkit.org/b/120251>

Reviewed by Darin Adler.

There is now always a Frame, and we can get to it by walking this path:

RenderObject -> Document -> RenderView -> FrameView -> Frame

Removed the customary horde of null checks.

1:32 PM Changeset in webkit [154553] by oliver@apple.com
  • 2 edits in trunk/Source/WTF

Make the world build.

1:07 PM Changeset in webkit [154552] by oliver@apple.com
  • 2 edits in trunk/Source/WTF

REGRESSION(r154498): Crashes on EFL, GTK, Qt on release configurations
https://bugs.webkit.org/show_bug.cgi?id=120246

Reviewed by Antti Koivisto.

Undestroy all the platforms that don't use the global new overload

  • wtf/Compression.h:
1:04 PM Changeset in webkit [154551] by commit-queue@webkit.org
  • 9 edits
    3 deletes in trunk/Source/WebKit2

Unreviewed, rolling out r154545.
http://trac.webkit.org/changeset/154545
https://bugs.webkit.org/show_bug.cgi?id=120252

Broke WebKit2 API tests (Requested by andersca on #webkit).

  • GNUmakefile.list.am:
  • UIProcess/API/gtk/docs/webkit2gtk-sections.txt:
  • UIProcess/API/gtk/tests/TestWebExtensions.cpp:

(beforeAll):

  • UIProcess/API/gtk/tests/WebExtensionTest.cpp:

(methodCallCallback):

  • WebProcess/InjectedBundle/API/gtk/WebKitFrame.cpp:

(webkit_frame_get_javascript_global_context):

  • WebProcess/InjectedBundle/API/gtk/WebKitFrame.h:
  • WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.cpp: Removed.
  • WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.h: Removed.
  • WebProcess/InjectedBundle/API/gtk/WebKitScriptWorldPrivate.h: Removed.
  • WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp:

(webkitWebPageCreate):

  • WebProcess/InjectedBundle/API/gtk/webkit-web-extension.h:
11:58 AM Changeset in webkit [154550] by Joseph Pecoraro
  • 4 edits in trunk/Source/WebInspectorUI

Web Inspector: Breakpoints in the editors gutter should have a contextmenu
https://bugs.webkit.org/show_bug.cgi?id=120169

Reviewed by Timothy Hatcher.

Updated CodeMirror now has a gutterContextMenu event. Use that to give
breakpoint related context menus. Add, Edit, Enable/Disable, Delete, and
Reveal in Debugger Navigation Sidebar.

  • Localizations/en.lproj/localizedStrings.js:

"Add Breakpoint", and "Reveal in Debugger Navigation Sidebar".

  • UserInterface/SourceCodeTextEditor.js:

(WebInspector.SourceCodeTextEditor.prototype.textEditorGutterContextMenu.addBreakpoint):
(WebInspector.SourceCodeTextEditor.prototype.textEditorGutterContextMenu.revealInSidebar):
(WebInspector.SourceCodeTextEditor.prototype.textEditorGutterContextMenu.removeBreakpoints):
(WebInspector.SourceCodeTextEditor.prototype.textEditorGutterContextMenu.toggleBreakpoints):
(WebInspector.SourceCodeTextEditor.prototype.textEditorGutterContextMenu):
Show a context menu when clicking on the gutter for 0 breakpoints,
1 breakpoint, or >1 breakpoints. The only tricky handler is addBreakpoint,
since that must update the TextEditor for the new breakpoint info.

  • UserInterface/TextEditor.js:

(WebInspector.TextEditor):
(WebInspector.TextEditor.prototype._gutterContextMenu):
Send to delegate if the delegate implements textEditorGutterContextMenu.

11:27 AM Changeset in webkit [154549] by akling@apple.com
  • 6 edits in trunk/Source/WebCore

RenderLayer::compositor() should return a reference.
<https://webkit.org/b/120250>

Reviewed by Anders Carlsson.

It was already converting from a reference to a pointer.

10:55 AM Changeset in webkit [154548] by commit-queue@webkit.org
  • 5 edits in trunk

Eliminate a useless comparison in srcset's candidate selection algorithm
https://bugs.webkit.org/show_bug.cgi?id=120235

Source/WebCore:

There is no point in comparing the last item in the candidates vector to the DPR, since it will be returned anyway. Therefore, the
iteration on the candidates vector now skips the last candidate.

Patch by Yoav Weiss <yoav@yoav.ws> on 2013-08-24
Reviewed by Andreas Kling.

  • html/parser/HTMLParserIdioms.cpp:

(WebCore::bestFitSourceForImageAttributes):

LayoutTests:

Removed MIME types from the test's output, since they're irrelevant for the test, and make it fragile.

Patch by Yoav Weiss <yoav@yoav.ws> on 2013-08-24
Reviewed by Andreas Kling.

  • fast/hidpi/image-srcset-fraction-expected.txt:
  • fast/hidpi/image-srcset-fraction.html:
9:39 AM Changeset in webkit [154547] by andersca@apple.com
  • 2 edits in trunk/Tools

Don't treat NSLocalizedDescriptionKey and NSLocalizedRecoverySuggestionErrorKey as NSLocalized macros
https://bugs.webkit.org/show_bug.cgi?id=120249

Reviewed by Andreas Kling.

  • Scripts/extract-localizable-strings:
9:33 AM Changeset in webkit [154546] by akling@apple.com
  • 65 edits in trunk/Source

RenderObject::view() should return a reference.
<https://webkit.org/b/120247>

Reviewed by Antti Koivisto.

Now that the lifetime and accessibility characteristics of RenderView are well-defined,
we can make RenderObject::view() return a reference, exposing a plethora of unnecessary
null checks.

5:02 AM Changeset in webkit [154545] by Carlos Garcia Campos
  • 9 edits
    3 adds in trunk/Source/WebKit2

[GTK] Add WebKit2 API for isolated worlds
https://bugs.webkit.org/show_bug.cgi?id=103377

Reviewed by Anders Carlsson.

  • GNUmakefile.list.am: Add new files to compilation.
  • UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Add new symbols.
  • UIProcess/API/gtk/tests/TestWebExtensions.cpp:

(testWebExtensionWindowObjectCleared):
(scriptDialogCallback):
(runJavaScriptInIsolatedWorldFinishedCallback):
(testWebExtensionIsolatedWorld):
(beforeAll):

  • UIProcess/API/gtk/tests/WebExtensionTest.cpp:

(echoCallback):
(windowObjectCleared):
(getWebPage):
(methodCallCallback):

  • WebProcess/InjectedBundle/API/gtk/WebKitFrame.cpp:

(webkit_frame_get_javascript_context_for_script_world): New public
method to tget the JavaScript execution context for a given script
world.

  • WebProcess/InjectedBundle/API/gtk/WebKitFrame.h:
  • WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.cpp: Added.

(scriptWorlds): Global WebKitScriptWorld map.
(_WebKitScriptWorldPrivate::~_WebKitScriptWorldPrivate):
(webkitScriptWorldGet): Get the WebKitScriptWorld wrapping the
given injected bundle script world.
(webkitScriptWorldGetInjectedBundleScriptWorld): Get the injected
bundle script world wrapped by the given WebKitScriptWorld.
(webkitScriptWorldWindowObjectCleared): Emit
WebKitScriptWorld::window-object-cleared signal.
(webkitScriptWorldCreate): Create a new WebKitScriptWorld wrapping
the given injected bundle script world.
(createDefaultScriptWorld): Create the default WebKitScriptWorld
wrapping the normal world.
(webkit_script_world_get_default): Return the default WebKitScriptWorld.
(webkit_script_world_new): Create a new isolated WebKitScriptWorld.

  • WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.h: Added.
  • WebProcess/InjectedBundle/API/gtk/WebKitScriptWorldPrivate.h: Added.
  • WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp:

(didClearWindowObjectForFrame): Call webkitScriptWorldWindowObjectCleared().
(webkitWebPageCreate): Add implementation for callback
didClearWindowObjectForFrame in injected bundle loader client.

  • WebProcess/InjectedBundle/API/gtk/webkit-web-extension.h:

Include WebKitScriptWorld.h.

4:54 AM Changeset in webkit [154544] by Carlos Garcia Campos
  • 2 edits in trunk

Unreviewed. Fix GTK+ build after r154541.

  • Source/autotools/symbols.filter: Export symbols required by

libWebCoreInternal.

4:24 AM Changeset in webkit [154543] by commit-queue@webkit.org
  • 3 edits in trunk/Source/WebCore

Web Inspector: Cleanup Inspector Agents a bit
https://bugs.webkit.org/show_bug.cgi?id=120218

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2013-08-24
Reviewed by Andreas Kling.

Merge https://chromium.googlesource.com/chromium/blink/+/8693dcb8ba42a5c225f516c664fb0f453c8ba6f0.

  • inspector/InspectorCSSAgent.cpp:

(WebCore::InspectorCSSAgent::elementForId):

  • inspector/InspectorStyleSheet.cpp:

(ParsedStyleSheet::ParsedStyleSheet):
(WebCore::InspectorStyle::setPropertyText):
(WebCore::InspectorStyle::populateAllProperties):
(WebCore::InspectorStyleSheet::inlineStyleSheetText):

4:21 AM Changeset in webkit [154542] by akling@apple.com
  • 4 edits in trunk/Source/WebCore

Let Document keep its RenderView during render tree detach.
<https://webkit.org/b/120233>

Reviewed by Antti Koivisto.

Instead of having "Document::renderer() == NULL" signify that the render tree is being
torn down, give Document an explicit flag for this instead.

This way, we can keep Document's RenderView in place during tree detach.

  • dom/Document.cpp:

(WebCore::Document::Document):
(WebCore::Document::detach):

  • dom/Document.h:

(WebCore::Document::renderTreeBeingDestroyed):

  • rendering/RenderObject.h:

(WebCore::RenderObject::documentBeingDestroyed):

4:09 AM Changeset in webkit [154541] by Antti Koivisto
  • 11 edits in trunk/Source/WebCore

Tighten before/after pseudo element accessors
https://bugs.webkit.org/show_bug.cgi?id=120204

Reviewed by Andreas Kling.

We have generic looking Element::pseudoElement(PseudoID) which only returns before/after pseudo elements.

Switch to Element::before/afterPseudoElement(), similarly for setters.

  • WebCore.exp.in:
  • css/CSSComputedStyleDeclaration.cpp:

(WebCore::ComputedStyleExtractor::styledNode):

  • dom/Element.cpp:

(WebCore::Element::~Element):
(WebCore::beforeOrAfterPseudeoElement):
(WebCore::Element::computedStyle):
(WebCore::Element::updatePseudoElement):
(WebCore::Element::createPseudoElementIfNeeded):
(WebCore::Element::updateBeforePseudoElement):
(WebCore::Element::updateAfterPseudoElement):
(WebCore::Element::beforePseudoElement):
(WebCore::Element::afterPseudoElement):
(WebCore::Element::setBeforePseudoElement):
(WebCore::Element::setAfterPseudoElement):
(WebCore::disconnectPseudoElement):
(WebCore::Element::clearBeforePseudoElement):
(WebCore::Element::clearAfterPseudoElement):
(WebCore::Element::clearStyleDerivedDataBeforeDetachingRenderer):

  • dom/Element.h:
  • dom/ElementRareData.h:

(WebCore::ElementRareData::beforePseudoElement):
(WebCore::ElementRareData::afterPseudoElement):
(WebCore::ElementRareData::hasPseudoElements):
(WebCore::ElementRareData::~ElementRareData):
(WebCore::ElementRareData::clearBeforePseudoElement):
(WebCore::ElementRareData::clearAfterPseudoElement):
(WebCore::ElementRareData::setBeforePseudoElement):
(WebCore::ElementRareData::setAfterPseudoElement):

Move detach logic to Element. ElementRareData should not implement semantics.

  • dom/Node.cpp:

(WebCore::Node::pseudoAwarePreviousSibling):
(WebCore::Node::pseudoAwareNextSibling):
(WebCore::Node::pseudoAwareFirstChild):
(WebCore::Node::pseudoAwareLastChild):

  • dom/NodeRenderingTraversal.cpp:

(WebCore::NodeRenderingTraversal::nextSiblingSlow):
(WebCore::NodeRenderingTraversal::previousSiblingSlow):

  • rendering/RenderTreeAsText.cpp:

(WebCore::writeCounterValuesFromChildren):
(WebCore::counterValueForElement):

  • style/StyleResolveTree.cpp:

(WebCore::Style::attachRenderTree):
(WebCore::Style::resolveTree):

  • testing/Internals.cpp:

(WebCore::Internals::pauseAnimationAtTimeOnPseudoElement):
(WebCore::Internals::pauseTransitionAtTimeOnPseudoElement):

1:44 AM Changeset in webkit [154540] by Carlos Garcia Campos
  • 18 edits
    1 copy
    4 adds in trunk

[GTK] Expose WebKitFrame in WebKit2GTK+ web extensions API
https://bugs.webkit.org/show_bug.cgi?id=119743

Reviewed by Anders Carlsson.

Source/WebKit2:

  • GNUmakefile.list.am: Add new files to compilation.
  • Shared/APIClientTraits.cpp: Update for new interface version.
  • Shared/APIClientTraits.h: Ditto.
  • UIProcess/API/gtk/docs/webkit2gtk-docs.sgml: Add WebKitFrame

section.

  • UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Add new public

symbols.

  • UIProcess/API/gtk/docs/webkit2gtk.types: Add

webkit_frame_get_type.

  • UIProcess/API/gtk/tests/FrameTest.cpp: Added.

(WebKitFrameTest::create):
(WebKitFrameTest::webPageFromArgs):
(WebKitFrameTest::testMainFrame):
(WebKitFrameTest::testURI):
(WebKitFrameTest::testJavaScriptContext):
(WebKitFrameTest::runTest):
(registerTests):

  • UIProcess/API/gtk/tests/GNUmakefile.am: Add new test files.
  • UIProcess/API/gtk/tests/TestFrame.cpp: Added.

(webkitFrameTestRun):
(testWebKitFrameMainFrame):
(testWebKitFrameURI):
(testWebKitFrameJavaScriptContext):
(beforeAll):
(afterAll):

  • WebProcess/InjectedBundle/API/c/WKBundlePage.h: Add

willDestroyFrame callback to the injected bundle loader client, to
notify the client when a frame is about to be destroyed.

  • WebProcess/InjectedBundle/API/gtk/WebKitFrame.cpp: Added.

(webkit_frame_class_init):
(webkitFrameCreate):
(webkit_frame_is_main_frame):
(webkit_frame_get_uri):
(webkit_frame_get_javascript_global_context):

  • WebProcess/InjectedBundle/API/gtk/WebKitFrame.h: Added.
  • WebProcess/InjectedBundle/API/gtk/WebKitFramePrivate.h: Added.
  • WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp:

(webkitFrameGetOrCreate): Helper function to create a WebKitFrame
wrapping the given WebFrame or returning the wrapper if it already
exists.
(willDestroyFrame): Remove the WebKitFrame wrapping the given
WebFrame if it exists.
(webkitWebPageCreate): Add willDestroyFrame implementation to
injected bundle loader client.
(webkit_web_page_get_main_frame): Return the main frame of the
page.

  • WebProcess/InjectedBundle/API/gtk/WebKitWebPage.h:
  • WebProcess/InjectedBundle/API/gtk/webkit-web-extension.h:

Include WebKitFrame.h.

  • WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp:

(WebKit::InjectedBundlePageLoaderClient::willDestroyFrame): New
callback to be called when a frame is about to be destroyed.

  • WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.h:
  • WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:

(WebKit::WebFrameLoaderClient::frameLoaderDestroyed): Call
willDestroyFrame callback of injected bundle loader client.

  • WebProcess/qt/QtBuiltinBundlePage.cpp:

(WebKit::QtBuiltinBundlePage::QtBuiltinBundlePage): Add
willDestroyFrame callback.

Tools:

  • WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:

(WTR::InjectedBundlePage::InjectedBundlePage): Add
willDestroyFrame.

12:41 AM Changeset in webkit [154539] by Antti Koivisto
  • 2 edits in trunk/Source/WebKit2

Revert accidental change.

Not reviewed.

  • WebProcess/com.apple.WebProcess.sb.in:

Aug 23, 2013:

9:07 PM Changeset in webkit [154538] by mrowe@apple.com
  • 2 edits in trunk/Source/WTF

<https://webkit.org/b/120141> Make RetainPtr work with ARC.

Have RetainPtr store the object its managing as a CFTypeRef and manage its lifetime with
CFRetain / CFRelease. This is necessary to have explicit control over the lifetime of
Objective-C objects when automatic reference counting is in use. Two helper methods are
introduced to convert between the pointer type that the RetainPtr manages and the CFTypeRef
that the pointer is stored as. For CF types and Objective-C types with ARC disabled,
these methods are simply casts. For Objective-C types under ARC they need to use the
special bridging casts to keep the compiler happy.

Reviewed by Anders Carlsson.

  • wtf/RetainPtr.h:

(WTF::RetainPtr::RetainPtr): Use the helper methods to convert to and from the storage
types when necessary.
(WTF::RetainPtr::~RetainPtr): Ditto.
(WTF::RetainPtr::get): Ditto.
(WTF::RetainPtr::operator->): Ditto.
(WTF::RetainPtr::operator PtrType): Ditto.
(WTF::::RetainPtr): Ditto.
(WTF::::clear): Ditto.
(WTF::::leakRef): Ditto.
(WTF::=): Ditto.

(WTF::RetainPtr::fromStorageTypeHelper): Use crazy template magic to determine whether to use
a bridging cast or not depending on the desired return type.
(WTF::RetainPtr::fromStorageType):
(WTF::RetainPtr::toStorageType): Overloading is sufficient here.

9:07 PM Changeset in webkit [154537] by mrowe@apple.com
  • 2 edits in trunk/Source/WTF

Revert r153637.

It didn't work with ARC like it said it would. We'll need to take a slightly different approach.

Rubber-stamped by Anders Carlsson.

  • wtf/RetainPtr.h:

(WTF::RetainPtr::RetainPtr):
(WTF::RetainPtr::~RetainPtr):
(WTF::RetainPtr::operator UnspecifiedBoolType):
(WTF::::RetainPtr):
(WTF::::clear):
(WTF::=):
(WTF::adoptCF):
(WTF::adoptNS):

5:30 PM Changeset in webkit [154536] by Brent Fulgham
  • 2 edits in trunk/WebKitLibraries

[Windows] Forgot to check in the header as well!

  • win/include/WebKitSystemInterface/WebKitSystemInterface.h:
5:30 PM Changeset in webkit [154535] by Simon Fraser
  • 5 edits in trunk/Source/WebCore

Improve scrolling behavior in iTunes
https://bugs.webkit.org/show_bug.cgi?id=120241
<rdar://problem/14825344>

Reviewed by Sam Weinig.

When vertically scrolling a page with horizontally scrollable overflow areas,
vertical scroll gestures would be interrupted when wheel events with non-zero
X deltas were intercepted by the overflow areas.

Fix by storing a small history of wheel events deltas and using
it to determine of the scroll gesture is primarily vertical or horizontal.
When this is detected, avoid dispatching scroll events on the on the
non-dominant axis.

Currently this behavior is conditionalized to only apply in iTunes.

  • page/EventHandler.cpp:

(WebCore::EventHandler::EventHandler):
(WebCore::EventHandler::recordWheelEventDelta):
(WebCore::deltaIsPredominantlyVertical):
(WebCore::EventHandler::dominantScrollGestureDirection):
(WebCore::EventHandler::handleWheelEvent):
(WebCore::EventHandler::defaultWheelEventHandler):

  • page/EventHandler.h:
  • platform/RuntimeApplicationChecks.cpp:

(WebCore::applicationIsITunes):

  • platform/RuntimeApplicationChecks.h:
5:28 PM Changeset in webkit [154534] by Brent Fulgham
  • 2 edits in trunk/WebKitLibraries

[Windows] Unreviewed build correction.

  • win/lib32/WebKitSystemInterface.lib: Update with new API for r132545.
5:13 PM Changeset in webkit [154533] by psolanki@apple.com
  • 5 edits in trunk/Source/WebCore

MediaQuery::expressions() should return a reference
<https://webkit.org/b/120215>

Reviewed by Anders Carlsson.

m_expressions is never NULL so we can just return a reference.

  • css/MediaList.cpp:

(WebCore::reportMediaQueryWarningIfNeeded):

  • css/MediaQuery.cpp:

(WebCore::MediaQuery::MediaQuery):

  • css/MediaQuery.h:

(WebCore::MediaQuery::expressions):

  • css/MediaQueryEvaluator.cpp:

(WebCore::MediaQueryEvaluator::eval):

4:57 PM Changeset in webkit [154532] by rniwa@webkit.org
  • 2 edits in trunk/Source/WebCore

Build fix after r154515.

  • dom/ElementTraversal.h:

(WebCore::Traversal<ElementType>::firstChild):
(WebCore::Traversal<ElementType>::lastChild):

4:19 PM Changeset in webkit [154531] by akling@apple.com
  • 3 edits in trunk/Source/WebCore

Simplify some Settings access where we have a Frame in reach.
<http://webkit.org/b/120239>

Reviewed by Anders Carlsson.

In three cases where we can grab at a Frame, we can reach all the way to some Settings
without having to use pointers.

  • loader/FrameLoader.cpp:

(WebCore::FrameLoader::didBeginDocument):

  • rendering/RenderLayerCompositor.cpp:

(WebCore::RenderLayerCompositor::addToOverlapMap):
(WebCore::RenderLayerCompositor::requiresCompositingForPosition):

4:15 PM Changeset in webkit [154530] by rniwa@webkit.org
  • 3 edits in trunk/LayoutTests

Rebaseline after r154518. Also fix the test to expect "0" instead of "-0".

Reviewed by Gavin Barraclough.

  • fast/js/dfg-div-by-neg1-and-then-or-zero-interesting-reg-alloc-expected.txt:
  • fast/js/script-tests/dfg-div-by-neg1-and-then-or-zero-interesting-reg-alloc.js:
4:00 PM Changeset in webkit [154529] by jer.noble@apple.com
  • 3 edits
    2 adds in trunk

REGRESSION (r150516): Media controls are messed up on right-to-left webpages
https://bugs.webkit.org/show_bug.cgi?id=120234

Reviewed by Dan Bernstein.

Source/WebCore:

Test: media/video-rtl.html

Make the media control panel explicitly direction:ltr. The captions menu and captions
display are unaffected, so rtl content will continue to appear rtl there.

  • css/mediaControls.css:

(audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel):

LayoutTests:

  • media/video-rtl-expected.html: Added.
  • media/video-rtl.html: Added.
3:57 PM Changeset in webkit [154528] by Beth Dakin
  • 13 edits in trunk

REGRESSION (r132545): Some PDFs generated by WebKit are blank when viewed in
Adobe Reader
https://bugs.webkit.org/show_bug.cgi?id=120240
-and corresponding-
<rdar://problem/14634453>

Reviewed by Anders Carlsson.

Source/WebCore:

This patch makes it so that we don’t use the infinite rect for the PDF context,
and it adds WebCoreSystemInterface API to find out if the current content is the
PDF context.

  • WebCore.exp.in:
  • platform/graphics/cg/GraphicsContextCG.cpp:

(WebCore::GraphicsContext::clipOut):

  • platform/mac/WebCoreSystemInterface.h:
  • platform/mac/WebCoreSystemInterface.mm:

Source/WebKit/mac:

Hook up new WebSystemInterface API to find out if the current context is the PDF
context.

  • WebCoreSupport/WebSystemInterface.mm:

(InitWebCoreSystemInterface):

Source/WebKit2:

Hook up new WebSystemInterface API to find out if the current context is the PDF
context.

  • WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:

(InitWebCoreSystemInterface):

WebKitLibraries:

  • WebKitSystemInterface.h:
  • libWebKitSystemInterfaceLion.a:
  • libWebKitSystemInterfaceMountainLion.a:
3:44 PM Changeset in webkit [154527] by eric.carlson@apple.com
  • 24 edits in trunk

[Mac] some track language tags are not recognized
https://bugs.webkit.org/show_bug.cgi?id=119643

Source/WebCore:

Reviewed by Jere Noble.

No new tests, existing tests updated.

  • html/HTMLMediaElement.cpp:

(WebCore::HTMLMediaElement::HTMLMediaElement): Initialize m_captionDisplayMode from settings

if possible.

(WebCore::HTMLMediaElement::configureTextTrackGroup): Don't enable a default track when preferences

say captions should be disabled. Don't disable an already visible track if we don't find
a match unless preferences say captions should be disabled. m_forcedOrAutomaticSubtitleTrackLanguage ->
m_subtitleTrackLanguage.

(WebCore::HTMLMediaElement::mediaPlayerCharacteristicChanged): If the language of the primary

audio track changes, only kick off a text track recalc if caption preference are set to "automatic".

  • html/HTMLMediaElement.h:
  • platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:

(WebCore::MediaPlayerPrivateAVFoundation::MediaPlayerPrivateAVFoundation): Initialize m_characteristicsChanged

and m_delayCharacteristicsChangedNotification.

(WebCore::MediaPlayerPrivateAVFoundation::setHasVideo): Call characteristicsChanged.
(WebCore::MediaPlayerPrivateAVFoundation::setHasAudio): Ditto.
(WebCore::MediaPlayerPrivateAVFoundation::setHasClosedCaptions): Ditto.
(WebCore::MediaPlayerPrivateAVFoundation::characteristicsChanged): New, allows us to coalesce

calls to the media player when we know several characteristics may change.

(WebCore::MediaPlayerPrivateAVFoundation::setDelayCharacteristicsChangedNotification): Enable or

disable notification delay.

  • platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.h:
  • platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:

(WebCore::MediaPlayerPrivateAVFoundationObjC::tracksChanged): Always call languageOfPrimaryAudioTrack(),

a track may have changed so we may have a new language.

(WebCore::MediaPlayerPrivateAVFoundationObjC::languageOfPrimaryAudioTrack): Call [AVAssetTrack languageCode]

if [AVAssetTrack extendedLanguageTag] returns NULL in case the media file has an old
QuickTime language code.

LayoutTests:

Reviewed by Jer Noble.

Explicitly set caption mode to "Automatic" so the track 'default' attribute works.

  • media/track/text-track-cue-is-reachable.html:
  • media/track/text-track-is-reachable.html:
  • media/track/track-active-cues.html:
  • media/track/track-cue-overlap-snap-to-lines-not-set.html:
  • media/track/track-cue-rendering-horizontal.html:
  • media/track/track-cue-rendering-vertical.html:
  • media/track/track-kind.html:
  • media/track/track-large-timestamp.html:
  • media/track/track-mode.html:
  • media/track/track-text-track-cue-list.html:
  • media/track/track-webvtt-tc000-empty.html:
  • media/track/track-webvtt-tc002-bom.html:
  • media/track/track-webvtt-tc010-no-timings.html:
  • media/track/track-webvtt-tc027-empty-cue.html:
  • media/track/track-webvtt-tc028-unsupported-markup.html:
  • media/track/track-word-breaking.html:
  • media/video-test.js:

(setCaptionDisplayMode):

3:35 PM Changeset in webkit [154526] by Brent Fulgham
  • 2 edits in trunk/Source/WebCore

[Windows] Unreviewed build correction. Need to force environment variable
to be escaped when running nmake command.

  • WebCore.vcxproj/WebCoreGenerated.make:
3:00 PM Changeset in webkit [154525] by Antti Koivisto
  • 12 edits in trunk/Source

Use ElementTraversal some more
https://bugs.webkit.org/show_bug.cgi?id=120226

Reviewed by Darin Adler.

More traversal with tighter typing.

  • accessibility/AccessibilityNodeObject.cpp:

(WebCore::AccessibilityNodeObject::canvasHasFallbackContent):
(WebCore::siblingWithAriaRole):

  • accessibility/AccessibilityTable.cpp:

(WebCore::AccessibilityTable::isDataTable):

  • css/CSSFontFaceSource.cpp:

(WebCore::CSSFontFaceSource::getFontData):

  • dom/ContainerNode.cpp:

(WebCore::willRemoveChild):

  • dom/ContainerNodeAlgorithms.h:

(WebCore::ChildFrameDisconnector::ChildFrameDisconnector):
(WebCore::ChildFrameDisconnector::collectFrameOwners):
(WebCore::ChildFrameDisconnector::disconnect):

  • html/HTMLMediaElement.cpp:

(WebCore::HTMLMediaElement::selectMediaResource):
(WebCore::HTMLMediaElement::textTrackModeChanged):
(WebCore::HTMLMediaElement::cancelPendingEventsAndCallbacks):

  • html/HTMLObjectElement.cpp:

(WebCore::HTMLObjectElement::parametersForPlugin):
(WebCore::HTMLObjectElement::containsJavaApplet):

  • html/HTMLParamElement.h:

(WebCore::isHTMLParamElement):
(WebCore::HTMLParamElement):

  • html/HTMLSourceElement.h:

(WebCore::isHTMLSourceElement):
(WebCore::HTMLSourceElement):

  • svg/SVGFontFaceElement.h:

(WebCore::isSVGFontFaceElement):
(WebCore::SVGFontFaceElement):
(WebCore::toSVGFontFaceElement):

2:58 PM Changeset in webkit [154524] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebInspectorUI

Web Inspector: Fix js minification of updated CodeMirror
https://bugs.webkit.org/show_bug.cgi?id=120231

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2013-08-23
Reviewed by Andy Estes.

Workaround a jsmin issue with "return .test();" lines when
minifying JavaScript in production builds.

  • Scripts/copy-user-interface-resources.sh:
  • UserInterface/External/CodeMirror/codemirror.js:

(window.CodeMirror):

2:42 PM Changeset in webkit [154523] by Lucas Forschler
  • 5 edits in branches/safari-537-branch/Source

Versioning.

2:40 PM Changeset in webkit [154522] by Lucas Forschler
  • 1 copy in tags/Safari-537.63

New Tag.

1:50 PM Changeset in webkit [154521] by commit-queue@webkit.org
  • 4 edits in trunk/Source/JavaScriptCore

Failure building with python3
https://bugs.webkit.org/show_bug.cgi?id=106645

Patch by Laszlo Papp <lpapp@kde.org> on 2013-08-23
Reviewed by Benjamin Poulain.

Use print functions instead of python statements to be compatible with python 3.X and 2.7 as well.
Archlinux has been using python3 and that is what causes issues while packaging QtWebKit along with Qt5.

  • disassembler/udis86/itab.py:

(UdItabGenerator.genInsnTable):

  • disassembler/udis86/ud_opcode.py:

(UdOpcodeTables.print_table):

  • disassembler/udis86/ud_optable.py:

(UdOptableXmlParser.parseDef):
(UdOptableXmlParser.parse):
(printFn):

1:46 PM Changeset in webkit [154520] by Brent Fulgham
  • 2 edits in trunk/Source/WTF

[Windows] Unreviewed build correction after r154513.

  • WTF.vcxproj/build-generated-files.sh: Variable was missing '$' character.
1:43 PM Changeset in webkit [154519] by Darin Adler
  • 3 edits in trunk/Source/WTF

Cut down repeated code in RefPtr and RetainPtr by using copy/move-and-swap for assignment operators
https://bugs.webkit.org/show_bug.cgi?id=120223

Reviewed by Anders Carlsson.

  • wtf/RefPtr.h: Switch to copy-and-swap in the assignment operators. The move ones already were done

that way.

  • wtf/RetainPtr.h: Ditto, except for the move ones too.
1:40 PM Changeset in webkit [154518] by fpizlo@apple.com
  • 8 edits
    15 adds in trunk

Incorrect TypedArray#set behavior
https://bugs.webkit.org/show_bug.cgi?id=83818

Source/JavaScriptCore:

Reviewed by Oliver Hunt and Mark Hahnenberg.

This was so much fun! typedArray.set() is like a memmove on steroids, and I'm
not smart enough to figure out optimal versions for *all* of the cases. But I
did come up with optimal implementations for most of the cases, and I wrote
spec-literal code (i.e. copy via a transfer buffer) for the cases I'm not smart
enough to write optimal code for.

  • runtime/JSArrayBufferView.h:

(JSC::JSArrayBufferView::hasArrayBuffer):

  • runtime/JSArrayBufferViewInlines.h:

(JSC::JSArrayBufferView::buffer):
(JSC::JSArrayBufferView::existingBufferInButterfly):
(JSC::JSArrayBufferView::neuter):
(JSC::JSArrayBufferView::byteOffset):

  • runtime/JSGenericTypedArrayView.h:
  • runtime/JSGenericTypedArrayViewInlines.h:

(JSC::::setWithSpecificType):
(JSC::::set):
(JSC::::existingBuffer):

LayoutTests:

Reviewed by Oliver Hunt and Mark Hahnenberg.

Made it possible for shouldBe() to compare typed arrays to each other and to any array-like
object.

Added a bunch of tests for different kinds of overlapping typedArray.set()'s.

For sanity, also added the reduced test case from the bug. Interestingly, though, that test
case already passed on trunk - probably by luck (we had incidentally changed the default
copy direction from one that happened to not work to one that happened to be fine, but only
for this test).

  • fast/js/jsc-test-list:
  • fast/js/resources/js-test-pre.js:

(isTypedArray):
(isResultCorrect):
(stringify):
(shouldBe):

  • fast/js/script-tests/typed-array-copy.js: Added.
  • fast/js/script-tests/typedarray-set-destination-smaller-than-source.js: Added.
  • fast/js/script-tests/typedarray-set-overlapping-elements-of-same-size.js: Added.
  • fast/js/script-tests/typedarray-set-same-type-memmove.js: Added.

(arraysEqual):

  • fast/js/script-tests/typedarray-set-source-smaller-than-destination.js: Added.
  • fast/js/typed-array-copy-expected.txt: Added.
  • fast/js/typed-array-copy.html: Added.
  • fast/js/typedarray-set-destination-smaller-than-source-expected.txt: Added.
  • fast/js/typedarray-set-destination-smaller-than-source.html: Added.
  • fast/js/typedarray-set-overlapping-elements-of-same-size-expected.txt: Added.
  • fast/js/typedarray-set-overlapping-elements-of-same-size.html: Added.
  • fast/js/typedarray-set-same-type-memmove-expected.txt: Added.
  • fast/js/typedarray-set-same-type-memmove.html: Added.
  • fast/js/typedarray-set-source-smaller-than-destination-expected.txt: Added.
  • fast/js/typedarray-set-source-smaller-than-destination.html: Added.
1:35 PM Changeset in webkit [154517] by akling@apple.com
  • 2 edits in trunk/Source/WebCore

Let Document keep its RenderView during render tree attach.
<https://webkit.org/b/120224>

Reviewed by Antti Koivisto.

Remove prehistoric code that cleared Document's renderer pointer during tree attach.

  • dom/Document.cpp:

(WebCore::Document::attach):

1:30 PM Changeset in webkit [154516] by oliver@apple.com
  • 3 edits in trunk/Source/WTF

Add more validation logic to CompressibleVector
https://bugs.webkit.org/show_bug.cgi?id=120227

Reviewed by Brent Fulgham.

Add a pile of assertions to try on catch whatever is going wrong
in the windows environment or other platforms.

  • wtf/Compression.cpp:

(WTF::GenericCompressedData::create):
(WTF::GenericCompressedData::decompress):

  • wtf/Compression.h:

(WTF::CompressedVector::decompress):

1:23 PM Changeset in webkit [154515] by Darin Adler
  • 4 edits in trunk/Source/WebCore

Reduce use of Node in HTMLTableRowsCollection, and use modern traversal idiom
https://bugs.webkit.org/show_bug.cgi?id=120222

Reviewed by Antti Koivisto.

  • html/HTMLTableRowElement.h:

(WebCore::isHTMLTableRowElement): Added.
(WebCore::isElementOfType<HTMLTableRowElement>): Added.
(WebCore::toHTMLTableRowElement): Added.

  • html/HTMLTableRowsCollection.cpp:

(WebCore::assertRowIsInTable): Refactored a bit. Changed #if as Andy Estes
requested during rewview and got rid of local variables.
(WebCore::HTMLTableRowsCollection::rowAfter): Moved a ocmment in here.
Changed code to traverse elements instead of nodes, and used the Traversal<>
template to eliminate some loops entirely.
(WebCore::HTMLTableRowsCollection::lastRow): Ditto.
(WebCore::HTMLTableRowsCollection::HTMLTableRowsCollection): Changed argument
type from Node to HTMLTableElement.
(WebCore::HTMLTableRowsCollection::create): Added an assertion for the value
of the collection type argument, and added the typecast here needed for the
change above.
(WebCore::HTMLTableRowsCollection::virtualItemAfter): Removed the assertion
here that was a subset of the assertion we now have inside the rowAfter function.

  • html/HTMLTableRowsCollection.h: Added FINAL. Made single-argument constructor

explicit.

1:23 PM Changeset in webkit [154514] by commit-queue@webkit.org
  • 2 edits in trunk/LayoutTests

LayoutTests/http/tests/media/video-throttled-load.cgi issue on range support
https://bugs.webkit.org/show_bug.cgi?id=120219

Patch by Andre Moreira Magalhaes <Andre Moreira Magalhaes> on 2013-08-23
Reviewed by Eric Carlson.

Properly count bytes when handling range requests.

  • http/tests/media/video-throttled-load.cgi:
1:16 PM Changeset in webkit [154513] by alex.christensen@flexsim.com
  • 24 edits in trunk

Re-separating Win32 and Win64 builds.
https://bugs.webkit.org/show_bug.cgi?id=120178

Reviewed by Brent Fulgham.

Source/JavaScriptCore:

Pass PlatformArchitecture as a command line parameter to bash scripts.

Use PlatformArchitecture from command line to determine which object directory to use (obj32 or obj64).

Source/WebCore:

  • WebCore.vcxproj/WebCoreGenerated.make:
  • WebCore.vcxproj/WebCoreGeneratedWinCairo.make:

Pass PlatformArchitecture as a command line parameter to bash scripts
and use PlatformArchitecture to determine which directory to delete
while cleaning (obj32 or obj64).

  • WebCore.vcxproj/WebCoreGeneratedWinCairoCommon.props:

Export PlatformArchitecture to be used by make and cmd scripts.

  • WebCore.vcxproj/build-generated-files.sh:

Use PlatformArchitecture from command line to determine which object directory to use (obj32 or obj64).

  • WebCore.vcxproj/copyForwardingHeaders.cmd:
  • WebCore.vcxproj/copyWebCoreResourceFiles.cmd:

Use PlatformArchitecture to determine which directory to copy to (obj32 or obj64).

Source/WebKit:

  • WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
  • WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
  • WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
  • WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:

Use PlatformArchitecture to determine correct object directory (obj32 or obj64).

Source/WTF:

  • WTF.vcxproj/WTFGenerated.make:

Pass PlatformArchitecture as a command line parameter to bash scripts.

  • WTF.vcxproj/build-generated-files.sh:

Use PlatformArchitecture from command line to determine which object directory to use (obj32 or obj64).

WebKitLibraries:

  • win/tools/vsprops/common.props:

Export PlatformArchitecture to be used by make and cmd scripts.
Use PlatformArchitecture to determine correct build directory
(lib32/bin32/obj32 or lib64/bin64/obj64).

1:14 PM Changeset in webkit [154512] by ap@apple.com
  • 3 edits in trunk/LayoutTests

http/tests/cache/partitioned-cache.html breaks subsequent cookie tests
https://bugs.webkit.org/show_bug.cgi?id=120212

Updating test results for a last minute change that moved lines.

  • http/tests/cache/partitioned-cache-expected.txt:
  • platform/qt/http/tests/cache/partitioned-cache-expected.txt:
1:08 PM Changeset in webkit [154511] by commit-queue@webkit.org
  • 2 edits in trunk/Tools

Move TestWebKitAPI_LIBRARIES before platform specific cmake include
https://bugs.webkit.org/show_bug.cgi?id=120220

Patch by Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> on 2013-08-23
Reviewed by Martin Robinson.

  • TestWebKitAPI/CMakeLists.txt:
1:00 PM Changeset in webkit [154510] by Lucas Forschler
  • 2 edits in branches/safari-537.60-branch/Source/WebCore

Merged r153909. <rdar://problem/14814372>

12:41 PM Changeset in webkit [154509] by fpizlo@apple.com
  • 9 edits in trunk

build-jsc --ftl-jit should work
https://bugs.webkit.org/show_bug.cgi?id=120194

Reviewed by Oliver Hunt.

Source/JavaScriptCore:

  • Configurations/Base.xcconfig: CPPFLAGS should include FEATURE_DEFINES
  • Configurations/JSC.xcconfig: The 'jsc' tool includes headers where field layout may depend on FEATURE_DEFINES
  • Configurations/ToolExecutable.xcconfig: All other tools include headers where field layout may depend on FEATURE_DEFINES
  • ftl/FTLLowerDFGToLLVM.cpp: Build fix

(JSC::FTL::LowerDFGToLLVM::compilePutStructure):
(JSC::FTL::LowerDFGToLLVM::compilePhantomPutStructure):

Source/WTF:

  • wtf/LLVMHeaders.h: I don't know what went wrong here. If HAVE(LLVM), then we need those headers!

Tools:

  • Scripts/build-jsc: Need to pass the feature flag to xcodebuild
12:31 PM Changeset in webkit [154508] by Brent Fulgham
  • 8 edits in trunk/Source/WebKit/win

[Windows] Refactor WebFrame to compose with WebFrameLoaderClient
https://bugs.webkit.org/show_bug.cgi?id=120092

Reviewed by Anders Carlsson.

Revise WebFrame implementation on Windows to no longer subclass from
WebFrameLoaderClient, instead using a fully-functional WebFrameLoaderClient
as a helper object to perform the tasks, as is done in the other
ports. This is a step towards completing
https://bugs.webkit.org/show_bug.cgi?id=119964.

  • WebCoreSupport/WebFrameLoaderClient.cpp: Add a new 'private data'

object to house the policy delegate and function.
(WebFrameLoaderClient::WebFramePolicyListenerPrivate::WebFramePolicyListenerPrivate):
Create the new private data object.
(WebFrameLoaderClient::WebFramePolicyListenerPrivate::~WebFramePolicyListenerPrivate):
Destroy the new private data object.
(WebFrameLoaderClient::WebFrameLoaderClient): Moved from WebFrame.cpp
(WebFrameLoaderClient::frameLoaderDestroyed): Ditto
(WebFrameLoaderClient::makeRepresentation): Ditto
(WebFrameLoaderClient::forceLayoutForNonHTML): Ditto
(WebFrameLoaderClient::setCopiesOnScroll): Ditto
(WebFrameLoaderClient::detachedFromParent2): Ditto
(WebFrameLoaderClient::detachedFromParent3): Ditto
(WebFrameLoaderClient::convertMainResourceLoadToDownload): Ditto
(WebFrameLoaderClient::dispatchDidLoadResourceFromMemoryCache): Ditto
(WebFrameLoaderClient::dispatchDidFailProvisionalLoad): Ditto
(WebFrameLoaderClient::dispatchDidFailLoad): Ditto
(WebFrameLoaderClient::dispatchDecidePolicyForResponse): Ditto
(WebFrameLoaderClient::dispatchDecidePolicyForNewWindowAction): Ditto
(WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction): Ditto
(WebFrameLoaderClient::dispatchUnableToImplementPolicy): Ditto
(WebFrameLoaderClient::dispatchWillSendSubmitEvent): Ditto
(WebFrameLoaderClient::dispatchWillSubmitForm): Ditto
(WebFrameLoaderClient::startDownload): Ditto
(WebFrameLoaderClient::willChangeTitle): Ditto
(WebFrameLoaderClient::didChangeTitle): Ditto
(WebFrameLoaderClient::cancelledError): Ditto
(WebFrameLoaderClient::blockedError): Ditto
(WebFrameLoaderClient::cannotShowURLError): Ditto
(WebFrameLoaderClient::interruptedForPolicyChangeError): Ditto
(WebFrameLoaderClient::cannotShowMIMETypeError): Ditto
(WebFrameLoaderClient::fileDoesNotExistError): Ditto
(WebFrameLoaderClient::pluginWillHandleLoadError): Ditto
(WebFrameLoaderClient::shouldFallBack): Ditto
(WebFrameLoaderClient::canHandleRequest): Ditto
(WebFrameLoaderClient::canShowMIMEType): Ditto
(WebFrameLoaderClient::canShowMIMETypeAsHTML): Ditto
(WebFrameLoaderClient::representationExistsForURLScheme): Ditto
(WebFrameLoaderClient::generatedMIMETypeForURLScheme): Ditto
(WebFrameLoaderClient::frameLoadCompleted): Ditto
(WebFrameLoaderClient::saveViewStateToItem): Ditto
(WebFrameLoaderClient::restoreViewState): Ditto
(WebFrameLoaderClient::provisionalLoadStarted): Ditto
(WebFrameLoaderClient::didFinishLoad): Ditto
(WebFrameLoaderClient::prepareForDataSourceReplacement): Ditto
(WebFrameLoaderClient::userAgent): Ditto
(WebFrameLoaderClient::objectContentType): Ditto
(WebFrameLoaderClient::createJavaAppletWidget): Ditto
(WebFrameLoaderClient::overrideMediaType): Ditto
(WebFrameLoaderClient::documentElementAvailable): Ditto
(WebFrameLoaderClient::dispatchDidClearWindowObjectInWorld): Ditto
(WebFrameLoaderClient::registerForIconNotification): Ditto
(WebFrameLoaderClient::didPerformFirstNavigation): Ditto
(WebFrameLoaderClient::createNetworkingContext): Ditto
(WebFrameLoaderClient::shouldAlwaysUsePluginDocument): Ditto
(WebFrameLoaderClient::revertToProvisionalState): Ditto
(WebFrameLoaderClient::setMainFrameDocumentReady): Ditto
(WebFrameLoaderClient::cancelPolicyCheck): Ditto
(WebFrameLoaderClient::setUpPolicyListener): Ditto
(WebFrameLoaderClient::receivedPolicyDecision): Ditto

  • WebCoreSupport/WebFrameLoaderClient.h:

(WebFrameLoaderClient::webFrame): Add accessor method

  • WebDataSource.cpp:

(WebDataSource::representation): Loader client is now
a WebFrameLoaderClient (not a WebFrame).
(WebDataSource::webFrame): Ditto

  • WebElementPropertyBag.cpp:

(WebElementPropertyBag::Read): Loader client is now
a WebFrameLoaderClient (not a WebFrame)

  • WebFrame.cpp:

(kit): Revise for WebFrameLoaderClient use.
(WebFrame::WebFramePrivate::WebFramePrivate): Remove
WebFramePolicyListener and FramePolicyFunction, since
they are no longer needed here. They were moved to
the WebFrameLoaderClient object.
(WebFrame::WebFrame): No longer inheriting from
WebFramePolicyListener.
(WebFrame::init): Frame::create now needs to be supplied
with a new WebFramePolicyListener, rather than 'this'

  • WebFrame.h:
  • WebFramePolicyListener.cpp:

(WebFramePolicyListener::receivedPolicyDecision): Loader
client is now a WebFramePolicyClient, not a WebFrame.

12:31 PM Changeset in webkit [154507] by Brent Fulgham
  • 3 edits in trunk/Source/WTF

[Windows] Unreviewed build correction after r154498.

  • WTF.vcxproj/WTF.vcxproj.filters: Adjust files so they show up

in the proper folders.

  • WTF.vcxproj/WTFCommon.props: Add search path for zlib header and

include link directive.

12:31 PM Changeset in webkit [154506] by msaboff@apple.com
  • 1 edit
    2 moves
    1 add
    1 delete in trunk/LayoutTests

regexp-match-reify-before-putbyval is not a JSRegress test
https://bugs.webkit.org/show_bug.cgi?id=120181

Reviewed by Geoffrey Garen.

Moved and re-baselined regexp-match-reify-before-putbyval test into fast/js.

  • fast/js/regexp-match-reify-before-putbyval-expected.txt: Copied from LayoutTests/fast/js/regress/regexp-match-reify-before-putbyval-expected.txt.
  • fast/js/regexp-match-reify-before-putbyval.html: Copied from LayoutTests/fast/js/regress/regexp-match-reify-before-putbyval.html.
  • fast/js/regress/regexp-match-reify-before-putbyval-expected.txt: Removed.
  • fast/js/regress/regexp-match-reify-before-putbyval.html: Removed.
  • fast/js/regress/script-tests/regexp-match-reify-before-putbyval.js: Removed.
  • fast/js/script-tests/regexp-match-reify-before-putbyval.js: Copied from LayoutTests/fast/js/regress/script-tests/regexp-match-reify-before-putbyval.js.
12:17 PM Changeset in webkit [154505] by ap@apple.com
  • 5 edits
    1 add
    1 delete in trunk/LayoutTests

http/tests/cache/partitioned-cache.html breaks subsequent cookie tests
https://bugs.webkit.org/show_bug.cgi?id=120212

Reviewed by Tim Horton.

The test never deleted its localhost cookie, so subsequent third party cookie
relaxing tests saw the existing cookie and failed.

There is no need to use cookies in this test, and it's actually slightly incorrect,
as the network layer may refuse to use a cached result simply because cookies changed,
and then we wouldn't test 3rd party data blocking.

  • platform/qt/http/tests/cache/partitioned-cache-expected.txt:
  • http/tests/cache/partitioned-cache-expected.txt: Updated results. It took me a long time to understand what the test was doing, so made it a bit more self-descriptive.
  • http/tests/cache/partitioned-cache.html: Tabs to spaces.
  • http/tests/cache/resources/echo-cookie.cgi: Removed.
  • http/tests/cache/resources/partitioned-cache-echo-state.php: Added.
  • http/tests/cache/resources/partitioned-cache-loader.html: Changed to use a local file on the server to modify resource content.
12:04 PM WebKitGTK/2.0.x edited by dsd@laptop.org
(diff)
12:02 PM Changeset in webkit [154504] by akling@apple.com
  • 15 edits in trunk/Source/WebCore

RenderView::compositor() should return a reference.
<https://webkit.org/b/120217>

Reviewed by Beth Dakin.

The RenderLayerCompositor is lazily constructed by compositor() and never returns null.

11:41 AM Changeset in webkit [154503] by commit-queue@webkit.org
  • 2 edits in trunk/Tools

Unreviewed, rolling out r153534.
http://trac.webkit.org/changeset/153534
https://bugs.webkit.org/show_bug.cgi?id=120216

Too many tests failing just WinEWS bots (Requested by rfong on
#webkit).

  • Scripts/webkitpy/common/config/ews.json:
11:34 AM Changeset in webkit [154502] by alex.christensen@flexsim.com
  • 2 edits in trunk/Tools

Unreviewed. Added my webkit.org email address.

Patch by Alex Christensen <alex.christensen@flexsim.com> on 2013-08-23

  • Scripts/webkitpy/common/config/contributors.json:
11:26 AM Changeset in webkit [154501] by oliver@apple.com
  • 2 edits in trunk/Source/WTF

Attempt to appease windows bot.

11:10 AM Changeset in webkit [154500] by betravis@adobe.com
  • 105 edits in trunk/LayoutTests

<https://webkit.org/b/119864> [CSS Shapes] Remove extraneous window.internals calls in layout tests

Reviewed by Alexandru Chiculita.

Removing calls to window.internals.settings.setCSSShapesEnabled from these files, as
CSS Shapes is enabled by default in test builds.

  • fast/regions/shape-inside/shape-inside-on-additional-regions.html:
  • fast/regions/shape-inside/shape-inside-on-first-region-block-content.html:
  • fast/regions/shape-inside/shape-inside-on-first-region-inline-content.html:
  • fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html:
  • fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-bottom-positioned-multiple-shapes.html:
  • fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html:
  • fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment-expected.html:
  • fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment.html:
  • fast/regions/shape-inside/shape-inside-on-regions-expected.html:
  • fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html:
  • fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes.html:
  • fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html:
  • fast/regions/shape-inside/shape-inside-on-regions-inline-content-polygon-with-adjustment-expected.html:
  • fast/regions/shape-inside/shape-inside-on-regions-inline-content-polygon-with-adjustment.html:
  • fast/regions/shape-inside/shape-inside-on-regions-inline-content.html:
  • fast/regions/shape-inside/shape-inside-on-regions.html:
  • fast/regions/shape-inside/shape-inside-on-second-region-block-content.html:
  • fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html:
  • fast/regions/shape-inside/shape-inside-recursive-layout.html:
  • fast/regions/shape-inside/shape-inside-with-region-borders.html:
  • fast/regions/shape-inside/shape-inside-with-region-padding.html:
  • fast/shapes/css-shapes-disabled.html:
  • fast/shapes/parsing/script-tests/parsing-shape-inside.js:
  • fast/shapes/parsing/script-tests/parsing-shape-lengths.js:
  • fast/shapes/parsing/script-tests/parsing-shape-margin.js:
  • fast/shapes/parsing/script-tests/parsing-shape-outside.js:
  • fast/shapes/parsing/script-tests/parsing-shape-padding.js:
  • fast/shapes/resources/multi-segment-polygon.js:
  • fast/shapes/resources/simple-polygon.js:
  • fast/shapes/resources/simple-rectangle.js:
  • fast/shapes/shape-inside/shape-inside-animation.html:
  • fast/shapes/shape-inside/shape-inside-bottom-edge.html:
  • fast/shapes/shape-inside/shape-inside-box-sizing.html:
  • fast/shapes/shape-inside/shape-inside-circle-padding.html:
  • fast/shapes/shape-inside/shape-inside-circle.html:
  • fast/shapes/shape-inside/shape-inside-coincident-vertices-expected.html:
  • fast/shapes/shape-inside/shape-inside-coincident-vertices.html:
  • fast/shapes/shape-inside/shape-inside-collinear-vertices-expected.html:
  • fast/shapes/shape-inside/shape-inside-collinear-vertices.html:
  • fast/shapes/shape-inside/shape-inside-counterclockwise-polygon-expected.html:
  • fast/shapes/shape-inside/shape-inside-counterclockwise-polygon.html:
  • fast/shapes/shape-inside/shape-inside-dynamic-nested-expected.html:
  • fast/shapes/shape-inside/shape-inside-dynamic-nested.html:
  • fast/shapes/shape-inside/shape-inside-dynamic-shape.html:
  • fast/shapes/shape-inside/shape-inside-dynamic-text.html:
  • fast/shapes/shape-inside/shape-inside-ellipse-padding.html:
  • fast/shapes/shape-inside/shape-inside-ellipse.html:
  • fast/shapes/shape-inside/shape-inside-empty.html:
  • fast/shapes/shape-inside/shape-inside-first-fit-001-horizontal.html:
  • fast/shapes/shape-inside/shape-inside-first-fit-001-vertical.html:
  • fast/shapes/shape-inside/shape-inside-first-fit-002.html:
  • fast/shapes/shape-inside/shape-inside-first-fit-003.html:
  • fast/shapes/shape-inside/shape-inside-first-fit-004-expected.html:
  • fast/shapes/shape-inside/shape-inside-first-fit-004.html:
  • fast/shapes/shape-inside/shape-inside-first-fit-reflex.html:
  • fast/shapes/shape-inside/shape-inside-inline-elements.html:
  • fast/shapes/shape-inside/shape-inside-multiple-blocks-vertical.html:
  • fast/shapes/shape-inside/shape-inside-multiple-blocks.html:
  • fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html:
  • fast/shapes/shape-inside/shape-inside-overflow-fixed-dimensions-block-content.html:
  • fast/shapes/shape-inside/shape-inside-overflow-fixed-dimensions.html:
  • fast/shapes/shape-inside/shape-inside-overflow.html:
  • fast/shapes/shape-inside/shape-inside-partial-fill-001.html:
  • fast/shapes/shape-inside/shape-inside-partial-fill-002.html:
  • fast/shapes/shape-inside/shape-inside-percentage-auto.html:
  • fast/shapes/shape-inside/shape-inside-percentage.html:
  • fast/shapes/shape-inside/shape-inside-polygon-layout.html:
  • fast/shapes/shape-inside/shape-inside-polygon-padding-001.html:
  • fast/shapes/shape-inside/shape-inside-polygon-padding-002.html:
  • fast/shapes/shape-inside/shape-inside-polygon-padding-003.html:
  • fast/shapes/shape-inside/shape-inside-polygon-rectangle.html:
  • fast/shapes/shape-inside/shape-inside-polygon-zoom.html:
  • fast/shapes/shape-inside/shape-inside-rectangle-padding.html:
  • fast/shapes/shape-inside/shape-inside-rectilinear-polygon-001-expected.html:
  • fast/shapes/shape-inside/shape-inside-rectilinear-polygon-001.html:
  • fast/shapes/shape-inside/shape-inside-rectilinear-polygon-002-expected.html:
  • fast/shapes/shape-inside/shape-inside-rectilinear-polygon-002.html:
  • fast/shapes/shape-inside/shape-inside-rectilinear-polygon-003-expected.html:
  • fast/shapes/shape-inside/shape-inside-rectilinear-polygon-003.html:
  • fast/shapes/shape-inside/shape-inside-rectilinear-polygon-004-expected.html:
  • fast/shapes/shape-inside/shape-inside-rectilinear-polygon-004.html:
  • fast/shapes/shape-inside/shape-inside-regular-polygon16-expected.html:
  • fast/shapes/shape-inside/shape-inside-regular-polygon16.html:
  • fast/shapes/shape-inside/shape-inside-regular-polygon8-expected.html:
  • fast/shapes/shape-inside/shape-inside-regular-polygon8.html:
  • fast/shapes/shape-inside/shape-inside-rounded-rectangle-001.html:
  • fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-001-expected.html:
  • fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-001.html:
  • fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
  • fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-002.html:
  • fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html:
  • fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-003.html:
  • fast/shapes/shape-inside/shape-inside-rounded-rectangle-large-radius-expected.html:
  • fast/shapes/shape-inside/shape-inside-rounded-rectangle-large-radius.html:
  • fast/shapes/shape-inside/shape-inside-rounded-rectangle-padding.html:
  • fast/shapes/shape-inside/shape-inside-shape-logical-top.html:
  • fast/shapes/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout-expected.html:
  • fast/shapes/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout.html:
  • fast/shapes/shape-inside/shape-inside-text.html:
  • fast/shapes/shape-inside/shape-inside-vertical-text.html:
  • fast/shapes/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html:
  • fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.html:
  • fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
  • fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
11:01 AM Changeset in webkit [154499] by oliver@apple.com
  • 4 edits in trunk/Source

Re-sort xcode project file

10:53 AM Changeset in webkit [154498] by oliver@apple.com
  • 14 edits
    2 adds in trunk/Source

Support in memory compression of rarely used data
https://bugs.webkit.org/show_bug.cgi?id=120143

Reviewed by Gavin Barraclough.

Source/JavaScriptCore:

Include zlib in LD_FLAGS and make UnlinkedCodeBlock make use of CompressibleVector. This saves ~200k on google maps.

  • Configurations/JavaScriptCore.xcconfig:
  • bytecode/UnlinkedCodeBlock.cpp:

(JSC::UnlinkedCodeBlock::expressionRangeForBytecodeOffset):
(JSC::UnlinkedCodeBlock::addExpressionInfo):

  • bytecode/UnlinkedCodeBlock.h:

Source/WTF:

Adds a set of utility functions to wrap the use of zlib over a generic
type or a Vector<> as well as adding CompressibleVector that wraps
either a Vector<> or compressed data.

  • GNUmakefile.list.am:
  • WTF.pro:
  • WTF.vcxproj/WTF.vcxproj:
  • WTF.xcodeproj/project.pbxproj:
  • wtf/CMakeLists.txt:
  • wtf/CheckedArithmetic.h:
  • wtf/Compression.cpp: Added.

(WTF::zAlloc):
(WTF::zFree):
(WTF::GenericCompressedData::create):
(WTF::GenericCompressedData::decompress):

  • wtf/Compression.h: Added.

(WTF::GenericCompressedData::compressedSize):
(WTF::GenericCompressedData::originalSize):
(WTF::GenericCompressedData::GenericCompressedData):
(WTF::CompressedVector::create):
(WTF::CompressedVector::decompress):
(WTF::CompressedVector::size):
(WTF::CompressibleVector::CompressibleVector):
(WTF::CompressibleVector::shrinkToFit):
(WTF::CompressibleVector::size):
(WTF::CompressibleVector::operator[]):
(WTF::CompressibleVector::at):
(WTF::CompressibleVector::begin):
(WTF::CompressibleVector::end):
(WTF::CompressibleVector::data):
(WTF::CompressibleVector::decompressIfNecessary):

10:41 AM Changeset in webkit [154497] by commit-queue@webkit.org
  • 3 edits
    2 adds in trunk

Fix srcset's image candidate algorithm when DPR exceeds all candidates
https://bugs.webkit.org/show_bug.cgi?id=120168

Source/WebCore:

When the DPR exceeded the 'x' qualifier of all image candidates, none was chosen.

From the srcset spec: "If there are any entries in candidates that have an associated pixel density that is less than a
user-agent-defined value giving the nominal pixel density of the display, then remove them, unless that would remove all the
entries, in which case remove only the entries whose associated pixel density is less than the greatest such pixel density."

Fixed by returning the last one in the list of candidates sorted by their qualifier, in case none of them is equal or greater than
DPR.

Patch by Yoav Weiss <yoav@yoav.ws> on 2013-08-23
Reviewed by Andreas Kling.

Test: fast/hidpi/image-srcset-fraction.html

  • html/parser/HTMLParserIdioms.cpp:

(WebCore::bestFitSourceForImageAttributes):

LayoutTests:

From the srcset spec: "If there are any entries in candidates that have an associated pixel density that is less than a
user-agent-defined value giving the nominal pixel density of the display, then remove them, unless that would remove all the
entries, in which case remove only the entries whose associated pixel density is less than the greatest such pixel density."

This test verifies that when all the candidates' qualifiers are smaller than the DPR, the highest one is returned.

Patch by Yoav Weiss <yoav@yoav.ws> on 2013-08-23
Reviewed by Andreas Kling.

  • fast/hidpi/image-srcset-fraction-expected.txt: Added.
  • fast/hidpi/image-srcset-fraction.html: Added.
10:24 AM Changeset in webkit [154496] by Chris Fleizach
  • 3 edits
    2 adds in trunk

<https://webkit.org/b/113895> Webkit exposes aria-expanded="undefined" as aria-expanded="false" (AXExpanded = NO)

Reviewed by Darin Adler.

Source/WebCore:

Don't support the ARIA expanded attribute unless the value is one of the defined ARIA values (true/false).

Test: platform/mac/accessibility/aria-expanded-not-exposed-when-undefined.html

  • accessibility/AccessibilityObject.cpp:

(WebCore::AccessibilityObject::supportsARIAExpanded):

LayoutTests:

  • platform/mac/accessibility/aria-expanded-not-exposed-when-undefined-expected.txt: Added.
  • platform/mac/accessibility/aria-expanded-not-exposed-when-undefined.html: Added.
10:20 AM Changeset in webkit [154495] by Darin Adler
  • 2 edits in trunk/Source/WebCore

<https://webkit.org/b/119945> Some cleanup for PasteboardIOS

Reviewed by Andreas Kling.

  • platform/ios/PasteboardIOS.mm:

(WebCore::Pasteboard::setFrame): Moved this function up near the
create functions and constructors.
(WebCore::documentFragmentWithRTF): Tweaked formatting.
(WebCore::Pasteboard::documentFragmentForPasteboardItemAtIndex):
Ditto.
(WebCore::utiTypeFromCocoaType): Changed to use early return and removed
an unneeded local variable.
(WebCore::cocoaTypeFromHTMLClipboardType): Renamed the quaint qType and
pbType local variables, and tweaked formatting.
(WebCore::Pasteboard::clear): Tweaked comment.
(WebCore::Pasteboard::readString): Tweaked formatting.
(WebCore::addHTMLClipboardTypesForCocoaType): Tweaked formatting.
(WebCore::Pasteboard::writeString): Streamlined logic and tweaked formatting
(WebCore::Pasteboard::types): Renamed pbType to just type.

9:58 AM Changeset in webkit [154494] by Bem Jones-Bey
  • 3 edits in trunk/Source/WebCore

Attempt to make it more clear what FloatIntervalSearchAdaptor::collectIfNeeded is doing
https://bugs.webkit.org/show_bug.cgi?id=119816

Reviewed by David Hyatt.

This is a port from Blink of
https://src.chromium.org/viewvc/blink?revision=155885&view=revision
Original Patch by Eric Seidel

Original comments:

"It seemed to me that template specifications would be clearer than an
if. They also allow for compile-time error checking were a 3rd type
of float to come into existance in CSS4. :p

For any unfamiliar with this method, this the object used for
performing a search on a RedBlackTree in WTF.

We create one of these adaptors, specifying that we want to search for
values in a specific (logical) Y interval, and this adaptor is called
back for any values in the RBTree cooresponding to that interval
range.

The job of this adaptor is to collect the various values we care
about, including the left or right-most offset of the floats in that
Y-range as well as what the last (document order) float seen in that
range.

It also collects the remaining available height for the block but I'm
less clear on how that parameter is used."

Note that in addition to the original change, I have made the
updateOffsetIfNeeded and rangesIntersect methods inline, as this was
shown to be a performance win in
https://src.chromium.org/viewvc/blink?revision=156064&view=revision
and it seemed a rather trivial change to be subject to a separate
patch when porting.

No new tests, no behavior change.

  • rendering/RenderBlock.cpp:

(WebCore::::updateOffsetIfNeeded):
(WebCore::::collectIfNeeded):

  • rendering/RenderBlock.h:
9:56 AM Changeset in webkit [154493] by ddkilzer@apple.com
  • 3 edits in trunk/Source/WebCore

WebCore fails to link due to changes in Objective-C++ ABI in trunk clang
<http://webkit.org/b/120183>
<rdar://problem/14764114>

Reviewed by Eric Carlson.

The trunk version of clang made an ABI change for Objective-C++
parameters that caused WebCore to fail to link. The short-term
fix is to change the parameter type from id<protocol> to just id
and add an ASSERT that the parameter still conforms to the
protocol.

  • platform/DragData.h:

(DragDataRef): Change typedef from id<NSDragInfo> to id.

  • platform/mac/DragDataMac.mm:

(WebCore::DragData::DragData): Add ASSERT that checks that the
DragDataRef object implements the NSDragInfo protocol.

9:56 AM Changeset in webkit [154492] by Lucas Forschler
  • 2 edits in branches/safari-537-branch/Source/WebKit2

Merged r154473. <rdar://problem/14814461>

9:54 AM Changeset in webkit [154491] by Lucas Forschler
  • 2 edits in branches/safari-537-branch/Source/WebKit2

Merged r154433. <rdar://problem/14650652>

9:51 AM Changeset in webkit [154490] by ap@apple.com
  • 4 edits in trunk/Source/WebKit2

[WK2] Assertion failures when loading XSL stylesheets with NetworkProcess
https://bugs.webkit.org/show_bug.cgi?id=120186
<rdar://problem/14080273>

Reviewed by Brady Eidson.

Covered by many existing tests.

  • WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:

(WebKit::WebPlatformStrategies::loadResourceSynchronously): Pass frame ID and page ID.
They are mostly needed for authentication, which is not supported with sync requests,
but it will be supported some day.

  • WebProcess/WebCoreSupport/mac/WebFrameNetworkingContext.h:
  • WebProcess/WebCoreSupport/mac/WebFrameNetworkingContext.mm:

(WebKit::WebFrameNetworkingContext::webFrameLoaderClient):
Added a way to get frame loader client from WebKit NetworkingContext subclass.

9:50 AM Changeset in webkit [154489] by akling@apple.com
  • 4 edits in trunk/Source/WebCore

RenderLayerCompositor::m_renderView should be a reference.
<https://webkit.org/b/120210>

Reviewed by Antti Koivisto.

The RenderLayerCompositor is always created by a RenderView passing itself to the constructor.
By making m_renderView a reference, we flush out some unnecessary null checks.
We also gain a pointer-free path to Settings through m_renderView.frameView().frame().settings()
so we don't have to make those blocks conditional anymore, reducing ambiguity.

  • rendering/RenderLayerCompositor.cpp:
  • rendering/RenderLayerCompositor.h:
  • rendering/RenderView.cpp:

(WebCore::RenderView::compositor):

9:34 AM Changeset in webkit [154488] by akling@apple.com
  • 25 edits in trunk/Source

RenderView::frameView() should return a reference.
<https://webkit.org/b/120208>

Reviewed by Antti Koivisto.

A RenderView should always have a corresponding FrameView, so make frameView()
return a reference. Also remove a myriad of now-impossible null checks.

8:01 AM Changeset in webkit [154487] by allan.jensen@digia.com
  • 1 edit
    802 moves
    16 adds in trunk/LayoutTests

Moving expectations from Qt 5.0 WK2 to Qt WK2 - Part 7

Unreviewed gardening.

  • platform/qt-wk2/tables/layering/paint-test-layering-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/layering/paint-test-layering-1-expected.png.
  • platform/qt-wk2/tables/layering/paint-test-layering-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/layering/paint-test-layering-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/45621-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/45621-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug10009-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug10009-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug100334-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug100334-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug10036-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug10036-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug101201-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug101201-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug101674-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug101674-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug102145-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug102145-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug102145-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-3-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug102145-4-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug102145-4-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug10269-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug10269-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug10296-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug10296-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1055-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1055-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug10565-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug10565-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug106158-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug106158-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug10633-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug10633-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug106816-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug106816-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug109043-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug109043-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug11026-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug11026-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug110566-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug110566-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug113235-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug113235-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug113235-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug113235-3-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug113424-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug113424-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug11384q-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug11384q-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug11384s-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug11384s-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1163-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1163-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1188-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1188-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug11944-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug11944-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug119786-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug119786-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug12008-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug12008-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug120364-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug120364-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1224-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1224-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug12268-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug12268-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug12384-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug12384-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug123862-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug123862-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1261-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1261-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug126742-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug126742-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug12709-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug12709-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug127267-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug127267-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug128229-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug128229-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug12908-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug12908-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug12910-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug12910-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1296-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1296-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1302-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1302-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug131020-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug131020-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug131020_iframe-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug131020_iframe-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug13105-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug13105-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug13118-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug13118-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1318-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1318-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug13196-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug13196-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug133756-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug133756-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug133756-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug133756-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug13484-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug13484-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug137388-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug137388-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug139524-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug139524-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug14159-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug14159-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug14159-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug14159-3-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1430-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1430-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug14323-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug14323-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug149275-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug149275-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug14929-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug14929-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug15247-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug15247-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug15544-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug15544-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug157890-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug157890-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug16012-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug16012-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug16252-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug16252-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug17130-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug17130-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug17130-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug17130-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug17138-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug17138-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug17168-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug17168-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug17587-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug17587-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1800-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1800-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1802-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1802-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1802s-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1802s-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1809-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1809-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug1828-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug1828-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug18359-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug18359-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug18558-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug18558-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug18664-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug18664-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug18955-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug18955-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug19061-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug19061-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug19061-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug19061-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug19356-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug19356-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug194024-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug194024-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug19599-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug19599-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2050-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2050-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug20579-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug20579-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug20804-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug20804-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2123-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2123-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug21299-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug21299-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug215629-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug215629-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug22019-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug22019-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug220536-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug220536-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug22246-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug22246-2a-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-2a-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug22246-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-3-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug22246-3a-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug22246-3a-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug222846-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug222846-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2267-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2267-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug227123-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug227123-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug23151-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug23151-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug23235-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug23235-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug23299-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug23299-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug24200-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug24200-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug24503-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug24503-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug24627-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug24627-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug24661-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug24661-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2469-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2469-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2479-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2479-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2479-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-3-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2479-4-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2479-4-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug24880-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug24880-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug25004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug25004-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug25086-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug25086-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2509-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2509-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug25663-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug25663-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2684-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2684-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug27038-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug27038-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug27038-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug27038-3-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug275625-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug275625-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2757-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2757-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2763-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2763-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2773-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2773-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug278266-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug278266-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug27993-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug27993-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug28341-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug28341-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2886-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2886-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2886-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2886-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug28928-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug28928-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug29058-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug29058-3-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug29157-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug29157-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug29314-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug29314-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug29429-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug29429-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2947-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2947-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2962-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2962-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2973-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2973-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2981-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2981-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2981-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2981-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug2997-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug2997-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug30273-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug30273-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug30332-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug30332-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug30332-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug30332-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug30418-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug30418-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug30559-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug30559-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug30692-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug30692-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug30985-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug30985-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug3103-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug3103-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug3191-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug3191-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug32205-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug32205-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug32205-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug32205-3-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug3260-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug3260-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug32841-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug32841-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug3309-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug3309-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug33137-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug33137-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug33855-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug33855-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug3454-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug3454-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug35662-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug35662-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug3681-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug3681-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug3681-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug3681-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug38916-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug38916-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug39209-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug39209-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug3977-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug3977-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug40828-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug40828-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug4093-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug4093-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug41890-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug41890-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug42187-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug42187-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug42443-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug42443-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug4284-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug4284-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug43039-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug43039-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug43204-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug43204-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug4382-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug4382-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug4385-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug4385-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug43854-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug43854-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug43854-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug43854-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug4427-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug4427-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug44505-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug44505-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug44523-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug44523-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug4501-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug4501-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug45055-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug45055-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug45055-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug45055-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug4523-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug4523-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug45486-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug45486-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug4576-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug4576-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46268-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46268-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46268-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-3-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46268-5-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-5-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46268-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46268-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46368-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46368-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46368-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46368-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46480-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46480-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46480-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46480-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46623-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46623-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46623-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46623-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug46924-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug46924-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug47432-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug47432-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug48028-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug48028-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug48028-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug48028-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug4803-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug4803-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug4849-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug4849-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug4849-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug4849-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug48827-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug48827-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug50695-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug50695-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug51037-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug51037-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug51140-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug51140-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug51727-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug51727-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug5188-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug5188-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug52505-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug52505-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug52506-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug52506-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug53891-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug53891-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug54450-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug54450-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug5538-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug5538-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug55527-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug55527-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug55694-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug55694-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug56405-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug56405-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug56563-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug56563-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug57300-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug57300-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug57378-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug57378-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug57828-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug57828-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug57828-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug57828-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug5797-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug5797-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug5798-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug5798-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug5799-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug5799-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug5835-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug5835-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug5838-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug5838-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug58402-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug58402-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug59354-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug59354-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug60013-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug60013-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug60749-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug60749-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug60804-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug60804-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug60807-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug60807-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug60992-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug60992-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug6184-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug6184-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug625-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug625-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug6304-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug6304-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug63785-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug63785-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug6404-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug6404-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug647-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug647-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug650-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug650-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug6674-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug6674-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug67864-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug67864-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug67915-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug67915-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug68912-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug68912-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug68998-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug68998-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug69187-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug69187-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug69382-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug69382-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug69382-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug69382-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug709-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug709-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug7112-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug7112-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug7112-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug7112-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug7121-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug7121-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug72359-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug72359-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug727-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug727-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug73321-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug73321-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug7342-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug7342-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug7471-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug7471-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug75250-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug75250-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug7714-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug7714-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug78162-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug78162-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug8032-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug8032-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug80762-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug80762-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug81934-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug81934-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug82946-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug82946-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug82946-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug82946-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug83786-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug83786-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug8381-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug8381-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug8411-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug8411-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug86708-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug86708-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug88035-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug88035-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug88035-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug88035-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug8858-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug8858-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug8950-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug8950-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug9123-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug9123-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug9123-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug9123-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug92143-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug92143-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug9271-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug9271-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug9271-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug9271-2-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug92868-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug92868-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug93363-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug93363-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug963-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug963-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug96334-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug96334-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug96343-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug96343-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug965-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug965-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug97138-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug97138-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug97383-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug97383-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug9879-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug9879-1-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug99923-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug99923-expected.png.
  • platform/qt-wk2/tables/mozilla/bugs/bug99948-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/bugs/bug99948-expected.png.
  • platform/qt-wk2/tables/mozilla/collapsing_borders/bug127040-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/collapsing_borders/bug127040-expected.png.
  • platform/qt-wk2/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/collapsing_borders/bug41262-3-expected.png.
  • platform/qt-wk2/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/collapsing_borders/bug41262-4-expected.png.
  • platform/qt-wk2/tables/mozilla/core/bloomberg-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/bloomberg-expected.png.
  • platform/qt-wk2/tables/mozilla/core/borders-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/borders-expected.png.
  • platform/qt-wk2/tables/mozilla/core/captions-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/captions-expected.png.
  • platform/qt-wk2/tables/mozilla/core/cell_heights-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/cell_heights-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_span-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_span-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_autoFix-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_auto_autoPer-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_autoPer-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_auto_fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_fix-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_auto_fixPer-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_fixPer-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_auto_per-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_auto_per-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_fix_auto-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_auto-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_fix_autoFix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_autoFix-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_fix_autoPer-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_autoPer-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_fix_fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_fix-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_fix_fixPer-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_fixPer-expected.png.
  • platform/qt-wk2/tables/mozilla/core/col_widths_fix_per-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/col_widths_fix_per-expected.png.
  • platform/qt-wk2/tables/mozilla/core/margins-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/margins-expected.png.
  • platform/qt-wk2/tables/mozilla/core/misc-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/misc-expected.png.
  • platform/qt-wk2/tables/mozilla/core/nested1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/nested1-expected.png.
  • platform/qt-wk2/tables/mozilla/core/one_row-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/one_row-expected.png.
  • platform/qt-wk2/tables/mozilla/core/row_span-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/row_span-expected.png.
  • platform/qt-wk2/tables/mozilla/core/table_frame-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/table_frame-expected.png.
  • platform/qt-wk2/tables/mozilla/core/table_rules-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/table_rules-expected.png.
  • platform/qt-wk2/tables/mozilla/core/table_widths-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/core/table_widths-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/appendCol2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/appendCol2-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/appendRowsExpand1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/appendRowsExpand1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/appendTbodyExpand1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/appendTbodyExpand1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteCellsRebuild1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteCellsRebuild1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteCellsShrink1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteCellsShrink1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteCellsShrink2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteCellsShrink2-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteCol1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteCol1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteCol2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteCol2-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteCol3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteCol3-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteColGroup1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteColGroup1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteColGroup2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteColGroup2-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteRowsRebuild1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteRowsRebuild1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteRowsShrink1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteRowsShrink1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteTbodyExpand1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteTbodyExpand1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/deleteTbodyRebuild1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertCellsExpand1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsExpand1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertCellsExpand2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsExpand2-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertCellsRebuild1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsRebuild1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertCellsRebuild2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertCellsRebuild2-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertColGroups1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertColGroups1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertColGroups2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertColGroups2-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertCols1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertCols1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertCols2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertCols2-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertCols3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertCols3-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertCols4-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertCols4-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertCols5-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertCols5-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertRowsExpand1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertRowsExpand1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/insertRowsRebuild1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/insertRowsRebuild1-expected.png.
  • platform/qt-wk2/tables/mozilla/dom/tableDom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/dom/tableDom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/backgr_index-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_index-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/backgr_index-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_index-expected.txt.
  • platform/qt-wk2/tables/mozilla/marvin/backgr_layers-opacity-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_layers-opacity-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/backgr_position-table-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_position-table-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-cell-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-column-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/backgr_simple-table-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-row-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/body_col-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/body_col-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/body_tbody-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/body_tbody-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/body_tfoot-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/body_tfoot-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/body_thead-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/body_thead-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/col_span-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/col_span-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/colgroup_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/colgroup_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/colgroup_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/colgroup_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/colgroup_span-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_span-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/colgroup_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/colgroup_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/colgroup_width_pct-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_width_pct-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/colgroup_width_px-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/colgroup_width_px-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/table_frame_border-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/table_frame_border-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/table_frame_box-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/table_frame_box-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/table_row_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/table_row_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/table_row_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/table_row_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/table_row_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/table_row_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/table_rules_all-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/table_rules_all-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/table_rules_groups-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/table_rules_groups-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/table_rules_none-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/table_rules_none-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_black-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_black-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_blue-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_blue-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_gray-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_gray-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_green-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_green-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_lime-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_lime-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_navy-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_navy-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_olive-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_olive-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_purple-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_purple-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_red-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_red-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_silver-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_silver-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_teal-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_teal-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_white-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_white-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_border_0-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_0-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_border_1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_1-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_border_2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_2-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_border_3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_border_3-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_caption_align_bot-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_caption_align_bot-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_caption_align_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_caption_align_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_cellpadding-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_cellpadding-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_cellpadding_pct-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_cellspacing-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_cellspacing-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_class-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_class-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_default-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_default-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_id-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_id-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_row_th_nowrap-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_style-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_style-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_td_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_td_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_td_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_td_colspan-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_colspan-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_td_height-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_height-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_td_nowrap-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_nowrap-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_td_rowspan-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_rowspan-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_td_width-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_td_width-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_th_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_th_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_th_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_th_colspan-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_colspan-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_th_height-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_height-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_th_rowspan-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_rowspan-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_th_width-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_th_width-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_width_percent-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_width_percent-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tables_width_px-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tables_width_px-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tbody_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tbody_align_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tbody_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tbody_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tbody_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tbody_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tbody_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tbody_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tbody_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/td_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/td_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/td_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/td_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/td_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tfoot_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tfoot_align_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tfoot_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tfoot_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tfoot_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tfoot_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tfoot_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tfoot_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/th_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/th_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/th_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/th_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/th_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/thead_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/thead_align_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/thead_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/thead_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/thead_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/thead_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/thead_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/thead_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/thead_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/thead_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/thead_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/thead_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/thead_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_black-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_black-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_blue-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_blue-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_gray-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_gray-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_green-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_green-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_lime-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_lime-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_navy-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_navy-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_olive-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_olive-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_purple-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_purple-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_red-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_red-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_silver-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_silver-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_teal-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_teal-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_white-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_white-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/tr_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/tr_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_caption_align_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_align_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_caption_align_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_align_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_caption_class-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_class-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_caption_id-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_id-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_caption_style-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_caption_style-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_align_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_span-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_span-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_width_pct-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_width_pct-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_width_px-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_width_px-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_col_width_rel-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_col_width_rel-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_align_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_span-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_span-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_width_pct-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_width_pct-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_colgroup_width_rel-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_colgroup_width_rel-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_bgcolor_name-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_border-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_border-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_border_none-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_border_none-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_border_px-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_border_px-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_cellpadding-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellpadding-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_cellspacing-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellspacing-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_class-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_class-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_frame_void-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_frame_void-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_id-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_id-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_rules_groups-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_rules_groups-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_rules_none-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_rules_none-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_style-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_style-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_width_pct-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_width_pct-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_table_width_px-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_table_width_px-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_align_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_class-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_class-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_id-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_id-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_style-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_style-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tbody_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tbody_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_align_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_bgcolor_name-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_class-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_class-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_colspan-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_colspan-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_height-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_height-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_id-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_id-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_nowrap-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_nowrap-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_rowspan-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_rowspan-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_style-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_style-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_td_width-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_td_width-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_align_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_class-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_class-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_id-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_id-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_style-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_style-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tfoot_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tfoot_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_align_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_bgcolor_name-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_class-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_class-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_colspan-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_colspan-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_height-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_height-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_id-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_id-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_nowrap-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_nowrap-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_rowspan-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_rowspan-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_style-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_style-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_th_width-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_th_width-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_align_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_class-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_class-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_id-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_id-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_style-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_style-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_thead_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_thead_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_align_center-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_center-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_align_char-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_char-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_align_justify-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_justify-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_class-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_class-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_id-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_id-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_style-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_style-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_valign_baseline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_baseline-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_valign_bottom-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_bottom-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_valign_middle-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_middle-expected.png.
  • platform/qt-wk2/tables/mozilla/marvin/x_tr_valign_top-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/marvin/x_tr_valign_top-expected.png.
  • platform/qt-wk2/tables/mozilla/other/body_col-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/body_col-expected.png.
  • platform/qt-wk2/tables/mozilla/other/cell_widths-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/cell_widths-expected.png.
  • platform/qt-wk2/tables/mozilla/other/cellspacing-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/cellspacing-expected.png.
  • platform/qt-wk2/tables/mozilla/other/move_row-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/move_row-expected.png.
  • platform/qt-wk2/tables/mozilla/other/ms-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/ms-expected.png.
  • platform/qt-wk2/tables/mozilla/other/nested2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/nested2-expected.png.
  • platform/qt-wk2/tables/mozilla/other/nestedTables-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/nestedTables-expected.png.
  • platform/qt-wk2/tables/mozilla/other/padding-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/padding-expected.png.
  • platform/qt-wk2/tables/mozilla/other/test3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/test3-expected.png.
  • platform/qt-wk2/tables/mozilla/other/test6-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/test6-expected.png.
  • platform/qt-wk2/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/wa_table_thtd_rowspan-expected.png.
  • platform/qt-wk2/tables/mozilla/other/wa_table_tr_align-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla/other/wa_table_tr_align-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/97619-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/97619-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug1010-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1010-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug10140-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug101759-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug10216-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug104898-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug104898-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug106966-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug1128-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1128-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug11331-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug11331-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug1164-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1164-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug11945-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug11945-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug14489-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug14489-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug1725-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug17826-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug17826-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug18770-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug18770-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug19526-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug19526-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug21518-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug21518-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug220653-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug220653-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug22122-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug25707-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug25707-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug42043-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug42043-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug4294-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug4294-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug47163-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug47163-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug51000-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug51000-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug56024-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug59252-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug59252-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug65372-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug65372-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug6933-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug72393-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug72393-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug7243-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug7243-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug73629-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug73629-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug91057-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug92868_1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug92868_1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/core/backgrounds-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/backgrounds-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/core/captions1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/core/captions2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/core/captions3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/captions3-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/core/col_span2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/col_span2-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/core/cols1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/cols1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/core/columns-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/columns-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/core/conflicts-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/conflicts-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/core/standards1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/core/standards1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/dom/appendCells1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendCells1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/dom/appendCol1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendCol1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/other/empty_cells-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/other/empty_cells-expected.png.
  • platform/qt-wk2/tables/mozilla_expected_failures/other/test4-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/tables/mozilla_expected_failures/other/test4-expected.png.
6:57 AM Changeset in webkit [154486] by allan.jensen@digia.com
  • 1 edit
    109 copies
    28 adds
    4 deletes in trunk/LayoutTests

Moving expectations from Qt 5.0 WK2 to Qt WK2 - Part 6

Unreviewed gardening.

  • platform/qt-wk2/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/cache/cancel-multiple-post-xhrs-expected.txt.
  • platform/qt-wk2/http/tests/loading/simple-subframe-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/loading/simple-subframe-expected.png.
  • platform/qt-wk2/http/tests/local/file-url-sent-as-referer-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/local/file-url-sent-as-referer-expected.png.
  • platform/qt-wk2/http/tests/misc/acid2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/misc/acid2-expected.png.
  • platform/qt-wk2/http/tests/misc/acid3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/misc/acid3-expected.png.
  • platform/qt-wk2/http/tests/misc/error404-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/misc/error404-expected.png.
  • platform/qt-wk2/http/tests/misc/favicon-as-image-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/misc/favicon-as-image-expected.png.
  • platform/qt-wk2/http/tests/misc/frame-access-during-load-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/misc/frame-access-during-load-expected.png.
  • platform/qt-wk2/http/tests/misc/iframe404-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/misc/iframe404-expected.png.
  • platform/qt-wk2/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png.
  • platform/qt-wk2/http/tests/misc/slow-loading-image-in-pattern-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/misc/slow-loading-image-in-pattern-expected.png.
  • platform/qt-wk2/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt.
  • platform/qt-wk2/http/tests/misc/window-dot-stop-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/misc/window-dot-stop-expected.txt.
  • platform/qt-wk2/http/tests/navigation/error404-basic-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/error404-basic-expected.png.
  • platform/qt-wk2/http/tests/navigation/error404-goback-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/error404-goback-expected.png.
  • platform/qt-wk2/http/tests/navigation/javascriptlink-frames-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/javascriptlink-frames-expected.png.
  • platform/qt-wk2/http/tests/navigation/postredirect-basic-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.png.
  • platform/qt-wk2/http/tests/navigation/postredirect-basic-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt.
  • platform/qt-wk2/http/tests/navigation/postredirect-goback1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.png.
  • platform/qt-wk2/http/tests/navigation/postredirect-goback1-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt.
  • platform/qt-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt.
  • platform/qt-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt.
  • platform/qt-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt.
  • platform/qt-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt.
  • platform/qt-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict-expected.txt.
  • platform/qt-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt.
  • platform/qt-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt.
  • platform/qt-wk2/http/tests/uri/css-href-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/uri/css-href-expected.png.
  • platform/qt-wk2/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt.
  • platform/qt-wk2/http/tests/xmlhttprequest/abort-should-cancel-load-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/xmlhttprequest/abort-should-cancel-load-expected.txt.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png.
  • platform/qt-wk2/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png.
  • platform/qt-wk2/ietestcenter/css3/text/textshadow-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-001-expected.png.
  • platform/qt-wk2/ietestcenter/css3/text/textshadow-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-003-expected.png.
  • platform/qt-wk2/ietestcenter/css3/text/textshadow-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-004-expected.png.
  • platform/qt-wk2/ietestcenter/css3/text/textshadow-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-005-expected.png.
  • platform/qt-wk2/ietestcenter/css3/text/textshadow-006-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-006-expected.png.
  • platform/qt-wk2/ietestcenter/css3/text/textshadow-007-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-007-expected.png.
  • platform/qt-wk2/ietestcenter/css3/text/textshadow-008-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-008-expected.png.
  • platform/qt-wk2/ietestcenter/css3/text/textshadow-009-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-009-expected.png.
  • platform/qt-wk2/ietestcenter/css3/text/textshadow-010-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/ietestcenter/css3/text/textshadow-010-expected.png.
  • platform/qt-wk2/platform/qt/fast/forms/button-line-break-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/platform/qt/fast/forms/button-line-break-expected.png.
  • platform/qt-wk2/transforms/2d/compound-transforms-vs-containers-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/2d/compound-transforms-vs-containers-expected.png.
  • platform/qt-wk2/transforms/2d/transform-borderbox-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/2d/transform-borderbox-expected.png.
  • platform/qt-wk2/transforms/2d/transform-fixed-container-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/2d/transform-fixed-container-expected.png.
  • platform/qt-wk2/transforms/2d/transform-origin-borderbox-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/2d/transform-origin-borderbox-expected.png.
  • platform/qt-wk2/transforms/2d/zoom-menulist-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/2d/zoom-menulist-expected.png.
  • platform/qt-wk2/transforms/3d/general/matrix-with-zoom-3d-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/3d/general/matrix-with-zoom-3d-expected.png.
  • platform/qt-wk2/transforms/3d/hit-testing/backface-hit-test-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/3d/hit-testing/backface-hit-test-expected.png.
  • platform/qt-wk2/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png.
  • platform/qt-wk2/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-3-expected.png.
  • platform/qt-wk2/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png.
  • platform/qt-wk2/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png.
  • platform/qt-wk2/transforms/3d/point-mapping/3d-point-mapping-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-expected.png.
  • platform/qt-wk2/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png.
  • platform/qt-wk2/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png.
  • platform/qt-wk2/transforms/svg-vs-css-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transforms/svg-vs-css-expected.png.
6:47 AM Changeset in webkit [154485] by allan.jensen@digia.com
  • 1 edit
    34 copies
    8 adds
    8 deletes in trunk/LayoutTests

Moving expectations from Qt 5.0 WK2 to Qt WK2 - Part 5

Unreviewed gardening.

  • platform/qt-wk2/fonts/cursive-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fonts/cursive-expected.png.
  • platform/qt-wk2/fonts/default-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fonts/default-expected.png.
  • platform/qt-wk2/fonts/fantasy-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fonts/fantasy-expected.png.
  • platform/qt-wk2/fonts/monospace-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fonts/monospace-expected.png.
  • platform/qt-wk2/fonts/sans-serif-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fonts/sans-serif-expected.png.
  • platform/qt-wk2/fonts/serif-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fonts/serif-expected.png.
  • platform/qt-wk2/fullscreen/full-screen-iframe-zIndex-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fullscreen/full-screen-iframe-zIndex-expected.png.
  • platform/qt-wk2/fullscreen/full-screen-placeholder-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/fullscreen/full-screen-placeholder-expected.txt.
  • platform/qt-wk2/fullscreen/full-screen-remove-ancestor-after-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fullscreen/full-screen-remove-ancestor-after-expected.png.
  • platform/qt-wk2/fullscreen/full-screen-render-inline-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/fullscreen/full-screen-render-inline-expected.txt.
  • platform/qt-wk2/fullscreen/full-screen-stacking-context-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fullscreen/full-screen-stacking-context-expected.png.
  • platform/qt-wk2/fullscreen/full-screen-zIndex-after-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-after-expected.png.
  • platform/qt-wk2/fullscreen/full-screen-zIndex-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-expected.png.
  • platform/qt-wk2/fullscreen/parent-flow-inline-with-block-child-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/fullscreen/parent-flow-inline-with-block-child-expected.txt.
  • platform/qt-wk2/loader/go-back-cached-main-resource-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/loader/go-back-cached-main-resource-expected.txt.
  • platform/qt-wk2/plugins/netscape-dom-access-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/plugins/netscape-dom-access-expected.txt.
  • platform/qt-wk2/printing/return-from-printing-mode-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/printing/return-from-printing-mode-expected.png.
  • platform/qt-wk2/scrollbars/basic-scrollbar-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollbars/basic-scrollbar-expected.png.
  • platform/qt-wk2/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollbars/custom-scrollbar-with-incomplete-style-expected.png.
  • platform/qt-wk2/scrollbars/disabled-scrollbar-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollbars/disabled-scrollbar-expected.png.
  • platform/qt-wk2/scrollbars/listbox-scrollbar-combinations-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollbars/listbox-scrollbar-combinations-expected.png.
  • platform/qt-wk2/scrollbars/overflow-scrollbar-combinations-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollbars/overflow-scrollbar-combinations-expected.png.
  • platform/qt-wk2/scrollbars/scrollbar-buttons-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollbars/scrollbar-buttons-expected.png.
  • platform/qt-wk2/scrollbars/scrollbar-orientation-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollbars/scrollbar-orientation-expected.png.
  • platform/qt-wk2/scrollbars/scrollbars-on-positioned-content-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollbars/scrollbars-on-positioned-content-expected.png.
  • platform/qt-wk2/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png.
  • platform/qt-wk2/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt.
  • platform/qt-wk2/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png.
  • platform/qt-wk2/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt.
  • platform/qt-wk2/transitions/cross-fade-background-image-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transitions/cross-fade-background-image-expected.png.
  • platform/qt-wk2/transitions/cross-fade-border-image-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transitions/cross-fade-border-image-expected.png.
  • platform/qt-wk2/transitions/move-after-transition-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transitions/move-after-transition-expected.png.
  • platform/qt-wk2/transitions/suspend-transform-transition-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transitions/suspend-transform-transition-expected.png.
  • platform/qt-wk2/transitions/svg-text-shadow-transition-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/transitions/svg-text-shadow-transition-expected.png.
6:12 AM Changeset in webkit [154484] by allan.jensen@digia.com
  • 1 edit
    499 copies
    11 adds
    1 delete in trunk/LayoutTests

Moving expectations from Qt 5.0 WK2 to Qt WK2 - Part 4

Unreviewed gardening.

  • platform/qt-wk2/editing/deleting/4922367-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/4922367-expected.png.
  • platform/qt-wk2/editing/deleting/5099303-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/5099303-expected.png.
  • platform/qt-wk2/editing/deleting/5126166-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/5126166-expected.png.
  • platform/qt-wk2/editing/deleting/5144139-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/5144139-2-expected.png.
  • platform/qt-wk2/editing/deleting/5206311-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/5206311-1-expected.png.
  • platform/qt-wk2/editing/deleting/5272440-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/5272440-expected.png.
  • platform/qt-wk2/editing/deleting/5369009-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/5369009-expected.png.
  • platform/qt-wk2/editing/deleting/5433862-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/5433862-2-expected.png.
  • platform/qt-wk2/editing/deleting/5483370-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/5483370-expected.png.
  • platform/qt-wk2/editing/deleting/delete-3608445-fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-3608445-fix-expected.png.
  • platform/qt-wk2/editing/deleting/delete-3608462-fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-3608462-fix-expected.png.
  • platform/qt-wk2/editing/deleting/delete-3857753-fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-3857753-fix-expected.png.
  • platform/qt-wk2/editing/deleting/delete-3865854-fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-3865854-fix-expected.png.
  • platform/qt-wk2/editing/deleting/delete-3928305-fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-3928305-fix-expected.png.
  • platform/qt-wk2/editing/deleting/delete-after-span-ws-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-001-expected.png.
  • platform/qt-wk2/editing/deleting/delete-after-span-ws-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-002-expected.png.
  • platform/qt-wk2/editing/deleting/delete-after-span-ws-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-003-expected.png.
  • platform/qt-wk2/editing/deleting/delete-and-undo-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-and-undo-expected.png.
  • platform/qt-wk2/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-002-expected.png.
  • platform/qt-wk2/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-003-expected.png.
  • platform/qt-wk2/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-004-expected.png.
  • platform/qt-wk2/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-005-expected.png.
  • platform/qt-wk2/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-006-expected.png.
  • platform/qt-wk2/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-007-expected.png.
  • platform/qt-wk2/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-008-expected.png.
  • platform/qt-wk2/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-009-expected.png.
  • platform/qt-wk2/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-010-expected.png.
  • platform/qt-wk2/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-011-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-contents-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-contents-003-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-002-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-003-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-004-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-005-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-006-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-006-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-007-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-007-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-008-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-008-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-009-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-009-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-010-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-010-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-011-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-011-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-012-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-012-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-013-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-013-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-014-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-014-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-015-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-015-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-016-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-016-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-017-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-017-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-018-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-018-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-019-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-019-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-020-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-020-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-021-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-021-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-022-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-022-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-023-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-023-expected.png.
  • platform/qt-wk2/editing/deleting/delete-block-merge-contents-024-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-024-expected.png.
  • platform/qt-wk2/editing/deleting/delete-br-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-br-001-expected.png.
  • platform/qt-wk2/editing/deleting/delete-br-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-br-002-expected.png.
  • platform/qt-wk2/editing/deleting/delete-br-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-br-003-expected.png.
  • platform/qt-wk2/editing/deleting/delete-br-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-br-004-expected.png.
  • platform/qt-wk2/editing/deleting/delete-br-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-br-005-expected.png.
  • platform/qt-wk2/editing/deleting/delete-br-006-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-br-006-expected.png.
  • platform/qt-wk2/editing/deleting/delete-br-007-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-br-007-expected.png.
  • platform/qt-wk2/editing/deleting/delete-br-013-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-br-013-expected.png.
  • platform/qt-wk2/editing/deleting/delete-first-list-item-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-first-list-item-expected.png.
  • platform/qt-wk2/editing/deleting/delete-hr-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-hr-expected.png.
  • platform/qt-wk2/editing/deleting/delete-image-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-image-001-expected.png.
  • platform/qt-wk2/editing/deleting/delete-image-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-image-002-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-001-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-002-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-003-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-004-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-005-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-006-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-006-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-007-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-007-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-008-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-008-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-009-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-009-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-010-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-010-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-011-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-011-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-012-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-012-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-013-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-013-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-014-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-014-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-015-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-015-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-016-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-016-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-017-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-017-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-end-ws-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-end-ws-001-expected.png.
  • platform/qt-wk2/editing/deleting/delete-line-end-ws-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-line-end-ws-002-expected.png.
  • platform/qt-wk2/editing/deleting/delete-listitem-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-listitem-001-expected.png.
  • platform/qt-wk2/editing/deleting/delete-listitem-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-listitem-002-expected.png.
  • platform/qt-wk2/editing/deleting/delete-ws-fixup-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-ws-fixup-001-expected.png.
  • platform/qt-wk2/editing/deleting/delete-ws-fixup-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/delete-ws-fixup-002-expected.png.
  • platform/qt-wk2/editing/deleting/forward-delete-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/forward-delete-expected.png.
  • platform/qt-wk2/editing/deleting/list-item-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/list-item-1-expected.png.
  • platform/qt-wk2/editing/deleting/merge-different-styles-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/merge-different-styles-expected.png.
  • platform/qt-wk2/editing/deleting/merge-endOfParagraph-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/merge-endOfParagraph-expected.png.
  • platform/qt-wk2/editing/deleting/merge-no-br-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/merge-no-br-expected.png.
  • platform/qt-wk2/editing/deleting/merge-unrendered-space-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/merge-unrendered-space-expected.png.
  • platform/qt-wk2/editing/deleting/merge-whitespace-pre-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/merge-whitespace-pre-expected.png.
  • platform/qt-wk2/editing/deleting/move-nodes-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/move-nodes-001-expected.png.
  • platform/qt-wk2/editing/deleting/non-smart-delete-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/non-smart-delete-expected.png.
  • platform/qt-wk2/editing/deleting/pruning-after-merge-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/pruning-after-merge-2-expected.png.
  • platform/qt-wk2/editing/deleting/smart-delete-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/smart-delete-001-expected.png.
  • platform/qt-wk2/editing/deleting/smart-delete-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/smart-delete-002-expected.png.
  • platform/qt-wk2/editing/deleting/smart-delete-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/smart-delete-003-expected.png.
  • platform/qt-wk2/editing/deleting/smart-delete-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/smart-delete-004-expected.png.
  • platform/qt-wk2/editing/deleting/table-cells-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/table-cells-expected.png.
  • platform/qt-wk2/editing/deleting/type-delete-after-quote-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/deleting/type-delete-after-quote-expected.png.
  • platform/qt-wk2/editing/execCommand/4580583-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/4580583-1-expected.png.
  • platform/qt-wk2/editing/execCommand/4580583-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/4580583-2-expected.png.
  • platform/qt-wk2/editing/execCommand/4641880-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/4641880-1-expected.png.
  • platform/qt-wk2/editing/execCommand/4641880-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/4641880-2-expected.png.
  • platform/qt-wk2/editing/execCommand/4747450-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/4747450-expected.png.
  • platform/qt-wk2/editing/execCommand/4916402-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/4916402-expected.png.
  • platform/qt-wk2/editing/execCommand/4916541-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/4916541-expected.png.
  • platform/qt-wk2/editing/execCommand/4924441-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/4924441-expected.png.
  • platform/qt-wk2/editing/execCommand/5080333-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/5080333-1-expected.png.
  • platform/qt-wk2/editing/execCommand/5080333-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/5080333-2-expected.png.
  • platform/qt-wk2/editing/execCommand/5136770-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/5136770-expected.png.
  • platform/qt-wk2/editing/execCommand/5138441-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/5138441-expected.png.
  • platform/qt-wk2/editing/execCommand/5142012-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/5142012-1-expected.png.
  • platform/qt-wk2/editing/execCommand/5142012-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/5142012-2-expected.png.
  • platform/qt-wk2/editing/execCommand/5190926-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/5190926-expected.png.
  • platform/qt-wk2/editing/execCommand/5481523-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/5481523-expected.png.
  • platform/qt-wk2/editing/execCommand/5482023-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/5482023-expected.png.
  • platform/qt-wk2/editing/execCommand/5569741-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/5569741-expected.png.
  • platform/qt-wk2/editing/execCommand/create-list-with-hr-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/create-list-with-hr-expected.png.
  • platform/qt-wk2/editing/execCommand/findString-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/findString-2-expected.png.
  • platform/qt-wk2/editing/execCommand/findString-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/findString-expected.png.
  • platform/qt-wk2/editing/execCommand/indent-empty-root-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/indent-empty-root-expected.png.
  • platform/qt-wk2/editing/execCommand/indent-list-item-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/indent-list-item-expected.png.
  • platform/qt-wk2/editing/execCommand/indent-selection-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/indent-selection-expected.png.
  • platform/qt-wk2/editing/execCommand/insert-list-and-stitch-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/insert-list-and-stitch-expected.png.
  • platform/qt-wk2/editing/execCommand/insertHorizontalRule-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/insertHorizontalRule-expected.png.
  • platform/qt-wk2/editing/execCommand/insertImage-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/insertImage-expected.png.
  • platform/qt-wk2/editing/execCommand/nsresponder-indent-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/nsresponder-indent-expected.png.
  • platform/qt-wk2/editing/execCommand/nsresponder-outdent-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/nsresponder-outdent-expected.png.
  • platform/qt-wk2/editing/execCommand/paste-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/paste-1-expected.png.
  • platform/qt-wk2/editing/execCommand/print-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/print-expected.png.
  • platform/qt-wk2/editing/execCommand/remove-list-from-range-selection-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/remove-list-from-range-selection-expected.png.
  • platform/qt-wk2/editing/execCommand/remove-list-item-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/remove-list-item-1-expected.png.
  • platform/qt-wk2/editing/execCommand/selectAll-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/execCommand/selectAll-expected.png.
  • platform/qt-wk2/editing/input/caret-at-the-edge-of-input-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/input/caret-at-the-edge-of-input-expected.png.
  • platform/qt-wk2/editing/input/reveal-caret-of-multiline-input-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/input/reveal-caret-of-multiline-input-expected.png.
  • platform/qt-wk2/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt.
  • platform/qt-wk2/editing/inserting/12882-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/12882-expected.png.
  • platform/qt-wk2/editing/inserting/4278698-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/4278698-expected.png.
  • platform/qt-wk2/editing/inserting/4840662-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/4840662-expected.png.
  • platform/qt-wk2/editing/inserting/4875189-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/4875189-1-expected.png.
  • platform/qt-wk2/editing/inserting/4875189-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/4875189-2-expected.png.
  • platform/qt-wk2/editing/inserting/4959067-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/4959067-expected.png.
  • platform/qt-wk2/editing/inserting/4960120-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/4960120-1-expected.png.
  • platform/qt-wk2/editing/inserting/4960120-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/4960120-2-expected.png.
  • platform/qt-wk2/editing/inserting/5002441-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/5002441-expected.png.
  • platform/qt-wk2/editing/inserting/5058163-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/5058163-1-expected.png.
  • platform/qt-wk2/editing/inserting/5058163-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/5058163-2-expected.png.
  • platform/qt-wk2/editing/inserting/5156401-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/5156401-2-expected.png.
  • platform/qt-wk2/editing/inserting/5418891-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/5418891-expected.png.
  • platform/qt-wk2/editing/inserting/5510537-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/5510537-expected.png.
  • platform/qt-wk2/editing/inserting/5549929-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/5549929-2-expected.png.
  • platform/qt-wk2/editing/inserting/5549929-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/5549929-3-expected.png.
  • platform/qt-wk2/editing/inserting/6703873-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/6703873-expected.png.
  • platform/qt-wk2/editing/inserting/before-after-input-element-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/before-after-input-element-expected.png.
  • platform/qt-wk2/editing/inserting/editable-html-element-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/editable-html-element-expected.png.
  • platform/qt-wk2/editing/inserting/editable-inline-element-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/editable-inline-element-expected.png.
  • platform/qt-wk2/editing/inserting/edited-whitespace-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/edited-whitespace-1-expected.png.
  • platform/qt-wk2/editing/inserting/editing-empty-divs-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/editing-empty-divs-expected.png.
  • platform/qt-wk2/editing/inserting/insert-3778059-fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-3778059-fix-expected.png.
  • platform/qt-wk2/editing/inserting/insert-3800346-fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-3800346-fix-expected.png.
  • platform/qt-wk2/editing/inserting/insert-at-end-01-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-at-end-01-expected.png.
  • platform/qt-wk2/editing/inserting/insert-at-end-02-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-at-end-02-expected.png.
  • platform/qt-wk2/editing/inserting/insert-br-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-br-002-expected.png.
  • platform/qt-wk2/editing/inserting/insert-br-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-br-005-expected.png.
  • platform/qt-wk2/editing/inserting/insert-br-009-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-br-009-expected.png.
  • platform/qt-wk2/editing/inserting/insert-br-quoted-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-001-expected.png.
  • platform/qt-wk2/editing/inserting/insert-br-quoted-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-002-expected.png.
  • platform/qt-wk2/editing/inserting/insert-br-quoted-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-003-expected.png.
  • platform/qt-wk2/editing/inserting/insert-br-quoted-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-004-expected.png.
  • platform/qt-wk2/editing/inserting/insert-br-quoted-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-005-expected.png.
  • platform/qt-wk2/editing/inserting/insert-br-quoted-006-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-006-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-011-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-011-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-012-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-012-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-013-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-013-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-014-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-014-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-015-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-015-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-016-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-016-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-017-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-017-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-018-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-018-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-019-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-019-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-020-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-020-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-022-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-022-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-023-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-023-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-024-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-024-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-025-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-025-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-026-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-026-expected.png.
  • platform/qt-wk2/editing/inserting/insert-div-027-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-div-027-expected.png.
  • platform/qt-wk2/editing/inserting/insert-paragraph-01-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-paragraph-01-expected.png.
  • platform/qt-wk2/editing/inserting/insert-paragraph-02-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-paragraph-02-expected.png.
  • platform/qt-wk2/editing/inserting/insert-paragraph-03-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-paragraph-03-expected.png.
  • platform/qt-wk2/editing/inserting/insert-paragraph-04-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-paragraph-04-expected.png.
  • platform/qt-wk2/editing/inserting/insert-paragraph-05-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-paragraph-05-expected.png.
  • platform/qt-wk2/editing/inserting/insert-text-with-newlines-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/insert-text-with-newlines-expected.png.
  • platform/qt-wk2/editing/inserting/line-break-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/line-break-expected.png.
  • platform/qt-wk2/editing/inserting/paragraph-separator-01-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/paragraph-separator-01-expected.png.
  • platform/qt-wk2/editing/inserting/paragraph-separator-02-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/paragraph-separator-02-expected.png.
  • platform/qt-wk2/editing/inserting/paragraph-separator-03-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/paragraph-separator-03-expected.png.
  • platform/qt-wk2/editing/inserting/paragraph-separator-in-table-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/paragraph-separator-in-table-1-expected.png.
  • platform/qt-wk2/editing/inserting/paragraph-separator-in-table-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/paragraph-separator-in-table-2-expected.png.
  • platform/qt-wk2/editing/inserting/redo-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/redo-expected.png.
  • platform/qt-wk2/editing/inserting/return-key-with-selection-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/return-key-with-selection-001-expected.png.
  • platform/qt-wk2/editing/inserting/return-key-with-selection-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/return-key-with-selection-002-expected.png.
  • platform/qt-wk2/editing/inserting/return-key-with-selection-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/return-key-with-selection-003-expected.png.
  • platform/qt-wk2/editing/inserting/typing-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/typing-001-expected.png.
  • platform/qt-wk2/editing/inserting/typing-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/typing-002-expected.png.
  • platform/qt-wk2/editing/inserting/typing-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/typing-003-expected.png.
  • platform/qt-wk2/editing/inserting/typing-around-br-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/typing-around-br-001-expected.png.
  • platform/qt-wk2/editing/inserting/typing-around-image-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/inserting/typing-around-image-001-expected.png.
  • platform/qt-wk2/editing/pasteboard/3976872-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/3976872-expected.png.
  • platform/qt-wk2/editing/pasteboard/4076267-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/4076267-2-expected.png.
  • platform/qt-wk2/editing/pasteboard/4076267-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/4076267-3-expected.png.
  • platform/qt-wk2/editing/pasteboard/4076267-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/4076267-expected.png.
  • platform/qt-wk2/editing/pasteboard/4242293-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/4242293-expected.png.
  • platform/qt-wk2/editing/pasteboard/4631972-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/4631972-expected.png.
  • platform/qt-wk2/editing/pasteboard/4641033-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/4641033-expected.png.
  • platform/qt-wk2/editing/pasteboard/4806874-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/4806874-expected.png.
  • platform/qt-wk2/editing/pasteboard/4944770-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.png.
  • platform/qt-wk2/editing/pasteboard/4944770-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.png.
  • platform/qt-wk2/editing/pasteboard/4989774-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/4989774-expected.png.
  • platform/qt-wk2/editing/pasteboard/5006779-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/5006779-expected.png.
  • platform/qt-wk2/editing/pasteboard/5028447-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/5028447-expected.png.
  • platform/qt-wk2/editing/pasteboard/5032095-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/5032095-expected.png.
  • platform/qt-wk2/editing/pasteboard/5071074-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/5071074-2-expected.png.
  • platform/qt-wk2/editing/pasteboard/5071074-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/5071074-expected.png.
  • platform/qt-wk2/editing/pasteboard/5075944-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/5075944-expected.png.
  • platform/qt-wk2/editing/pasteboard/5134759-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/5134759-expected.png.
  • platform/qt-wk2/editing/pasteboard/5156401-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/5156401-1-expected.png.
  • platform/qt-wk2/editing/pasteboard/5387578-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/5387578-expected.png.
  • platform/qt-wk2/editing/pasteboard/5478250-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/5478250-expected.png.
  • platform/qt-wk2/editing/pasteboard/5601583-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/5601583-1-expected.png.
  • platform/qt-wk2/editing/pasteboard/8145-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/8145-1-expected.png.
  • platform/qt-wk2/editing/pasteboard/8145-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/8145-2-expected.png.
  • platform/qt-wk2/editing/pasteboard/8145-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/8145-3-expected.png.
  • platform/qt-wk2/editing/pasteboard/bad-placeholder-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/bad-placeholder-expected.png.
  • platform/qt-wk2/editing/pasteboard/displaced-generic-placeholder-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/displaced-generic-placeholder-expected.png.
  • platform/qt-wk2/editing/pasteboard/displaced-placeholder-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/displaced-placeholder-expected.png.
  • platform/qt-wk2/editing/pasteboard/innerText-inline-table-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/innerText-inline-table-expected.png.
  • platform/qt-wk2/editing/pasteboard/input-field-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/input-field-1-expected.png.
  • platform/qt-wk2/editing/pasteboard/merge-after-delete-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/merge-after-delete-1-expected.png.
  • platform/qt-wk2/editing/pasteboard/merge-after-delete-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/merge-after-delete-2-expected.png.
  • platform/qt-wk2/editing/pasteboard/merge-end-blockquote-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/merge-end-blockquote-expected.png.
  • platform/qt-wk2/editing/pasteboard/merge-end-borders-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/merge-end-borders-expected.png.
  • platform/qt-wk2/editing/pasteboard/merge-start-blockquote-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/merge-start-blockquote-expected.png.
  • platform/qt-wk2/editing/pasteboard/merge-start-list-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/merge-start-list-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-2-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-4038267-fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-4038267-fix-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-blockquote-after-blockquote-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-blockquote-after-blockquote-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-line-endings-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-001-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-line-endings-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-002-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-line-endings-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-003-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-line-endings-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-004-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-line-endings-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-005-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-line-endings-006-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-006-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-line-endings-007-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-007-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-line-endings-008-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-008-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-line-endings-009-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-009-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-line-endings-010-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-010-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-match-style-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-match-style-001-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-match-style-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-match-style-002-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-text-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-text-004-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-text-008-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-text-008-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-text-009-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-text-009-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-text-013-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-text-013-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-text-014-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-text-014-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-text-016-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-text-016-expected.png.
  • platform/qt-wk2/editing/pasteboard/paste-text-019-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/paste-text-019-expected.png.
  • platform/qt-wk2/editing/pasteboard/pasting-object-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/pasting-object-expected.png.
  • platform/qt-wk2/editing/pasteboard/quirks-mode-br-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/quirks-mode-br-1-expected.png.
  • platform/qt-wk2/editing/pasteboard/smart-paste-007-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/smart-paste-007-expected.png.
  • platform/qt-wk2/editing/pasteboard/smart-paste-008-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/smart-paste-008-expected.png.
  • platform/qt-wk2/editing/pasteboard/styled-element-markup-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/styled-element-markup-expected.png.
  • platform/qt-wk2/editing/pasteboard/undoable-fragment-removes-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/undoable-fragment-removes-expected.png.
  • platform/qt-wk2/editing/pasteboard/unrendered-br-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/pasteboard/unrendered-br-expected.png.
  • platform/qt-wk2/editing/selection/13804-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/13804-expected.png.
  • platform/qt-wk2/editing/selection/3690703-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/3690703-2-expected.png.
  • platform/qt-wk2/editing/selection/3690703-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/3690703-expected.png.
  • platform/qt-wk2/editing/selection/3690719-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/3690719-expected.png.
  • platform/qt-wk2/editing/selection/4397952-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4397952-expected.png.
  • platform/qt-wk2/editing/selection/4402375-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4402375-expected.png.
  • platform/qt-wk2/editing/selection/4776665-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4776665-expected.png.
  • platform/qt-wk2/editing/selection/4818145-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4818145-expected.png.
  • platform/qt-wk2/editing/selection/4866671-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4866671-expected.png.
  • platform/qt-wk2/editing/selection/4889598-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4889598-expected.png.
  • platform/qt-wk2/editing/selection/4895428-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4895428-2-expected.png.
  • platform/qt-wk2/editing/selection/4895428-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4895428-3-expected.png.
  • platform/qt-wk2/editing/selection/4932260-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4932260-1-expected.png.
  • platform/qt-wk2/editing/selection/4932260-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4932260-2-expected.png.
  • platform/qt-wk2/editing/selection/4932260-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4932260-3-expected.png.
  • platform/qt-wk2/editing/selection/4947387-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4947387-expected.png.
  • platform/qt-wk2/editing/selection/4960116-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4960116-expected.png.
  • platform/qt-wk2/editing/selection/4960137-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4960137-expected.png.
  • platform/qt-wk2/editing/selection/4975120-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4975120-expected.png.
  • platform/qt-wk2/editing/selection/4983858-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/4983858-expected.png.
  • platform/qt-wk2/editing/selection/5007143-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5007143-2-expected.png.
  • platform/qt-wk2/editing/selection/5007143-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5007143-expected.png.
  • platform/qt-wk2/editing/selection/5057506-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5057506-2-expected.png.
  • platform/qt-wk2/editing/selection/5057506-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5057506-expected.png.
  • platform/qt-wk2/editing/selection/5076323-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5076323-1-expected.png.
  • platform/qt-wk2/editing/selection/5076323-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5076323-2-expected.png.
  • platform/qt-wk2/editing/selection/5076323-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5076323-3-expected.png.
  • platform/qt-wk2/editing/selection/5081257-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5081257-1-expected.png.
  • platform/qt-wk2/editing/selection/5081257-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5081257-2-expected.png.
  • platform/qt-wk2/editing/selection/5099303-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5099303-expected.png.
  • platform/qt-wk2/editing/selection/5131716-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5131716-1-expected.png.
  • platform/qt-wk2/editing/selection/5131716-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5131716-2-expected.png.
  • platform/qt-wk2/editing/selection/5131716-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5131716-3-expected.png.
  • platform/qt-wk2/editing/selection/5131716-4-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5131716-4-expected.png.
  • platform/qt-wk2/editing/selection/5195166-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5195166-2-expected.png.
  • platform/qt-wk2/editing/selection/5234383-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5234383-1-expected.png.
  • platform/qt-wk2/editing/selection/5234383-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5234383-2-expected.png.
  • platform/qt-wk2/editing/selection/5240265-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/5240265-expected.png.
  • platform/qt-wk2/editing/selection/6476-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/6476-expected.png.
  • platform/qt-wk2/editing/selection/7152-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/7152-1-expected.png.
  • platform/qt-wk2/editing/selection/7152-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/7152-2-expected.png.
  • platform/qt-wk2/editing/selection/addRange-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/addRange-expected.png.
  • platform/qt-wk2/editing/selection/after-line-wrap-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/after-line-wrap-expected.png.
  • platform/qt-wk2/editing/selection/caret-ltr-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/caret-ltr-2-expected.png.
  • platform/qt-wk2/editing/selection/caret-ltr-2-left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/caret-ltr-2-left-expected.png.
  • platform/qt-wk2/editing/selection/caret-ltr-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/caret-ltr-expected.png.
  • platform/qt-wk2/editing/selection/caret-ltr-right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/caret-ltr-right-expected.png.
  • platform/qt-wk2/editing/selection/caret-rtl-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/caret-rtl-2-expected.png.
  • platform/qt-wk2/editing/selection/caret-rtl-2-left-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/caret-rtl-2-left-expected.png.
  • platform/qt-wk2/editing/selection/caret-rtl-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/caret-rtl-expected.png.
  • platform/qt-wk2/editing/selection/caret-rtl-right-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.png.
  • platform/qt-wk2/editing/selection/caret-rtl-right-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.txt.
  • platform/qt-wk2/editing/selection/clear-selection-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/clear-selection-expected.png.
  • platform/qt-wk2/editing/selection/click-start-of-line-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/click-start-of-line-expected.png.
  • platform/qt-wk2/editing/selection/contenteditable-click-inside-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/contenteditable-click-inside-expected.png.
  • platform/qt-wk2/editing/selection/display-table-text-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/display-table-text-expected.png.
  • platform/qt-wk2/editing/selection/drag-select-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/drag-select-1-expected.png.
  • platform/qt-wk2/editing/selection/editable-html-element-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/editable-html-element-expected.png.
  • platform/qt-wk2/editing/selection/editable-non-editable-crash-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/editable-non-editable-crash-expected.png.
  • platform/qt-wk2/editing/selection/end-of-document-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/end-of-document-expected.png.
  • platform/qt-wk2/editing/selection/expanding-selections-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/expanding-selections-expected.png.
  • platform/qt-wk2/editing/selection/expanding-selections2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/expanding-selections2-expected.png.
  • platform/qt-wk2/editing/selection/extend-by-character-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/extend-by-character-002-expected.png.
  • platform/qt-wk2/editing/selection/extend-by-character-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/extend-by-character-003-expected.png.
  • platform/qt-wk2/editing/selection/extend-by-character-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/extend-by-character-004-expected.png.
  • platform/qt-wk2/editing/selection/extend-by-character-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/extend-by-character-005-expected.png.
  • platform/qt-wk2/editing/selection/extend-by-sentence-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/extend-by-sentence-001-expected.png.
  • platform/qt-wk2/editing/selection/extend-by-word-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/extend-by-word-002-expected.png.
  • platform/qt-wk2/editing/selection/extend-inside-transforms-backward-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/extend-inside-transforms-backward-expected.png.
  • platform/qt-wk2/editing/selection/extend-inside-transforms-forward-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/extend-inside-transforms-forward-expected.png.
  • platform/qt-wk2/editing/selection/extend-selection-bidi-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/extend-selection-bidi-expected.png.
  • platform/qt-wk2/editing/selection/fake-doubleclick-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/fake-doubleclick-expected.png.
  • platform/qt-wk2/editing/selection/focus-body-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/focus-body-expected.png.
  • platform/qt-wk2/editing/selection/focus_editable_html-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/focus_editable_html-expected.png.
  • platform/qt-wk2/editing/selection/iframe-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/iframe-expected.png.
  • platform/qt-wk2/editing/selection/image-before-linebreak-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/image-before-linebreak-expected.png.
  • platform/qt-wk2/editing/selection/inline-closest-leaf-child-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/inline-closest-leaf-child-expected.png.
  • platform/qt-wk2/editing/selection/inline-table-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/inline-table-expected.png.
  • platform/qt-wk2/editing/selection/leave-requested-block-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/leave-requested-block-expected.png.
  • platform/qt-wk2/editing/selection/line-wrap-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/line-wrap-1-expected.png.
  • platform/qt-wk2/editing/selection/line-wrap-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/line-wrap-2-expected.png.
  • platform/qt-wk2/editing/selection/mixed-editability-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/mixed-editability-1-expected.png.
  • platform/qt-wk2/editing/selection/mixed-editability-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/mixed-editability-2-expected.png.
  • platform/qt-wk2/editing/selection/mixed-editability-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/mixed-editability-3-expected.png.
  • platform/qt-wk2/editing/selection/mixed-editability-4-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/mixed-editability-4-expected.png.
  • platform/qt-wk2/editing/selection/mixed-editability-5-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/mixed-editability-5-expected.png.
  • platform/qt-wk2/editing/selection/mixed-editability-6-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/mixed-editability-6-expected.png.
  • platform/qt-wk2/editing/selection/mixed-editability-7-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/mixed-editability-7-expected.png.
  • platform/qt-wk2/editing/selection/mixed-editability-8-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/mixed-editability-8-expected.png.
  • platform/qt-wk2/editing/selection/mixed-editability-9-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/mixed-editability-9-expected.png.
  • platform/qt-wk2/editing/selection/move-3875618-fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-3875618-fix-expected.png.
  • platform/qt-wk2/editing/selection/move-3875641-fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-3875641-fix-expected.png.
  • platform/qt-wk2/editing/selection/move-backwords-by-word-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-backwords-by-word-001-expected.png.
  • platform/qt-wk2/editing/selection/move-between-blocks-no-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-between-blocks-no-001-expected.png.
  • platform/qt-wk2/editing/selection/move-between-blocks-yes-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-between-blocks-yes-001-expected.png.
  • platform/qt-wk2/editing/selection/move-by-character-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-by-character-002-expected.png.
  • platform/qt-wk2/editing/selection/move-by-character-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-by-character-003-expected.png.
  • platform/qt-wk2/editing/selection/move-by-character-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-by-character-004-expected.png.
  • platform/qt-wk2/editing/selection/move-by-character-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-by-character-005-expected.png.
  • platform/qt-wk2/editing/selection/move-by-character-6-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-by-character-6-expected.png.
  • platform/qt-wk2/editing/selection/move-by-line-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-by-line-001-expected.png.
  • platform/qt-wk2/editing/selection/move-by-line-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-by-line-002-expected.png.
  • platform/qt-wk2/editing/selection/move-by-sentence-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-by-sentence-001-expected.png.
  • platform/qt-wk2/editing/selection/move-by-sentence-linebreak-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-by-sentence-linebreak-expected.png.
  • platform/qt-wk2/editing/selection/move-past-trailing-space-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/move-past-trailing-space-expected.png.
  • platform/qt-wk2/editing/selection/node-removal-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/node-removal-1-expected.png.
  • platform/qt-wk2/editing/selection/node-removal-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/node-removal-2-expected.png.
  • platform/qt-wk2/editing/selection/paragraph-granularity-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/paragraph-granularity-expected.png.
  • platform/qt-wk2/editing/selection/previous-line-position-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/previous-line-position-expected.png.
  • platform/qt-wk2/editing/selection/range-between-block-and-inline-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/range-between-block-and-inline-expected.png.
  • platform/qt-wk2/editing/selection/replace-selection-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/replace-selection-1-expected.png.
  • platform/qt-wk2/editing/selection/replaced-boundaries-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/replaced-boundaries-1-expected.png.
  • platform/qt-wk2/editing/selection/replaced-boundaries-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/replaced-boundaries-2-expected.png.
  • platform/qt-wk2/editing/selection/replaced-boundaries-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/replaced-boundaries-3-expected.png.
  • platform/qt-wk2/editing/selection/select-across-readonly-input-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-1-expected.png.
  • platform/qt-wk2/editing/selection/select-across-readonly-input-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-2-expected.png.
  • platform/qt-wk2/editing/selection/select-across-readonly-input-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-3-expected.png.
  • platform/qt-wk2/editing/selection/select-across-readonly-input-4-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-4-expected.png.
  • platform/qt-wk2/editing/selection/select-across-readonly-input-5-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-5-expected.png.
  • platform/qt-wk2/editing/selection/select-all-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-all-001-expected.png.
  • platform/qt-wk2/editing/selection/select-all-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-all-002-expected.png.
  • platform/qt-wk2/editing/selection/select-all-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-all-003-expected.png.
  • platform/qt-wk2/editing/selection/select-all-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-all-004-expected.png.
  • platform/qt-wk2/editing/selection/select-all-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-all-005-expected.png.
  • platform/qt-wk2/editing/selection/select-all-006-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-all-006-expected.png.
  • platform/qt-wk2/editing/selection/select-all-iframe-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-all-iframe-expected.png.
  • platform/qt-wk2/editing/selection/select-box-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-box-expected.png.
  • platform/qt-wk2/editing/selection/select-element-paragraph-boundary-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png.
  • platform/qt-wk2/editing/selection/select-text-overflow-ellipsis-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/select-text-overflow-ellipsis-expected.png.
  • platform/qt-wk2/editing/selection/selectNode-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/selectNode-expected.png.
  • platform/qt-wk2/editing/selection/selectNodeContents-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/selectNodeContents-expected.png.
  • platform/qt-wk2/editing/selection/selection-actions-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/selection-actions-expected.png.
  • platform/qt-wk2/editing/selection/selection-button-text-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/selection-button-text-expected.png.
  • platform/qt-wk2/editing/selection/table-caret-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/table-caret-1-expected.png.
  • platform/qt-wk2/editing/selection/table-caret-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/table-caret-2-expected.png.
  • platform/qt-wk2/editing/selection/table-caret-3-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/table-caret-3-expected.png.
  • platform/qt-wk2/editing/selection/unrendered-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/unrendered-001-expected.png.
  • platform/qt-wk2/editing/selection/unrendered-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/unrendered-002-expected.png.
  • platform/qt-wk2/editing/selection/unrendered-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/unrendered-003-expected.png.
  • platform/qt-wk2/editing/selection/unrendered-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/unrendered-004-expected.png.
  • platform/qt-wk2/editing/selection/unrendered-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/unrendered-005-expected.png.
  • platform/qt-wk2/editing/selection/unrendered-space-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/unrendered-space-expected.png.
  • platform/qt-wk2/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png.
  • platform/qt-wk2/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png.
  • platform/qt-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png.
  • platform/qt-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png.
  • platform/qt-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png.
  • platform/qt-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png.
  • platform/qt-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png.
  • platform/qt-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png.
  • platform/qt-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png.
  • platform/qt-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png.
  • platform/qt-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png.
  • platform/qt-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png.
  • platform/qt-wk2/editing/selection/word-granularity-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/word-granularity-expected.png.
  • platform/qt-wk2/editing/selection/wrapped-line-caret-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/wrapped-line-caret-1-expected.png.
  • platform/qt-wk2/editing/selection/wrapped-line-caret-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/selection/wrapped-line-caret-2-expected.png.
  • platform/qt-wk2/editing/spelling/grammar-markers-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/spelling/grammar-markers-expected.png.
  • platform/qt-wk2/editing/spelling/grammar-markers-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/spelling/grammar-markers-expected.txt.
  • platform/qt-wk2/editing/spelling/grammar-markers-hidpi-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/spelling/grammar-markers-hidpi-expected.png.
  • platform/qt-wk2/editing/spelling/grammar-markers-hidpi-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/spelling/grammar-markers-hidpi-expected.txt.
  • platform/qt-wk2/editing/style/4916887-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/4916887-expected.png.
  • platform/qt-wk2/editing/style/5017613-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/5017613-1-expected.png.
  • platform/qt-wk2/editing/style/5017613-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/5017613-2-expected.png.
  • platform/qt-wk2/editing/style/5046875-1-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/5046875-1-expected.png.
  • platform/qt-wk2/editing/style/5046875-2-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/5046875-2-expected.png.
  • platform/qt-wk2/editing/style/5065910-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/5065910-expected.png.
  • platform/qt-wk2/editing/style/5084241-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/5084241-expected.png.
  • platform/qt-wk2/editing/style/5228141-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/5228141-expected.png.
  • platform/qt-wk2/editing/style/5279521-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/5279521-expected.png.
  • platform/qt-wk2/editing/style/apple-style-editable-mix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/apple-style-editable-mix-expected.png.
  • platform/qt-wk2/editing/style/block-style-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/block-style-001-expected.png.
  • platform/qt-wk2/editing/style/block-style-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/block-style-002-expected.png.
  • platform/qt-wk2/editing/style/block-style-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/block-style-003-expected.png.
  • platform/qt-wk2/editing/style/block-styles-007-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/block-styles-007-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-001-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-002-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-003-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-004-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-005-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-005-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-006-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-006-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-007-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-007-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-008-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-008-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-009-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-009-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-010-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-010-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-011-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-011-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-012-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-012-expected.png.
  • platform/qt-wk2/editing/style/create-block-for-style-013-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/create-block-for-style-013-expected.png.
  • platform/qt-wk2/editing/style/designmode-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/designmode-expected.png.
  • platform/qt-wk2/editing/style/font-family-with-space-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/font-family-with-space-expected.png.
  • platform/qt-wk2/editing/style/highlight-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/highlight-expected.png.
  • platform/qt-wk2/editing/style/relative-font-size-change-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/relative-font-size-change-001-expected.png.
  • platform/qt-wk2/editing/style/relative-font-size-change-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/relative-font-size-change-002-expected.png.
  • platform/qt-wk2/editing/style/relative-font-size-change-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/relative-font-size-change-003-expected.png.
  • platform/qt-wk2/editing/style/relative-font-size-change-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/relative-font-size-change-004-expected.png.
  • platform/qt-wk2/editing/style/style-3681552-fix-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/style-3681552-fix-001-expected.png.
  • platform/qt-wk2/editing/style/style-3681552-fix-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/style-3681552-fix-002-expected.png.
  • platform/qt-wk2/editing/style/style-3998892-fix-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/style-3998892-fix-expected.png.
  • platform/qt-wk2/editing/style/style-boundary-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/style-boundary-001-expected.png.
  • platform/qt-wk2/editing/style/style-boundary-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/style-boundary-002-expected.png.
  • platform/qt-wk2/editing/style/style-boundary-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/style-boundary-003-expected.png.
  • platform/qt-wk2/editing/style/style-boundary-004-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/style-boundary-004-expected.png.
  • platform/qt-wk2/editing/style/typing-style-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/typing-style-001-expected.png.
  • platform/qt-wk2/editing/style/typing-style-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/typing-style-002-expected.png.
  • platform/qt-wk2/editing/style/unbold-in-bold-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
  • platform/qt-wk2/editing/undo/4063751-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/undo/4063751-expected.png.
  • platform/qt-wk2/editing/undo/undo-combined-delete-boundary-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/undo/undo-combined-delete-boundary-expected.png.
  • platform/qt-wk2/editing/undo/undo-combined-delete-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/undo/undo-combined-delete-expected.png.
  • platform/qt-wk2/editing/undo/undo-delete-boundary-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/undo/undo-delete-boundary-expected.png.
  • platform/qt-wk2/editing/undo/undo-delete-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/undo/undo-delete-expected.png.
  • platform/qt-wk2/editing/undo/undo-forward-delete-boundary-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/undo/undo-forward-delete-boundary-expected.png.
  • platform/qt-wk2/editing/undo/undo-forward-delete-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/undo/undo-forward-delete-expected.png.
  • platform/qt-wk2/editing/unsupported-content/list-delete-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/unsupported-content/list-delete-001-expected.png.
  • platform/qt-wk2/editing/unsupported-content/list-delete-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/unsupported-content/list-delete-003-expected.png.
  • platform/qt-wk2/editing/unsupported-content/list-type-after-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/unsupported-content/list-type-after-expected.png.
  • platform/qt-wk2/editing/unsupported-content/list-type-before-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/unsupported-content/list-type-before-expected.png.
  • platform/qt-wk2/editing/unsupported-content/table-delete-001-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/unsupported-content/table-delete-001-expected.png.
  • platform/qt-wk2/editing/unsupported-content/table-delete-002-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/unsupported-content/table-delete-002-expected.png.
  • platform/qt-wk2/editing/unsupported-content/table-delete-003-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/unsupported-content/table-delete-003-expected.png.
  • platform/qt-wk2/editing/unsupported-content/table-type-after-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/unsupported-content/table-type-after-expected.png.
  • platform/qt-wk2/editing/unsupported-content/table-type-before-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/editing/unsupported-content/table-type-before-expected.png.
5:48 AM Changeset in webkit [154483] by abucur@adobe.com
  • 1 edit
    2 adds in trunk/LayoutTests

[CSS Regions] Can't scroll to see content overflowing last region
https://bugs.webkit.org/show_bug.cgi?id=74737

Reviewed by Antti Koivisto.

Add a test to verify region content overflowing the view is reachable.

  • fast/regions/frame-view-overflow-scroll-expected.html: Added.
  • fast/regions/frame-view-overflow-scroll.html: Added.
5:47 AM Changeset in webkit [154482] by allan.jensen@digia.com
  • 2 edits in trunk/Source/WebCore

REGRESSION(r153939) Fix typo in Qt build-files

Reviewed by Antti Koivisto.

Fix simple typo in Target.pri introduced in r153939.

  • Target.pri:
5:40 AM Changeset in webkit [154481] by Antti Koivisto
  • 41 edits in trunk/Source/WebCore

<https://webkit.org/b/120166> Add Traversal<ElementType> template

Reviewed by Andreas Kling.

It is common to traverse through a subtree looking for elements of specific type and then casting to the type. This pattern can be generalized.

This patch adds a new Traversal<typename ElementType> template. It works like ElementTraversal except that the traversal is limited to the specified type.
The patch also uses the template in a bunch of applicable places.

  • WebCore.exp.in:
  • accessibility/AccessibilityRenderObject.cpp:

(WebCore::AccessibilityRenderObject::addImageMapChildren):

  • dom/Document.cpp:

(WebCore::Document::removeTitle):
(WebCore::Document::updateBaseURL):
(WebCore::Document::processBaseElement):

  • dom/Element.h:
  • dom/ElementTraversal.h:

(WebCore::::firstChildTemplate):
(WebCore::::firstWithinTemplate):
(WebCore::::lastChildTemplate):
(WebCore::::lastWithinTemplate):
(WebCore::::nextTemplate):
(WebCore::::previousTemplate):
(WebCore::::nextSiblingTemplate):
(WebCore::::previousSiblingTemplate):
(WebCore::::nextSkippingChildrenTemplate):
(WebCore::::firstChild):
(WebCore::::lastChild):
(WebCore::::firstWithin):
(WebCore::::lastWithin):
(WebCore::::next):
(WebCore::::previous):
(WebCore::::nextSibling):
(WebCore::::previousSibling):
(WebCore::::nextSkippingChildren):
(WebCore::ElementTraversal::previousIncludingPseudo):
(WebCore::ElementTraversal::nextIncludingPseudo):
(WebCore::ElementTraversal::nextIncludingPseudoSkippingChildren):
(WebCore::ElementTraversal::pseudoAwarePreviousSibling):

  • dom/Node.cpp:

(WebCore::Node::numberOfScopedHTMLStyleChildren):

  • dom/NodeIterator.cpp:

(WebCore::NodeIterator::NodeIterator):

  • dom/NodeIterator.h:
  • dom/Traversal.cpp:

(WebCore::NodeIteratorBase::NodeIteratorBase):
(WebCore::NodeIteratorBase::acceptNode):

  • dom/Traversal.h:


Renamed existing class called Traversal to less generic NodeIteratorBase.

  • dom/TreeScope.cpp:

(WebCore::TreeScope::labelElementForId):
(WebCore::TreeScope::findAnchor):

  • dom/TreeWalker.cpp:

(WebCore::TreeWalker::TreeWalker):

  • dom/TreeWalker.h:
  • editing/FrameSelection.cpp:

(WebCore::scanForForm):

  • editing/markup.cpp:

(WebCore::createContextualFragment):

  • html/HTMLAnchorElement.h:

(WebCore::isHTMLAnchorElement):
(WebCore::HTMLAnchorElement):

  • html/HTMLAreaElement.h:

(WebCore::isHTMLAreaElement):
(WebCore::HTMLAreaElement):

  • html/HTMLBaseElement.h:

(WebCore::isHTMLBaseElement):
(WebCore::HTMLBaseElement):

  • html/HTMLElement.h:

(WebCore::HTMLElement):

  • html/HTMLFieldSetElement.cpp:

(WebCore::HTMLFieldSetElement::invalidateDisabledStateUnder):
(WebCore::HTMLFieldSetElement::childrenChanged):
(WebCore::HTMLFieldSetElement::legend):

  • html/HTMLFormControlElement.h:

(WebCore::toHTMLFormControlElement):
(WebCore::HTMLFormControlElement):

  • html/HTMLLabelElement.cpp:

(WebCore::nodeAsSupportedLabelableElement):
(WebCore::HTMLLabelElement::control):

  • html/HTMLLabelElement.h:

(WebCore::isHTMLLabelElement):
(WebCore::HTMLLabelElement):

  • html/HTMLLegendElement.h:

(WebCore::isHTMLLegendElement):
(WebCore::HTMLLegendElement):

  • html/HTMLMapElement.cpp:

(WebCore::HTMLMapElement::mapMouseEvent):

  • html/HTMLMediaElement.cpp:

(WebCore::HTMLMediaElement::finishParsingChildren):

  • html/HTMLStyleElement.h:

(WebCore::isHTMLStyleElement):
(WebCore::HTMLStyleElement):

  • html/HTMLTitleElement.h:

(WebCore::HTMLTitleElement):

  • html/HTMLTrackElement.h:

(WebCore::isHTMLTrackElement):
(WebCore::HTMLTrackElement):

  • html/LabelableElement.h:

(WebCore::isLabelableElement):
(WebCore::LabelableElement):

  • rendering/FilterEffectRenderer.cpp:

(WebCore::FilterEffectRenderer::buildReferenceFilter):

  • svg/SVGElement.h:

(WebCore::SVGElement):

  • svg/SVGForeignObjectElement.h:

(WebCore::isSVGForeignObjectElement):
(WebCore::SVGForeignObjectElement):

  • svg/SVGSVGElement.cpp:

(WebCore::SVGSVGElement::collectIntersectionOrEnclosureList):
(WebCore::SVGSVGElement::getElementById):

  • svg/SVGStyledElement.cpp:

(WebCore::SVGStyledElement::title):

  • svg/SVGTitleElement.h:

(WebCore::SVGTitleElement):

  • svg/animation/SMILTimeContainer.cpp:

(WebCore::SMILTimeContainer::updateDocumentOrderIndexes):

  • svg/animation/SVGSMILElement.cpp:

(WebCore::SVGSMILElement::isSMILElement):

  • svg/animation/SVGSMILElement.h:

(WebCore::SVGSMILElement):

  • svg/graphics/SVGImage.cpp:

(WebCore::SVGImage::hasSingleSecurityOrigin):

5:36 AM Changeset in webkit [154480] by allan.jensen@digia.com
  • 2 edits in trunk/Source/WebKit/qt

[Qt] Update outdated source-paths in documentation
https://bugs.webkit.org/show_bug.cgi?id=120206

Reviewed by Anders Carlsson.

  • docs/qtwebkit.qdoc:
4:38 AM Changeset in webkit [154479] by a.bah@samsung.com
  • 10 edits
    2 adds in trunk

<br> does not get deleted when inlined after some non-textual content.
https://bugs.webkit.org/show_bug.cgi?id=120006

Patch by Arpita Bahuguna <a.bah@samsung.com> on 2013-08-23
Reviewed by Ryosuke Niwa.

Source/WebCore:

deleteSelectionCommand does not handle the case when a <br> element is
inlined after some non-textual content (input controls, image etc.).

When doing a back-delete at the start of a line following such a <br>
the two contiguous lines should merge and the <br> should get deleted.
Currently, even though the <br> is deleted, another placeholder <br>
is incorrectly inserted at the same point, thus effectively there is no
change.

We are incorrectly computing the inline <br> to be at the start of an
empty line even though the line is not empty.

Test: editing/deleting/delete-inline-br.html

  • editing/DeleteSelectionCommand.cpp:

(WebCore::DeleteSelectionCommand::handleSpecialCaseBRDelete):
Adding a check to verify that the inline <br> is not on an empty line
if the end node is not a <br> element itself and it's previous sibling
is the start <br> element.

Basically we check whether there is another node (end node) following
the <br>, that the node is not a <br> itself, and that the end node's
previous node is the start <br>.

LayoutTests:

  • editing/deleting/delete-inline-br-expected.txt: Added.
  • editing/deleting/delete-inline-br.html: Added.

Added a testcase that verifies that the caret is placed at the correct
position after performing a back-delete operation.

  • editing/deleting/delete-before-block-image-2-expected.txt:
  • platform/mac/editing/deleting/delete-br-004-expected.txt:
  • platform/mac/editing/deleting/delete-br-005-expected.txt:
  • platform/mac/editing/deleting/delete-br-006-expected.txt:
  • platform/qt/editing/deleting/delete-br-004-expected.txt:
  • platform/qt/editing/deleting/delete-br-005-expected.txt:
  • platform/qt/editing/deleting/delete-br-006-expected.txt:

Rebaselining existing tests. No visual change in behavior for these tests.

4:18 AM Changeset in webkit [154478] by Csaba Osztrogonác
  • 4 edits in trunk

[WTR] Should dump as text when the mimetype is text/plain
https://bugs.webkit.org/show_bug.cgi?id=118306

Patch by Peter Gal <galpeter@inf.u-szeged.hu> on 2013-08-23
Reviewed by Christophe Dumez.

Tools:

Check for the text/plain mimetype and if true then mark it as
text dump.

  • WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:

(WTR::InjectedBundlePage::dump):

LayoutTests:

Unskipping http/tests/multipart/load-last-non-html-frame.php.
Now the result should match the expectation.

  • platform/wk2/TestExpectations:
3:33 AM Changeset in webkit [154477] by simon.pena@samsung.com
  • 2 edits in trunk/LayoutTests

[GTK] Unreviewed gardening. Update test expectations.

  • platform/gtk/TestExpectations:
3:03 AM WebKitGTK/2.0.x edited by zandobersek@gmail.com
Add another proposed merge for the 2.0 branch that improves … (diff)
1:28 AM Changeset in webkit [154476] by reni@webkit.org
  • 3 edits
    2 adds in trunk

Missing null-check in HTMLFormElement::rendererIsNeeded()
https://bugs.webkit.org/show_bug.cgi?id=120159

Reviewed by Ryosuke Niwa.

Source/WebCore:

Null-check parentRenderer in HTMLFormElement::rendererIsNeeded()
and early return.

Test: fast/forms/missing-parentrenderer-crash.html

  • html/HTMLFormElement.cpp:

(WebCore::HTMLFormElement::rendererIsNeeded):

LayoutTests:

Test for the handling of null parentRederer.

  • fast/forms/missing-parentrenderer-crash-expected.txt: Added.
  • fast/forms/missing-parentrenderer-crash.html: Added.
12:19 AM Changeset in webkit [154475] by Alan Bujtas
  • 4 edits
    2 adds in trunk

MathML: ASSERTION FAILED: !isPreferredLogicalHeightDirty() in RenderMathMLBlock::preferredLogicalHeight() const
https://bugs.webkit.org/show_bug.cgi?id=120157

Reviewed by Antti Koivisto.

RenderListMarker needs to be inserted to the render tree before
we start computing the preferred logical widths for the associated
RenderListItem.

Source/WebCore:

Test: mathml/mn-as-list-item-assert.html

  • rendering/RenderListItem.cpp:

(WebCore::RenderListItem::insertOrMoveMarkerRendererIfNeeded):
(WebCore::RenderListItem::layout):
(WebCore::RenderListItem::computePreferredLogicalWidths):

  • rendering/RenderListItem.h:

LayoutTests:

  • mathml/mn-as-list-item-assert-expected.txt: Added.
  • mathml/mn-as-list-item-assert.html: Added.

Aug 22, 2013:

11:24 PM Changeset in webkit [154474] by Carlos Garcia Campos
  • 2 edits in trunk/Source/WebKit2

[GTK] Wrong interface version used in WebKitWebPage for loader client
https://bugs.webkit.org/show_bug.cgi?id=120199

Reviewed by Gustavo Noronha Silva.

  • WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp:

(webkitWebPageCreate): Use kWKBundlePageLoaderClientCurrentVersion
instead of kWKBundlePageResourceLoadClientCurrentVersion in loader
client initialization.

9:39 PM Changeset in webkit [154473] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebKit2

Need to disable FakeSYSVSHM when sandboxing is not enabled
https://bugs.webkit.org/show_bug.cgi?id=120182
<rdar://problem/14814461>

Patch by Simon Cooper <scooper@apple.com> on 2013-08-22
Reviewed by Alexey Proskuryakov.

When not in a sandbox do not enable the FakeSYSVSHIM. This
allows LocalConnection to work when Flash Player is run in
"Unsafe Mode".

  • PluginProcess/mac/PluginProcessShim.mm:

(WebKit::shim_disabled):

8:21 PM Changeset in webkit [154472] by gyuyoung.kim@samsung.com
  • 5 edits in trunk/Source/WebCore

Introduce toSVGLinearGradientElement(), and use it
https://bugs.webkit.org/show_bug.cgi?id=120154

Reviewed by Andreas Kling.

As a step to clean-up static_cast<SVGXXX>, toSVGLinearGradientElement() is added to clean-up
static_cast<SVGLinearGradientElement*>.

  • rendering/svg/RenderSVGResourceLinearGradient.cpp:

(WebCore::RenderSVGResourceLinearGradient::collectGradientAttributes):

  • rendering/svg/SVGRenderTreeAsText.cpp:

(WebCore::writeSVGResourceContainer):

  • svg/SVGLinearGradientElement.cpp:

(WebCore::SVGLinearGradientElement::collectGradientAttributes):

  • svg/SVGLinearGradientElement.h:

(WebCore::toSVGLinearGradientElement):

5:45 PM Changeset in webkit [154471] by mhahnenberg@apple.com
  • 5 edits in trunk/Source/JavaScriptCore

JSObject and JSArray code shouldn't have to tiptoe around garbage collection
https://bugs.webkit.org/show_bug.cgi?id=120179

Reviewed by Geoffrey Garen.

There are many places in the code for JSObject and JSArray where they are manipulating their
Butterfly/Structure, e.g. after expanding their out-of-line backing storage via allocating. Within
these places there are certain "critical sections" where a GC would be disastrous. Gen GC looks
like it will make this dance even more intricate. To make everybody's lives easier we should use
the DeferGC mechanism in these functions to make these GC critical sections both obvious in the
code and trivially safe. Deferring collections will usually only last marginally longer, thus we
should not incur any additional overhead.

  • heap/Heap.h:
  • runtime/JSArray.cpp:

(JSC::JSArray::unshiftCountSlowCase):

  • runtime/JSObject.cpp:

(JSC::JSObject::enterDictionaryIndexingModeWhenArrayStorageAlreadyExists):
(JSC::JSObject::createInitialUndecided):
(JSC::JSObject::createInitialInt32):
(JSC::JSObject::createInitialDouble):
(JSC::JSObject::createInitialContiguous):
(JSC::JSObject::createArrayStorage):
(JSC::JSObject::convertUndecidedToArrayStorage):
(JSC::JSObject::convertInt32ToArrayStorage):
(JSC::JSObject::convertDoubleToArrayStorage):
(JSC::JSObject::convertContiguousToArrayStorage):
(JSC::JSObject::increaseVectorLength):
(JSC::JSObject::ensureLengthSlow):

  • runtime/JSObject.h:

(JSC::JSObject::putDirectInternal):
(JSC::JSObject::setStructureAndReallocateStorageIfNecessary):
(JSC::JSObject::putDirectWithoutTransition):

5:28 PM Changeset in webkit [154470] by Simon Fraser
  • 10 edits
    2 adds in trunk

compositing/geometry/bounds-ignores-hidden-dynamic.html has incorrect initial rendering
https://bugs.webkit.org/show_bug.cgi?id=119825

Source/WebCore:

Reviewed by Tim Horton.

r137526 and some earlier commits attempted to avoid unconditionally
repainting layers when their size changes, because this was causing
TiledBacking layers to repaint when the document size changed.

However, the approach required that we have good information about
whether size changes require a repaint, which in some cases is hard
to determine, especially when RenderLayer changes affect our
decisions about which layers are composited.

Fix by pushing the decision about whether to repaint on size change
into GraphicsLayer. The default is to repaint on size change,
but GraphicsLayer provides a function that can be overridden to
modify this behavior; GraphicsLayerCA does so to avoid repaints
when layers with TiledBackings get resized.

Test: compositing/repaint/repaint-on-layer-grouping-change.html

  • WebCore.exp.in: WebKit2 needs GraphicsLayer::setSize, which is no longer inline.
  • platform/graphics/GraphicsLayer.cpp:

(WebCore::GraphicsLayer::setOffsetFromRenderer):
(WebCore::GraphicsLayer::setSize):

  • platform/graphics/GraphicsLayer.h:

(WebCore::GraphicsLayer::shouldRepaintOnSizeChange):

  • platform/graphics/ca/GraphicsLayerCA.cpp:

(WebCore::GraphicsLayerCA::shouldRepaintOnSizeChange):

  • platform/graphics/ca/GraphicsLayerCA.h:
  • rendering/RenderLayerBacking.h: No longer need m_boundsConstrainedByClipping
  • rendering/RenderLayerBacking.cpp:

(WebCore::RenderLayerBacking::RenderLayerBacking):
(WebCore::RenderLayerBacking::updateCompositedBounds):
(WebCore::RenderLayerBacking::updateGraphicsLayerGeometry): setSize takes
care of repainting for us now, so we can remove all the conditional code.

LayoutTests:

Reviewed by Tim Horton.

Test that dumps repaint rects on layers after visibility changes affect
the layer hierarchy.

  • compositing/repaint/repaint-on-layer-grouping-change-expected.txt: Added.
  • compositing/repaint/repaint-on-layer-grouping-change.html: Added.
  • compositing/repaint/resize-repaint-expected.txt: Update result.
5:28 PM Changeset in webkit [154469] by Simon Fraser
  • 2 edits in trunk/Source/WebCore

Repaint counters are sometimes not in the corner of the compositing layer
https://bugs.webkit.org/show_bug.cgi?id=120176

Reviewed by Beth Dakin.

Sometimes the repaint counters are not in the corner of the compositing layer;
they are either inset, or partially or entirely outside the layer.

Fix by making sure that we restore the CGContext before drawing
the counter, since the WebCore code may have translated the CTM.

The counter-painting code saves and restores the context itself,
so this is safe.

  • platform/graphics/mac/WebLayer.mm:

(drawLayerContents):

5:19 PM Changeset in webkit [154468] by fpizlo@apple.com
  • 9 edits
    1 add in trunk

Update LLVM binary drops and scripts to the latest version from SVN
https://bugs.webkit.org/show_bug.cgi?id=120184

Reviewed by Mark Hahnenberg.

Source/JavaScriptCore:

  • dfg/DFGPlan.cpp:

(JSC::DFG::Plan::compileInThreadImpl):

Tools:

  • ReducedFTL/build.sh:
  • Scripts/configure-llvm: Added.
  • Scripts/copy-webkitlibraries-to-product-directory:
  • Scripts/export-llvm-build:

WebKitLibraries:

Updated binary drops to r189066.

  • LLVMIncludesMountainLion.tar.bz2:
  • LLVMLibrariesMountainLion.tar.bz2:
5:15 PM Changeset in webkit [154467] by aestes@apple.com
  • 5 edits in trunk

<https://webkit.org/b/120180> Fix issues with OTHER_LDFLAGS in various .xcconfig files

Reviewed by David Kilzer.

Source/WebKit2:

Adding ld flags for ASAN overwrote the unexported symbol flags we were
previously specifying. Since the unexported symbol ld flags are only
needed for the framework target, move them to WebKit2.xcconfig where we
can add them to OTHER_LDFLAGS along with the ASAN values inherited from
DebugRelease.xcconfig (and other values).

  • Configurations/Base.xcconfig: Removed the unexported symbol ld flags.
  • Configurations/WebKit2.xcconfig: ... and moved them here.

Tools:

  • TestWebKitAPI/Configurations/Base.xcconfig: Removed the definition of

OTHER_CPLUSPLUSFLAGS since -ftemplate-depth=256 is already set in
DebugRelease.xcconfig and TestWebKitAPI isn't built in Production.

5:09 PM Changeset in webkit [154466] by barraclough@apple.com
  • 4 edits in trunk/Source/JavaScriptCore

Don't leak registers for redeclared variables
https://bugs.webkit.org/show_bug.cgi?id=120174

Reviewed by Geoff Garen.

We currently always allocate registers for new global variables, but these are wasted when the variable is being redeclared.
Only allocate new registers when necessary.

No performance impact.

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::execute):

  • runtime/Executable.cpp:

(JSC::ProgramExecutable::initializeGlobalProperties):

  • Don't allocate the register here.
  • runtime/JSGlobalObject.cpp:

(JSC::JSGlobalObject::addGlobalVar):

  • Allocate the register here instead.
3:43 PM Changeset in webkit [154465] by Lucas Forschler
  • 5 edits in branches/safari-537-branch/Source

Versioning.

3:41 PM Changeset in webkit [154464] by timothy_horton@apple.com
  • 2 edits in trunk/Source/WebCore

Unavailable plug-in indicator text is one pixel too low
https://bugs.webkit.org/show_bug.cgi?id=120177
<rdar://problem/14811951>

Reviewed by Kevin Decker.

Move the unavailable plug-in indicator text up one pixel.

  • rendering/RenderEmbeddedObject.cpp:

(WebCore::RenderEmbeddedObject::paintReplaced):

3:41 PM Changeset in webkit [154463] by Lucas Forschler
  • 1 copy in tags/Safari-537.62

New Tag.

2:58 PM Changeset in webkit [154462] by Christophe Dumez
  • 132 edits
    2 adds
    3 deletes in trunk

[SVG2] Merge SVGStyledElement and SVGElement
https://bugs.webkit.org/show_bug.cgi?id=107386

Reviewed by Andreas Kling.

Source/WebCore:

Merge SVGStyledElement into SVGElement to simplify the SVG inheritance
model and match the SVG2 specification:
https://svgwg.org/svg2-draft/single-page.html#types-InterfaceSVGElement

Test: svg/dom/svg2-inheritance.html

  • CMakeLists.txt:
  • DerivedSources.cpp:
  • DerivedSources.make:
  • DerivedSources.pri:
  • GNUmakefile.list.am:
  • Target.pri:
  • WebCore.order:
  • WebCore.vcxproj/WebCore.vcxproj:
  • WebCore.vcxproj/WebCore.vcxproj.filters:
  • WebCore.xcodeproj/project.pbxproj:
  • accessibility/AccessibilityNodeObject.cpp:

(WebCore::AccessibilityNodeObject::alternativeText):
(WebCore::AccessibilityNodeObject::accessibilityDescription):

  • css/SVGCSSStyleSelector.cpp:
  • rendering/style/SVGRenderStyle.cpp:
  • rendering/svg/RenderSVGContainer.cpp:

(WebCore::RenderSVGContainer::RenderSVGContainer):

  • rendering/svg/RenderSVGContainer.h:
  • rendering/svg/RenderSVGHiddenContainer.cpp:

(WebCore::RenderSVGHiddenContainer::RenderSVGHiddenContainer):

  • rendering/svg/RenderSVGHiddenContainer.h:
  • rendering/svg/RenderSVGModelObject.cpp:

(WebCore::RenderSVGModelObject::RenderSVGModelObject):
(WebCore::getElementCTM):

  • rendering/svg/RenderSVGModelObject.h:
  • rendering/svg/RenderSVGResourceClipper.cpp:

(WebCore::RenderSVGResourceClipper::drawContentIntoMaskImage):
(WebCore::RenderSVGResourceClipper::calculateClipContentRepaintRect):
(WebCore::RenderSVGResourceClipper::hitTestClipContent):

  • rendering/svg/RenderSVGResourceContainer.cpp:

(WebCore::RenderSVGResourceContainer::RenderSVGResourceContainer):

  • rendering/svg/RenderSVGResourceContainer.h:
  • rendering/svg/RenderSVGResourceFilter.cpp:
  • rendering/svg/RenderSVGResourceFilterPrimitive.h:
  • rendering/svg/RenderSVGResourceMarker.cpp:
  • rendering/svg/RenderSVGResourceMarker.h:
  • rendering/svg/RenderSVGResourceMasker.cpp:

(WebCore::RenderSVGResourceMasker::drawContentIntoMaskImage):
(WebCore::RenderSVGResourceMasker::calculateMaskContentRepaintRect):

  • rendering/svg/RenderSVGResourcePattern.cpp:

(WebCore::RenderSVGResourcePattern::createTileImage):

  • rendering/svg/RenderSVGRoot.cpp:

(WebCore::RenderSVGRoot::RenderSVGRoot):

  • rendering/svg/RenderSVGRoot.h:
  • rendering/svg/RenderSVGViewportContainer.cpp:

(WebCore::RenderSVGViewportContainer::RenderSVGViewportContainer):

  • rendering/svg/RenderSVGViewportContainer.h:
  • rendering/svg/SVGRenderSupport.cpp:

(WebCore::SVGRenderSupport::layoutChildren):

  • rendering/svg/SVGRenderTreeAsText.cpp:
  • rendering/svg/SVGResources.cpp:

(WebCore::registerPendingResource):

  • rendering/svg/SVGResourcesCache.cpp:
  • svg/SVGAElement.cpp:

(WebCore::SVGAElement::title):

  • svg/SVGAllInOne.cpp:
  • svg/SVGAltGlyphDefElement.h:
  • svg/SVGAltGlyphItemElement.h:
  • svg/SVGAnimateElement.cpp:
  • svg/SVGAnimatedType.cpp:

(WebCore::SVGAnimatedType::valueAsString):
(WebCore::SVGAnimatedType::setValueAsString):

  • svg/SVGAnimationElement.cpp:

(WebCore::SVGAnimationElement::isTargetAttributeCSSProperty):
(WebCore::SVGAnimationElement::computeCSSPropertyValue):
(WebCore::SVGAnimationElement::adjustForInheritance):
(WebCore::inheritsFromProperty):

  • svg/SVGComponentTransferFunctionElement.h:
  • svg/SVGCursorElement.h:
  • svg/SVGDescElement.cpp:

(WebCore::SVGDescElement::SVGDescElement):

  • svg/SVGDescElement.h:
  • svg/SVGDescElement.idl:
  • svg/SVGElement.cpp:

(WebCore::mapAttributeToCSSProperty):
(WebCore::cssPropertyToTypeMap):
(WebCore::SVGElement::SVGElement):
(WebCore::SVGElement::~SVGElement):
(WebCore::SVGElement::removedFrom):
(WebCore::SVGElement::parseAttribute):
(WebCore::SVGElement::animatedPropertyTypeForAttribute):
(WebCore::collectInstancesForSVGElement):
(WebCore::SVGElement::isAnimatableAttribute):
(WebCore::SVGElement::title):
(WebCore::SVGElement::rendererIsNeeded):
(WebCore::SVGElement::cssPropertyIdForSVGAttributeName):
(WebCore::SVGElement::isAnimatableCSSProperty):
(WebCore::SVGElement::isPresentationAttribute):
(WebCore::SVGElement::collectStyleForPresentationAttribute):
(WebCore::SVGElement::isKnownAttribute):
(WebCore::SVGElement::svgAttributeChanged):
(WebCore::SVGElement::insertedInto):
(WebCore::SVGElement::buildPendingResourcesIfNeeded):
(WebCore::SVGElement::childrenChanged):
(WebCore::SVGElement::getPresentationAttribute):
(WebCore::SVGElement::instanceUpdatesBlocked):
(WebCore::SVGElement::setInstanceUpdatesBlocked):
(WebCore::SVGElement::localCoordinateSpaceTransform):
(WebCore::SVGElement::updateRelativeLengthsInformation):
(WebCore::SVGElement::isMouseFocusable):
(WebCore::SVGElement::isKeyboardFocusable):

  • svg/SVGElement.h:

(WebCore::SVGElement::supportsMarkers):
(WebCore::SVGElement::hasRelativeLengths):
(WebCore::SVGElement::needsPendingResourceHandling):
(WebCore::SVGElement::selfHasRelativeLengths):
(WebCore::SVGElement::updateRelativeLengthsInformation):

  • svg/SVGElement.idl:
  • svg/SVGElementInstance.cpp:

(WebCore::SVGElementInstance::invalidateAllInstancesOfElement):
(WebCore::SVGElementInstance::InstanceUpdateBlocker::InstanceUpdateBlocker):

  • svg/SVGElementInstance.h:
  • svg/SVGFEBlendElement.idl:
  • svg/SVGFEColorMatrixElement.idl:
  • svg/SVGFEComponentTransferElement.idl:
  • svg/SVGFECompositeElement.idl:
  • svg/SVGFEConvolveMatrixElement.idl:
  • svg/SVGFEDiffuseLightingElement.idl:
  • svg/SVGFEDisplacementMapElement.idl:
  • svg/SVGFEDropShadowElement.idl:
  • svg/SVGFEFloodElement.idl:
  • svg/SVGFEGaussianBlurElement.idl:
  • svg/SVGFEImageElement.idl:
  • svg/SVGFELightElement.h:
  • svg/SVGFEMergeElement.idl:
  • svg/SVGFEMergeNodeElement.h:
  • svg/SVGFEMorphologyElement.idl:
  • svg/SVGFEOffsetElement.idl:
  • svg/SVGFESpecularLightingElement.idl:
  • svg/SVGFETileElement.idl:
  • svg/SVGFETurbulenceElement.idl:
  • svg/SVGFilterElement.cpp:

(WebCore::SVGFilterElement::SVGFilterElement):
(WebCore::SVGFilterElement::parseAttribute):
(WebCore::SVGFilterElement::svgAttributeChanged):
(WebCore::SVGFilterElement::childrenChanged):

  • svg/SVGFilterElement.h:
  • svg/SVGFilterElement.idl:
  • svg/SVGFilterPrimitiveStandardAttributes.cpp:

(WebCore::SVGFilterPrimitiveStandardAttributes::SVGFilterPrimitiveStandardAttributes):
(WebCore::SVGFilterPrimitiveStandardAttributes::parseAttribute):
(WebCore::SVGFilterPrimitiveStandardAttributes::svgAttributeChanged):
(WebCore::SVGFilterPrimitiveStandardAttributes::childrenChanged):
(WebCore::SVGFilterPrimitiveStandardAttributes::rendererIsNeeded):

  • svg/SVGFilterPrimitiveStandardAttributes.h:
  • svg/SVGFontElement.cpp:

(WebCore::SVGFontElement::SVGFontElement):

  • svg/SVGFontElement.h:
  • svg/SVGFontFaceElement.cpp:
  • svg/SVGFontFaceElement.h:
  • svg/SVGFontFaceFormatElement.h:
  • svg/SVGFontFaceNameElement.h:
  • svg/SVGFontFaceSrcElement.h:
  • svg/SVGFontFaceUriElement.h:
  • svg/SVGGElement.cpp:

(WebCore::SVGGElement::rendererIsNeeded):

  • svg/SVGGlyphElement.cpp:

(WebCore::SVGGlyphElement::SVGGlyphElement):
(WebCore::SVGGlyphElement::parseAttribute):
(WebCore::SVGGlyphElement::insertedInto):
(WebCore::SVGGlyphElement::removedFrom):

  • svg/SVGGlyphElement.h:
  • svg/SVGGlyphRefElement.cpp:

(WebCore::SVGGlyphRefElement::SVGGlyphRefElement):
(WebCore::SVGGlyphRefElement::parseAttribute):

  • svg/SVGGlyphRefElement.h:
  • svg/SVGGlyphRefElement.idl:
  • svg/SVGGradientElement.cpp:

(WebCore::SVGGradientElement::SVGGradientElement):
(WebCore::SVGGradientElement::parseAttribute):
(WebCore::SVGGradientElement::svgAttributeChanged):
(WebCore::SVGGradientElement::childrenChanged):

  • svg/SVGGradientElement.h:
  • svg/SVGGradientElement.idl:
  • svg/SVGGraphicsElement.cpp:

(WebCore::SVGGraphicsElement::SVGGraphicsElement):
(WebCore::SVGGraphicsElement::parseAttribute):
(WebCore::SVGGraphicsElement::svgAttributeChanged):

  • svg/SVGGraphicsElement.h:
  • svg/SVGGraphicsElement.idl:
  • svg/SVGLocatable.cpp:

(WebCore::SVGLocatable::computeCTM):

  • svg/SVGMPathElement.h:
  • svg/SVGMarkerElement.cpp:

(WebCore::SVGMarkerElement::SVGMarkerElement):
(WebCore::SVGMarkerElement::parseAttribute):
(WebCore::SVGMarkerElement::svgAttributeChanged):
(WebCore::SVGMarkerElement::childrenChanged):

  • svg/SVGMarkerElement.h:
  • svg/SVGMarkerElement.idl:
  • svg/SVGMaskElement.cpp:

(WebCore::SVGMaskElement::SVGMaskElement):
(WebCore::SVGMaskElement::parseAttribute):
(WebCore::SVGMaskElement::svgAttributeChanged):
(WebCore::SVGMaskElement::childrenChanged):

  • svg/SVGMaskElement.h:
  • svg/SVGMaskElement.idl:
  • svg/SVGMetadataElement.h:
  • svg/SVGMissingGlyphElement.cpp:

(WebCore::SVGMissingGlyphElement::SVGMissingGlyphElement):

  • svg/SVGMissingGlyphElement.h:
  • svg/SVGMissingGlyphElement.idl:
  • svg/SVGPatternElement.cpp:

(WebCore::SVGPatternElement::SVGPatternElement):
(WebCore::SVGPatternElement::parseAttribute):
(WebCore::SVGPatternElement::svgAttributeChanged):
(WebCore::SVGPatternElement::childrenChanged):

  • svg/SVGPatternElement.h:
  • svg/SVGPatternElement.idl:
  • svg/SVGScriptElement.h:
  • svg/SVGStopElement.cpp:

(WebCore::SVGStopElement::SVGStopElement):
(WebCore::SVGStopElement::parseAttribute):
(WebCore::SVGStopElement::svgAttributeChanged):

  • svg/SVGStopElement.h:
  • svg/SVGStopElement.idl:
  • svg/SVGStyleElement.h:
  • svg/SVGStyledElement.cpp: Removed.
  • svg/SVGStyledElement.h: Removed.
  • svg/SVGStyledElement.idl: Removed.
  • svg/SVGSymbolElement.cpp:

(WebCore::SVGSymbolElement::SVGSymbolElement):
(WebCore::SVGSymbolElement::parseAttribute):
(WebCore::SVGSymbolElement::svgAttributeChanged):

  • svg/SVGSymbolElement.h:
  • svg/SVGSymbolElement.idl:
  • svg/SVGTRefElement.cpp:

(WebCore::SVGTRefElement::insertedInto):
(WebCore::SVGTRefElement::removedFrom):

  • svg/SVGTitleElement.cpp:

(WebCore::SVGTitleElement::SVGTitleElement):
(WebCore::SVGTitleElement::insertedInto):

  • svg/SVGTitleElement.h:
  • svg/SVGTitleElement.idl:
  • svg/SVGTransformable.cpp:
  • svg/SVGUseElement.cpp:

(WebCore::SVGUseElement::selfHasRelativeLengths):

  • svg/SVGViewElement.cpp:

(WebCore::SVGViewElement::SVGViewElement):
(WebCore::SVGViewElement::parseAttribute):

  • svg/SVGViewElement.h:
  • svg/animation/SVGSMILElement.h:
  • svg/graphics/filters/SVGFEImage.cpp:

(WebCore::FEImage::platformApplySoftware):

LayoutTests:

Add layout test to validate the SVG2 inheritance model.

  • svg/dom/svg2-inheritance-expected.txt: Added.
  • svg/dom/svg2-inheritance.html: Added.
2:26 PM Changeset in webkit [154461] by barraclough@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

https://bugs.webkit.org/show_bug.cgi?id=120128
Remove putDirectVirtual

Unreviewed, checked in commented out code. :-(

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::execute):

  • delete commented out code
2:24 PM Changeset in webkit [154460] by barraclough@apple.com
  • 5 edits in trunk

Error.stack should not be enumerable
https://bugs.webkit.org/show_bug.cgi?id=120171

Reviewed by Oliver Hunt.

Breaks ECMA tests.

Source/JavaScriptCore:

  • runtime/ErrorInstance.cpp:

(JSC::ErrorInstance::finishCreation):

  • None -> DontEnum

LayoutTests:

  • fast/js/exception-properties-expected.txt:
  • fast/js/script-tests/exception-properties.js:
    • Update test expectations.
1:35 PM Changeset in webkit [154459] by barraclough@apple.com
  • 19 edits in trunk/Source/JavaScriptCore

https://bugs.webkit.org/show_bug.cgi?id=120128
Remove putDirectVirtual

Reviewed by Sam Weinig.

This could most generously be described as 'vestigial'.
No performance impact.

  • API/JSObjectRef.cpp:

(JSObjectSetProperty):

  • changed to use defineOwnProperty
  • debugger/DebuggerActivation.cpp:
  • debugger/DebuggerActivation.h:
    • remove putDirectVirtual
  • interpreter/Interpreter.cpp:

(JSC::Interpreter::execute):

  • changed to use defineOwnProperty
  • runtime/ClassInfo.h:
  • runtime/JSActivation.cpp:
  • runtime/JSActivation.h:
  • runtime/JSCell.cpp:
  • runtime/JSCell.h:
  • runtime/JSGlobalObject.cpp:
  • runtime/JSGlobalObject.h:
  • runtime/JSObject.cpp:
  • runtime/JSObject.h:
  • runtime/JSProxy.cpp:
  • runtime/JSProxy.h:
  • runtime/JSSymbolTableObject.cpp:
  • runtime/JSSymbolTableObject.h:
    • remove putDirectVirtual
  • runtime/PropertyDescriptor.h:

(JSC::PropertyDescriptor::PropertyDescriptor):

  • added constructor for convenience
1:27 PM Changeset in webkit [154458] by akling@apple.com
  • 15 edits in trunk/Source

FrameLoader::history() should return a reference.
<https://webkit.org/b/120163>

Reviewed by Anders Carlsson.

Rehued by Anders Carlsson.

FrameLoader::m_history is never null, so make history() return a reference.
Also made HistoryController::m_frame a reference, since HistoryController's
lifetime is tied to FrameLoader, which is tied to the Frame.

12:44 PM Changeset in webkit [154457] by commit-queue@webkit.org
  • 2 edits in trunk/Source/JavaScriptCore

errorDescriptionForValue() should not assume error value is an Object
https://bugs.webkit.org/show_bug.cgi?id=119812

Patch by Chris Curtis <chris_curtis@apple.com> on 2013-08-22
Reviewed by Geoffrey Garen.

Added a check to make sure that the JSValue was an object before casting it as an object. Also, in case the parameterized JSValue
has no type, the function now returns the empty string.

  • runtime/ExceptionHelpers.cpp:

(JSC::errorDescriptionForValue):

12:28 PM Changeset in webkit [154456] by commit-queue@webkit.org
  • 10 edits in trunk/Source/WebInspectorUI

<https://webkit.org/b/120165> Web Inspector: Update CodeMirror to 3.16.1

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2013-08-22
Reviewed by Andy Estes.

  • Tools/PrettyPrinting/codemirror.css:
  • Tools/PrettyPrinting/codemirror.js:
  • Tools/PrettyPrinting/css.js:
  • Tools/PrettyPrinting/javascript.js:
  • UserInterface/External/CodeMirror/codemirror.css:
  • UserInterface/External/CodeMirror/codemirror.js:
  • UserInterface/External/CodeMirror/css.js:
  • UserInterface/External/CodeMirror/javascript.js:
  • UserInterface/External/CodeMirror/xml.js:
11:48 AM Changeset in webkit [154455] by Simon Fraser
  • 2 edits in trunk/Source/WebCore

Reloading this video test shows garbage briefly
https://bugs.webkit.org/show_bug.cgi?id=119377

Reviewed by Anders Carlson.

RenderVideo should not claim that it's foreground is opaque
unless it has a video frame to display.

  • rendering/RenderVideo.cpp:

(WebCore::RenderVideo::foregroundIsKnownToBeOpaqueInRect):

9:59 AM Changeset in webkit [154454] by akling@apple.com
  • 2 edits in trunk/Source/WebKit/win

Another Windows build fix.

  • WebDataSource.cpp:

(WebDataSource::subresourceForURL):

9:57 AM Changeset in webkit [154453] by commit-queue@webkit.org
  • 1 edit
    2 adds in trunk/LayoutTests

[CSSRegions] Min-width and max-width for a region should support values other than length
https://bugs.webkit.org/show_bug.cgi?id=115248

Patch by Anton Obzhirov <Anton Obzhirov> on 2013-08-22
Reviewed by Alexandru Chiculita.

  • fast/regions/region-min-max-width-support-expected.txt: Added.
  • fast/regions/region-min-max-width-support.html: Added.
9:44 AM Changeset in webkit [154452] by akling@apple.com
  • 2 edits in trunk/Source/WebCore

Remove accidental cruft from r154449.

  • rendering/RenderWidget.cpp:

(WebCore::RenderWidget::destroy):

9:43 AM Changeset in webkit [154451] by akling@apple.com
  • 6 edits in trunk/Source/WebKit

Source/WebKit/efl: EFL build juice.

  • WebCoreSupport/ChromeClientEfl.cpp:

(kit):

Source/WebKit/win: Windows build juice.

  • WebDataSource.cpp:

(WebDataSource::representation):
(WebDataSource::webFrame):

  • WebElementPropertyBag.cpp:

(WebElementPropertyBag::Read):

  • WebFramePolicyListener.cpp:

(WebFramePolicyListener::receivedPolicyDecision):

9:05 AM Changeset in webkit [154450] by rniwa@webkit.org
  • 5 edits in trunk/Tools

NRWT: Add the ability to upload test results to new test results server
https://bugs.webkit.org/show_bug.cgi?id=120146

Reviewed by Andreas Kling.

For the upcoming replacement for webkit-test-results.appspot.com, new-run-webkit-tests needs to use a new JSON format
that contains the full summary of the test run including information about passed tests.

Add this ability to NRWT so that I can start testing this feature. This patch adds the following optoins to NRWT:
--build-slave
--got-revision
--results-server-host

The last option is somewhat ambigious with --test-results-server but we're intending to deprecate the old server
so we should be able to delete --test-results-server in time.

  • Scripts/webkitpy/layout_tests/controllers/manager.py:

(Manager.run):
(Manager._upload_json_files):
(Manager):
(Manager.upload_results):

  • Scripts/webkitpy/layout_tests/models/test_run_results.py:

(summarize_results):

  • Scripts/webkitpy/layout_tests/models/test_run_results_unittest.py:

(summarized_results):
(SummarizedResultsTest.test_summarized_results_wontfix):
(SummarizedResultsTest):
(SummarizedResultsTest.test_summarized_results_include_passes):

  • Scripts/webkitpy/layout_tests/run_webkit_tests.py:

(parse_args):

9:01 AM Changeset in webkit [154449] by akling@apple.com
  • 75 edits in trunk/Source

FrameLoader: frame() and client() should return references.
<https://webkit.org/b/120158>

Reviewed by Anders Carlsson.

These two are never null so change them to return references.

8:34 AM Changeset in webkit [154448] by rniwa@webkit.org
  • 2 edits in trunk/Tools

WKR build fix. Somehow tool.bugs.quips() doesn't work in WKR so work around that.

  • Scripts/webkitpy/tool/bot/irc_command.py:

(Hi.execute):

8:28 AM Changeset in webkit [154447] by abucur@adobe.com
  • 2 edits in trunk/Source/WebCore

RenderNamedFlowThread should not create NodeRenderingContext objects
https://bugs.webkit.org/show_bug.cgi?id=119923

Reviewed by Antti Koivisto.

Port of https://chromium.googlesource.com/chromium/blink/+/949d7d7e7b8685454742a55cf0ca912bb9a7b177.
Original patch by Elliott Sprehn.

RenderNamedFlowThread should not create NodeRenderingContext objects

RenderNamedFlowThread is using NodeRenderingContext to get the original
parent renderer, but should just be using NodeRenderingTraversal::parent
instead (which is what NodeRenderingContext does internally anyway).

Tests: No change in functionality. No new tests.

  • rendering/RenderNamedFlowThread.cpp:

(WebCore::RenderNamedFlowThread::isChildAllowed):

7:01 AM Changeset in webkit [154446] by rniwa@webkit.org
  • 2 edits in trunk/LayoutTests

Actually, this test is failing on Debug builds as well.
Update the test expectation accordingly.

  • platform/mac-wk2/TestExpectations:
6:55 AM Changeset in webkit [154445] by rniwa@webkit.org
  • 2 edits in trunk/LayoutTests

Add the failing test expectation to webaudio/codec-tests/mp3/128kbps-44khz.html on Lion Release WK2.
The failure is tracked by the bug 120161.

  • platform/mac-wk2/TestExpectations:
5:46 AM Changeset in webkit [154444] by allan.jensen@digia.com
  • 2 edits in trunk/Tools

[Qt] DRT bug revealed/caused by r154300
https://bugs.webkit.org/show_bug.cgi?id=120151

Reviewed by Simon Hausmann.

Since QtInstance had an implementation of getOwnPropertySlot and not getOwnPropertyDescriptor,
the behavior of getOwnPropertyDescriptor changed when it got implemented using getOwnPropertySlot
in r154300.

DRT relied on getOwnPropertyDescriptor returning undefined for JS set properties to distinguish
between native Qt methods and JSC bound methods. This patch changes the check to see if the
property is writable since the Qt methods are ReadOnly.

  • DumpRenderTree/qt/DumpRenderTreeQt.cpp:

(DumpRenderTree::initJSObjects):

5:38 AM Changeset in webkit [154443] by Christophe Dumez
  • 10 edits
    1 add in trunk/Source/WebCore

Introduce a SVGUnknownElement class for unknown SVG elements
https://bugs.webkit.org/show_bug.cgi?id=120155

Reviewed by Andreas Kling.

Introduce a SVGUnknownElement class and have it override rendererIsNeeded() to return false.
We now use SVGUnknownElement type (instead of SVGElement) for unknown SVG elements:

As a consequence, SVGElement::rendererIsNeeded() is not longer required to return false and
it will be able to behave as SVGStyledElement::rendererIsNeeded() once we merge
SVGStyledElement into SVGElement.

This is a pre-requirement to merging SVGStyledElement into SVGElement.

No new tests, no behavior change.

  • GNUmakefile.list.am:
  • Target.pri:
  • WebCore.vcxproj/WebCore.vcxproj:
  • WebCore.vcxproj/WebCore.vcxproj.filters:
  • dom/CustomElementConstructor.cpp:

(WebCore::CustomElementConstructor::createElementInternal):

  • dom/make_names.pl:

(defaultParametersHash):
(printJSElementIncludes):
(printWrapperFunctions):
(printWrapperFactoryCppFile):

  • svg/SVGElement.cpp:
  • svg/SVGElement.h:
  • svg/SVGUnknownElement.h: Added.

(WebCore::SVGUnknownElement::create):
(WebCore::SVGUnknownElement::SVGUnknownElement):

  • svg/svgtags.in:
5:37 AM Changeset in webkit [154442] by commit-queue@webkit.org
  • 2 edits in trunk/Source/JavaScriptCore

Fix P_DFGOperation_EJS call for MIPS and ARM EABI.
https://bugs.webkit.org/show_bug.cgi?id=120107

Patch by Julien Brianceau <jbrianceau@nds.com> on 2013-08-22
Reviewed by Yong Li.

EncodedJSValue parameters must be aligned to even registers for MIPS and ARM EABI.

  • dfg/DFGSpeculativeJIT.h:

(JSC::DFG::SpeculativeJIT::callOperation):

4:50 AM Changeset in webkit [154441] by rwlbuis@webkit.org
  • 3 edits
    4 adds in trunk

REGRESSION: Assertion failure !collection->hasExactlyOneItem() in WebCore::namedItemGetter
https://bugs.webkit.org/show_bug.cgi?id=118056

Reviewed by Ryosuke Niwa.

Source/WebCore:

The assert is hit in Debug mode because the DocumentOrderedMap in HTMLDocument::m_windowNamedItem
includes matched SVG elements, but the WindowNameCollection used to collect the elements does not.
This means the HTMLCollection stripped of SVG elements could end up hitting the empty or single item
assertion, which the testcase verifies.
To fix this change WindowNameCollection to include both SVG and HTML elements so it matches DocumentOrderedMap.

Tests: svg/custom/document-all-includes-svg.html

svg/custom/window-named-item-lookup.html

  • html/HTMLCollection.cpp:

(WebCore::isMatchingElement):
(WebCore::HTMLCollection::updateNameCache):

LayoutTests:

Add test to verify that SVG and HTML elements with id's are both found when using document.all or named properties.

  • svg/custom/document-all-includes-svg-expected.txt: Added.
  • svg/custom/document-all-includes-svg.html: Added.
  • svg/custom/window-named-item-lookup-expected.txt: Added.
  • svg/custom/window-named-item-lookup.html: Added.
4:43 AM Changeset in webkit [154440] by gyuyoung.kim@samsung.com
  • 5 edits in trunk/Source/WebCore

Introduce toSVGRadialGradientElement(), and use it
https://bugs.webkit.org/show_bug.cgi?id=120153

Reviewed by Andreas Kling.

As a step to clean-up static_cast<SVGXXX>, toSVGRadialGradientElement() is added to clean-up
static_cast<SVGRadialGradientElement*>.

  • rendering/svg/RenderSVGResourceRadialGradient.cpp:

(WebCore::RenderSVGResourceRadialGradient::collectGradientAttributes):

  • rendering/svg/SVGRenderTreeAsText.cpp:

(WebCore::writeSVGResourceContainer):

  • svg/SVGRadialGradientElement.cpp:

(WebCore::SVGRadialGradientElement::collectGradientAttributes):

  • svg/SVGRadialGradientElement.h:

(WebCore::toSVGRadialGradientElement):

3:14 AM Changeset in webkit [154439] by reni@webkit.org
  • 3 edits
    2 adds in trunk

ASSERTION FAILED: extractedStyle in WebCore::ApplyStyleCommand::removeInlineStyleFromElement
https://bugs.webkit.org/show_bug.cgi?id=119672

Reviewed by Darin Adler.

Source/WebCore:

The last extractedStyle parameter of removeInlineStyleFromElement() is not mandatory and it's set
to default 0. This way we have to check its existence before the usage.

Test: editing/execCommand/extracted_style_assert.html

  • editing/ApplyStyleCommand.cpp:

(WebCore::ApplyStyleCommand::removeInlineStyleFromElement):

LayoutTests:

Test with NULL extractedStyle.

  • editing/execCommand/extracted_style_assert-expected.txt: Added.
  • editing/execCommand/extracted_style_assert.html: Added.
2:28 AM Changeset in webkit [154438] by sergio@webkit.org
  • 7 edits
    1 add in trunk/LayoutTests

[CSS Grid Layout] Refactor testing code
https://bugs.webkit.org/show_bug.cgi?id=119552

Reviewed by Darin Adler.

Based on Blink r148922 & r149060 by <jchaffraix@chromium.org>

The old testing code was a huge copy&paste of big testing code
blocks. Refactor it in some new utility functions so that we could
reduce the size of the layout test file and ease the maintenance.

  • fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
  • fast/css-grid-layout/grid-item-column-row-get-set.html:
  • fast/css-grid-layout/grid-item-end-after-get-set-expected.txt:
  • fast/css-grid-layout/grid-item-end-after-get-set.html:
  • fast/css-grid-layout/grid-item-start-before-get-set-expected.txt:
  • fast/css-grid-layout/grid-item-start-before-get-set.html:
  • fast/css-grid-layout/resources/grid-item-column-row-parsing-utils.js: Added.
Note: See TracTimeline for information about the timeline view.