Timeline



Nov 29, 2011:

11:56 PM Changeset in webkit [101452] by commit-queue@webkit.org
  • 3 edits
    3 adds in trunk

Fix for fill color not being applied inside visited links
https://bugs.webkit.org/show_bug.cgi?id=70434

Patch by Philip Rogers <pdr@google.com> on 2011-11-29
Reviewed by Antti Koivisto.

Source/WebCore:

Test: svg/custom/visited-link-color.svg

  • rendering/style/SVGRenderStyle.h:

(WebCore::SVGRenderStyle::setFillPaint):
(WebCore::SVGRenderStyle::setStrokePaint):

LayoutTests:

  • svg/custom/visited-link-color-expected.png: Added.
  • svg/custom/visited-link-color-expected.txt: Added.
  • svg/custom/visited-link-color.svg: Added.
11:53 PM Changeset in webkit [101451] by Csaba Osztrogonác
  • 3 edits in trunk/Tools

[NRWT] Fix --platform=qt-5.0 --new-baseline combo
https://bugs.webkit.org/show_bug.cgi?id=72489

Patch by Balazs Ankes <Ankes.Balazs@stud.u-szeged.hu> on 2011-11-29
Reviewed by Eric Seidel.

Before the this fix always added "qt" option for the option list

  • Scripts/run-webkit-tests:
  • Scripts/webkitpy/layout_tests/port/qt.py:
10:03 PM Changeset in webkit [101450] by weinig@apple.com
  • 4 edits in trunk/Source

Remove RetainPtr::releaseRef
https://bugs.webkit.org/show_bug.cgi?id=73396

Reviewed by Dan Bernstein.

../JavaScriptCore:

  • wtf/RetainPtr.h:

Be gone releaseRef! Long live leakRef!

../WebKit2:

  • Platform/mac/ModuleMac.mm:

(WebKit::Module::unload):
Replace the final use of RetainPtr::releaseRef() with RetainPtr::leakRef(),
its sexy replacement.

9:51 PM Changeset in webkit [101449] by hayato@chromium.org
  • 28 edits
    2 copies
    5 moves
    15 adds
    18 deletes in trunk/LayoutTests

Webkit gardening: chromium rebaseline for svg tests.
Unreviewed.

  • platform/chromium-cg-mac-leopard/fast/backgrounds/size/contain-and-cover-expected.png:
  • platform/chromium-cg-mac-leopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
  • platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png:
  • platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
  • platform/chromium-cg-mac-leopard/svg/custom/absolute-sized-content-with-resources-expected.png:
  • platform/chromium-cg-mac-leopard/svg/custom/animate-path-discrete-expected.png:
  • platform/chromium-cg-mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt: Removed.
  • platform/chromium-cg-mac-leopard/svg/text/bidi-text-anchor-direction-expected.png:
  • platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
  • platform/chromium-cg-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png:
  • platform/chromium-cg-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
  • platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png:
  • platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
  • platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
  • platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
  • platform/chromium-cg-mac-snowleopard/svg/css/composite-shadow-example-expected.txt: Removed.
  • platform/chromium-cg-mac-snowleopard/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
  • platform/chromium-cg-mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/svg/custom/linking-uri-01-b-expected.png:
  • platform/chromium-cg-mac-snowleopard/svg/custom/use-detach-expected.png:
  • platform/chromium-cg-mac-snowleopard/svg/foreignObject/text-tref-02-b-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/svg/foreignObject/text-tref-02-b-expected.png.
  • platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
  • platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
  • platform/chromium-linux-x86/svg/text/bidi-text-anchor-direction-expected.txt: Added.
  • platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
  • platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
  • platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt.
  • platform/chromium-linux/svg/css/composite-shadow-example-expected.txt: Removed.
  • platform/chromium-linux/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
  • platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
  • platform/chromium-linux/svg/hixie/perf/007-expected.png:
  • platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Added.
  • platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
  • platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png:
  • platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
  • platform/chromium-mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
  • platform/chromium-mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt.
  • platform/chromium-mac-leopard/svg/css/composite-shadow-example-expected.txt: Removed.
  • platform/chromium-mac-leopard/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
  • platform/chromium-mac-leopard/svg/custom/js-late-gradient-creation-expected.png: Added.
  • platform/chromium-mac-leopard/svg/text/bidi-text-anchor-direction-expected.png:
  • platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png:
  • platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png:
  • platform/chromium-mac-snowleopard/svg/foreignObject/text-tref-02-b-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/foreignObject/text-tref-02-b-expected.png.
  • platform/chromium-mac/svg/css/composite-shadow-example-expected.txt: Removed.
  • platform/chromium-mac/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
  • platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
  • platform/chromium-win-vista/svg/css/composite-shadow-example-expected.txt: Removed.
  • platform/chromium-win-vista/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
  • platform/chromium-win-vista/svg/text/bidi-text-anchor-direction-expected.txt: Added.
  • platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
  • platform/chromium-win-xp/svg/css/composite-shadow-example-expected.txt: Removed.
  • platform/chromium-win-xp/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
  • platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Added.
  • platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
  • platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
  • platform/chromium-win/svg/css/composite-shadow-example-expected.txt: Removed.
  • platform/chromium-win/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
  • platform/chromium-win/svg/hixie/perf/007-expected.png:
  • platform/chromium/svg/css/composite-shadow-example-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/svg/css/composite-shadow-example-expected.txt.
  • platform/chromium/svg/css/composite-shadow-with-opacity-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/svg/css/composite-shadow-with-opacity-expected.txt.
  • platform/mac/svg/foreignObject/text-tref-02-b-expected.txt: Removed.
  • platform/win/svg/css/composite-shadow-example-expected.txt: Removed.
  • platform/win/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
  • svg/foreignObject/text-tref-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt.
9:42 PM Changeset in webkit [101448] by weinig@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

Add move semantics to RetainPtr
https://bugs.webkit.org/show_bug.cgi?id=73393

Reviewed by Anders Carlsson.

  • wtf/RetainPtr.h:

(WTF::RetainPtr::RetainPtr):
Add a move constructor and move enabled assignment operators
to RetainPtr if the compiler being used supports rvalue
references. If the compiler does not support it, we fallback
to the copy semantics we have always had.

9:39 PM Changeset in webkit [101447] by yuqiang.xian@intel.com
  • 2 edits in trunk/Source/JavaScriptCore

DFG local CSE may cause incorrect reference counting for a node
https://bugs.webkit.org/show_bug.cgi?id=73390

Reviewed by Filip Pizlo.

When performing a node substitution, the ref count of the replaced
child will be increased, no matter whether the user node is skipped in
code generation or not. This will cause the reference count of the
replaced child never get the chance to become zero and so the
registers occupied by it cannot be reused simply without spilling, if
it's used by a "skipped" node.
This is a 1% gain on V8 benchmark, tested on IA32 Linux.

  • dfg/DFGPropagator.cpp:

(JSC::DFG::Propagator::performSubstitution):
(JSC::DFG::Propagator::performNodeCSE):

9:36 PM Changeset in webkit [101446] by levin@chromium.org
  • 11 edits
    6 adds in trunk

Add a way to revert a variable to its previous value after leaving a scope.
https://bugs.webkit.org/show_bug.cgi?id=73371

Reviewed by Adam Barth.

Source/JavaScriptCore:

In case anyone from Chromium sees this, it is nearly identical to AutoReset
but if the same name were used, it causes unnecessary ambiguity.

  • JavaScriptCore.xcodeproj/project.pbxproj:
  • wtf/TemporarilyChange.h: Added.

(WTF::TemporarilyChange::TemporarilyChange):
(WTF::TemporarilyChange::~TemporarilyChange):

Source/JavaScriptGlue:

  • ForwardingHeaders/wtf/TemporarilyChange.h: Added.

Source/WebCore:

  • ForwardingHeaders/wtf/TemporarilyChange.h: Added.

Source/WebKit/mac:

  • ForwardingHeaders/wtf/TemporarilyChange.h: Added.

Tools:

  • DumpRenderTree/ForwardingHeaders/wtf/TemporarilyChange.h: Added.
  • TestWebKitAPI/TestWebKitAPI.gypi: Added test file to the build.
  • TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: Ditto.
  • TestWebKitAPI/win/TestWebKitAPI.vcproj: Ditto.
  • TestWebKitAPI/Tests/WTF/TemporarilyChange.cpp: Added.

(TestWebKitAPI::TEST): Added a test for TemporarilyChange.

9:17 PM EFLWebKitCodingStyle created by gyuyoung.kim@samsung.com
9:17 PM EFLWebKit edited by gyuyoung.kim@samsung.com
(diff)
8:35 PM Changeset in webkit [101445] by haraken@chromium.org
  • 19 edits
    2 adds in trunk

Implement [Supplemental] IDL and support it in run-bindings-tests
https://bugs.webkit.org/show_bug.cgi?id=73162

Reviewed by Adam Barth.

Source/WebCore:

  • Overview:
    • Implement the [Supplemental] IDL in resolve-supplemental.pl and generate-bindings.pl.
    • Support the [Supplemental] IDL in run-bindings-tests.
    • Add TestSupplemental.idl as a binding test and confirm that it works.
  • This patch affects run-bindings-tests results only and does not affect any real builds

since no [Supplemental] IDL has been written in real WebCore IDL files for now.

  • This patch makes a change on CodeGenerator*.pm to support the [Supplemental] IDL

for (custom) getters and setters.

  • Added perl scripts implement the [Supplemental] IDL as follows:

Previous build flow:

foreach $idl (all IDL files) {

generate-bindings.pl depends on $idl;
generate-bindings.pl reads $idl;
generate-bindings.pl generates .h and .cpp files for $idl;

}

New build flow (See the discussions in bug 72138 for more details):

resolve-supplemental.pl depends on all IDL files;
resolve-supplemental.pl reads all IDL files;
resolve-supplemental.pl resolves the dependency of [Supplemental=XXXX];
resolve-supplemental.pl outputs supplemental_dependency.tmp;
foreach $idl (all IDL files) {

generate-bindings.pl depends on $idl and supplemental_dependency.tmp;
generate-bindings.pl reads $idl;
generate-bindings.pl reads supplemental_dependency.tmp;
generate-bindings.pl generates .h and .cpp files for $idl, including all attributes in IDL files which are implementing $idl;

}

Tests: bindings/scripts/test/TestSupplemental.idl

  • bindings/scripts/generate-bindings.pl: The input is an IDL file |x| and the dependency file. generate-bindings.pl generates .h and .cpp files for the IDL file |x|, including all the attributes in the IDL files which are implementing the IDL file |x|. generate-bindings.pl addes the [ImplementedBy] IDL to the attributes with the [Supplemental] IDL in order to indicate what IDL is implementing the attributes.
  • bindings/scripts/resolve-supplemental.pl: Added. resolve-supplemental.pl reads all IDL files, resolves [Supplemental=XXX] dependencies, and then outputs the dependency file. See the comment in resolve-supplemental.pl for the format of the dependency file.
  • bindings/scripts/CodeGenerator.pm:

(GenerateConditionalStringFromAttributeValue): Avoids duplicated conditions.

  • bindings/scripts/CodeGeneratorJS.pm:

(GenerateHeader): If an attribute is [ImplementedBy] another IDL, then we omit the declaration of the custom getter and setter.
(GenerateImplementation): If an attribute is [ImplementedBy] another IDL, then we call back the (custom) getter and setter of the IDL.

  • bindings/scripts/CodeGeneratorV8.pm:

(GenerateHeader): If an attribute is [ImplementedBy] another IDL, then we omit the declaration of the custom getter and setter.
(GenerateNormalAttrGetter): If an attribute is [ImplementedBy] another IDL, then we call back the getter of the IDL.
(GenerateNormalAttrSetter): If an attribute is [ImplementedBy] another IDL, then we call back the setter of the IDL.
(GenerateSingleBatchedAttribute): If an attribute is [ImplementedBy] another IDL, then we call back the custom getter or setter of the IDL.

  • bindings/scripts/CodeGeneratorCPP.pm:

(GenerateImplementation): If an attribute is [ImplementedBy] another IDL, then we call back the getter and setter of the IDL. CodeGeneratorCPP.pm does not support a custom getter and setter.

  • bindings/scripts/CodeGeneratorGObject.pm:

(GenerateProperty): Ditto.

  • bindings/scripts/CodeGeneratorObjC.pm:

(GenerateImplementation): Ditto.

  • bindings/scripts/test/TestSupplemental.idl: Added. A test case for the [Supplemental] IDL.
  • bindings/scripts/test/CPP/WebDOMTestInterface.cpp: Updated a run-bindings-tests result.

(WebDOMTestInterface::str1):
(WebDOMTestInterface::str2):
(WebDOMTestInterface::setStr2):

  • bindings/scripts/test/CPP/WebDOMTestInterface.h: Ditto.
  • bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp: Ditto.

(webkit_dom_test_interface_get_str1):
(webkit_dom_test_interface_get_str2):
(webkit_dom_test_interface_set_str2):
(webkit_dom_test_interface_set_property):
(webkit_dom_test_interface_get_property):
(webkit_dom_test_interface_class_init):

  • bindings/scripts/test/GObject/WebKitDOMTestInterface.h: Ditto.
  • bindings/scripts/test/JS/JSTestInterface.cpp: Ditto.

(WebCore::jsTestInterfaceStr1):
(WebCore::jsTestInterfaceStr2):
(WebCore::jsTestInterfaceStr3):
(WebCore::JSTestInterface::put):
(WebCore::setJSTestInterfaceStr2):
(WebCore::setJSTestInterfaceStr3):

  • bindings/scripts/test/JS/JSTestInterface.h: Ditto.
  • bindings/scripts/test/ObjC/DOMTestInterface.h: Ditto.
  • bindings/scripts/test/ObjC/DOMTestInterface.mm: Ditto.

(-[DOMTestInterface str1]):
(-[DOMTestInterface str2]):
(-[DOMTestInterface setStr2:]):
(-[DOMTestInterface str3]):
(-[DOMTestInterface setStr3:]):

  • bindings/scripts/test/V8/V8TestInterface.cpp: Ditto.

(WebCore::TestInterfaceInternal::str1AttrGetter):
(WebCore::TestInterfaceInternal::str2AttrGetter):
(WebCore::TestInterfaceInternal::str2AttrSetter):
(WebCore::ConfigureV8TestInterfaceTemplate):

Tools:

run-bindings-tests supports the [Supplemental] IDL in the following way.

(1) It creates a file |x| listing all IDL files.
(2) It generates a supplemental dependency file |y| using resolve-supplemental.pl and |x|.
(3) For each IDL file |z|, it runs generate-bindings.pl with |y|.

Then, generate-bindings.pl generates .h and .cpp files for the IDL file |z|,
including all attributes in IDL files that are supplementing the IDL file |z|.

  • Scripts/run-bindings-tests:

(generate_from_idl):
(generate_supplemental_dependency):
(detect_changes):
(run_tests):
(main):

7:19 PM Changeset in webkit [101444] by leo.yang@torchmobile.com.cn
  • 1 edit
    1 add in trunk/Source/WebCore

Upstream platform/network/blackberry/ProxyServerBlackBerry.cpp
https://bugs.webkit.org/show_bug.cgi?id=73288

Reviewed by Antonio Gomes.

Initial upstream, can't be built yet, no new tests.

  • platform/network/blackberry/ProxyServerBlackBerry.cpp: Added.

(WebCore::proxyServersForURL):

7:05 PM Changeset in webkit [101443] by weinig@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

Add COMPILER_SUPPORTS macro to allow for compiler feature testing
https://bugs.webkit.org/show_bug.cgi?id=73386

Reviewed by Anders Carlsson.

  • wtf/Compiler.h:

Add COMPILER_SUPPORTS and #defines for C++11 variadic templates and
rvalue references for Clang.

6:29 PM Changeset in webkit [101442] by nduca@chromium.org
  • 3 edits in trunk/Source/WebKit/chromium

Unreviewed. Fix clang build by using raw pointers instead of static OwnPtrs
for WebCompositor managment.

  • src/WebCompositorImpl.cpp:

(WebKit::WebCompositorImpl::initialize):
(WebKit::WebCompositorImpl::shutdown):

  • src/WebCompositorImpl.h:
6:29 PM Changeset in webkit [101441] by jberlin@webkit.org
  • 11 edits in trunk/Source

WKKeyValueStorageManagerGetKeyValueStorageOrigins may not report the correct list of origins
the first time it is called.
https://bugs.webkit.org/show_bug.cgi?id=73374 (<rdar://problem/10196057>)

Reviewed by Brady Eidson.

Source/WebCore:

Add a callback for when the Storage Tracker is done loading the list of origins with Local
Storage.

  • storage/StorageTracker.cpp:

(WebCore::StorageTracker::StorageTracker):
Keep track of whether the import from disk has been completed.
(WebCore::StorageTracker::notifyFinishedImportingOriginIdentifiersOnMainThread):
(WebCore::StorageTracker::finishedImportingOriginIdentifiers):
Set m_finishedImportingOriginIdentifiers to true and tell the client.
(WebCore::StorageTracker::syncImportOriginIdentifiers):
When finished, notify the shared StorageTracker on the main thread.

  • storage/StorageTracker.h:

(WebCore::StorageTracker::originsLoaded):

  • storage/StorageTrackerClient.h:

Add didFinishLoadingOrigins.

Source/WebKit/mac:

  • Storage/WebStorageTrackerClient.h:
  • Storage/WebStorageTrackerClient.mm:

(WebStorageTrackerClient::didFinishLoadingOrigins):

Source/WebKit2:

Queue any requests for the origins that have Local Storage until the StorageTracker is done
loading the list of those origins from disk.

  • WebProcess/KeyValueStorage/WebKeyValueStorageManager.cpp:

(WebKit::keyValueStorageOriginIdentifiers):
Refactored here from getKeyValueStorageOrigins so it can be used by didFinishLoadingOrigins.
(WebKit::dispatchDidGetKeyValueStorageOrigins):
Ditto.
(WebKit::WebKeyValueStorageManager::getKeyValueStorageOrigins):
If the StorageTracker is not done loading the list of origins from disk, queue up the
request to be handled later.
(WebKit::WebKeyValueStorageManager::didFinishLoadingOrigins):
Dispatch the results for any requests that were make before the StorageTracker was done
loading the list of origins from disk.
(WebKit::WebKeyValueStorageManager::dispatchDidModifyOrigin):

  • WebProcess/KeyValueStorage/WebKeyValueStorageManager.h:
  • WebProcess/WebProcess.cpp:

(WebKit::WebProcess::initializeWebProcess):
Set the WebKeyValueStorageManager as the StorageTrackerClient.

6:16 PM EFLWebKit edited by ryuan.choi@samsung.com
update package dependency which added after r101347. (diff)
6:09 PM Changeset in webkit [101440] by nduca@chromium.org
  • 31 edits
    4 copies
    1 move in trunk

[chromium] Enable threaded compositing via CCThreadProxy::hasThread only
https://bugs.webkit.org/show_bug.cgi?id=70838

Reviewed by James Robinson.

Source/WebCore:

  • platform/graphics/chromium/LayerRendererChromium.cpp:

(WebCore::LayerRendererChromium::initialize):

  • platform/graphics/chromium/WebGLLayerChromium.cpp:

(WebCore::WebGLLayerChromium::layerRendererContext):

  • platform/graphics/chromium/cc/CCHeadsUpDisplay.cpp:

(WebCore::CCHeadsUpDisplay::enabled):

  • platform/graphics/chromium/cc/CCLayerTreeHost.cpp:

(WebCore::CCLayerTreeHost::initialize):
(WebCore::CCLayerTreeHost::context):
(WebCore::CCLayerTreeHost::setNeedsAnimate):
(WebCore::CCLayerTreeHost::setNeedsCommit):
(WebCore::CCLayerTreeHost::setNeedsRedraw):
(WebCore::CCLayerTreeHost::composite):

  • platform/graphics/chromium/cc/CCLayerTreeHost.h:

(WebCore::CCSettings::CCSettings):

  • platform/graphics/chromium/cc/CCProxy.cpp:

(WebCore::CCProxy::isMainThread):
(WebCore::CCProxy::isImplThread):
(WebCore::CCProxy::setMainThreadIsImplThread):

  • platform/graphics/chromium/cc/CCProxy.h:
  • platform/graphics/chromium/cc/CCSingleThreadProxy.h:

(WebCore::DebugScopedSetImplThread::DebugScopedSetImplThread):
(WebCore::DebugScopedSetImplThread::~DebugScopedSetImplThread):

Source/WebKit/chromium:

  • public/WebCompositor.h:
  • public/WebLayerTreeView.h:

(WebKit::WebLayerTreeView::Settings::Settings):

  • public/WebSettings.h:
  • src/WebCompositorImpl.cpp:

(WebKit::WebCompositor::initialize):
(WebKit::WebCompositor::shutdown):
(WebKit::WebCompositor::fromIdentifier):

  • src/WebKit.cpp:

(WebKit::initializeWithoutV8):

  • src/WebLayerTreeView.cpp:

(WebKit::WebLayerTreeView::Settings::operator CCSettings):
(WebKit::WebLayerTreeView::composite):

  • src/WebLayerTreeViewImpl.cpp:

(WebKit::WebLayerTreeViewImpl::createLayerTreeHostContext3D):

  • src/WebSettingsImpl.cpp:

(WebKit::WebSettingsImpl::WebSettingsImpl):

  • src/WebSettingsImpl.h:
  • src/WebViewImpl.cpp:

(WebKit::WebViewImpl::animate):
(WebKit::WebViewImpl::composite):
(WebKit::WebViewImpl::scheduleAnimation):
(WebKit::WebViewImpl::setIsAcceleratedCompositingActive):
(WebKit::WebViewImpl::createLayerTreeHostContext3D):
(WebKit::WebViewImpl::scheduleComposite):
(WebKit::WebViewImpl::graphicsContext3D):

  • tests/CCLayerTreeHostTest.cpp:

(WTF::CCLayerTreeHostTest::CCLayerTreeHostTest):
(WTF::CCLayerTreeHostTest::runTest):

Tools:

  • DumpRenderTree/chromium/TestShell.cpp:

(TestShell::resetWebSettings):

  • DumpRenderTree/chromium/TestShell.h:

(TestShell::threadedCompositingEnabled):

  • DumpRenderTree/chromium/WebPreferences.cpp:

(WebPreferences::reset):
(WebPreferences::applyTo):

  • DumpRenderTree/chromium/WebPreferences.h:
  • DumpRenderTree/chromium/WebViewHost.cpp:

(WebViewHost::WebViewHost):
(WebViewHost::~WebViewHost):

5:44 PM Changeset in webkit [101439] by Simon Fraser
  • 3 edits in trunk/LayoutTests

Update Mac results after r101342.

  • platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
  • platform/mac/transforms/svg-vs-css-expected.txt:
5:20 PM Changeset in webkit [101438] by zmo@google.com
  • 18 edits
    32 adds
    45 deletes in trunk/LayoutTests

Webkit gardening: chromium rebaseline.

5:05 PM Changeset in webkit [101437] by zmo@google.com
  • 13 edits
    17 adds
    9 deletes in trunk/LayoutTests

Webkit gardening: chromium rebaseline.

4:54 PM Changeset in webkit [101436] by zmo@google.com
  • 16 edits
    28 adds
    12 deletes in trunk/LayoutTests

Webkit gardening: chromium rebaseline.

4:46 PM Changeset in webkit [101435] by commit-queue@webkit.org
  • 18 edits in trunk/LayoutTests

Unreviewed, rolling out r101363.
http://trac.webkit.org/changeset/101363
https://bugs.webkit.org/show_bug.cgi?id=73373

checked in incorrect results (Requested by thorton on
#webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-11-29

  • platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
  • platform/mac/svg/text/text-intro-05-t-expected.txt:
4:45 PM Changeset in webkit [101434] by kevino@webkit.org
  • 2 edits in trunk

[wx] Unreviewed build fix for Leopard compilation.

4:38 PM Changeset in webkit [101433] by arv@chromium.org
  • 7 edits in trunk/Source/WebCore

WebIDL: Add support for static for JSC and V8
https://bugs.webkit.org/show_bug.cgi?id=72998

Reviewed by Adam Barth.

WebIDL uses "static" for class methods. We used to use "[ClassMethod]". This change makes us use the WebIDL syntax instead.

No new tests: Covered by existing tests.

  • bindings/scripts/CodeGeneratorJS.pm:

(GetFunctionName): Use isStatic instead.
(GenerateOverloadedFunction): Ditto.
(GenerateImplementation): Ditto.
(GenerateParametersCheck): Ditto.
(GenerateImplementationFunctionCall): Ditto.
(GenerateConstructorDefinition): Ditto.

  • bindings/scripts/CodeGeneratorV8.pm:

(GenerateFunctionCallback): Ditto.
(GenerateImplementation): Ditto.
(GenerateFunctionCallString): Ditto.

  • bindings/scripts/IDLParser.pm:

(ParseInterface): Set isStatic as needed.

  • bindings/scripts/IDLStructure.pm: Update regular expression to parse "static".
  • bindings/scripts/test/TestObj.idl: Use static instead of [ClassMethod].
  • storage/IDBKeyRange.idl: Ditto.
4:30 PM Changeset in webkit [101432] by zmo@google.com
  • 13 edits
    23 adds
    6 deletes in trunk/LayoutTests

Webkit gardening: rebaseline.

4:30 PM Changeset in webkit [101431] by haraken@chromium.org
  • 2 edits in trunk/Source/WebCore

Unreviewed. Rebaselined a run-bindings-tests result.

  • bindings/scripts/test/JS/JSFloat64Array.h:
4:23 PM Changeset in webkit [101430] by xji@chromium.org
  • 8 edits
    2 adds in trunk

--webkit-visual-word should be able to reach end of text, instead of end of line
https://bugs.webkit.org/show_bug.cgi?id=72048

Reviewed by Ryosuke Niwa.

Source/WebCore:

Revert r92223 -- webkit-visual-word should reach boundary of line.
When there is no more left or right words in the same editing boundary and
current position is an editable position, return start or end position in this
editable content.

Test: editing/selection/move-by-word-visually-textarea.html

  • editing/visible_units.cpp:

(WebCore::collectWordBreaksInBoxInsideBlockWithSameDirectionality):
(WebCore::collectWordBreaksInBoxInsideBlockWithDifferntDirectionality):
(WebCore::leftWordPosition):
(WebCore::rightWordPosition):

LayoutTests:

  • editing/selection/move-by-word-visually-inline-block-positioned-element-expected.txt:
  • editing/selection/move-by-word-visually-inline-block-positioned-element.html:
  • editing/selection/move-by-word-visually-multi-line-expected.txt:
  • editing/selection/move-by-word-visually-multi-line.html:
  • editing/selection/move-by-word-visually-single-space-inline-element-expected.txt:
  • editing/selection/move-by-word-visually-textarea-expected.txt: Added.
  • editing/selection/move-by-word-visually-textarea.html: Added.
4:19 PM Changeset in webkit [101429] by commit-queue@webkit.org
  • 3 edits in trunk/Source/WebKit/chromium

Unreviewed, rolling out r101418.
http://trac.webkit.org/changeset/101418
https://bugs.webkit.org/show_bug.cgi?id=73372

Chromium renderer crashes with ENABLE(MUTATION_OBSERVERS)
(Requested by aklein on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-11-29

  • public/platform/WebThread.h:
  • src/WebKit.cpp:

(WebKit::initialize):
(WebKit::shutdown):

4:19 PM Changeset in webkit [101428] by zmo@google.com
  • 13 edits
    16 adds
    7 deletes in trunk/LayoutTests/platform

Webkit gardening: rebaseline.

3:49 PM Changeset in webkit [101427] by zmo@google.com
  • 7 edits
    9 adds
    9 deletes in trunk/LayoutTests/platform

Webkit gardening: rebaseline.

3:36 PM Changeset in webkit [101426] by oliver@apple.com
  • 8 edits in trunk/Source

Allow WebCore to describe typed arrays to JSC
https://bugs.webkit.org/show_bug.cgi?id=73355

Reviewed by Gavin Barraclough.

Source/JavaScriptCore:

Allow globaldata to track the structure of typed arrays.

  • runtime/JSGlobalData.h:

(JSC::TypedArrayDescriptor::TypedArrayDescriptor):

Source/WebCore:

Update bindings codegen to report the data layout to JSC.

  • bindings/scripts/CodeGeneratorJS.pm:

(GenerateHeader):
(GenerateImplementation):

  • bindings/scripts/test/JS/JSFloat64Array.cpp:

(WebCore::JSFloat64Array::finishCreation):

  • bindings/scripts/test/JS/JSFloat64Array.h:
2:46 PM Changeset in webkit [101425] by dpranke@chromium.org
  • 2 edits in trunk/Source/WebKit/chromium

add webkit_user_agent to DRT and webkit_unit_tests
https://bugs.webkit.org/show_bug.cgi?id=73362

Reviewed by Tony Chang.

In preparation for building webkit_glue as a separate component,
we need to explicitly declare DRT's and webkit_unit_tests'
dependencies on webkit_user_agent.

  • WebKit.gyp:
2:42 PM Changeset in webkit [101424] by tony@chromium.org
  • 3 edits in trunk/Source/WebCore

Rename some flexbox functions to be less confusing
https://bugs.webkit.org/show_bug.cgi?id=73363

Reviewed by Ojan Vafai.

These methods no longer have anything to do with block/inline direction.

No new tests, just renaming some functions.

  • rendering/RenderFlexibleBox.cpp:

(WebCore::RenderFlexibleBox::layoutBlock):
(WebCore::RenderFlexibleBox::layoutFlexItems):
(WebCore::RenderFlexibleBox::runFreeSpaceAllocationAlgorithm):
(WebCore::RenderFlexibleBox::layoutAndPlaceChildren):
(WebCore::RenderFlexibleBox::alignChildren):

  • rendering/RenderFlexibleBox.h:
2:22 PM Changeset in webkit [101423] by zmo@google.com
  • 5 edits
    6 deletes in trunk/LayoutTests/platform

Webkit gardening: rebaseline.

2:08 PM Changeset in webkit [101422] by zmo@google.com
  • 72 edits
    41 adds
    44 deletes in trunk/LayoutTests/platform

Webkit gardening: rebaseline svg tests.

1:58 PM Changeset in webkit [101421] by arv@chromium.org
  • 4 edits in trunk/Source/WebCore

Add support for [ClassMethod] to CodeGeneratorJS.pm
https://bugs.webkit.org/show_bug.cgi?id=73342

Reviewed by Adam Barth.

If a method is annotated with [ClassMethod] it will become a method on the JS constructor object and it will
call a static function on the C++ class.

This was previously only implemented in CodeGeneratorV8.pm so this brings JSC up to par.

No new tests: Covered by bindings/scripts/test/

  • bindings/scripts/CodeGeneratorJS.pm:

(GetFunctionName): Refactor to reduce code duplication.
(GenerateHeader): Ditto.
(GenerateOverloadedFunction): This now handles both prototype functions and constructor functions.
(GenerateImplementation): Define class methods too.
(GenerateParametersCheck): Generate the right function access string.
(GenerateImplementationFunctionCall): SVG properties are not static methods.
(GenerateConstructorDefinition): For classes that have static methods we may now return function properties.

  • bindings/scripts/test/JS/JSTestObj.cpp:

(WebCore::JSTestObjConstructor::getOwnPropertySlot): Ditto.
(WebCore::JSTestObjConstructor::getOwnPropertyDescriptor): Ditto.
(WebCore::jsTestObjConstructorFunctionClassMethod): Now calls a static function.
(WebCore::jsTestObjConstructorFunctionClassMethodWithOptional): Ditto.

  • bindings/scripts/test/JS/JSTestObj.h:
1:55 PM Changeset in webkit [101420] by zmo@google.com
  • 77 edits
    104 adds
    99 deletes in trunk/LayoutTests

Webkit gardening: rebaseline svg tests.

1:47 PM Changeset in webkit [101419] by weinig@apple.com
  • 3 edits in trunk/Source/WebCore

Remove unused JSDOMWrapperOwner
https://bugs.webkit.org/show_bug.cgi?id=73357

Reviewed by Adam Barth.

  • bindings/js/DOMWrapperWorld.cpp:

(WebCore::DOMWrapperWorld::DOMWrapperWorld):

  • bindings/js/DOMWrapperWorld.h:

(WebCore::DOMWrapperWorld::globalData):
Remove JSDOMWrapperOwner. It is unused.

1:33 PM Changeset in webkit [101418] by adamk@chromium.org
  • 3 edits in trunk/Source/WebKit/chromium

[chromium] WebKitMutationObserver::deliverAllMutations should be exposed through the Chromium API
https://bugs.webkit.org/show_bug.cgi?id=71242

Reviewed by Darin Fisher.

Add addTaskObserver and removeTaskObserver to WebThread,
along with a new WebThread::TaskObserver interface.

For mutation observers, add a TaskObserver to the main thread
to deliver mutations after each task runs.

The Chromium side of this patch is http://codereview.chromium.org/8586038/

  • public/platform/WebThread.h:

(WebKit::WebThread::TaskObserver::~TaskObserver):

  • src/WebKit.cpp:

(WebKit::initialize):
(WebKit::shutdown):

1:31 PM Changeset in webkit [101417] by tony@chromium.org
  • 2 edits
    2 deletes in trunk/LayoutTests

Clean up fast/regions/no-split-line-box.html test
https://bugs.webkit.org/show_bug.cgi?id=73343

Patch by Alan Stearns <stearns@adobe.com> on 2011-11-29
Reviewed by Tony Chang.

  • fast/regions/no-split-line-box.html:
  • platform/efl/fast/regions/no-split-line-box-expected.png: Removed.
  • platform/mac/fast/regions/no-split-line-box-expected.png: Removed.
1:29 PM Changeset in webkit [101416] by andersca@apple.com
  • 2 edits in trunk/Source/WebCore

Use contentsToRootView when converting the mouse coordinates for the context menu key event
https://bugs.webkit.org/show_bug.cgi?id=73352

Reviewed by Adam Roben.

No new tests: Already covered by existing tests.

This is another step towards fixing https://bugs.webkit.org/show_bug.cgi?id=71945, by getting
rid of a call to ScrollView::contentsToWindow.

  • page/EventHandler.cpp:

(WebCore::EventHandler::sendContextMenuEventForKey):

1:29 PM Changeset in webkit [101415] by andersca@apple.com
  • 2 edits in trunk/Source/WebKit2

Decorate adoptWK with WARN_UNUSED_RETURN
https://bugs.webkit.org/show_bug.cgi?id=73331

Reviewed by Sam Weinig.

  • UIProcess/API/cpp/WKRetainPtr.h:

(WebKit::adoptWK):

1:29 PM Changeset in webkit [101414] by andersca@apple.com
  • 7 edits in trunk/Source

DragClient::dragSourceActionMaskForPoint should use root view coordinates
https://bugs.webkit.org/show_bug.cgi?id=72409

Reviewed by Sam Weinig.

Source/WebCore:

  • page/DragClient.h:

Rename parameter and remove obsolete comment.

  • page/DragController.cpp:

(WebCore::DragController::delegateDragSourceAction):

  • page/DragController.h:

Rename parameter.

  • page/EventHandler.cpp:

(WebCore::EventHandler::updateDragSourceActionsAllowed):
Use contentsToRootView instead of contentsToWindow.

Source/WebKit/mac:

  • WebCoreSupport/WebDragClient.mm:

(WebDragClient::dragSourceActionMaskForPoint):
Use -[WebView _convertPointFromRootView:] to convert the point to the web view coordinate system.

1:29 PM Changeset in webkit [101413] by andersca@apple.com
  • 7 edits in trunk/Source

EditorClient::showCorrectionPanel should pass the string bounding box in root view coordinates
https://bugs.webkit.org/show_bug.cgi?id=72408

Reviewed by Sam Weinig.

Source/WebCore:

Rename windowRectForRange to rootViewRectForRange and use contentsToRootView instead of contentsToWindow.

  • editing/SpellingCorrectionController.cpp:

(WebCore::SpellingCorrectionController::show):
(WebCore::SpellingCorrectionController::correctionPanelTimerFired):
(WebCore::SpellingCorrectionController::rootViewRectForRange):

  • editing/SpellingCorrectionController.h:

Source/WebKit/mac:

  • WebCoreSupport/CorrectionPanel.mm:

(CorrectionPanel::show):
Convert the bounding rect to web view coordinates.

  • WebView/WebView.mm:

(-[WebView _convertPointFromRootView:]):
(-[WebView _convertRectFromRootView:]):

  • WebView/WebViewInternal.h:

Add helper methods for converting from root view coordinates to web view coordinates.

1:22 PM Changeset in webkit [101412] by Carlos Garcia Campos
  • 2 edits in trunk/Source/WebKit2

Unreviewed. Fix GTK+ WebKit2 build after r101312.

  • Scripts/generate-forwarding-headers.pl: Add blackberry to the

list of platforms.

1:22 PM Changeset in webkit [101411] by ojan@chromium.org
  • 4 edits
    2 adds in trunk

invalid cast in WebCore::toRenderBox / WebCore::RenderBox::firstChildBox
https://bugs.webkit.org/show_bug.cgi?id=72668

Reviewed by David Hyatt.

Source/WebCore:

For new flexible boxes, we were setting childrenInline to true when
merging anonymous blocks, which we should never do. Do the same thing
we do for the deprecated flexboxes.

Test: css3/flexbox/anonymous-block-merge-crash.html

  • rendering/RenderBlock.cpp:

(WebCore::RenderBlock::removeChild):

  • rendering/RenderObject.h:

(WebCore::RenderObject::setChildrenInline):
The default value of true was never used. Better to keep it explicit.

LayoutTests:

  • css3/flexbox/anonymous-block-merge-crash-expected.txt: Added.
  • css3/flexbox/anonymous-block-merge-crash.html: Added.
1:12 PM Changeset in webkit [101410] by ojan@chromium.org
  • 3 edits in trunk/Tools

List of builders in the flakiness dashboard is out of date
https://bugs.webkit.org/show_bug.cgi?id=73347

Reviewed by Adam Barth.

The chromium gpu bots no longer run layout tests, so kill that
group entirely.

  • TestResultServer/static-dashboards/builders.js:
  • TestResultServer/static-dashboards/dashboard_base.js:
1:07 PM Changeset in webkit [101409] by zmo@google.com
  • 46 edits
    50 adds
    52 deletes in trunk/LayoutTests

Webkit gardening: rebaseline svg tests.

12:47 PM Changeset in webkit [101408] by vestbo@webkit.org
  • 5 edits in trunk

[Qt] Don't hard-code the list of WebKit2 generated sources

The generated sources are... wait for it... generated. So
use the generator itself to figure out which sources we need
to compile.

Reviewed by Simon Hausmann.

12:47 PM Changeset in webkit [101407] by zmo@google.com
  • 28 edits
    53 adds
    76 deletes in trunk/LayoutTests

Webkit gardening: rebaseline svg tests.

12:37 PM Changeset in webkit [101406] by rniwa@webkit.org
  • 3 edits
    2 adds in trunk

Crash in IsolateTracker::addFakeRunIfNecessary(), preceded by assertion failure (m_nestedIsolateCount >= 1)
in IsolateTracker::exitIsolate()
https://bugs.webkit.org/show_bug.cgi?id=69275

Reviewed by Eric Seidel.

Source/WebCore:

The crash was caused by our false assumption that at most one isolated container exists between the start
and the root when appending a new run. Fixed the crash by computing the actual number of isolated containers
between the start and the root.

Test: fast/text/nested-bidi-isolate-crash.html

  • rendering/InlineIterator.h:

(WebCore::numberOfIsolateAncestors):
(WebCore::IsolateTracker::IsolateTracker):
(WebCore::InlineBidiResolver::appendRun):

LayoutTests:

Add a regression test.

  • fast/text/nested-bidi-isolate-crash-expected.txt: Added.
  • fast/text/nested-bidi-isolate-crash.html: Added.
12:31 PM Changeset in webkit [101405] by zmo@google.com
  • 29 edits
    36 adds
    27 deletes in trunk/LayoutTests/platform

webkit gardening: rebaseline svg tests.

12:30 PM Changeset in webkit [101404] by Martin Robinson
  • 2 edits
    1 add in trunk/Tools

[GTK] Add a method to detect 'make dist' errors without running 'make dist'
https://bugs.webkit.org/show_bug.cgi?id=73216

Reviewed by Philippe Normand.

Add a script that tries to sniff out 'make dist' problems without running
'make dist.' 'make distcheck' takes a very long time to run and this should
reduce the amount of times it needs to be run consecutively.

  • gtk/common.py:

(get_build_path.is_valid_build_directory): Guess the source directory
by the existence of the GNUmakefile instead of the .libs directory. This
allows one to run the script after running autogen.sh but before fully
building.

  • gtk/find-make-dist-errors: Added.
12:11 PM Changeset in webkit [101403] by zmo@google.com
  • 93 edits
    115 adds
    123 deletes in trunk/LayoutTests/platform

Webkit gardening: rebaseline svg tests.

12:08 PM Changeset in webkit [101402] by zmo@google.com
  • 30 edits
    53 adds
    55 deletes in trunk/LayoutTests

Webkit gardening: rebaseline svn tests.

11:44 AM Changeset in webkit [101401] by oliver@apple.com
  • 14 edits in trunk/Source/WebCore

Revert that last change, apparently it destroys everything in the world.

11:31 AM Changeset in webkit [101400] by xji@chromium.org
  • 2 edits
    3 adds in trunk/LayoutTests

Rebase after r100819.

  • platform/chromium-cg-mac-leopard/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png: Added.
  • platform/chromium-mac/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png: Removed.
  • platform/chromium-mac/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt: Removed.
  • platform/chromium/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png: Added.
  • platform/chromium/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt: Added.
  • platform/chromium/test_expectations.txt:
11:07 AM Changeset in webkit [101399] by tony@chromium.org
  • 5 edits
    2 adds in trunk

flex-align:stretch + max-height needs to clamp to max-height and position appropriately
https://bugs.webkit.org/show_bug.cgi?id=70780

Reviewed by David Hyatt.

Source/WebCore:

Test: css3/flexbox/flex-align-max.html

  • rendering/RenderBox.cpp:

(WebCore::RenderBox::sizesToIntrinsicLogicalWidth): When laying out columns, if the flex item is stretching,
we don't need to shrink wrap.

  • rendering/RenderFlexibleBox.cpp:

(WebCore::RenderFlexibleBox::isColumnFlow): Switch to RenderStyle helper method.
(WebCore::RenderFlexibleBox::alignChildrenBlockDirection): For columns, we don't need to do anything.
For rows, handle max logical height by setting the height and recomputing (which will take max-height
into consideration).

  • rendering/style/RenderStyle.h:

(WebCore::InheritedFlags::isColumnFlexFlow): Helper method.

LayoutTests:

  • css3/flexbox/flex-align-max-expected.txt: Added.
  • css3/flexbox/flex-align-max.html: Added.
11:05 AM Changeset in webkit [101398] by tony@chromium.org
  • 2 edits in trunk/Source/WebCore

[chromium] Remove unused variable (gcc 4.6 complains about this)
https://bugs.webkit.org/show_bug.cgi?id=73335

../../third_party/WebKit/Source/WebCore/platform/graphics/chromium/cc/CCDamageTracker.cpp:296:19:
error: variable 'oldReplicaMaskRect' set but not used [-Werror=unused-but-set-variable]

  • platform/graphics/chromium/cc/CCDamageTracker.cpp:

(WebCore::CCDamageTracker::extendDamageForRenderSurface):

10:56 AM Changeset in webkit [101397] by Philippe Normand
  • 5 edits
    3 adds in trunk/LayoutTests

Unreviewed, other round of GTK rebaseline.

  • platform/gtk/accessibility/dimensions-include-descendants-expected.txt: Added.
  • platform/gtk/editing/execCommand/insertImage-expected.txt:
  • platform/gtk/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
  • platform/gtk/editing/selection/fake-drag-expected.txt: Added.
  • platform/gtk/fast/forms/onselect-textarea-expected.txt: Added.
  • platform/gtk/fast/table/multiple-captions-display-expected.txt:
  • platform/gtk/plugins/embed-attributes-style-expected.txt:
10:32 AM Changeset in webkit [101396] by oliver@apple.com
  • 14 edits in trunk/Source/WebCore

DOM wrapper cache doesn't need to use JSDOMWrapper
https://bugs.webkit.org/show_bug.cgi?id=73333

Reviewed by Sam Weinig.

Make JSDOMWrapperCache use JSObject rather than JSDOMWrapper
and propagate the type change out.

  • bindings/js/DOMWrapperWorld.h:
  • bindings/js/JSArrayBufferViewHelper.h:

(WebCore::toJSArrayBufferView):

  • bindings/js/JSCSSRuleCustom.cpp:

(WebCore::toJS):

  • bindings/js/JSCSSValueCustom.cpp:

(WebCore::toJS):

  • bindings/js/JSDOMBinding.h:

(WebCore::setInlineCachedWrapper):
(WebCore::clearInlineCachedWrapper):
(WebCore::getCachedWrapper):
(WebCore::cacheWrapper):
(WebCore::wrap):

  • bindings/js/JSDOMWindowCustom.cpp:

(WebCore::JSDOMWindow::history):
(WebCore::JSDOMWindow::location):

  • bindings/js/JSDocumentCustom.cpp:

(WebCore::JSDocument::location):
(WebCore::toJS):

  • bindings/js/JSEventCustom.cpp:

(WebCore::toJS):

  • bindings/js/JSHTMLCollectionCustom.cpp:

(WebCore::toJS):

  • bindings/js/JSImageDataCustom.cpp:

(WebCore::toJS):

  • bindings/js/JSSVGPathSegCustom.cpp:

(WebCore::toJS):

  • bindings/js/JSStyleSheetCustom.cpp:

(WebCore::toJS):

  • bindings/js/JSTrackCustom.cpp:

(WebCore::toJS):

10:26 AM Changeset in webkit [101395] by Philippe Normand
  • 17 edits
    10 adds in trunk/LayoutTests

Unreviewed, another GTK svg rebaseline after r101342.

  • platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
  • platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
  • platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
  • platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
  • platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
  • platform/gtk/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
  • platform/gtk/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
  • platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
  • platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
  • platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
  • platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
  • platform/gtk/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
  • platform/gtk/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
  • platform/gtk/svg/as-background-image/animated-svg-as-background-expected.txt: Added.
  • platform/gtk/svg/as-background-image/svg-as-background-1-expected.txt: Added.
  • platform/gtk/svg/as-background-image/svg-as-background-3-expected.txt: Added.
  • platform/gtk/svg/as-background-image/svg-as-background-4-expected.txt: Added.
  • platform/gtk/svg/as-background-image/svg-as-background-5-expected.txt: Added.
  • platform/gtk/svg/css/getComputedStyle-basic-expected.txt: Added.
  • platform/gtk/svg/custom/image-small-width-height-expected.txt: Added.
  • platform/gtk/svg/custom/pattern-rotate-expected.txt: Added.
  • platform/gtk/svg/text/bidi-embedded-direction-expected.txt:
  • platform/gtk/svg/text/bidi-reorder-value-lists-expected.txt:
  • platform/gtk/svg/text/bidi-text-anchor-direction-expected.txt:
  • platform/gtk/svg/text/selection-background-color-expected.txt: Added.
  • platform/gtk/svg/text/text-tselect-02-f-expected.txt:
9:53 AM Changeset in webkit [101394] by Philippe Normand
  • 2 edits in trunk/Source/WebCore

Unreviewed, GTK build fix after r101392.

  • GNUmakefile.am: USE_WEBAUDIO_FFTW was removed, don't use it anymore.
9:36 AM Changeset in webkit [101393] by sergio@webkit.org
  • 2 edits in trunk/Source/WebKit/gtk

[GTK] SIGSEV when a WebKitDownload fails
https://bugs.webkit.org/show_bug.cgi?id=72883

Reviewed by Xan Lopez.

After r100769 http status codes >= 400 trigger download
failures. We must ensure that the download is properly cancelled
before clearing the ResourceHandle client to avoid crashes.

  • webkit/webkitdownload.cpp:

(DownloadClient::didReceiveResponse):

9:34 AM Changeset in webkit [101392] by Philippe Normand
  • 2 edits in trunk

[GTK] hide WebAudio build option until support for FFTW is removed
https://bugs.webkit.org/show_bug.cgi?id=73295

Reviewed by Martin Robinson.

  • configure.ac: Disable WebAudio until the FFTW dependency is removed.
9:28 AM Changeset in webkit [101391] by Philippe Normand
  • 17 edits in trunk/LayoutTests

Unreviewed, GTK svg/W3C-I18N rebaseline.

  • platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
  • platform/gtk/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
9:21 AM Changeset in webkit [101390] by senorblanco@chromium.org
  • 2 edits in trunk/LayoutTests

[chromium] Unreviewed test_expectations update (added a bug ID).

  • platform/chromium/test_expectations.txt:
9:10 AM Changeset in webkit [101389] by Csaba Osztrogonác
  • 2 edits
    1 add in trunk/LayoutTests

[Qt] Unreviewed evening gardening.

9:02 AM Changeset in webkit [101388] by Philippe Normand
  • 16 edits in trunk/LayoutTests

Unreviewed, GTK fonts rebaseline after r101343.

  • platform/gtk/fonts/complex-text-shadows-expected.txt:
  • platform/gtk/fonts/cursive-expected.txt:
  • platform/gtk/fonts/custom-font-missing-glyphs-expected.txt:
  • platform/gtk/fonts/default-expected.txt:
  • platform/gtk/fonts/fantasy-expected.txt:
  • platform/gtk/fonts/font-face-with-complex-text-expected.txt:
  • platform/gtk/fonts/font-with-no-valid-encoding-expected.txt:
  • platform/gtk/fonts/fontconfig-aliasing-settings-expected.txt:
  • platform/gtk/fonts/fontconfig-synthetic-bold-expected.txt:
  • platform/gtk/fonts/fontconfig-synthetic-oblique-expected.txt:
  • platform/gtk/fonts/monospace-expected.txt:
  • platform/gtk/fonts/sans-serif-expected.txt:
  • platform/gtk/fonts/serif-expected.txt:
  • platform/gtk/fonts/xsettings_antialias_settings-expected.txt:
  • platform/gtk/fonts/zero-pixel-sized-fonts-expected.txt:
8:58 AM Changeset in webkit [101387] by Philippe Normand
  • 16 edits in trunk/LayoutTests

Unreviewed, GTK rebaseline of animations and fast after
r101343. Also skip some failing fast/ ClientRect tests.

  • platform/gtk/Skipped:
  • platform/gtk/animations/additive-transform-animations-expected.txt:
  • platform/gtk/animations/missing-values-first-keyframe-expected.txt:
  • platform/gtk/animations/missing-values-last-keyframe-expected.txt:
  • platform/gtk/animations/state-at-end-event-expected.txt:
  • platform/gtk/fast/block/float/015-expected.txt:
  • platform/gtk/fast/block/float/overhanging-tall-block-expected.txt:
  • platform/gtk/fast/borders/rtl-border-05-expected.txt:
  • platform/gtk/fast/css/word-space-extra-expected.txt:
  • platform/gtk/fast/dom/34176-expected.txt:
  • platform/gtk/fast/dom/inner-text-expected.txt:
  • platform/gtk/fast/encoding/utf-16-big-endian-expected.txt:
  • platform/gtk/fast/encoding/utf-16-little-endian-expected.txt:
  • platform/gtk/fast/hidpi/broken-image-icon-hidpi-expected.txt:
  • platform/gtk/fast/table/multiple-captions-display-expected.txt:
8:34 AM Changeset in webkit [101386] by Philippe Normand
  • 16 edits in trunk/LayoutTests

Unreviewed, GTK media rebaseline after r101343.

  • platform/gtk/media/audio-controls-rendering-expected.txt:
  • platform/gtk/media/audio-repaint-expected.txt:
  • platform/gtk/media/controls-strict-expected.txt:
  • platform/gtk/media/controls-styling-expected.txt:
  • platform/gtk/media/controls-without-preload-expected.txt:
  • platform/gtk/media/media-controls-clone-expected.txt:
  • platform/gtk/media/media-document-audio-repaint-expected.txt:
  • platform/gtk/media/video-controls-rendering-expected.txt:
  • platform/gtk/media/video-empty-source-expected.txt:
  • platform/gtk/media/video-frame-accurate-seek-expected.txt:
  • platform/gtk/media/video-layer-crash-expected.txt:
  • platform/gtk/media/video-no-audio-expected.txt:
  • platform/gtk/media/video-transformed-expected.txt:
  • platform/gtk/media/video-zoom-controls-expected.txt:
  • platform/gtk/media/video-zoom-expected.txt:
8:24 AM Changeset in webkit [101385] by vsevik@chromium.org
  • 3 edits in trunk/Source/WebCore

Web Inspector: TextPrompt should show suggest above or under so that it has maximal height.
https://bugs.webkit.org/show_bug.cgi?id=73239

Reviewed by Pavel Feldman.

Fixed suggest box vertical position / height calculation.
Added round corners when suggest box is positioned under text prompt.

  • inspector/front-end/TextPrompt.js:

(WebInspector.TextPrompt.SuggestBox.prototype._updateBoxPosition):

  • inspector/front-end/inspector.css:

(.suggest-box.generic-suggest.under-anchor):

8:18 AM Changeset in webkit [101384] by vestbo@webkit.org
  • 2 edits in trunk/Tools

[Qt] Remove use of internal headers in the MiniBrowser

Reviewed by Simon Hausmann.

8:12 AM Changeset in webkit [101383] by Carlos Garcia Campos
  • 4 edits in trunk/Source

Unreviewed. Fix the GTK+ port build after r101307.

Source/WebCore:

  • GNUmakefile.list.am: Add missing files to compilation.

Source/WebKit2:

  • GNUmakefile.am: Add missing files to compilation.
8:10 AM Changeset in webkit [101382] by Simon Hausmann
  • 2 edits in trunk/Tools

[Qt] Fix debug-shlib build without webkit2

Reviewed by Tor Arne Vestbø.

  • qmake/mkspecs/features/qtwebkit.prf: Respect no_webkit2.
8:01 AM Changeset in webkit [101381] by pfeldman@chromium.org
  • 17 edits in trunk

Web Inspector: split Preferences into Preferences and Capabilities.
https://bugs.webkit.org/show_bug.cgi?id=73321

Source/WebCore:

Part of the Preferences defined in Settings.js are in fact backend capabilities.
Split them into two separate objects for further capabilities refactoring.

Reviewed by Yury Semikhatsky.

  • inspector/front-end/DebuggerModel.js:
  • inspector/front-end/ElementsPanel.js:

(WebInspector.ElementsPanel):
(WebInspector.ElementsPanel.prototype.wasShown):
(WebInspector.ElementsPanel.prototype._populateContextMenu):

  • inspector/front-end/NetworkItemView.js:

(WebInspector.NetworkItemView):

  • inspector/front-end/NetworkPanel.js:

(WebInspector.NetworkLogView.prototype._createTable):
(WebInspector.NetworkLogView.prototype.switchToDetailedView):
(WebInspector.NetworkLogView.prototype.switchToBriefView):
(WebInspector.NetworkLogView.prototype._contextMenu):
(WebInspector.NetworkDataGridNode.prototype.createCells):
(WebInspector.NetworkDataGridNode.prototype.refreshResource):

  • inspector/front-end/ProfileDataGridTree.js:

(WebInspector.ProfileDataGridNode.prototype.get data.formatMilliseconds):

  • inspector/front-end/ProfileView.js:
  • inspector/front-end/ProfilesPanel.js:

(WebInspector.ProfilesPanel.prototype._enableDetailedHeapProfiles):

  • inspector/front-end/Resource.js:

(WebInspector.Resource.prototype.populateImageSource):

  • inspector/front-end/ScriptsPanel.js:

(WebInspector.ScriptsPanel.prototype.wasShown):
(WebInspector.ScriptsPanel.prototype._clearInterface):

  • inspector/front-end/Settings.js:
  • inspector/front-end/SettingsScreen.js:

(WebInspector.SettingsScreen):

  • inspector/front-end/StylesSidebarPane.js:
  • inspector/front-end/inspector.js:

Source/WebKit/chromium:

Reviewed by Yury Semikhatsky.

  • src/js/DevTools.js:
7:56 AM Changeset in webkit [101380] by kenneth@webkit.org
  • 6 edits in trunk/Source/WebKit2

[Qt] Add the infrastructure for enabling suspend/resume.

Reviewed by Simon Hausmann.

Also, remove the painting optimization as it is broken in some
situations, as there is an assumption in that comparison that
the guards cannot be nested, which goes against the design and
its use.

  • UIProcess/API/qt/qquickwebview.cpp:

(QQuickWebViewPrivate::initializeDesktop):
(QQuickWebViewPrivate::initializeTouch):
(QQuickWebViewPrivate::_q_suspend):
(QQuickWebViewPrivate::_q_resume):

  • UIProcess/API/qt/qquickwebview_p.h:
  • UIProcess/API/qt/qquickwebview_p_p.h:
  • UIProcess/qt/QtViewportInteractionEngine.cpp:

(WebKit::ViewportUpdateGuard::ViewportUpdateGuard):
(WebKit::ViewportUpdateGuard::~ViewportUpdateGuard):
(WebKit::QtViewportInteractionEngine::QtViewportInteractionEngine):
(WebKit::QtViewportInteractionEngine::scaleAnimationStateChanged):
(WebKit::QtViewportInteractionEngine::scrollStateChanged):
(WebKit::QtViewportInteractionEngine::event):
(WebKit::QtViewportInteractionEngine::pagePositionRequest):
(WebKit::QtViewportInteractionEngine::ensureContentWithinViewportBoundary):
(WebKit::QtViewportInteractionEngine::reset):
(WebKit::QtViewportInteractionEngine::applyConstraints):
(WebKit::QtViewportInteractionEngine::panGestureRequestUpdate):
(WebKit::QtViewportInteractionEngine::panGestureEnded):
(WebKit::QtViewportInteractionEngine::pinchGestureActive):
(WebKit::QtViewportInteractionEngine::pinchGestureStarted):
(WebKit::QtViewportInteractionEngine::pinchGestureRequestUpdate):
(WebKit::QtViewportInteractionEngine::pinchGestureEnded):
(WebKit::QtViewportInteractionEngine::itemSizeChanged):

  • UIProcess/qt/QtViewportInteractionEngine.h:
7:49 AM Changeset in webkit [101379] by Martin Robinson
  • 3 edits in trunk/Source/WebKit/gtk

[GTK] Custom fonts on surlybikes.com and boingboing.net do not load
https://bugs.webkit.org/show_bug.cgi?id=69115

Reviewed by Gustavo Noronha Silva.

Instead of pretending to be Safari/Linux, pretend to be a Linux Chrome.
This fixes pages that assume that if a browser is Safari, but not OS X, it is
the iOS version of Safari.

  • tests/testwebsettings.c:

(test_webkit_web_settings_user_agent): Update the test to reflect that the
user agent does not change.

  • webkit/webkitwebsettings.cpp:

(chromeUserAgent): Renamed this from webkitUserAgent to more accurately
describe what it is.
(webkit_web_settings_class_init): Just use an empty string when initializing
the user agent to reduce code duplication.
(webkit_web_settings_set_property): Updated to reflect new method name.
(userAgentForURL): We don't need to special case Google Calendar any longer.

7:49 AM Changeset in webkit [101378] by senorblanco@chromium.org
  • 2 edits
    8 adds in trunk/LayoutTests

[chromium] Unreviewed; new baselines for new test added in r101325.

  • platform/chromium-cg-mac-snowleopard/platform/chromium/compositing/accelerated-drawing: Added.
  • platform/chromium-cg-mac-snowleopard/platform/chromium/compositing/accelerated-drawing/svg-filters-expected.png: Added.
  • platform/chromium-mac-snowleopard/platform/chromium/compositing/accelerated-drawing: Added.
  • platform/chromium-mac-snowleopard/platform/chromium/compositing/accelerated-drawing/svg-filters-expected.png: Added.
  • platform/chromium-win/platform/chromium/compositing/accelerated-drawing: Added.
  • platform/chromium-win/platform/chromium/compositing/accelerated-drawing/svg-filters-expected.png: Added.
  • platform/chromium/platform/chromium/compositing/accelerated-drawing: Added.
  • platform/chromium/platform/chromium/compositing/accelerated-drawing/svg-filters-expected.txt: Added.
  • platform/chromium/test_expectations.txt:
7:40 AM Changeset in webkit [101377] by Martin Robinson
  • 12 edits in trunk/LayoutTests

Finish up some miscellaneous GTK+ rebaselines after font metrics changes.

  • platform/gtk/transforms/2d/compound-transforms-vs-containers-expected.txt:
  • platform/gtk/transforms/2d/hindi-rotated-expected.txt:
  • platform/gtk/transforms/2d/transform-borderbox-expected.txt:
  • platform/gtk/transforms/2d/transform-fixed-container-expected.txt:
  • platform/gtk/transforms/2d/transform-origin-borderbox-expected.txt:
  • platform/gtk/transforms/2d/zoom-menulist-expected.txt:
  • platform/gtk/transforms/no_transform_hit_testing-expected.txt:
  • platform/gtk/transforms/svg-vs-css-expected.txt:
  • platform/gtk/transitions/default-timing-function-expected.txt:
  • platform/gtk/transitions/move-after-transition-expected.txt:
  • platform/gtk/transitions/svg-text-shadow-transition-expected.txt:
7:37 AM Changeset in webkit [101376] by Simon Hausmann
  • 7 edits in trunk/Source/WebCore

[Qt] Make WebCore compile with Qt 5 and V8
https://bugs.webkit.org/show_bug.cgi?id=73313

Reviewed by Tor Arne Vestbø.

  • DerivedSources.pri: Add missing V8 specific IDL files to the build.
  • Target.pri: Ditto.
  • bindings/v8/ScriptController.h: V8 NPAPI bindings don't really support

building with ENABLE_NETSCAPE_PLUGIN_API=0. These functions are always
defined, so they also need to be declared.

  • platform/qt/PlatformSupportQt.cpp:

(WebCore::PlatformSupport::pluginScriptableObject): Don't return a
scriptable object when compiling without npapi.

  • storage/StorageAreaImpl.cpp: Add missing Document.h include that is

included implicitly with the Chromium build but not with Qt.

  • xml/XSLTProcessorQt.cpp: Ditto.
7:33 AM Changeset in webkit [101375] by Martin Robinson
  • 526 edits in trunk/LayoutTests

Finish rebaselining table GTK+ results after metrics changes.

  • platform/gtk/tables: Finish rebaselining tables.
7:23 AM Changeset in webkit [101374] by Martin Robinson
  • 401 edits in trunk/LayoutTests

Begin rebaselining GTK+ results in the table directory after font
metrics changes.

  • platform/gtk/tables: Rebaseline tests in this directory.
7:16 AM Changeset in webkit [101373] by pfeldman@chromium.org
  • 5 edits in trunk/Source/WebCore

2011-11-29 Pavel Feldman <pfeldman@google.com>

Not reviewed: fixing clang build.

  • inspector/InspectorBaseAgent.h: (WebCore::InspectorBaseAgentInterface::getAgentCapabilities):
  • inspector/InspectorDebuggerAgent.cpp: (WebCore::InspectorDebuggerAgent::getAgentCapabilities):
  • inspector/InspectorDebuggerAgent.h:
7:13 AM Changeset in webkit [101372] by Philippe Normand
  • 14 edits in trunk/LayoutTests

Unreviewed, GTK dom/xhtml/level3 rebaseline after r101343.

7:11 AM Changeset in webkit [101371] by Martin Robinson
  • 236 edits in trunk/LayoutTests

Finish GTK+ SVG rebaselines.

  • platform/gtk/svg: Rebaseline more tests.
7:05 AM Changeset in webkit [101370] by Philippe Normand
  • 547 edits
    22 copies
    34 adds in trunk/LayoutTests

Unreviewed, GTK editing/ rebaseline after r101343.

6:54 AM Changeset in webkit [101369] by Martin Robinson
  • 301 edits in trunk/LayoutTests

Continue updating WebKitGTK+ SVG baselines.

  • platform/gtk/svg: Continue updating results in this directory.
6:46 AM Changeset in webkit [101368] by Philippe Normand
  • 2126 edits
    3 copies
    37 adds in trunk/LayoutTests

Unreviewed, GTK fast/ rebaseline after r101343.

6:43 AM Changeset in webkit [101367] by pfeldman@chromium.org
  • 31 edits
    2 adds in trunk/Source/WebCore

Web Inspector: introduce generic capabilities concept, migrate debugger domain to generic capabilities.
https://bugs.webkit.org/show_bug.cgi?id=73311

This step is necessary for getting rid of the 'capability' aspect in the Preferences. As a result,
single front-end will be applicable to multiple backend configurations.

Reviewed by Yury Semikhatsky.

  • CMakeLists.txt:
  • GNUmakefile.list.am:
  • Target.pri:
  • WebCore.gypi:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • inspector/Inspector.json:
  • inspector/InspectorAgent.cpp:

(WebCore::InspectorAgent::InspectorAgent):

  • inspector/InspectorApplicationCacheAgent.cpp:

(WebCore::InspectorApplicationCacheAgent::InspectorApplicationCacheAgent):

  • inspector/InspectorBaseAgent.cpp:

(WebCore::InspectorBaseAgentInterface::InspectorBaseAgentInterface):
(WebCore::InspectorBaseAgentInterface::~InspectorBaseAgentInterface):

  • inspector/InspectorBaseAgent.h:

(WebCore::InspectorBaseAgentInterface::getCapabilities):
(WebCore::InspectorBaseAgentInterface::name):
(WebCore::InspectorBaseAgent::InspectorBaseAgent):

  • inspector/InspectorCSSAgent.cpp:

(WebCore::InspectorCSSAgent::InspectorCSSAgent):

  • inspector/InspectorConsoleAgent.cpp:

(WebCore::InspectorConsoleAgent::InspectorConsoleAgent):

  • inspector/InspectorController.cpp:

(WebCore::InspectorController::InspectorController):

  • inspector/InspectorController.h:
  • inspector/InspectorDOMAgent.cpp:

(WebCore::InspectorDOMAgent::InspectorDOMAgent):

  • inspector/InspectorDOMDebuggerAgent.cpp:

(WebCore::InspectorDOMDebuggerAgent::InspectorDOMDebuggerAgent):

  • inspector/InspectorDOMStorageAgent.cpp:

(WebCore::InspectorDOMStorageAgent::InspectorDOMStorageAgent):

  • inspector/InspectorDatabaseAgent.cpp:

(WebCore::InspectorDatabaseAgent::InspectorDatabaseAgent):

  • inspector/InspectorDebuggerAgent.cpp:

(WebCore::InspectorDebuggerAgent::InspectorDebuggerAgent):
(WebCore::InspectorDebuggerAgent::getCapabilities):

  • inspector/InspectorDebuggerAgent.h:
  • inspector/InspectorFileSystemAgent.cpp:

(WebCore::InspectorFileSystemAgent::InspectorFileSystemAgent):

  • inspector/InspectorMetaAgent.cpp: Added.

(WebCore::InspectorMetaAgent::~InspectorMetaAgent):
(WebCore::InspectorMetaAgent::getCapabilities):
(WebCore::InspectorMetaAgent::InspectorMetaAgent):

  • inspector/InspectorMetaAgent.h: Added.

(WebCore::InspectorMetaAgent::create):

  • inspector/InspectorPageAgent.cpp:

(WebCore::InspectorPageAgent::InspectorPageAgent):

  • inspector/InspectorProfilerAgent.cpp:

(WebCore::InspectorProfilerAgent::InspectorProfilerAgent):

  • inspector/InspectorResourceAgent.cpp:

(WebCore::InspectorResourceAgent::InspectorResourceAgent):

  • inspector/InspectorRuntimeAgent.cpp:

(WebCore::InspectorRuntimeAgent::InspectorRuntimeAgent):

  • inspector/InspectorTimelineAgent.cpp:

(WebCore::InspectorTimelineAgent::InspectorTimelineAgent):

  • inspector/InspectorValues.h:

(WebCore::InspectorArray::begin):
(WebCore::InspectorArray::end):

  • inspector/InspectorWorkerAgent.cpp:

(WebCore::InspectorWorkerAgent::InspectorWorkerAgent):

  • inspector/front-end/DebuggerModel.js:

(WebInspector.DebuggerModel.prototype.enableDebugger):

6:39 AM Changeset in webkit [101366] by Simon Hausmann
  • 12 edits in trunk/Source

[Qt] Make WebKit/qt build with V8 and Qt 5
https://bugs.webkit.org/show_bug.cgi?id=73315

Reviewed by Kenneth Rohde Christiansen.

Source/WebCore:

For the Qt 5 / V8 build we use QJSEngine/QJSValue instead of
QScriptEngine/QScriptValue.

  • bindings/v8/ScriptController.cpp:
  • bindings/v8/ScriptController.h:
  • bindings/v8/ScriptControllerQt.cpp:

(WebCore::ScriptController::qtScriptEngine):

Source/WebKit/qt:

  • Api/qwebelement.cpp:

(QtWebElementRuntime::initialize): #ifdef JSC code
properly. There's no V8 equivalent just yet.

  • Api/qwebelement.h: Get rid of old V8 cruft.
  • Api/qwebframe.cpp:

(QWebFrame::addToJavaScriptWindowObject): QScriptEngine -> QJSEngine.
(QWebFrame::evaluateJavaScript): Ditto.

  • WebCoreSupport/DumpRenderTreeSupportQt.cpp:

(QtDRTNodeRuntime::initialize): #ifdef JSC code.

  • WebCoreSupport/FrameLoaderClientQt.cpp:

(WebCore::FrameLoaderClientQt::didCreateScriptContext): Adapt to FrameLoaderClient
V8 API changes that happened long time ago.
(WebCore::FrameLoaderClientQt::willReleaseScriptContext): Ditto.

  • WebCoreSupport/FrameLoaderClientQt.h: Ditto.
  • WebCoreSupport/InspectorClientQt.cpp: Add missing include for V8 build.
6:36 AM Changeset in webkit [101365] by Simon Hausmann
  • 2 edits in trunk/Source/WebCore

[Qt][V8] Add missing ExceptionCode.h include for SVG bindings
https://bugs.webkit.org/show_bug.cgi?id=73314

Reviewed by Kenneth Rohde Christiansen.

  • bindings/scripts/CodeGeneratorV8.pm:

(GenerateNormalAttrSetter): Similarly to other places where we use DOM
exceptions, make sure we include ExceptionCode.h here. It appears to be
an implicit inclusion in the Chromium build, but it should be explicit
like in the rest of the bindings.
(GenerateFunctionCallback): Ditto.

5:39 AM Changeset in webkit [101364] by caseq@chromium.org
  • 4 edits in trunk/Source/WebCore

Web Inspector: remove usage of innerHTML from inspector front-end
https://bugs.webkit.org/show_bug.cgi?id=73305

Reviewed by Yury Semikhatsky.

  • inspector/front-end/FontView.js:

(WebInspector.FontView.prototype._createContentIfNeeded):

  • inspector/front-end/ShortcutsScreen.js:

(WebInspector.ShortcutsSection.prototype.addKey):
(WebInspector.ShortcutsSection.prototype.addRelatedKeys):
(WebInspector.ShortcutsSection.prototype.addAlternateKeys):
(WebInspector.ShortcutsSection.prototype._addLine):
(WebInspector.ShortcutsSection.prototype.renderSection):
(WebInspector.ShortcutsSection.prototype._renderSequence):
(WebInspector.ShortcutsSection.prototype._renderKey):
(WebInspector.ShortcutsSection.prototype.get _height):
(WebInspector.ShortcutsSection.prototype._createSpan):
(WebInspector.ShortcutsSection.prototype._joinNodes):

  • inspector/front-end/WelcomeView.js:

(WebInspector.WelcomeView.prototype.addMessage):

5:30 AM Changeset in webkit [101363] by Nikolas Zimmermann
  • 18 edits in trunk/LayoutTests

2011-11-29 Nikolas Zimmermann <nzimmermann@rim.com>

Not reviewed. Update mac/Lion rebaseline after r101342.

  • platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
  • platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
  • platform/mac/svg/text/text-intro-05-t-expected.txt:
5:16 AM Changeset in webkit [101362] by hayato@chromium.org
  • 79 edits
    136 copies
    49 moves
    73 adds in trunk/LayoutTests

Rebaseline chromium results for svg/W3C-I18n/* after r101342.
Unreviewed.

Rebaseline for other svg tests will follow.

  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Copied from LayoutTests/platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
  • platform/chromium-cg-mac-leopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
  • platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt.
  • platform/chromium-linux-x86/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
  • platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt.
  • platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
  • platform/chromium-mac-leopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Copied from LayoutTests/platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
  • platform/chromium-mac-leopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png.
  • platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png.
  • platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt.
  • platform/chromium-win-vista/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
  • platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
  • platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Copied from LayoutTests/platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt.
  • platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt.
  • platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
  • platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
  • platform/win-wk2/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Renamed from LayoutTests/platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png.
  • platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Renamed from LayoutTests/platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png.
  • platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Renamed from LayoutTests/platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png.
  • platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Renamed from LayoutTests/platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png.
  • platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Renamed from LayoutTests/platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png.
  • platform/win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Renamed from LayoutTests/platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png.
  • platform/win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Renamed from LayoutTests/platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png.
  • platform/win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Renamed from LayoutTests/platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png.
  • platform/win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Renamed from LayoutTests/platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png.
  • platform/win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Renamed from LayoutTests/platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png.
5:10 AM Changeset in webkit [101361] by kbalazs@webkit.org
  • 2 edits in trunk/LayoutTests

[WK2] fast/frames/iframe-plugin-load-remove-document-crash.html crashes
https://bugs.webkit.org/show_bug.cgi?id=63321

Unreviewed gardening.

Unskip the test on Win-WK2 after fixed in r101232.

  • platform/win-wk2/Skipped:
5:00 AM Changeset in webkit [101360] by Nikolas Zimmermann
  • 15 edits in trunk

2011-11-29 Zoltan Herczeg <zherczeg@webkit.org>

[Qt] Couple of tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode
https://bugs.webkit.org/show_bug.cgi?id=52810

Reviewed by Nikolas Zimmermann.

Update baseline after switching getCTM() to use double-precision internally.

  • platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
  • platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
  • platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
  • platform/mac/svg/custom/non-scaling-stroke-markers-expected.txt:
  • platform/mac/svg/custom/object-sizing-explicit-width-height-expected.txt:
  • platform/mac/svg/custom/use-detach-expected.txt:
  • platform/mac/svg/hixie/links/001-expected.txt:
  • platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
  • platform/mac/svg/text/small-fonts-2-expected.txt:
  • platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:

2011-11-29 Zoltan Herczeg <zherczeg@webkit.org>

[Qt] Couple of tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode
https://bugs.webkit.org/show_bug.cgi?id=52810

Reviewed by Nikolas Zimmermann.

This avoids precision loss in getCTM, which is used whenever mapping repaint rects to a parent coordinate system

  • it affects several DRT results on Mac, all of them are progressions.
  • svg/SVGPreserveAspectRatio.cpp: (WebCore::SVGPreserveAspectRatio::getCTM): Use double-precision internally.
4:46 AM Changeset in webkit [101359] by podivilov@chromium.org
  • 7 edits in trunk

Web Inspector: support concatenated source maps.
https://bugs.webkit.org/show_bug.cgi?id=73138

Reviewed by Yury Semikhatsky.

Source/WebCore:

  • inspector/front-end/CompilerSourceMapping.js:

(WebInspector.ClosureCompilerSourceMapping):
(WebInspector.ClosureCompilerSourceMapping.prototype.loadSourceCode):
(WebInspector.ClosureCompilerSourceMapping.prototype._parseMappingPayload):
(WebInspector.ClosureCompilerSourceMapping.prototype._parseSections):
(WebInspector.ClosureCompilerSourceMapping.prototype._parseMap):
(WebInspector.ClosureCompilerSourceMapping.prototype._canonicalizeURL):

  • inspector/front-end/inspector.js:

(WebInspector.installSourceMappingForTest):

LayoutTests:

  • http/tests/inspector/compiler-source-mapping-expected.txt:
  • http/tests/inspector/compiler-source-mapping.html:
  • http/tests/inspector/resources/source-map.json:
4:40 AM Changeset in webkit [101358] by Nikolas Zimmermann
  • 49 edits
    4 adds in trunk/LayoutTests

2011-11-29 Nikolas Zimmermann <nzimmermann@rim.com>

Not reviewed. Rebaseline Win SVG results after r101342.

  • platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
  • platform/win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
  • platform/win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
  • platform/win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
  • platform/win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
  • platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
  • platform/win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
  • platform/win/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
  • platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
  • platform/win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
  • platform/win/svg/as-image: Added.
  • platform/win/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Added.
  • platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
  • platform/win/svg/carto.net/scrollbar-expected.txt:
  • platform/win/svg/css/composite-shadow-example-expected.txt:
  • platform/win/svg/css/composite-shadow-with-opacity-expected.txt:
  • platform/win/svg/css/stars-with-shadow-expected.txt:
  • platform/win/svg/custom/circular-marker-reference-2-expected.txt:
  • platform/win/svg/custom/linking-uri-01-b-expected.txt:
  • platform/win/svg/custom/massive-coordinates-expected.txt:
  • platform/win/svg/custom/non-circular-marker-reference-expected.txt:
  • platform/win/svg/custom/relative-sized-inner-svg-expected.txt:
  • platform/win/svg/custom/relative-sized-use-on-symbol-expected.txt:
  • platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
  • platform/win/svg/custom/stroked-pattern-expected.txt:
  • platform/win/svg/custom/text-rotated-gradient-expected.txt:
  • platform/win/svg/custom/use-css-events-expected.txt:
  • platform/win/svg/custom/use-detach-expected.txt:
  • platform/win/svg/text/bidi-text-anchor-direction-expected.txt:
  • platform/win/svg/text/font-size-below-point-five-expected.txt:
  • platform/win/svg/text/small-fonts-2-expected.txt:
  • platform/win/svg/text/text-align-06-b-expected.txt:
  • platform/win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
  • platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
  • platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
  • platform/win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
  • platform/win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
  • platform/win/transforms/svg-vs-css-expected.txt: Added.
4:39 AM Changeset in webkit [101357] by Martin Robinson
  • 200 edits in trunk/LayoutTests

Not reviewed. Update SVG pixel results which showed small <1% diffs since a while, on both of my 32/64bit machines.

Patch by Nikolas Zimmermann <nzimmermann@rim.com> on 2011-11-29

  • platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
  • platform/mac/svg/as-border-image/svg-as-border-image-expected.png:
  • platform/mac/svg/batik/filters/feTile-expected.png:
  • platform/mac/svg/batik/text/smallFonts-expected.png:
  • platform/mac/svg/batik/text/textFeatures-expected.png:
  • platform/mac/svg/custom/external-paintserver-reference-expected.png:
  • platform/mac/svg/custom/linking-base-external-reference-expected.png:
  • platform/mac/svg/custom/mask-colorspace-expected.png:
  • platform/mac/svg/custom/mask-with-all-units-expected.png:
  • platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png:
  • platform/mac/svg/custom/text-rotated-gradient-expected.png:
  • platform/mac/svg/filters/filter-clip-expected.png:
  • platform/mac/svg/filters/filterRes-expected.png:
  • platform/mac/svg/text/selection-background-color-expected.png:
  • svg/css/getComputedStyle-basic-expected.txt: The grid-columns parsing patch did not update this file, I've fixed that.
4:22 AM Changeset in webkit [101356] by Nikolas Zimmermann
  • 17 edits in trunk/LayoutTests

2011-11-29 Nikolas Zimmermann <nzimmermann@rim.com>

Not reviewed. Update SVG pixel results which showed small <1% diffs since a while, on both of my 32/64bit machines.

  • platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
  • platform/mac/svg/as-border-image/svg-as-border-image-expected.png:
  • platform/mac/svg/batik/filters/feTile-expected.png:
  • platform/mac/svg/batik/text/smallFonts-expected.png:
  • platform/mac/svg/batik/text/textFeatures-expected.png:
  • platform/mac/svg/custom/external-paintserver-reference-expected.png:
  • platform/mac/svg/custom/linking-base-external-reference-expected.png:
  • platform/mac/svg/custom/mask-colorspace-expected.png:
  • platform/mac/svg/custom/mask-with-all-units-expected.png:
  • platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png:
  • platform/mac/svg/custom/text-rotated-gradient-expected.png:
  • platform/mac/svg/filters/filter-clip-expected.png:
  • platform/mac/svg/filters/filterRes-expected.png:
  • platform/mac/svg/text/selection-background-color-expected.png:
  • svg/css/getComputedStyle-basic-expected.txt: The grid-columns parsing patch did not update this file, I've fixed that.
4:01 AM Changeset in webkit [101355] by Martin Robinson
  • 34 edits in trunk/LayoutTests

Rebaseline GTK+ results after the recent changes to text metrics.

  • platform/gtk/fullscreen: Rebaseline in this directory.
  • platform/gtk/http/tests: Ditto.
  • platform/gtk/mathml: Ditto.
  • platform/gtk/plugins: Ditto.
  • platform/gtk/scrollbars: Ditto.
3:51 AM Changeset in webkit [101354] by Philippe Normand
  • 772 edits in trunk/LayoutTests

Unreviewed, GTK css3 rebaseline after r101343.

  • platform/gtk/css3/bdi-element-expected.txt:
  • platform/gtk/css3/css3-modsel-33-expected.txt:
  • platform/gtk/css3/css3-modsel-35-expected.txt:
  • platform/gtk/css3/css3-modsel-36-expected.txt:
  • platform/gtk/css3/css3-modsel-37-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-1-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-10-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-11-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-13-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-14-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-144-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-148-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-149-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-149b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-14b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-14c-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-14d-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-14e-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-15-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-150-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-151-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-152-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-154-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-155-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-155a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-155b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-155c-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-155d-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-156-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-156b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-156c-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-157-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-158-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-159-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-15b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-16-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-160-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-166-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-166a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-167-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-167a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-168-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-168a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-169-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-169a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-17-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-170-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-170a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-170b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-170c-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-170d-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-175a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-175b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-175c-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-176-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-177a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-177b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-178-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-179-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-179a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-18-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-180a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-181-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-183-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-184a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-184b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-184c-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-184d-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-184e-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-184f-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-18a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-18b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-18c-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-19-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-19b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-2-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-20-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-21-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-21b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-21c-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-22-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-23-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-24-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-25-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-27-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-27a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-27b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-28-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-28b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-29-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-29b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-30-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-31-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-32-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-33-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-34-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-35-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-36-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-37-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-38-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-39-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-39a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-39b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-39c-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-3a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-4-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-41-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-41a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-42-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-42a-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-43-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-43b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-44-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-44b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-44c-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-44d-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-45-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-45b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-45c-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-46-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-46b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-5-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-54-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-55-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-56-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-59-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-6-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-60-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-61-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-62-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-63-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-64-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-65-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-66-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-66b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-67-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-68-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-69-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-7-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-70-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-72-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-72b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-73-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-73b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-74-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-74b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-75-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-75b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-76-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-76b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-77-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-77b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-78-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-78b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-79-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-7b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-8-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-80-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-81-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-81b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-82-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-82b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-83-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-86-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-87-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-87b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-88-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-88b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-89-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-9-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-90-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-90b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-d1-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-d1b-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-d2-expected.txt:
  • platform/gtk/css3/selectors3/html/css3-modsel-d4-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-1-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-42-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
  • platform/gtk/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-1-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-10-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-100-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-100b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-101-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-101b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-102-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-102b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-103-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-103b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-104-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-104b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-105-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-105b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-106-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-106b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-107-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-107b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-108-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-108b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-109-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-109b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-11-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-110-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-110b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-111-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-111b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-112-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-112b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-113-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-113b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-114-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-114b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-115-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-115b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-116-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-116b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-117-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-117b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-118-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-119-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-120-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-121-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-122-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-123-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-123b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-124-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-124b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-125-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-125b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-126-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-126b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-127-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-127b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-128-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-128b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-129-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-129b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-13-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-130-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-130b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-131-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-131b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-132-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-132b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-133-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-133b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-134-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-134b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-135-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-135b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-136-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-136b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-137-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-137b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-138-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-138b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-139-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-139b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-14-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-140-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-140b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-141-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-141b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-142-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-142b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-143-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-143b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-144-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-145a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-145b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-146a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-146b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-147a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-147b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-148-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-149-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-149b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-14b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-14c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-14d-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-14e-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-15-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-150-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-151-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-152-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-153-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-154-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-155-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-155a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-155b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-155c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-155d-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-156-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-156b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-156c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-157-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-158-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-159-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-15b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-15c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-16-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-160-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-166-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-166a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-167-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-167a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-168-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-168a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-169-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-169a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-17-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-170-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-170a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-170b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-170c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-170d-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-171-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-172a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-172b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-173a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-173b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-174a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-174b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-175a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-175b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-175c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-176-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-177a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-177b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-178-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-179-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-179a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-18-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-180a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-181-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-182-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-183-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-184a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-184b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-184c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-184d-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-184e-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-184f-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-18a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-18b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-18c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-19-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-19b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-2-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-20-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-21-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-21b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-21c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-22-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-23-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-24-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-25-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-27-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-27a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-27b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-28-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-28b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-29-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-29b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-3-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-30-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-31-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-32-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-33-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-34-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-35-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-36-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-37-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-38-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-39-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-39a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-39b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-39c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-3a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-4-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-41-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-41a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-42-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-42a-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-43-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-43b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-44-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-44b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-44c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-44d-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-45-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-45b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-45c-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-46-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-46b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-47-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-48-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-49-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-5-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-50-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-51-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-52-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-53-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-54-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-55-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-56-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-57-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-57b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-59-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-6-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-60-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-61-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-62-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-63-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-64-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-65-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-66-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-66b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-67-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-68-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-69-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-7-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-70-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-72-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-72b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-73-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-73b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-75-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-75b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-76-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-76b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-77-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-77b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-78-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-78b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-79-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-7b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-8-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-80-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-81-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-81b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-82-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-82b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-83-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-86-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-87-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-87b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-88-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-88b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-89-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-9-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-90-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-90b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-91-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-92-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-93-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-94-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-94b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-95-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-96-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-96b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-97-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-97b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-98-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-98b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-99-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-99b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-d1-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-d2-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-d3-expected.txt:
  • platform/gtk/css3/selectors3/xml/css3-modsel-d4-expected.txt:
  • platform/gtk/css3/unicode-bidi-isolate-aharon-expected.txt:
  • platform/gtk/css3/unicode-bidi-isolate-basic-expected.txt:
3:37 AM Changeset in webkit [101353] by Csaba Osztrogonác
  • 2 edits in trunk/LayoutTests

SVG <path> DRT dumps have rounding problems across platforms
https://bugs.webkit.org/show_bug.cgi?id=47467

  • platform/qt/Skipped: Skip new failing tests after r101342.
3:24 AM Changeset in webkit [101352] by Philippe Normand
  • 726 edits in trunk/LayoutTests

Unreviewed, GTK css2.1 rebaseline after r101343.

  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-001-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-002-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-003-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-004-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-005-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-007-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-008-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-009-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-010-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-011-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-012-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-014-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-016-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-017-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-018-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-019-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-021-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-022-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-023-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-024-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-025-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-026-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-028-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-029-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-030-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-031-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-032-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-033-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-035-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-height-036-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-001-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-006-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-008-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-013-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-015-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-020-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-022-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-027-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-029-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-034-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-036-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-041-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-043-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-048-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-050-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-055-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-057-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-062-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-064-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-069-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-071-expected.txt:
  • platform/gtk/css2.1/20110323/absolute-replaced-width-076-expected.txt:
  • platform/gtk/css2.1/20110323/background-intrinsic-001-expected.txt:
  • platform/gtk/css2.1/20110323/background-intrinsic-002-expected.txt:
  • platform/gtk/css2.1/20110323/background-intrinsic-003-expected.txt:
  • platform/gtk/css2.1/20110323/background-intrinsic-004-expected.txt:
  • platform/gtk/css2.1/20110323/background-intrinsic-005-expected.txt:
  • platform/gtk/css2.1/20110323/background-intrinsic-006-expected.txt:
  • platform/gtk/css2.1/20110323/background-intrinsic-007-expected.txt:
  • platform/gtk/css2.1/20110323/background-intrinsic-008-expected.txt:
  • platform/gtk/css2.1/20110323/background-intrinsic-009-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-001-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-002-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-003-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-004-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-005-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-006-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-007-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-008-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-009-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-010-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-011-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-012-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-013-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-014-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-015-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-height-016-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-width-001-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-width-002-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-width-003-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-width-004-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-width-005-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-width-006-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-width-007-expected.txt:
  • platform/gtk/css2.1/20110323/block-non-replaced-width-008-expected.txt:
  • platform/gtk/css2.1/20110323/block-replaced-height-001-expected.txt:
  • platform/gtk/css2.1/20110323/block-replaced-height-002-expected.txt:
  • platform/gtk/css2.1/20110323/block-replaced-height-003-expected.txt:
  • platform/gtk/css2.1/20110323/block-replaced-height-004-expected.txt:
  • platform/gtk/css2.1/20110323/block-replaced-height-005-expected.txt:
  • platform/gtk/css2.1/20110323/block-replaced-height-007-expected.txt:
  • platform/gtk/css2.1/20110323/block-replaced-width-001-expected.txt:
  • platform/gtk/css2.1/20110323/block-replaced-width-006-expected.txt:
  • platform/gtk/css2.1/20110323/border-conflict-style-079-expected.txt:
  • platform/gtk/css2.1/20110323/border-conflict-style-088-expected.txt:
  • platform/gtk/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
  • platform/gtk/css2.1/20110323/dynamic-top-change-001-expected.txt:
  • platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt:
  • platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt:
  • platform/gtk/css2.1/20110323/dynamic-top-change-004-expected.txt:
  • platform/gtk/css2.1/20110323/empty-inline-001-expected.txt:
  • platform/gtk/css2.1/20110323/empty-inline-002-expected.txt:
  • platform/gtk/css2.1/20110323/empty-inline-003-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-height-001-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-001-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-002-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-003-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-004-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-005-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-006-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-007-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-008-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-009-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-010-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-011-expected.txt:
  • platform/gtk/css2.1/20110323/float-non-replaced-width-012-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-height-001-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-height-002-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-height-003-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-height-004-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-height-005-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-height-007-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-width-001-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-width-002-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-width-003-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-width-004-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-width-005-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-width-006-expected.txt:
  • platform/gtk/css2.1/20110323/float-replaced-width-011-expected.txt:
  • platform/gtk/css2.1/20110323/floating-replaced-height-008-expected.txt:
  • platform/gtk/css2.1/20110323/height-width-inline-table-001-expected.txt:
  • platform/gtk/css2.1/20110323/height-width-table-001-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
  • platform/gtk/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
  • platform/gtk/css2.1/20110323/inline-non-replaced-height-002-expected.txt:
  • platform/gtk/css2.1/20110323/inline-non-replaced-height-003-expected.txt:
  • platform/gtk/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
  • platform/gtk/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-height-001-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-height-002-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-height-003-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-height-004-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-height-005-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-height-007-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-height-008-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-width-001-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-width-006-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-width-011-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-width-012-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-width-013-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-width-014-expected.txt:
  • platform/gtk/css2.1/20110323/inline-replaced-width-015-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-001-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-002-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-003-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-004-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-005-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-006-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-007-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-008-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-009-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-010-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-012-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-013-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-014-expected.txt:
  • platform/gtk/css2.1/20110323/margin-applies-to-015-expected.txt:
  • platform/gtk/css2.1/20110323/replaced-elements-001-expected.txt:
  • platform/gtk/css2.1/20110323/replaced-intrinsic-001-expected.txt:
  • platform/gtk/css2.1/20110323/replaced-intrinsic-002-expected.txt:
  • platform/gtk/css2.1/20110323/replaced-intrinsic-003-expected.txt:
  • platform/gtk/css2.1/20110323/replaced-intrinsic-004-expected.txt:
  • platform/gtk/css2.1/20110323/replaced-intrinsic-005-expected.txt:
  • platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
  • platform/gtk/css2.1/20110323/replaced-min-max-001-expected.txt:
  • platform/gtk/css2.1/20110323/table-caption-001-expected.txt:
  • platform/gtk/css2.1/20110323/table-caption-002-expected.txt:
  • platform/gtk/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
  • platform/gtk/css2.1/20110323/table-caption-margins-001-expected.txt:
  • platform/gtk/css2.1/20110323/table-caption-optional-001-expected.txt:
  • platform/gtk/css2.1/20110323/table-caption-optional-002-expected.txt:
  • platform/gtk/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
  • platform/gtk/css2.1/20110323/width-replaced-element-001-expected.txt:
  • platform/gtk/css2.1/t010403-shand-border-00-c-expected.txt:
  • platform/gtk/css2.1/t010403-shand-font-00-b-expected.txt:
  • platform/gtk/css2.1/t010403-shand-font-01-b-expected.txt:
  • platform/gtk/css2.1/t010403-shand-font-02-b-expected.txt:
  • platform/gtk/css2.1/t010403-shand-font-03-b-expected.txt:
  • platform/gtk/css2.1/t040102-keywords-00-b-expected.txt:
  • platform/gtk/css2.1/t040102-keywords-01-b-expected.txt:
  • platform/gtk/css2.1/t040103-case-00-b-expected.txt:
  • platform/gtk/css2.1/t040103-case-01-c-expected.txt:
  • platform/gtk/css2.1/t040103-escapes-00-b-expected.txt:
  • platform/gtk/css2.1/t040103-escapes-01-b-expected.txt:
  • platform/gtk/css2.1/t040103-escapes-02-d-expected.txt:
  • platform/gtk/css2.1/t040103-escapes-03-b-expected.txt:
  • platform/gtk/css2.1/t040103-escapes-04-b-expected.txt:
  • platform/gtk/css2.1/t040103-escapes-05-c-expected.txt:
  • platform/gtk/css2.1/t040103-escapes-06-b-expected.txt:
  • platform/gtk/css2.1/t040103-escapes-07-b-expected.txt:
  • platform/gtk/css2.1/t040103-escapes-08-b-expected.txt:
  • platform/gtk/css2.1/t040103-ident-00-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-01-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-02-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-03-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-04-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-05-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-06-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-07-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-08-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-09-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-10-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-11-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-12-c-expected.txt:
  • platform/gtk/css2.1/t040103-ident-13-c-expected.txt:
  • platform/gtk/css2.1/t040105-atkeyw-00-b-expected.txt:
  • platform/gtk/css2.1/t040105-atkeyw-01-b-expected.txt:
  • platform/gtk/css2.1/t040105-atkeyw-02-b-expected.txt:
  • platform/gtk/css2.1/t040105-atrule-00-b-expected.txt:
  • platform/gtk/css2.1/t040105-atrule-01-b-expected.txt:
  • platform/gtk/css2.1/t040105-atrule-02-b-expected.txt:
  • platform/gtk/css2.1/t040105-atrule-03-b-expected.txt:
  • platform/gtk/css2.1/t040105-atrule-04-b-expected.txt:
  • platform/gtk/css2.1/t040105-import-00-b-expected.txt:
  • platform/gtk/css2.1/t040105-import-01-b-expected.txt:
  • platform/gtk/css2.1/t040105-import-10-b-expected.txt:
  • platform/gtk/css2.1/t040109-c17-comments-00-b-expected.txt:
  • platform/gtk/css2.1/t040109-c17-comments-01-b-expected.txt:
  • platform/gtk/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
  • platform/gtk/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
  • platform/gtk/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
  • platform/gtk/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
  • platform/gtk/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
  • platform/gtk/css2.1/t0402-syntax-01-f-expected.txt:
  • platform/gtk/css2.1/t0402-syntax-02-f-expected.txt:
  • platform/gtk/css2.1/t0402-syntax-03-f-expected.txt:
  • platform/gtk/css2.1/t0402-syntax-04-f-expected.txt:
  • platform/gtk/css2.1/t0402-syntax-05-f-expected.txt:
  • platform/gtk/css2.1/t0402-syntax-06-f-expected.txt:
  • platform/gtk/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
  • platform/gtk/css2.1/t040302-c61-phys-len-00-b-expected.txt:
  • platform/gtk/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t040304-c64-uri-00-a-g-expected.txt:
  • platform/gtk/css2.1/t040306-c63-color-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t040306-syntax-01-f-expected.txt:
  • platform/gtk/css2.1/t040307-syntax-01-b-expected.txt:
  • platform/gtk/css2.1/t050201-c12-grouping-00-b-expected.txt:
  • platform/gtk/css2.1/t0505-c16-descendant-00-e-expected.txt:
  • platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.txt:
  • platform/gtk/css2.1/t0505-c16-descendant-02-e-expected.txt:
  • platform/gtk/css2.1/t050803-c14-classes-00-e-expected.txt:
  • platform/gtk/css2.1/t0509-c15-ids-00-a-expected.txt:
  • platform/gtk/css2.1/t0509-c15-ids-01-e-expected.txt:
  • platform/gtk/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
  • platform/gtk/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
  • platform/gtk/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
  • platform/gtk/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
  • platform/gtk/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
  • platform/gtk/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
  • platform/gtk/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
  • platform/gtk/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
  • platform/gtk/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
  • platform/gtk/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
  • platform/gtk/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
  • platform/gtk/css2.1/t051103-dom-hover-01-c-io-expected.txt:
  • platform/gtk/css2.1/t051103-dom-hover-02-c-io-expected.txt:
  • platform/gtk/css2.1/t051201-c23-first-line-00-b-expected.txt:
  • platform/gtk/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
  • platform/gtk/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
  • platform/gtk/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
  • platform/gtk/css2.1/t0602-c13-inheritance-00-e-expected.txt:
  • platform/gtk/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
  • platform/gtk/css2.1/t0603-c11-import-00-b-expected.txt:
  • platform/gtk/css2.1/t060401-c32-cascading-00-b-expected.txt:
  • platform/gtk/css2.1/t060402-c31-important-00-b-expected.txt:
  • platform/gtk/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
  • platform/gtk/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
  • platform/gtk/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
  • platform/gtk/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
  • platform/gtk/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
  • platform/gtk/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
  • platform/gtk/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
  • platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
  • platform/gtk/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
  • platform/gtk/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
  • platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
  • platform/gtk/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
  • platform/gtk/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
  • platform/gtk/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
  • platform/gtk/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
  • platform/gtk/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
  • platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
  • platform/gtk/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
  • platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
  • platform/gtk/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
  • platform/gtk/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
  • platform/gtk/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
  • platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
  • platform/gtk/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
  • platform/gtk/css2.1/t0804-c5510-padn-02-f-expected.txt:
  • platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
  • platform/gtk/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
  • platform/gtk/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
  • platform/gtk/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
  • platform/gtk/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
  • platform/gtk/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
  • platform/gtk/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
  • platform/gtk/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
  • platform/gtk/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
  • platform/gtk/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
  • platform/gtk/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
  • platform/gtk/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
  • platform/gtk/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
  • platform/gtk/css2.1/t0805-c5522-brdr-00-b-expected.txt:
  • platform/gtk/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
  • platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt:
  • platform/gtk/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
  • platform/gtk/css2.1/t09-c5526c-display-00-e-expected.txt:
  • platform/gtk/css2.1/t090204-display-change-01-b-ao-expected.txt:
  • platform/gtk/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
  • platform/gtk/css2.1/t0905-c414-flt-00-d-expected.txt:
  • platform/gtk/css2.1/t0905-c414-flt-01-d-g-expected.txt:
  • platform/gtk/css2.1/t0905-c414-flt-02-c-expected.txt:
  • platform/gtk/css2.1/t0905-c414-flt-03-c-expected.txt:
  • platform/gtk/css2.1/t0905-c414-flt-04-c-expected.txt:
  • platform/gtk/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
  • platform/gtk/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
  • platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
  • platform/gtk/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
  • platform/gtk/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
  • platform/gtk/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
  • platform/gtk/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
  • platform/gtk/css2.1/t090501-c414-flt-00-d-expected.txt:
  • platform/gtk/css2.1/t090501-c414-flt-01-b-expected.txt:
  • platform/gtk/css2.1/t090501-c414-flt-02-d-g-expected.txt:
  • platform/gtk/css2.1/t090501-c414-flt-03-b-g-expected.txt:
  • platform/gtk/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
  • platform/gtk/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
  • platform/gtk/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
  • platform/gtk/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
  • platform/gtk/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
  • platform/gtk/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
  • platform/gtk/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
  • platform/gtk/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
  • platform/gtk/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
  • platform/gtk/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
  • platform/gtk/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
  • platform/gtk/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
  • platform/gtk/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
  • platform/gtk/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
  • platform/gtk/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
  • platform/gtk/css2.1/t1002-c5523-width-00-b-g-expected.txt:
  • platform/gtk/css2.1/t1002-c5523-width-01-b-g-expected.txt:
  • platform/gtk/css2.1/t1002-c5523-width-02-b-g-expected.txt:
  • platform/gtk/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
  • platform/gtk/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
  • platform/gtk/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
  • platform/gtk/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
  • platform/gtk/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt:
  • platform/gtk/css2.1/t1004-c5524-width-00-b-g-expected.txt:
  • platform/gtk/css2.1/t1005-c5524-width-00-b-g-expected.txt:
  • platform/gtk/css2.1/t1005-c5524-width-01-b-g-expected.txt:
  • platform/gtk/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
  • platform/gtk/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
  • platform/gtk/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
  • platform/gtk/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
  • platform/gtk/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
  • platform/gtk/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
  • platform/gtk/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
  • platform/gtk/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
  • platform/gtk/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
  • platform/gtk/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
  • platform/gtk/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
  • platform/gtk/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
  • platform/gtk/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt:
  • platform/gtk/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
  • platform/gtk/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
  • platform/gtk/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
  • platform/gtk/css2.1/t1202-counter-00-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-01-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-02-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-03-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-04-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-05-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-06-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-07-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-08-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-09-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-11-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-12-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-13-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-14-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-15-b-expected.txt:
  • platform/gtk/css2.1/t1202-counter-16-f-expected.txt:
  • platform/gtk/css2.1/t1202-counters-00-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-01-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-02-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-03-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-04-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-05-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-06-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-07-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-08-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-09-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-11-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-12-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-13-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-14-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-15-b-expected.txt:
  • platform/gtk/css2.1/t1202-counters-16-c-expected.txt:
  • platform/gtk/css2.1/t1202-counters-17-d-expected.txt:
  • platform/gtk/css2.1/t1202-counters-18-f-expected.txt:
  • platform/gtk/css2.1/t1204-implied-00-b-expected.txt:
  • platform/gtk/css2.1/t1204-implied-01-c-expected.txt:
  • platform/gtk/css2.1/t1204-implied-02-d-expected.txt:
  • platform/gtk/css2.1/t1204-multiple-00-c-expected.txt:
  • platform/gtk/css2.1/t1204-multiple-01-c-expected.txt:
  • platform/gtk/css2.1/t1204-order-00-c-expected.txt:
  • platform/gtk/css2.1/t1204-order-01-d-expected.txt:
  • platform/gtk/css2.1/t1204-root-e-expected.txt:
  • platform/gtk/css2.1/t120401-scope-00-b-expected.txt:
  • platform/gtk/css2.1/t120401-scope-01-c-expected.txt:
  • platform/gtk/css2.1/t120401-scope-02-c-expected.txt:
  • platform/gtk/css2.1/t120401-scope-03-c-expected.txt:
  • platform/gtk/css2.1/t120401-scope-04-d-expected.txt:
  • platform/gtk/css2.1/t120403-content-none-00-c-expected.txt:
  • platform/gtk/css2.1/t120403-display-none-00-c-expected.txt:
  • platform/gtk/css2.1/t120403-visibility-00-c-expected.txt:
  • platform/gtk/css2.1/t1205-c561-list-displ-00-b-expected.txt:
  • platform/gtk/css2.1/t1205-c563-list-type-00-b-expected.txt:
  • platform/gtk/css2.1/t1205-c563-list-type-01-b-expected.txt:
  • platform/gtk/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
  • platform/gtk/css2.1/t1205-c565-list-pos-00-b-expected.txt:
  • platform/gtk/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
  • platform/gtk/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
  • platform/gtk/css2.1/t1401-c531-color-00-a-expected.txt:
  • platform/gtk/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
  • platform/gtk/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
  • platform/gtk/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
  • platform/gtk/css2.1/t140201-c533-bgimage-00-a-expected.txt:
  • platform/gtk/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
  • platform/gtk/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
  • platform/gtk/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt:
  • platform/gtk/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt:
  • platform/gtk/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt:
  • platform/gtk/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt:
  • platform/gtk/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt:
  • platform/gtk/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt:
  • platform/gtk/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
  • platform/gtk/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
  • platform/gtk/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
  • platform/gtk/css2.1/t1503-c522-font-family-00-b-expected.txt:
  • platform/gtk/css2.1/t1504-c523-font-style-00-b-expected.txt:
  • platform/gtk/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt:
  • platform/gtk/css2.1/t1505-c524-font-var-00-b-expected.txt:
  • platform/gtk/css2.1/t1506-c525-font-wt-00-b-expected.txt:
  • platform/gtk/css2.1/t1507-c526-font-sz-00-b-expected.txt:
  • platform/gtk/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
  • platform/gtk/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
  • platform/gtk/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
  • platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt:
  • platform/gtk/css2.1/t1508-c527-font-01-b-expected.txt:
  • platform/gtk/css2.1/t1508-c527-font-02-b-expected.txt:
  • platform/gtk/css2.1/t1508-c527-font-03-b-expected.txt:
  • platform/gtk/css2.1/t1508-c527-font-04-b-expected.txt:
  • platform/gtk/css2.1/t1508-c527-font-05-b-expected.txt:
  • platform/gtk/css2.1/t1508-c527-font-06-b-expected.txt:
  • platform/gtk/css2.1/t1508-c527-font-07-b-expected.txt:
  • platform/gtk/css2.1/t1508-c527-font-08-b-expected.txt:
  • platform/gtk/css2.1/t1508-c527-font-09-b-expected.txt:
  • platform/gtk/css2.1/t1508-c527-font-10-c-expected.txt:
  • platform/gtk/css2.1/t1601-c547-indent-00-b-a-expected.txt:
  • platform/gtk/css2.1/t1601-c547-indent-01-d-expected.txt:
  • platform/gtk/css2.1/t1602-c43-center-00-d-ag-expected.txt:
  • platform/gtk/css2.1/t1602-c546-txt-align-00-b-expected.txt:
  • platform/gtk/css2.1/t1604-c541-word-sp-00-b-a-expected.txt:
  • platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.txt:
  • platform/gtk/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
  • platform/gtk/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt:
  • platform/gtk/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
  • platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
3:13 AM Changeset in webkit [101351] by Philippe Normand
  • 106 edits in trunk/LayoutTests

Unreviewed, GTK css1 rebaseline after r101343.

  • platform/gtk/css1/basic/class_as_selector-expected.txt:
  • platform/gtk/css1/basic/comments-expected.txt:
  • platform/gtk/css1/basic/containment-expected.txt:
  • platform/gtk/css1/basic/contextual_selectors-expected.txt:
  • platform/gtk/css1/basic/grouping-expected.txt:
  • platform/gtk/css1/basic/id_as_selector-expected.txt:
  • platform/gtk/css1/basic/inheritance-expected.txt:
  • platform/gtk/css1/box_properties/border-expected.txt:
  • platform/gtk/css1/box_properties/border_bottom-expected.txt:
  • platform/gtk/css1/box_properties/border_bottom_inline-expected.txt:
  • platform/gtk/css1/box_properties/border_bottom_width-expected.txt:
  • platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt:
  • platform/gtk/css1/box_properties/border_color-expected.txt:
  • platform/gtk/css1/box_properties/border_color_inline-expected.txt:
  • platform/gtk/css1/box_properties/border_inline-expected.txt:
  • platform/gtk/css1/box_properties/border_left-expected.txt:
  • platform/gtk/css1/box_properties/border_left_inline-expected.txt:
  • platform/gtk/css1/box_properties/border_left_width-expected.txt:
  • platform/gtk/css1/box_properties/border_left_width_inline-expected.txt:
  • platform/gtk/css1/box_properties/border_right-expected.txt:
  • platform/gtk/css1/box_properties/border_right_inline-expected.txt:
  • platform/gtk/css1/box_properties/border_right_width-expected.txt:
  • platform/gtk/css1/box_properties/border_right_width_inline-expected.txt:
  • platform/gtk/css1/box_properties/border_style-expected.txt:
  • platform/gtk/css1/box_properties/border_style_inline-expected.txt:
  • platform/gtk/css1/box_properties/border_top-expected.txt:
  • platform/gtk/css1/box_properties/border_top_inline-expected.txt:
  • platform/gtk/css1/box_properties/border_top_width-expected.txt:
  • platform/gtk/css1/box_properties/border_top_width_inline-expected.txt:
  • platform/gtk/css1/box_properties/border_width-expected.txt:
  • platform/gtk/css1/box_properties/border_width_inline-expected.txt:
  • platform/gtk/css1/box_properties/clear-expected.txt:
  • platform/gtk/css1/box_properties/clear_float-expected.txt:
  • platform/gtk/css1/box_properties/float-expected.txt:
  • platform/gtk/css1/box_properties/float_elements_in_series-expected.txt:
  • platform/gtk/css1/box_properties/float_margin-expected.txt:
  • platform/gtk/css1/box_properties/float_on_text_elements-expected.txt:
  • platform/gtk/css1/box_properties/height-expected.txt:
  • platform/gtk/css1/box_properties/margin-expected.txt:
  • platform/gtk/css1/box_properties/margin_bottom-expected.txt:
  • platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt:
  • platform/gtk/css1/box_properties/margin_inline-expected.txt:
  • platform/gtk/css1/box_properties/margin_left-expected.txt:
  • platform/gtk/css1/box_properties/margin_left_inline-expected.txt:
  • platform/gtk/css1/box_properties/margin_right-expected.txt:
  • platform/gtk/css1/box_properties/margin_right_inline-expected.txt:
  • platform/gtk/css1/box_properties/margin_top-expected.txt:
  • platform/gtk/css1/box_properties/margin_top_inline-expected.txt:
  • platform/gtk/css1/box_properties/padding-expected.txt:
  • platform/gtk/css1/box_properties/padding_bottom-expected.txt:
  • platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt:
  • platform/gtk/css1/box_properties/padding_inline-expected.txt:
  • platform/gtk/css1/box_properties/padding_left-expected.txt:
  • platform/gtk/css1/box_properties/padding_left_inline-expected.txt:
  • platform/gtk/css1/box_properties/padding_right-expected.txt:
  • platform/gtk/css1/box_properties/padding_right_inline-expected.txt:
  • platform/gtk/css1/box_properties/padding_top-expected.txt:
  • platform/gtk/css1/box_properties/padding_top_inline-expected.txt:
  • platform/gtk/css1/box_properties/width-expected.txt:
  • platform/gtk/css1/cascade/cascade_order-expected.txt:
  • platform/gtk/css1/cascade/important-expected.txt:
  • platform/gtk/css1/classification/display-expected.txt:
  • platform/gtk/css1/classification/list_style-expected.txt:
  • platform/gtk/css1/classification/list_style_image-expected.txt:
  • platform/gtk/css1/classification/list_style_position-expected.txt:
  • platform/gtk/css1/classification/list_style_type-expected.txt:
  • platform/gtk/css1/classification/white_space-expected.txt:
  • platform/gtk/css1/color_and_background/background-expected.txt:
  • platform/gtk/css1/color_and_background/background_attachment-expected.txt:
  • platform/gtk/css1/color_and_background/background_color-expected.txt:
  • platform/gtk/css1/color_and_background/background_image-expected.txt:
  • platform/gtk/css1/color_and_background/background_position-expected.txt:
  • platform/gtk/css1/color_and_background/background_repeat-expected.txt:
  • platform/gtk/css1/color_and_background/color-expected.txt:
  • platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt:
  • platform/gtk/css1/font_properties/font-expected.txt:
  • platform/gtk/css1/font_properties/font_family-expected.txt:
  • platform/gtk/css1/font_properties/font_size-expected.txt:
  • platform/gtk/css1/font_properties/font_style-expected.txt:
  • platform/gtk/css1/font_properties/font_variant-expected.txt:
  • platform/gtk/css1/font_properties/font_weight-expected.txt:
  • platform/gtk/css1/formatting_model/canvas-expected.txt:
  • platform/gtk/css1/formatting_model/floating_elements-expected.txt:
  • platform/gtk/css1/formatting_model/height_of_lines-expected.txt:
  • platform/gtk/css1/formatting_model/horizontal_formatting-expected.txt:
  • platform/gtk/css1/formatting_model/inline_elements-expected.txt:
  • platform/gtk/css1/formatting_model/replaced_elements-expected.txt:
  • platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
  • platform/gtk/css1/pseudo/anchor-expected.txt:
  • platform/gtk/css1/pseudo/firstletter-expected.txt:
  • platform/gtk/css1/pseudo/firstline-expected.txt:
  • platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt:
  • platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
  • platform/gtk/css1/text_properties/letter_spacing-expected.txt:
  • platform/gtk/css1/text_properties/line_height-expected.txt:
  • platform/gtk/css1/text_properties/text_align-expected.txt:
  • platform/gtk/css1/text_properties/text_decoration-expected.txt:
  • platform/gtk/css1/text_properties/text_indent-expected.txt:
  • platform/gtk/css1/text_properties/text_transform-expected.txt:
  • platform/gtk/css1/text_properties/vertical_align-expected.txt:
  • platform/gtk/css1/text_properties/word_spacing-expected.txt:
  • platform/gtk/css1/units/color_units-expected.txt:
  • platform/gtk/css1/units/length_units-expected.txt:
  • platform/gtk/css1/units/percentage_units-expected.txt:
  • platform/gtk/css1/units/urls-expected.txt:
3:10 AM Changeset in webkit [101350] by Carlos Garcia Campos
  • 6 edits
    3 adds in trunk/Source/WebKit2

[GTK] Add WebKitURIResponse to WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=72946

Reviewed by Martin Robinson.

  • GNUmakefile.am: Add new files to compilation.
  • UIProcess/API/gtk/WebKitURIResponse.cpp: Added.

(webkitURIResponseFinalize):
(webkitURIResponseGetProperty):
(webkitURIResponseSetProperty):
(webkit_uri_response_class_init):
(webkit_uri_response_init):
(webkit_uri_response_get_uri): Return the URI of the response.
(webkit_uri_response_get_status_code): Return the status code of
the response, or SOUP_STATUS_NONE.
(webkit_uri_response_get_content_length): Return the expected
content length of the response.
(webkitURIResponseCreateForSoupMessage): Private function to
create a response object from a SoupMessage.
(webkitURIResponseGetSoupMessage): Return the soup message
associated to the response.
(webkitURIResponseSetContentLength): Set the expected content
length of the response. This is useful for non http responses.

  • UIProcess/API/gtk/WebKitURIResponse.h: Added.
  • UIProcess/API/gtk/WebKitURIResponsePrivate.h: Added.
  • UIProcess/API/gtk/docs/webkit2gtk-docs.sgml: Add new section.
  • UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Add new symbols.
  • UIProcess/API/gtk/docs/webkit2gtk.types: Add

webkit_uri_response_get_type().

  • UIProcess/API/gtk/webkit2.h: Add WebKitURIResponse.h.
3:04 AM Changeset in webkit [101349] by mario@webkit.org
  • 13 edits in trunk/Source

[Gtk] Regression: text-inserted events lack text inserted and current line
https://bugs.webkit.org/show_bug.cgi?id=72830

Reviewed by Chris Fleizach.

Source/WebCore:

Replace the emission of the old (and now deprecated) AtkObject's
'text-changed:insert' and 'text-changed:remove' signals with the
new 'text-insert' and 'text-remove' ones, which are better and
less fragile since they emit the modified text too, along with the
typical 'offset' and 'count' values associated to the change.

Also, change the signature of the nodeTextChangeNotification() and
nodeTextChangePlatformNotification() to allow specifying the text
being modified from the place we better know about it, that is,
the text editing commands.

  • accessibility/gtk/AXObjectCacheAtk.cpp:

(WebCore::emitTextChanged): Emit 'text-insert' and 'text-remove',
instead of the old and now deprecated 'text-changed' signal.
(WebCore::AXObjectCache::nodeTextChangePlatformNotification):
Update this function to receive a String with the text being
modified, instead of just the number of characters.

  • accessibility/AXObjectCache.cpp:

(WebCore::AXObjectCache::nodeTextChangeNotification): Update this
function to receive a String with the text being modified.

  • accessibility/AXObjectCache.h:

(WebCore::AXObjectCache::nodeTextChangeNotification): Ditto.
(WebCore::AXObjectCache::nodeTextChangePlatformNotification): Ditto.

Adapt the text editing commants to pass the whole text string
being modified, instead of just its number of characters.

  • editing/AppendNodeCommand.cpp:

(WebCore::sendAXTextChangedIgnoringLineBreaks): Adapt to the new
signature of nodeTextChangeNotification(), so pass the whole text.

  • editing/DeleteFromTextNodeCommand.cpp:

(WebCore::DeleteFromTextNodeCommand::doApply): Ditto.
(WebCore::DeleteFromTextNodeCommand::doUnapply): Ditto.

  • editing/InsertIntoTextNodeCommand.cpp:

(WebCore::InsertIntoTextNodeCommand::doApply): Ditto.
(WebCore::InsertIntoTextNodeCommand::doUnapply): Ditto.

  • editing/InsertNodeBeforeCommand.cpp:

(WebCore::InsertNodeBeforeCommand::doApply): Ditto.
(WebCore::InsertNodeBeforeCommand::doUnapply): Ditto.

Update mac, win and chromium's specific parts of AXObjectCache to
match the new signature for nodeTextChangePlatformNotification(),
which won't affect their behaviour as they were not implementing
that method anyway.

  • accessibility/chromium/AXObjectCacheChromium.cpp:

(WebCore::AXObjectCache::nodeTextChangePlatformNotification):

  • accessibility/mac/AXObjectCacheMac.mm:

(WebCore::AXObjectCache::nodeTextChangePlatformNotification):

  • accessibility/win/AXObjectCacheWin.cpp:

(WebCore::AXObjectCache::nodeTextChangePlatformNotification):

Source/WebKit/gtk:

Updated unit test to handle the new 'text-insert' and
'text-remove' signals, instead of the 'text-changed' one.

  • tests/testatk.c:

(textChangedCb): Update a global variable with the result of the
text change, so we can check its value later.
(testWebkitAtkTextChangedNotifications): Connect to the
'text-insert' and 'text-remove' signals and check, in a way more
carefully way than it was done before, that the signals are being
properly emitted, and that the information attached to them is the
right one for each case (insert/remove, offset, count and text).

3:00 AM Changeset in webkit [101348] by mario@webkit.org
  • 3 edits
    2 adds in trunk

[Gtk] Regression: Push buttons no longer expose their displayed text/name
https://bugs.webkit.org/show_bug.cgi?id=72804

Reviewed by Chris Fleizach.

Source/WebCore:

Use AccessibilityObject::title() as the last fallback in
webkit_accessible_get_name() right before relying on the
stringValue() method, if no better alternative was found.

Test: platform/gtk/accessibility/button-accessible-name.html

  • accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:

(webkit_accessible_get_name): Use title() as the last fallback
method before using stringValue().

LayoutTests:

Add new GTK-specific layout test and expections.

  • platform/gtk/accessibility/button-accessible-name-expected.txt: Added.
  • platform/gtk/accessibility/button-accessible-name.html: Added.
2:47 AM Changeset in webkit [101347] by commit-queue@webkit.org
  • 7 edits
    2 deletes in trunk

[Texmap][EFL] Accelerated compositing support using TextureMapper on EFL port
https://bugs.webkit.org/show_bug.cgi?id=73111

.:

Add feature define for TextureMapper and OpenGL package.

Patch by Hyowon Kim <hw1008.kim@samsung.com> on 2011-11-29
Reviewed by Noam Rosenthal.

  • Source/cmake/OptionsEfl.cmake:

Source/WebCore:

This patch adds Texture Mapper related files to PlatformEfl.cmake
and removes Qt-specific types in TextureMapperNode.cpp.

Patch by Hyowon Kim <hw1008.kim@samsung.com> on 2011-11-29
Reviewed by Noam Rosenthal.

  • PlatformEfl.cmake:
  • platform/graphics/GraphicsLayer.cpp:
  • platform/graphics/GraphicsLayer.h:
  • platform/graphics/efl/GraphicsLayerEfl.cpp: Removed.
  • platform/graphics/efl/GraphicsLayerEfl.h: Removed.
  • platform/graphics/texmap/TextureMapperNode.cpp:

(WebCore::solveCubicBezierFunction):
(WebCore::solveStepsFunction):

2:30 AM Changeset in webkit [101346] by Csaba Osztrogonác
  • 2 edits in trunk/LayoutTests

SVG <path> DRT dumps have rounding problems across platforms
https://bugs.webkit.org/show_bug.cgi?id=47467

One more update after r101342.

  • platform/qt/svg/transforms/svg-css-transforms-expected.txt: Updated.
2:02 AM Changeset in webkit [101345] by pfeldman@chromium.org
  • 47 edits in trunk/Source/WebCore

Web Inspector: put inspector agents into a vector in the InspectorController.
https://bugs.webkit.org/show_bug.cgi?id=73225

Inspector controller should maintain agents in the vector, while accessing
them using the same base agent interface. We should not manually call
base agent methods on their concrete instances.

Reviewed by Yury Semikhatsky.

  • inspector/CodeGeneratorInspector.py:

(DomainNameFixes.get_fixed_data.Res):
(DomainNameFixes):
(Generator.go):

  • inspector/InspectorAgent.cpp:

(WebCore::InspectorAgent::InspectorAgent):
(WebCore::PostWorkerNotificationToFrontendTask::performTask):

  • inspector/InspectorAgent.h:

(WebCore::InspectorAgent::create):

  • inspector/InspectorApplicationCacheAgent.cpp:

(WebCore::InspectorApplicationCacheAgent::InspectorApplicationCacheAgent):

  • inspector/InspectorApplicationCacheAgent.h:

(WebCore::InspectorApplicationCacheAgent::create):

  • inspector/InspectorBaseAgent.cpp:
  • inspector/InspectorBaseAgent.h:

(WebCore::InspectorBaseAgentInterface::InspectorBaseAgentInterface):
(WebCore::InspectorBaseAgentInterface::~InspectorBaseAgentInterface):
(WebCore::InspectorBaseAgentInterface::setFrontend):
(WebCore::InspectorBaseAgentInterface::clearFrontend):
(WebCore::InspectorBaseAgentInterface::restore):
(WebCore::InspectorBaseAgentInterface::inspectedPageDestroyed):
(WebCore::InspectorBaseAgent::~InspectorBaseAgent):
(WebCore::InspectorBaseAgent::registerDispatcher):
(WebCore::InspectorBaseAgent::InspectorBaseAgent):

  • inspector/InspectorCSSAgent.cpp:

(WebCore::InspectorCSSAgent::InspectorCSSAgent):

  • inspector/InspectorCSSAgent.h:

(WebCore::InspectorCSSAgent::create):

  • inspector/InspectorConsoleAgent.cpp:

(WebCore::InspectorConsoleAgent::InspectorConsoleAgent):

  • inspector/InspectorConsoleAgent.h:
  • inspector/InspectorController.cpp:

(WebCore::InspectorController::InspectorController):
(WebCore::InspectorController::inspectedPageDestroyed):
(WebCore::InspectorController::connectFrontend):
(WebCore::InspectorController::disconnectFrontend):
(WebCore::InspectorController::restoreInspectorStateFromCookie):

  • inspector/InspectorController.h:
  • inspector/InspectorDOMAgent.cpp:

(WebCore::InspectorDOMAgent::InspectorDOMAgent):

  • inspector/InspectorDOMAgent.h:
  • inspector/InspectorDOMDebuggerAgent.cpp:

(WebCore::InspectorDOMDebuggerAgent::InspectorDOMDebuggerAgent):

  • inspector/InspectorDOMDebuggerAgent.h:

(WebCore::InspectorDOMDebuggerAgent::inspectedPageDestroyed):

  • inspector/InspectorDOMStorageAgent.cpp:

(WebCore::InspectorDOMStorageAgent::InspectorDOMStorageAgent):

  • inspector/InspectorDOMStorageAgent.h:
  • inspector/InspectorDatabaseAgent.cpp:

(WebCore::InspectorDatabaseAgent::InspectorDatabaseAgent):

  • inspector/InspectorDatabaseAgent.h:
  • inspector/InspectorDebuggerAgent.cpp:

(WebCore::InspectorDebuggerAgent::InspectorDebuggerAgent):

  • inspector/InspectorDebuggerAgent.h:

(WebCore::InspectorDebuggerAgent::inspectedPageDestroyed):

  • inspector/InspectorFileSystemAgent.cpp:

(WebCore::InspectorFileSystemAgent::InspectorFileSystemAgent):

  • inspector/InspectorFileSystemAgent.h:
  • inspector/InspectorPageAgent.cpp:

(WebCore::InspectorPageAgent::InspectorPageAgent):

  • inspector/InspectorPageAgent.h:
  • inspector/InspectorProfilerAgent.cpp:

(WebCore::InspectorProfilerAgent::InspectorProfilerAgent):

  • inspector/InspectorProfilerAgent.h:
  • inspector/InspectorResourceAgent.cpp:

(WebCore::InspectorResourceAgent::InspectorResourceAgent):

  • inspector/InspectorResourceAgent.h:

(WebCore::InspectorResourceAgent::create):

  • inspector/InspectorRuntimeAgent.cpp:

(WebCore::InspectorRuntimeAgent::InspectorRuntimeAgent):

  • inspector/InspectorRuntimeAgent.h:
  • inspector/InspectorTimelineAgent.cpp:

(WebCore::InspectorTimelineAgent::InspectorTimelineAgent):

  • inspector/InspectorTimelineAgent.h:
  • inspector/InspectorWorkerAgent.cpp:

(WebCore::InspectorWorkerAgent::InspectorWorkerAgent):

  • inspector/InspectorWorkerAgent.h:
  • inspector/PageConsoleAgent.h:

(WebCore::PageConsoleAgent::create):

  • inspector/PageRuntimeAgent.h:

(WebCore::PageRuntimeAgent::create):

  • inspector/WorkerConsoleAgent.h:

(WebCore::WorkerConsoleAgent::create):

  • inspector/WorkerInspectorController.cpp:

(WebCore::WorkerInspectorController::WorkerInspectorController):
(WebCore::WorkerInspectorController::connectFrontend):

  • inspector/WorkerRuntimeAgent.h:

(WebCore::WorkerRuntimeAgent::create):

2:00 AM Changeset in webkit [101344] by Csaba Osztrogonác
  • 254 edits
    5 adds in trunk/LayoutTests

SVG <path> DRT dumps have rounding problems across platforms
https://bugs.webkit.org/show_bug.cgi?id=47467

Update Qt specific expected results aftert r101342.

  • platform/qt/ [...]: Updated.
1:42 AM Changeset in webkit [101343] by Philippe Normand
  • 3 edits in trunk/Source/WebCore

[GTK] Improve FontMetrics accuracy
https://bugs.webkit.org/show_bug.cgi?id=72614

Reviewed by Martin Robinson.
Patch by Nikolas Zimmermann.

  • platform/graphics/freetype/FontPlatformDataFreeType.cpp:

(WebCore::setCairoFontOptionsFromFontConfigPattern):

  • platform/graphics/freetype/SimpleFontDataFreeType.cpp:

(WebCore::SimpleFontData::platformInit):

1:40 AM Changeset in webkit [101342] by Nikolas Zimmermann
  • 563 edits in trunk

2011-11-29 Nikolas Zimmermann <nzimmermann@rim.com>

SVG <path> DRT dumps have rounding problems across platforms
https://bugs.webkit.org/show_bug.cgi?id=47467

Reviewed by Zoltan Herczeg.

Rebaseline all SVG text results, as InlineBox virtualHeight is now a float, just like virtualWidth.
The RenderSVGText/InlineText positions are now properly rounded _once_, when dumping the results
for DRT in SVGRenderTreeAsText.

  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
  • platform/mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
  • platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
  • platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
  • platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
  • platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
  • platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
  • platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
  • platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
  • platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
  • platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
  • platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
  • platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
  • platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
  • platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
  • platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
  • platform/mac/svg/batik/filters/feTile-expected.txt:
  • platform/mac/svg/batik/filters/filterRegions-expected.txt:
  • platform/mac/svg/batik/masking/maskRegions-expected.txt:
  • platform/mac/svg/batik/paints/gradientLimit-expected.txt:
  • platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
  • platform/mac/svg/batik/paints/patternRegionA-expected.txt:
  • platform/mac/svg/batik/paints/patternRegions-expected.txt:
  • platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
  • platform/mac/svg/batik/text/longTextOnPath-expected.txt:
  • platform/mac/svg/batik/text/smallFonts-expected.txt:
  • platform/mac/svg/batik/text/textAnchor-expected.txt:
  • platform/mac/svg/batik/text/textAnchor2-expected.txt:
  • platform/mac/svg/batik/text/textAnchor3-expected.txt:
  • platform/mac/svg/batik/text/textDecoration-expected.txt:
  • platform/mac/svg/batik/text/textDecoration2-expected.txt:
  • platform/mac/svg/batik/text/textEffect-expected.txt:
  • platform/mac/svg/batik/text/textEffect2-expected.txt:
  • platform/mac/svg/batik/text/textEffect3-expected.txt:
  • platform/mac/svg/batik/text/textFeatures-expected.txt:
  • platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
  • platform/mac/svg/batik/text/textLayout-expected.txt:
  • platform/mac/svg/batik/text/textLayout2-expected.txt:
  • platform/mac/svg/batik/text/textLength-expected.txt:
  • platform/mac/svg/batik/text/textOnPath-expected.txt:
  • platform/mac/svg/batik/text/textOnPath2-expected.txt:
  • platform/mac/svg/batik/text/textOnPath3-expected.txt:
  • platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
  • platform/mac/svg/batik/text/textPCDATA-expected.txt:
  • platform/mac/svg/batik/text/textPosition-expected.txt:
  • platform/mac/svg/batik/text/textPosition2-expected.txt:
  • platform/mac/svg/batik/text/textProperties-expected.txt:
  • platform/mac/svg/batik/text/textProperties2-expected.txt:
  • platform/mac/svg/batik/text/textStyles-expected.txt:
  • platform/mac/svg/batik/text/verticalText-expected.txt:
  • platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
  • platform/mac/svg/batik/text/xmlSpace-expected.txt:
  • platform/mac/svg/carto.net/button-expected.txt:
  • platform/mac/svg/carto.net/colourpicker-expected.txt:
  • platform/mac/svg/carto.net/combobox-expected.txt:
  • platform/mac/svg/carto.net/scrollbar-expected.txt:
  • platform/mac/svg/carto.net/selectionlist-expected.txt:
  • platform/mac/svg/carto.net/slider-expected.txt:
  • platform/mac/svg/carto.net/tabgroup-expected.txt:
  • platform/mac/svg/carto.net/textbox-expected.txt:
  • platform/mac/svg/carto.net/window-expected.txt:
  • platform/mac/svg/clip-path/clip-path-pixelation-expected.txt:
  • platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
  • platform/mac/svg/css/arrow-with-shadow-expected.txt:
  • platform/mac/svg/css/group-with-shadow-expected.txt:
  • platform/mac/svg/css/shadow-changes-expected.txt:
  • platform/mac/svg/css/text-shadow-multiple-expected.txt:
  • platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
  • platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
  • platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
  • platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
  • platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
  • platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt:
  • platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
  • platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
  • platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
  • platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
  • platform/mac/svg/custom/embedding-external-svgs-expected.txt:
  • platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
  • platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
  • platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
  • platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
  • platform/mac/svg/custom/font-face-cascade-order-expected.txt:
  • platform/mac/svg/custom/font-face-simple-expected.txt:
  • platform/mac/svg/custom/getTransformToElement-expected.txt:
  • platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
  • platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
  • platform/mac/svg/custom/image-small-width-height-expected.txt:
  • platform/mac/svg/custom/invalid-css-expected.txt:
  • platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
  • platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
  • platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
  • platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
  • platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
  • platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
  • platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
  • platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
  • platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
  • platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
  • platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
  • platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
  • platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
  • platform/mac/svg/custom/linking-uri-01-b-expected.txt:
  • platform/mac/svg/custom/marker-default-width-height-expected.txt:
  • platform/mac/svg/custom/massive-coordinates-expected.txt:
  • platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
  • platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
  • platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
  • platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
  • platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
  • platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt:
  • platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
  • platform/mac/svg/custom/path-textPath-simulation-expected.txt:
  • platform/mac/svg/custom/pattern-incorrect-tiling-expected.txt:
  • platform/mac/svg/custom/pattern-rotate-expected.txt:
  • platform/mac/svg/custom/pattern-rotate-gaps-expected.txt:
  • platform/mac/svg/custom/pattern-with-transformation-expected.txt:
  • platform/mac/svg/custom/relative-sized-inner-svg-expected.txt:
  • platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt:
  • platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
  • platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
  • platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
  • platform/mac/svg/custom/small-rect-scale-expected.txt:
  • platform/mac/svg/custom/stroked-pattern-expected.txt:
  • platform/mac/svg/custom/struct-use-09-b-expected.txt:
  • platform/mac/svg/custom/style-attribute-font-size-expected.txt:
  • platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
  • platform/mac/svg/custom/text-clip-expected.txt:
  • platform/mac/svg/custom/text-dom-01-f-expected.txt:
  • platform/mac/svg/custom/text-filter-expected.txt:
  • platform/mac/svg/custom/text-letter-spacing-expected.txt:
  • platform/mac/svg/custom/text-rotated-gradient-expected.txt:
  • platform/mac/svg/custom/text-rotation-expected.txt:
  • platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
  • platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
  • platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
  • platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
  • platform/mac/svg/custom/text-x-dy-lists-expected.txt:
  • platform/mac/svg/custom/tref-own-content-removal-expected.txt:
  • platform/mac/svg/custom/tref-update-expected.txt:
  • platform/mac/svg/custom/use-css-events-expected.txt:
  • platform/mac/svg/custom/use-detach-expected.txt:
  • platform/mac/svg/custom/use-dynamic-append-expected.txt:
  • platform/mac/svg/custom/use-forward-refs-expected.txt:
  • platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
  • platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
  • platform/mac/svg/custom/use-modify-target-container-expected.txt:
  • platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
  • platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt:
  • platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
  • platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
  • platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
  • platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
  • platform/mac/svg/custom/use-on-g-expected.txt:
  • platform/mac/svg/custom/use-on-rect-expected.txt:
  • platform/mac/svg/custom/use-on-symbol-expected.txt:
  • platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
  • platform/mac/svg/custom/use-on-use-expected.txt:
  • platform/mac/svg/custom/use-recursion-1-expected.txt:
  • platform/mac/svg/custom/use-recursion-3-expected.txt:
  • platform/mac/svg/custom/use-recursion-4-expected.txt:
  • platform/mac/svg/custom/use-transform-expected.txt:
  • platform/mac/svg/dom/SVGPathSegList-cloning-expected.txt:
  • platform/mac/svg/filters/filterRes-expected.txt:
  • platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
  • platform/mac/svg/hixie/error/002-expected.txt:
  • platform/mac/svg/hixie/error/013-expected.txt:
  • platform/mac/svg/hixie/perf/001-expected.txt:
  • platform/mac/svg/hixie/perf/002-expected.txt:
  • platform/mac/svg/hixie/perf/003-expected.txt:
  • platform/mac/svg/hixie/perf/004-expected.txt:
  • platform/mac/svg/hixie/perf/005-expected.txt:
  • platform/mac/svg/hixie/perf/006-expected.txt:
  • platform/mac/svg/hixie/perf/007-expected.txt:
  • platform/mac/svg/hixie/text/001-expected.txt:
  • platform/mac/svg/hixie/text/003-expected.txt:
  • platform/mac/svg/hixie/text/003a-expected.txt:
  • platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
  • platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
  • platform/mac/svg/text/bidi-embedded-direction-expected.txt:
  • platform/mac/svg/text/bidi-text-query-expected.txt:
  • platform/mac/svg/text/bidi-tspans-expected.txt:
  • platform/mac/svg/text/font-size-below-point-five-2-expected.txt:
  • platform/mac/svg/text/font-size-below-point-five-expected.txt:
  • platform/mac/svg/text/scaled-font-expected.txt:
  • platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt:
  • platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
  • platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
  • platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
  • platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
  • platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt:
  • platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt:
  • platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt:
  • platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt:
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
  • platform/mac/svg/text/select-x-list-1-expected.txt:
  • platform/mac/svg/text/select-x-list-2-expected.txt:
  • platform/mac/svg/text/select-x-list-3-expected.txt:
  • platform/mac/svg/text/select-x-list-4-expected.txt:
  • platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt:
  • platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt:
  • platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt:
  • platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt:
  • platform/mac/svg/text/selection-doubleclick-expected.txt:
  • platform/mac/svg/text/selection-tripleclick-expected.txt:
  • platform/mac/svg/text/small-fonts-2-expected.txt:
  • platform/mac/svg/text/small-fonts-3-expected.txt:
  • platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
  • platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
  • platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
  • platform/mac/svg/wicd/rightsizing-grid-expected.txt:
  • platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
  • platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt:
  • platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
  • platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
  • platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
  • platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
  • svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
  • svg/custom/glyph-setting-d-attribute-expected.txt:
  • svg/custom/gradient-with-1d-boundingbox-expected.txt:
  • svg/custom/non-scaling-stroke-expected.txt:
  • svg/custom/use-setAttribute-crash-expected.txt:
  • svg/custom/use-transfer-width-height-properties-to-svg-expected.txt:
  • svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt:
  • svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt:
  • svg/custom/use-transfer-width-height-properties-to-symbol2-expected.txt:
  • svg/custom/zero-path-square-cap-rendering2-expected.txt:

2011-11-29 Nikolas Zimmermann <nzimmermann@rim.com>

SVG <path> DRT dumps have rounding problems across platforms
https://bugs.webkit.org/show_bug.cgi?id=47467

Reviewed by Zoltan Herczeg.

Next step towards fixing rounding differences across 32/64, release/debug builds and various platforms.
Switch TextStream::operator<<(double) and SVGPathStringBuilder to use the newly introduced String::number(double, ConversionMode, precision)
instead of using snprintf/String::format() directly. This uses wtf/dtoas rounding facilities and has proven to be faster & more precise!

In order to make use of these new floating-point dumping facilities following work was done:

  • The InlineBox logicalHeight is still integer based, while logicalWidth switched to float recently, continue that work and switch logicalTop/Bottom to floats as well. This allows us to avoid calling enclosingIntRect() when figuring out the bounds of a RenderSVGText. Instead DRT can ask for the floating point metrics and round on its own to the desired precision. It's not obviously clear why this makes a difference. Consider a rect with width 9.99999999, enclosingIntRect() would yield 10 as width, on this machine, but another may store 10.000000003, yielding 11. That's part of the reason why this is more safe and ultimately should eliminate the rounding error induced by this in the DRT results.
  • absoluteClippedOverflowRectForRepaint(): when figuring out the repaint rect we'd retrieve the repaintRectInLocalCoordinates(), and call enclosingIntRect on it. Instead of doing that, to avoid the error described above, add a computeFloatRectForRepaint() call to RenderObject that's only used in a SVG subtree, just like its done for nodeAtFloatPoint. Do a single final enclosingIntRect() step when crossing the boundary from the SVG subtree in RenderSVGRoot to its parent, thus reducing the rounding instabilities.
  • The new String::number() implementation enforces a unique zero eliminating the 0.0 vs -0.0 issue for free.

This has been tested on Gtk&Mac - and requires lots of new baseline. The hope is to be able to share a lot more with Mac now, except for obvious
font family differences, that influence RenderSVGInlineText/Text results, and thus all containers that contains such objects.

  • platform/text/TextStream.cpp: (WebCore::TextStream::operator<<):
  • rendering/InlineBox.cpp: (WebCore::InlineBox::logicalHeight):
  • rendering/InlineBox.h: (WebCore::InlineBox::virtualLogicalHeight): (WebCore::InlineBox::calculateBoundaries): (WebCore::InlineBox::pixelSnappedLogicalTop): (WebCore::InlineBox::pixelSnappedLogicalBottom): (WebCore::InlineBox::logicalTop): (WebCore::InlineBox::logicalBottom): (WebCore::InlineBox::setLogicalTop):
  • rendering/InlineFlowBox.cpp: (WebCore::InlineFlowBox::placeBoxesInBlockDirection): (WebCore::InlineFlowBox::addBoxShadowVisualOverflow): (WebCore::InlineFlowBox::addBorderOutsetVisualOverflow): (WebCore::InlineFlowBox::addTextBoxVisualOverflow):
  • rendering/InlineTextBox.h: (WebCore::InlineTextBox::calculateBoundaries):
  • rendering/RenderInline.cpp: (WebCore::RenderInline::paintOutline):
  • rendering/RenderObject.cpp: (WebCore::RenderObject::computeFloatRectForRepaint):
  • rendering/RenderObject.h:
  • rendering/RenderText.cpp: (WebCore::RenderText::absoluteRectsForRange): (WebCore::RenderText::absoluteQuads): (WebCore::RenderText::absoluteQuadsForRange):
  • rendering/RenderTreeAsText.cpp: (WebCore::hasFractions): (WebCore::formatNumberRespectingIntegers): (WebCore::operator<<): (WebCore::write):
  • rendering/RenderTreeAsText.h:
  • rendering/TrailingFloatsRootInlineBox.h: (WebCore::TrailingFloatsRootInlineBox::virtualLogicalHeight):
  • rendering/svg/RenderSVGForeignObject.cpp: (WebCore::RenderSVGForeignObject::computeFloatRectForRepaint):
  • rendering/svg/RenderSVGForeignObject.h:
  • rendering/svg/RenderSVGInline.cpp: (WebCore::RenderSVGInline::computeFloatRectForRepaint):
  • rendering/svg/RenderSVGInline.h:
  • rendering/svg/RenderSVGInlineText.cpp: (WebCore::RenderSVGInlineText::floatLinesBoundingBox): (WebCore::RenderSVGInlineText::linesBoundingBox): (WebCore::RenderSVGInlineText::computeNewScaledFontForStyle):
  • rendering/svg/RenderSVGInlineText.h: (WebCore::RenderSVGInlineText::objectBoundingBox):
  • rendering/svg/RenderSVGModelObject.cpp: (WebCore::RenderSVGModelObject::computeFloatRectForRepaint):
  • rendering/svg/RenderSVGModelObject.h:
  • rendering/svg/RenderSVGRoot.cpp: (WebCore::RenderSVGRoot::computeFloatRectForRepaint):
  • rendering/svg/RenderSVGRoot.h:
  • rendering/svg/RenderSVGText.cpp: (WebCore::RenderSVGText::computeRectForRepaint): (WebCore::RenderSVGText::computeFloatRectForRepaint):
  • rendering/svg/RenderSVGText.h:
  • rendering/svg/SVGInlineFlowBox.cpp: (WebCore::SVGInlineFlowBox::calculateBoundaries):
  • rendering/svg/SVGInlineFlowBox.h: (WebCore::SVGInlineFlowBox::virtualLogicalHeight): (WebCore::SVGInlineFlowBox::setLogicalHeight):
  • rendering/svg/SVGInlineTextBox.cpp: (WebCore::SVGInlineTextBox::calculateBoundaries):
  • rendering/svg/SVGInlineTextBox.h: (WebCore::SVGInlineTextBox::virtualLogicalHeight): (WebCore::SVGInlineTextBox::setLogicalHeight): (WebCore::SVGInlineTextBox::selectionHeight):
  • rendering/svg/SVGRenderSupport.cpp: (WebCore::SVGRenderSupport::clippedOverflowRectForRepaint): (WebCore::SVGRenderSupport::computeFloatRectForRepaint):
  • rendering/svg/SVGRenderSupport.h:
  • rendering/svg/SVGRenderTreeAsText.cpp: (WebCore::operator<<): (WebCore::roundedFloatRect): (WebCore::writeRenderSVGTextBox): (WebCore::writeSVGText): (WebCore::writeSVGInlineText):
  • rendering/svg/SVGRenderTreeAsText.h:
  • rendering/svg/SVGRootInlineBox.cpp: (WebCore::SVGRootInlineBox::computePerCharacterLayoutInformation): (WebCore::SVGRootInlineBox::layoutChildBoxes): (WebCore::SVGRootInlineBox::layoutRootBox):
  • rendering/svg/SVGRootInlineBox.h: (WebCore::SVGRootInlineBox::virtualLogicalHeight): (WebCore::SVGRootInlineBox::setLogicalHeight):
  • svg/SVGPathStringBuilder.cpp: (WebCore::SVGPathStringBuilder::moveTo): (WebCore::SVGPathStringBuilder::lineTo): (WebCore::SVGPathStringBuilder::lineToHorizontal): (WebCore::SVGPathStringBuilder::lineToVertical): (WebCore::SVGPathStringBuilder::curveToCubic): (WebCore::SVGPathStringBuilder::curveToCubicSmooth): (WebCore::SVGPathStringBuilder::curveToQuadratic): (WebCore::SVGPathStringBuilder::curveToQuadraticSmooth): (WebCore::SVGPathStringBuilder::arcTo):
1:27 AM Changeset in webkit [101341] by caseq@chromium.org
  • 12 edits in trunk/Source/WebCore

Web Inspector: remove WebInspector.linkifyURL and TreeElement.titleHTML
https://bugs.webkit.org/show_bug.cgi?id=73217

Reviewed by Pavel Feldman.

  • inspector/front-end/AuditFormatters.js:

(WebInspector.applyFormatters):

  • inspector/front-end/AuditResultView.js:

(WebInspector.AuditCategoryResultPane.prototype._appendResult):

  • inspector/front-end/AuditRules.js:

(WebInspector.AuditRules.GzipRule.prototype.doRun):
(WebInspector.AuditRules.UnusedCssRule.prototype.doRun.evalCallback.selectorsCallback):
(WebInspector.AuditRules.ImageDimensionsRule.prototype.doRun):
(WebInspector.AuditRules.CssInHeadRule.prototype.doRun):

  • inspector/front-end/AuditsPanel.js:

(WebInspector.AuditRuleResult):
(WebInspector.AuditRuleResult.linkifyDisplayName):
(WebInspector.AuditRuleResult.prototype.addSnippet):
(WebInspector.AuditRuleResult.prototype.addFormatted):
(WebInspector.AuditRuleResult.prototype._append):

  • inspector/front-end/ElementsTreeOutline.js:

(WebInspector.ElementsTreeElement.prototype.adjustCollapsedRange):

  • inspector/front-end/ObjectPropertiesSection.js:

(WebInspector.ObjectPropertiesSection.prototype.updateProperties):

  • inspector/front-end/ResourceHeadersView.js:

(WebInspector.ResourceHeadersView.prototype._formatHeader):
(WebInspector.ResourceHeadersView.prototype._formatParameter):
(WebInspector.ResourceHeadersView.prototype._refreshURL):
(WebInspector.ResourceHeadersView.prototype._refreshUrlFragment):
(WebInspector.ResourceHeadersView.prototype._refreshRequestPayload):
(WebInspector.ResourceHeadersView.prototype._refreshParms):
(WebInspector.ResourceHeadersView.prototype._refreshHTTPInformation):
(WebInspector.ResourceHeadersView.prototype._refreshHeaders):

  • inspector/front-end/ResourceUtils.js:
  • inspector/front-end/StylesSidebarPane.js:

(WebInspector.ComputedStylePropertiesSection.prototype.rebuildComputedTrace):

  • inspector/front-end/WorkersSidebarPane.js:

(WebInspector.WorkersSidebarPane.prototype.addWorker):

  • inspector/front-end/treeoutline.js:

(TreeElement.prototype._setListItemNodeContent):

1:23 AM Changeset in webkit [101340] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebCore

Unreviewed, rolling out r101302.
http://trac.webkit.org/changeset/101302
https://bugs.webkit.org/show_bug.cgi?id=73293

massive crashes on gtk/win bots - m_bytes assertion fires
(Requested by WildFox on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-11-29

  • platform/image-decoders/ImageDecoder.cpp:

(WebCore::ImageFrame::setSize):

1:15 AM Changeset in webkit [101339] by kenneth@webkit.org
  • 3 edits in trunk/Source/WebKit2

[Qt] QQuickWebView gets wrong position after reload https://bugs.webkit.org/show_bug.cgi?id=73292

Reviewed by Simon Hausmann.

The ensureContentWithinViewportBoundary, animates the current viewport
item into boundaries. That ofcourse breaks when we try to animate it,
given the initial-scale which hasn't been applied; so apply it.

Also put the QScroller settings code in the ctor as it never changes.

  • UIProcess/qt/QtViewportInteractionEngine.cpp:

(WebKit::QtViewportInteractionEngine::QtViewportInteractionEngine):
(WebKit::QtViewportInteractionEngine::ensureContentWithinViewportBoundary):
(WebKit::QtViewportInteractionEngine::reset):
(WebKit::QtViewportInteractionEngine::applyConstraints):

  • UIProcess/qt/QtViewportInteractionEngine.h:
12:53 AM Changeset in webkit [101338] by Philippe Normand
  • 2 edits in trunk/LayoutTests

Unreviewed, unskip fixed flaky test after r101326.

  • platform/gtk/test_expectations.txt: Unskip http/tests/websocket/tests/hixie76/error-detect.html
12:13 AM Changeset in webkit [101337] by commit-queue@webkit.org
  • 3 edits
    2 adds in trunk

Assertion fails when opening two popup menus
https://bugs.webkit.org/show_bug.cgi?id=73189

Patch by Jing Zhao <jingzhao@chromium.org> on 2011-11-29
Reviewed by Kent Tamura.

By using element.dispatchEvent(), a user written script can open two
popup menus, which causes the assertion in WebViewImpl::popupOpened()
fail.

Check if there is an opened popup menu before opening a popup menu.

Source/WebKit/chromium:

  • src/WebViewImpl.cpp:

(WebKit::WebViewImpl::popupOpened):

LayoutTests:

  • fast/forms/select-popup-crash-expected.txt: Added.
  • fast/forms/select-popup-crash.html: Added.
12:10 AM Changeset in webkit [101336] by commit-queue@webkit.org
  • 1 edit
    3 adds in trunk/Source/WebCore

Upstream BlackBerry porting of platform/image-decoders
https://bugs.webkit.org/show_bug.cgi?id=73118

Patch by Sean Wang <Xuewen.Wang@torchmobile.com.cn> on 2011-11-29
Reviewed by Daniel Bates.

Initial upstream, can't be built yet, no test cases.

The initial author is David Tapuska <dtapuska@rim.com>.

  • platform/image-decoders/blackberry/JPEGImageDecoder.cpp: Added.

(WebCore::libInit):
(WebCore::ImageReader::ImageReader):
(WebCore::imgDecodeSetup):
(WebCore::ImageReader::updateData):
(WebCore::ImageReader::setSize):
(WebCore::ImageReader::sizeExtract):
(WebCore::ImageReader::decode):
(WebCore::JPEGImageDecoder::JPEGImageDecoder):
(WebCore::JPEGImageDecoder::setData):
(WebCore::JPEGImageDecoder::isSizeAvailable):
(WebCore::JPEGImageDecoder::frameBufferAtIndex):

  • platform/image-decoders/blackberry/JPEGImageDecoder.h: Added.

(WebCore::JPEGImageDecoder::filenameExtension):
(WebCore::JPEGImageDecoder::supportsAlpha):

Nov 28, 2011:

11:59 PM Changeset in webkit [101335] by dgrogan@chromium.org
  • 7 edits
    2 adds in trunk/Source

WebWorkerRunLoop wrapper around WorkerRunLoop
https://bugs.webkit.org/show_bug.cgi?id=71757

Source/WebCore:

Reviewed by Darin Fisher.

No new tests - IndexedDB tests forthcoming.

  • platform/chromium/PlatformSupport.h: Add two methods that allow

WebCore to notify chromium when workers start and stop.

  • workers/WorkerThread.cpp:

(WebCore::WorkerThread::workerThread): Call into PlatformSupport when
the worker's runloop is started and stopped.

Source/WebKit/chromium:

This allows the embedder to post tasks to webcore-created worker
threads. WebWorkerRunLoop is a thin wrapper that just holds a
WorkerRunLoop*. As such, it is not heap allocated and can be copied.

Reviewed by Darin Fisher.

  • WebKit.gyp: Added WebWorkerRunLoop.{cpp,h}
  • public/WebWorkerRunLoop.h: Added. Interface the embedder will use to

post Tasks to worker threads created in WebCore.
(WebKit::WebWorkerRunLoop::Task::~Task):
(WebKit::operator==): These are the operators necessary to allow
WebWorkerRunLoop to be used as a key in a std::map using the value of
the underlying WebCore::WorkerRunLoop* for the meaningful comparisons.
(WebKit::operator<):

  • public/platform/WebKitPlatformSupport.h: Stubs for the embedder to

implement.
(WebKit::WebKitPlatformSupport::didStartWorkerRunLoop):
(WebKit::WebKitPlatformSupport::didStopWorkerRunLoop):

  • src/PlatformSupport.cpp: Wrap incoming WorkerRunLoop objects in

WebWorkerRunLoopImpl objects, forward them to WebKitPlatformSupport.
(WebCore::PlatformSupport::didStartWorkerRunLoop):
(WebCore::PlatformSupport::didStopWorkerRunLoop):

  • src/WebWorkerRunLoop.cpp: Added.

(WebKit::WebWorkerRunLoop::WebWorkerRunLoop): Store incoming
WorkerRunLoop pointer.
(WebKit::WebWorkerRunLoop::postTask): Wrap incoming Task in
ScriptExecutionContext::Task, post to stored WorkerRunLoop.
(WebKit::WebWorkerRunLoop::equals): Support for the operators mentioned
above.
(WebKit::WebWorkerRunLoop::lessThan): Ditto.

11:57 PM Changeset in webkit [101334] by fpizlo@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

DFG debugCall() mechanism only works on X86 and X86-64
https://bugs.webkit.org/show_bug.cgi?id=73282

Reviewed by Oliver Hunt.

  • dfg/DFGAssemblyHelpers.h:

(JSC::DFG::AssemblyHelpers::debugCall):

11:55 PM Changeset in webkit [101333] by Alexandru Chiculita
  • 3 edits
    6 adds in trunk

[CSS Filters] Filters do not render correctly when the layer has a transform
https://bugs.webkit.org/show_bug.cgi?id=73077

Reviewed by Dean Jackson.

Source/WebCore:

Corrected the root layer that was used when no transform was applied.
Using PaintLayerAppliedTransform when calling paintLayer again, to avoid
applying the transform inside the filter's graphics context. Now we apply that
on the result image.

Tests: css3/filters/filter-with-transform.html

css3/filters/nested-filter.html

  • rendering/RenderLayer.cpp:

(WebCore::RenderLayer::paintLayer):

LayoutTests:

  • css3/filters/filter-with-transform-expected.png: Added.
  • css3/filters/filter-with-transform-expected.txt: Added.
  • css3/filters/filter-with-transform.html: Added.
  • css3/filters/nested-filter-expected.png: Added.
  • css3/filters/nested-filter-expected.txt: Added.
  • css3/filters/nested-filter.html: Added.
11:44 PM Changeset in webkit [101332] by fpizlo@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

DFG non-X86 ArithDiv does speculation failure after mutating state,
without a value recovery
https://bugs.webkit.org/show_bug.cgi?id=73286

Reviewed by Gavin Barraclough.

  • dfg/DFGSpeculativeJIT32_64.cpp:

(JSC::DFG::SpeculativeJIT::compile):

11:39 PM Changeset in webkit [101331] by commit-queue@webkit.org
  • 1 edit
    3 adds in trunk/Source/WebCore

[blackberry] Upstream BlackBerry porting of plugin framework
https://bugs.webkit.org/show_bug.cgi?id=73185

Patch by Wei Charles <charles.wei@torchmobile.com.cn> on 2011-11-28
Reviewed by Daniel Bates.

No new tests for now.

  • plugins/blackberry: Added.
  • plugins/blackberry/PluginDataBlackBerry.cpp: Added.
  • plugins/blackberry/PluginPackageBlackBerry.cpp: Added.
11:36 PM Changeset in webkit [101330] by Csaba Osztrogonác
  • 2 edits in trunk/Tools

[Qt][WK2] Unreviewed buildfix after r101307.

  • qmake/mkspecs/features/webkit2.prf: Add missing includepath.
10:36 PM Changeset in webkit [101329] by noel.gordon@gmail.com
  • 2 edits in trunk/Source/WebCore

[chromium] Remove V8MessagePortCustom.h from the gyp projects
https://bugs.webkit.org/show_bug.cgi?id=73281

Reviewed by David Levin.

V8MessagePortCustom.h was removed in r101118

  • WebCore.gypi: remove bindings\v8\custom\V8MessagePortCustom.h
10:33 PM Changeset in webkit [101328] by leo.yang@torchmobile.com.cn
  • 1 edit
    3 adds in trunk/Source/WebCore

Upstream the BlackBerry porting of SocketStream
https://bugs.webkit.org/show_bug.cgi?id=73283

Reviewed by Daniel Bates.

Other main contributors:
Joe Mason <jmason@rim.com>
Lyon Chen <liachen@rim.com>

Initial upstream, can't be built yet, no new tests.

  • platform/network/blackberry/SocketStreamError.h: Added.

(WebCore::SocketStreamError::SocketStreamError):

  • platform/network/blackberry/SocketStreamHandle.h: Added.

(WebCore::SocketStreamHandle::create):

  • platform/network/blackberry/SocketStreamHandleBlackBerry.cpp: Added.

(WebCore::SocketStreamHandle::SocketStreamHandle):
(WebCore::SocketStreamHandle::~SocketStreamHandle):
(WebCore::SocketStreamHandle::platformSend):
(WebCore::SocketStreamHandle::platformClose):
(WebCore::SocketStreamHandle::didReceiveAuthenticationChallenge):
(WebCore::SocketStreamHandle::receivedCredential):
(WebCore::SocketStreamHandle::receivedRequestToContinueWithoutCredential):
(WebCore::SocketStreamHandle::receivedCancellation):
(WebCore::SocketStreamHandle::notifyStatusReceived):
(WebCore::SocketStreamHandle::notifyDataReceived):
(WebCore::SocketStreamHandle::notifyReadyToSendData):
(WebCore::SocketStreamHandle::notifyClose):

10:25 PM Changeset in webkit [101327] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebCore

Size of ResourceRequestBase could be reduced by using bitfields.
https://bugs.webkit.org/show_bug.cgi?id=73271

Patch by Yongjun Zhang <yongjun_zhang@apple.com> on 2011-11-28
Reviewed by Alexey Proskuryakov.

Add bitfield for bool members in ResourceRequestBase to reduce its memory size.

  • platform/network/ResourceRequestBase.h:
10:21 PM Changeset in webkit [101326] by yutak@chromium.org
  • 3 edits
    3 adds in trunk

WebSocket: Split Hixie76 length-prefixed frames aren't handled correctly
https://bugs.webkit.org/show_bug.cgi?id=68522

Reviewed by Kent Tamura.

Source/WebCore:

Test: http/tests/websocket/tests/hixie76/split-binary-frame-header.html

  • websockets/WebSocketChannel.cpp:

(WebCore::WebSocketChannel::processFrameHixie76):
Do not consume the data if the length field is not finished.

LayoutTests:

  • http/tests/websocket/tests/hixie76/split-binary-frame-header-expected.txt: Added.
  • http/tests/websocket/tests/hixie76/split-binary-frame-header.html: Added.
  • http/tests/websocket/tests/hixie76/split-binary-frame-header_wsh.py:

Added. Send WebSocket frames that older WebSocketChannel implementation fails to parse.
The client should not receive an empty text message.

9:14 PM Changeset in webkit [101325] by senorblanco@chromium.org
  • 7 edits
    1 add in trunk

[chromium] Fix SVG filters when running in accelerated drawing mode.
https://bugs.webkit.org/show_bug.cgi?id=73249

Reviewed by Kenneth Russell.

Source/WebCore:

Test: platform/chromium/compositing/accelerated-drawing/svg-filters.html

  • platform/graphics/chromium/LayerTextureUpdaterCanvas.cpp:

(WebCore::LayerTextureUpdaterSkPicture::prepareToUpdate):
When doing accelerated drawing, mark the PlatformContextSkia as
deferred.

  • platform/graphics/skia/ImageBufferSkia.cpp:

(WebCore::drawNeedsCopy):
When doing a cross-context draw, if the destination context is
deferred, copy the image. Also refactor conditions under which the
image is copied into a new function.
(WebCore::ImageBuffer::draw):
(WebCore::ImageBuffer::drawPattern):
Use the refactored function for conditional copies.

  • platform/graphics/skia/PlatformContextSkia.cpp:

(WebCore::PlatformContextSkia::PlatformContextSkia):

  • platform/graphics/skia/PlatformContextSkia.h:

(WebCore::PlatformContextSkia::isDeferred):
(WebCore::PlatformContextSkia::setDeferred):
Add m_isDeferred flag, initializer and accessors.

LayoutTests:

  • platform/chromium/compositing/accelerated-drawing/svg-filters.html: Added.

New test to check SVG filters in accelerated drawing.

  • platform/chromium/test_expectations.txt:

Suppress test failures for new test until we get baselines.

8:59 PM Changeset in webkit [101324] by fpizlo@apple.com
  • 3 edits in trunk/Source/JavaScriptCore

Unreviewed build fixes for ARM.

  • assembler/MacroAssemblerARMv7.h:

(JSC::MacroAssemblerARMv7::readCallTarget):

  • dfg/DFGSpeculativeJIT.h:

(JSC::DFG::SpeculativeJIT::setupArgumentsWithExecState):

8:51 PM Changeset in webkit [101323] by rolandsteiner@chromium.org
  • 18 edits in trunk

<style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit
https://bugs.webkit.org/show_bug.cgi?id=72848

.:

Add flag and description.

Reviewed by Dimitri Glazkov.

  • configure.ac:

Source/JavaScriptCore:

Add ENABLE_STYLE_SCOPED flag.

Reviewed by Dimitri Glazkov.

  • Configurations/FeatureDefines.xcconfig:

Source/WebCore:

Reviewed by Dimitri Glazkov.

No new tests. (no code)

  • Configurations/FeatureDefines.xcconfig:
  • GNUmakefile.am:

Source/WebKit/chromium:

Reviewed by Dimitri Glazkov.

  • features.gypi:

Source/WebKit/mac:

Reviewed by Dimitri Glazkov.

  • Configurations/FeatureDefines.xcconfig:

Source/WebKit2:

Reviewed by Dimitri Glazkov.

  • Configurations/FeatureDefines.xcconfig:

Tools:

Add option to build-webkit.

Reviewed by Dimitri Glazkov.

  • Scripts/build-webkit:

WebKitLibraries:

Reviewed by Dimitri Glazkov.

  • win/tools/vsprops/FeatureDefines.vsprops:
  • win/tools/vsprops/FeatureDefinesCairo.vsprops:
8:34 PM Changeset in webkit [101322] by vangelis@chromium.org
  • 2 edits in trunk/Source/WebCore

[chromium] Disable compositing for RTL pages even in forceCompositingMode
https://bugs.webkit.org/show_bug.cgi?id=73195

Reviewed by James Robinson.

  • rendering/RenderLayerCompositor.cpp:

(WebCore::RenderLayerCompositor::cacheAcceleratedCompositingFlags):

8:06 PM Changeset in webkit [101321] by rolandsteiner@chromium.org
  • 3 edits
    2 adds in trunk

From @keyframes rules with the same name, the last rule should be used
https://bugs.webkit.org/show_bug.cgi?id=73113

Source/WebCore:

Have later rules override previously stored rules.

Reviewed by Simon Fraser.

Test: animations/duplicated-keyframes-name.html

  • css/CSSStyleSelector.cpp:

(WebCore::CSSStyleSelector::addKeyframeStyle):

LayoutTests:

Verify that the last @keyframe rule is used.

Reviewed by Simon Fraser.

  • animations/duplicated-keyframes-name-expected.txt: Added.
  • animations/duplicated-keyframes-name.html: Added.
7:48 PM Changeset in webkit [101320] by dgrogan@chromium.org
  • 2 edits in trunk/LayoutTests

js-test-pre: don't try to load stylesheet from a web worker
https://bugs.webkit.org/show_bug.cgi?id=73269

Reviewed by Ojan Vafai.

  • fast/js/resources/js-test-pre.js:
7:39 PM Changeset in webkit [101319] by commit-queue@webkit.org
  • 2 edits
    4 adds in trunk/Source/WebCore

Upstream BlackBerry porting of page.
https://bugs.webkit.org/show_bug.cgi?id=73143

Patch by Jacky Jiang <zhajiang@rim.com> on 2011-11-28
Reviewed by Daniel Bates.

Upstream BlackBerry porting of WebCore/page.
Define DragImageRef for BlackBerry platform.

Initial upstream, can't be built yet, no test cases.

  • page/blackberry/DragControllerBlackBerry.cpp: Added.

(WebCore::DragController::isCopyKeyDown):
(WebCore::DragController::maxDragImageSize):
(WebCore::DragController::cleanupAfterSystemDrag):
(WebCore::DragController::dragOperation):

  • page/blackberry/EventHandlerBlackBerry.cpp: Added.

(WebCore::EventHandler::eventActivatedView):
(WebCore::EventHandler::passMouseMoveEventToSubframe):
(WebCore::EventHandler::passMousePressEventToSubframe):
(WebCore::EventHandler::passMouseReleaseEventToSubframe):
(WebCore::EventHandler::passWheelEventToWidget):
(WebCore::EventHandler::passWidgetMouseDownEventToWidget):
(WebCore::EventHandler::tabsToAllFormControls):
(WebCore::EventHandler::accessKeyModifiers):
(WebCore::EventHandler::focusDocumentView):
(WebCore::EventHandler::createDraggingClipboard):

  • page/blackberry/FrameBlackBerry.cpp: Added.

(WebCore::Frame::dragImageForSelection):

  • platform/DragImage.h:
7:33 PM Changeset in webkit [101318] by commit-queue@webkit.org
  • 16 edits
    4 adds in trunk/Source

[chromium] Create CCDamageTracker class to determine regions of change for a surface.
https://bugs.webkit.org/show_bug.cgi?id=72520

Patch by Shawn Singh <shawnsingh@chromium.org> on 2011-11-28
Reviewed by James Robinson.

Source/WebCore:

Added CCDamageTrackerTest and updated other tests.

  • WebCore.gypi:
  • platform/graphics/chromium/LayerRendererChromium.cpp:

(WebCore::LayerRendererChromium::drawLayersOntoRenderSurfaces):
(WebCore::LayerRendererChromium::drawLayer):

  • platform/graphics/chromium/cc/CCDamageTracker.cpp: Added.

(WebCore::CCDamageTracker::create):
(WebCore::CCDamageTracker::CCDamageTracker):
(WebCore::CCDamageTracker::~CCDamageTracker):
(WebCore::CCDamageTracker::updateDamageRectForNextFrame):
(WebCore::CCDamageTracker::removeRectFromCurrentFrame):
(WebCore::CCDamageTracker::saveRectForNextFrame):
(WebCore::CCDamageTracker::computeDamageFromActiveLayers):
(WebCore::CCDamageTracker::computeDamageFromSurfaceMask):
(WebCore::CCDamageTracker::computeDamageFromLeftoverRects):
(WebCore::CCDamageTracker::extendDamageForLayer):
(WebCore::CCDamageTracker::extendDamageForRenderSurface):

  • platform/graphics/chromium/cc/CCDamageTracker.h: Added.

(WebCore::CCDamageTracker::currentDamageRect):

  • platform/graphics/chromium/cc/CCLayerImpl.cpp:

(WebCore::CCLayerImpl::resetAllChangeTrackingForSubtree):

  • platform/graphics/chromium/cc/CCLayerImpl.h:
  • platform/graphics/chromium/cc/CCLayerTreeHost.cpp:

(WebCore::CCLayerTreeHost::paintLayerContents):
(WebCore::CCLayerTreeHost::updateCompositorResources):

  • platform/graphics/chromium/cc/CCLayerTreeHost.h:

(WebCore::CCSettings::CCSettings):

  • platform/graphics/chromium/cc/CCLayerTreeHostCommon.h:

(WebCore::CCLayerTreeHostCommon::renderSurfaceContributesToTarget):

  • platform/graphics/chromium/cc/CCRenderSurface.cpp:

(WebCore::CCRenderSurface::CCRenderSurface):
(WebCore::CCRenderSurface::dumpSurface):
(WebCore::CCRenderSurface::surfacePropertyChangedOnlyFromDescendant):

  • platform/graphics/chromium/cc/CCRenderSurface.h:

(WebCore::CCRenderSurface::damageTracker):

Source/WebKit/chromium:

  • WebKit.gypi:
  • tests/CCDamageTrackerTest.cpp: Added.

(WebKitTests::executeCalculateDrawTransformsAndVisibility):
(WebKitTests::emulateDrawingOneFrame):
(WebKitTests::createTestTreeWithOneSurface):
(WebKitTests::createTestTreeWithTwoSurfaces):
(WebKitTests::createAndSetUpTestTreeWithOneSurface):
(WebKitTests::createAndSetUpTestTreeWithTwoSurfaces):
(WebKitTests::TEST_F):

  • tests/CCLayerImplTest.cpp:

(WebCore::TEST):

  • tests/CCLayerTreeHostCommonTest.cpp:

(WebCore::TEST):

  • tests/CCLayerTreeTestCommon.h: Added.
  • tests/CCRenderSurfaceTest.cpp:

(WebCore::TEST):

  • tests/LayerChromiumTest.cpp:
7:24 PM Changeset in webkit [101317] by macpherson@chromium.org
  • 4 edits in trunk/Source/WebCore

Implement CSSPropertySize in CSSStyleApplyProperty.
https://bugs.webkit.org/show_bug.cgi?id=73000

Reviewed by Andreas Kling.

This refactoring moves the implementation of the page size calculation into CSSStyleApplyProperty
and removes the existing code from CSSStyleSelector.

No new tests / refactoring only.

  • css/CSSStyleApplyProperty.cpp:

(WebCore::ApplyPropertyPageSize::mmLength):
(WebCore::ApplyPropertyPageSize::inchLength):
(WebCore::ApplyPropertyPageSize::pageSizeFromName):
(WebCore::ApplyPropertyPageSize::applyInheritValue):
(WebCore::ApplyPropertyPageSize::applyInitialValue):
(WebCore::ApplyPropertyPageSize::applyValue):
(WebCore::ApplyPropertyPageSize::createHandler):
(WebCore::CSSStyleApplyProperty::CSSStyleApplyProperty):

  • css/CSSStyleSelector.cpp:

(WebCore::CSSStyleSelector::applyProperty):

  • css/CSSStyleSelector.h:
7:01 PM Changeset in webkit [101316] by jonlee@apple.com
  • 2 edits in trunk/Source/WebKit/chromium

Possible fix for test failures in r101307.

  • src/WebViewImpl.cpp:

(WebKit::WebViewImpl::WebViewImpl):

6:34 PM Changeset in webkit [101315] by timothy@apple.com
  • 2 edits in trunk/Source/WebCore

Add support for knowing when a TreeElement is added or changed anywhere in a TreeOutline.

Reviewed by Brian Weinstein.

  • inspector/front-end/treeoutline.js:

(TreeOutline.prototype.appendChild): Call onadd if it exists.
(TreeOutline.prototype.insertChild): Ditto.
(TreeOutline.prototype._treeElementDidChange): Added. Call onchange if it exists.
(TreeElement.prototype.set title): Call didChange.
(TreeElement.prototype.set titleHTML): Ditto.
(TreeElement.prototype.set tooltip): Ditto.
(TreeElement.prototype.set hasChildren): Ditto.
(TreeElement.prototype._fireDidChange): Added. Call TreeOutline._treeElementDidChange.
(TreeElement.prototype.didChange): Added. Schedule a timeout for _fireDidChange.
(TreeElement.prototype.expand): Move the code that sets the expanded flag to the beginning
which is before onpopulate. Since onpopulate can add elements and call onadd, this makes
sure the expanded flag is true before calling those functions.

6:34 PM Changeset in webkit [101314] by timothy@apple.com
  • 2 edits in trunk/Source/WebCore

Skip selecting TreeElements that are hidden when keyboard navigating.

We already skipped non-selectable tree elements in the common cases, this just makes selectable
take the hidden flag into account.

Reviewed by Brian Weinstein.

  • inspector/front-end/treeoutline.js:

(TreeOutline.prototype._treeKeyDown): Skip non-selectable elements when pressing Left or Right,
similar to what we already do when pressing Up and Down.
(TreeElement): Set _selectable to true.
(TreeElement.prototype.get selectable): Added. Return false when hidden.
(TreeElement.prototype.set selectable): Added. Set _selectable.
(TreeElement.prototype.traverseNextTreeElement): Renamed skipHidden to skipUnrevealed to prevent confusion with
the hidden property of TreeElement.
(TreeElement.prototype.traversePreviousTreeElement): Ditto.

6:34 PM Changeset in webkit [101313] by timothy@apple.com
  • 2 edits in trunk/Source/WebCore

Use classList instead of addStyleClass and removeStyleClass in TreeOutline.

https://webkit.org/b/72803

Reviewed by Dan Bernstein.

  • inspector/front-end/treeoutline.js:

(TreeOutline.prototype.appendChild):
(TreeOutline.prototype.insertChild):
(TreeElement.prototype.set hasChildren):
(TreeElement.prototype.set hidden):
(TreeElement.prototype._attach):
(TreeElement.prototype.collapse):
(TreeElement.prototype.expand):
(TreeElement.prototype.select):
(TreeElement.prototype.deselect):

6:17 PM Changeset in webkit [101312] by leo.yang@torchmobile.com.cn
  • 1 edit
    2 adds in trunk/Source/WebCore

Upstream platform/network/blackberry/AuthenticationChallenge.h
https://bugs.webkit.org/show_bug.cgi?id=73196

Reviewed by Daniel Bates.

This is the BlackBerry implementation of WebCore::AuthenticationChallenge.
Contributed by Torch Team.

Initial upstream, can't be built yet, no new tests.

  • platform/network/blackberry/AuthenticationChallenge.h: Added.

(WebCore::AuthenticationChallenge::AuthenticationChallenge):
(WebCore::AuthenticationChallenge::setStored):
(WebCore::AuthenticationChallenge::isStored):

5:38 PM Changeset in webkit [101311] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebCore

Synchronization problem in Canvas/WebGLRenderingContext when listener asks for image
https://bugs.webkit.org/show_bug.cgi?id=73228

Patch by Dana Jansens <danakj@chromium.org> on 2011-11-28
Reviewed by Kenneth Russell.

  • html/canvas/WebGLRenderingContext.cpp:

(WebCore::WebGLRenderingContext::markContextChanged):

5:31 PM Changeset in webkit [101310] by commit-queue@webkit.org
  • 3 edits in trunk/Source/WebCore

[MutationObservers] Fix build breakage after CSSInlineDeclaration refactor
https://bugs.webkit.org/show_bug.cgi?id=73243

Patch by Rafael Weinstein <rafaelw@chromium.org> on 2011-11-28
Reviewed by Ryosuke Niwa.

No tests needed. This patch only contains compile fixes.

  • css/CSSMutableStyleDeclaration.cpp:
5:25 PM Changeset in webkit [101309] by jonlee@apple.com
  • 2 edits in trunk/Source/WebCore

Fix Chromium bot build error related to b73253.

  • WebCore.gypi: Added missing references to NotificationController.
5:11 PM Changeset in webkit [101308] by commit-queue@webkit.org
  • 2 edits in trunk/LayoutTests

Suppressing a failing webgl conformance test on Mac.
https://bugs.webkit.org/show_bug.cgi?id=73148

Patch by Jeff Timanus <twiz@chromium.org> on 2011-11-28
Reviewed by Kenneth Russell.

  • platform/mac/Skipped:
5:08 PM Changeset in webkit [101307] by jonlee@apple.com
  • 59 edits
    21 adds in trunk/Source

Create skeleton framework for notifications support in WK2
https://bugs.webkit.org/show_bug.cgi?id=73253
<rdar://problem/10356943>

Source/JavaScriptCore:

  • Configurations/FeatureDefines.xcconfig: Split out ENABLE_NOTIFICATIONS based on platform.

Source/WebCore:

Reviewed by Sam Weinig.

Some refactoring was done to make notifications follow a similar pattern to our other clients, like
geolocation and context menu.

  • Configurations/FeatureDefines.xcconfig: Split out ENABLE_NOTIFICATIONS based on platform.
  • WebCore.xcodeproj/project.pbxproj: Adding new NotificationController class, and exposing

Notification and NotificationController as private headers.

  • Target.pri: Ditto.
  • WebCore.gypi: Ditto.
  • notifications/NotificationContents.h: Converted class to struct. Members need to be accessible

in order to do WK2 argument encoding.
(WebCore::NotificationContents::NotificationContents):

  • notifications/Notification.cpp: Update style of entire file.

(WebCore::Notification::Notification): Added default constructor (for WK2), and minor refactoring
with NotificationContents.

  • notifications/Notification.h: Added set methods for WK2 serialization. Also, update indenting.

(WebCore::Notification::setHTML): Added.
(WebCore::Notification::setURL): Added.
(WebCore::Notification::contents): Added const version for WK2.

  • notifications/NotificationCenter.h: Update style.
  • notifications/NotificationController.cpp: Added.

(WebCore::NotificationController::NotificationController):
(WebCore::NotificationController::~NotificationController):

  • notifications/NotificationController.h: Added.

(WebCore::NotificationController::client):

  • notifications/NotificationPresenter.h: This acts like a client, and should probably be renamed as such.

Removed ifdef for exposure to WK2.
(WebCore::NotificationPresenter::~NotificationPresenter): Moved as protected instead of public.

  • page/DOMWindow.cpp:

(WebCore::DOMWindow::webkitNotifications): We move the request for the notification client from the chrome
to the controller.

  • page/Page.cpp:

(WebCore::Page::Page): The page now owns a notification controller.
(WebCore::Page::PageClients::PageClients): Add notification client as a page client.

  • page/Page.h:

(WebCore::Page::notificationController): Retrieve the notification controller.

  • page/ChromeClient.h: We move the request for the notification client from the chrome to the controller.

Remove notificationPresenter().

  • page/Chrome.cpp: Remove notificationPresenter().
  • page/Chrome.h: Remove notificationPresenter().
  • loader/EmptyClients.h: Remove notificationPresenter().

Source/WebKit:

Reviewed by Sam Weinig.

  • WebKit.xcodeproj/project.pbxproj: Add WebNotificationClient class.

Source/WebKit/chromium:

Reviewed by Sam Weinig.

Remove notificationPresenter() from the chrome client, since it is now managed by
the notification controller.

  • src/ChromeClientImpl.cpp:
  • src/ChromeClientImpl.h:
  • src/WebNotification.cpp:

(WebKit::WebNotification::title): Refactoring with NotificationContents conversion to struct.
(WebKit::WebNotification::body): Ditto.

  • src/WebViewImpl.cpp:

(WebKit::WebViewImpl::WebViewImpl): Set notification client in web view's page clients.

Source/WebKit/mac:

Reviewed by Sam Weinig.

  • Configurations/FeatureDefines.xcconfig: Split out ENABLE_NOTIFICATIONS based on platform.
  • WebCoreSupport/WebNotificationClient.h: Added.

(WebNotificationClient::webView):

  • WebCoreSupport/WebNotificationClient.mm: Added. Implemented as stubs for now.

(WebNotificationClient::WebNotificationClient):
(WebNotificationClient::show):
(WebNotificationClient::cancel):
(WebNotificationClient::notificationObjectDestroyed):
(WebNotificationClient::requestPermission):
(WebNotificationClient::cancelRequestsForPermission):
(WebNotificationClient::checkPermission):

  • WebView/WebView.mm: Set PageClient's notification client to an instance of this stubbed class.

Source/WebKit/qt:

Reviewed by Sam Weinig.

  • Api/qwebpage.cpp: Add notification client to pageClients.

(QWebPagePrivate::QWebPagePrivate):

  • WebCoreSupport/ChromeClientQt.cpp: Remove notification client from ChromeClient implementation.
  • WebCoreSupport/ChromeClientQt.h:
  • WebCoreSupport/NotificationPresenterClientQt.cpp: Refactor with change of NotificationContents to struct

(WebCore::NotificationWrapper::title):
(WebCore::NotificationWrapper::message):
(WebCore::NotificationPresenterClientQt::displayNotification):
(WebCore::NotificationPresenterClientQt::cancel):
(WebCore::NotificationPresenterClientQt::notificationClicked):
(WebCore::NotificationPresenterClientQt::dumpReplacedIdText):
(WebCore::NotificationPresenterClientQt::dumpShowText):

Source/WebKit2:

Reviewed by Sam Weinig.

  • WebKit2.xcodeproj/project.pbxproj: Added classes for notification support.
  • win/WebKit2.vcproj: Ditto.
  • Target.pri: Ditto.
  • Configurations/FeatureDefines.xcconfig: Split out ENABLE_NOTIFICATIONS based on platform.
  • DerivedSources.make: Add Notifications to VPATH.
  • Platform/CoreIPC/MessageID.h: List WebNotificationManagerProxy as a class with messages.
  • Scripts/webkit2/messages.py: Mark WebCore::NotificationContents as a struct.
  • Shared/API/c/WKBase.h: Map opaque types to NotificationProvider, NotificationManager, and Notification.
  • UIProcess/API/C/WKAPICast.h: Map WK types toNotificationProvider, NotificationManager, and Notification.
  • Shared/APIObject.h: Add Notification and NotificationManager as APIObjects.
  • Shared/WebCoreArgumentCoders.cpp: Added coders for KURL.

(CoreIPC::::encode):
(CoreIPC::::decode):

  • Shared/WebCoreArgumentCoders.h:
  • UIProcess/WebNotification.cpp: Added.

(WebKit::WebNotification::WebNotification):
(WebKit::WebNotification::~WebNotification):
(WebKit::WebNotification::encode):
(WebKit::WebNotification::decode):

  • UIProcess/WebNotification.h: Added.

(WebKit::WebNotification::create):
(WebKit::WebNotification::title):
(WebKit::WebNotification::body):
(WebKit::WebNotification::type):

  • UIProcess/API/C/WKNotification.cpp: Added as API.

(WKNotificationGetTypeID):
(WKNotificationCopyTitle):
(WKNotificationCopyBody):

  • UIProcess/API/C/WKNotification.h: Added as API.
  • WebProcess/Notifications/WebNotificationManager.h: Added. Contains for now show() and cancel().

The rest of the notification client methods will be added later. These two functions send messages
to the manager proxy.

  • WebProcess/Notifications/WebNotificationManager.cpp: Added.

(WebKit::WebNotificationManager::WebNotificationManager):
(WebKit::WebNotificationManager::~WebNotificationManager):
(WebKit::WebNotificationManager::show):
(WebKit::WebNotificationManager::cancel):

  • UIProcess/WebNotificationManagerProxy.cpp: Added.

(WebKit::WebNotificationManagerProxy::create):
(WebKit::WebNotificationManagerProxy::WebNotificationManagerProxy):
(WebKit::WebNotificationManagerProxy::~WebNotificationManagerProxy):
(WebKit::WebNotificationManagerProxy::invalidate):
(WebKit::WebNotificationManagerProxy::initializeProvider):
(WebKit::WebNotificationManagerProxy::didReceiveMessage):
(WebKit::WebNotificationManagerProxy::show):
(WebKit::WebNotificationManagerProxy::cancel):

  • UIProcess/WebNotificationManagerProxy.h: Added.

(WebKit::WebNotificationManagerProxy::clearContext):
(WebKit::WebNotificationManagerProxy::type):

  • UIProcess/WebNotificationManagerProxy.messages.in: Added.
  • UIProcess/API/C/WKNotificationManager.cpp: Added.

(WKNotificationManagerGetTypeID):
(WKNotificationManagerSetProvider):

  • UIProcess/API/C/WKNotificationManager.h: Added.
  • UIProcess/WebContext.h: Add the notification manager to the web context.

(WebKit::WebContext::notificationManagerProxy): Access the manager.

  • UIProcess/WebContext.cpp:

(WebKit::WebContext::WebContext): Boilerplate for managers.
(WebKit::WebContext::~WebContext): Boilerplate for managers.
(WebKit::WebContext::disconnectProcess): Boilerplate for managers.
(WebKit::WebContext::didReceiveMessage): Forward messages to the notification manager.

  • UIProcess/API/C/WKContext.cpp: Expose as API.

(WKContextGetNotificationManager):

  • UIProcess/API/C/WKContext.h: Expose as API.
  • UIProcess/API/C/WKNotificationProvider.h: Added.
  • UIProcess/WebNotificationProvider.h: Added as APIClient.
  • UIProcess/WebNotificationProvider.cpp: Added.

(WebKit::WebNotificationProvider::show): Forward call to the client.
(WebKit::WebNotificationProvider::cancel): Forward call to the client.

  • UIProcess/WebProcessProxy.cpp:

(WebKit::WebProcessProxy::didReceiveMessage): Forward messages for notification manager to the context.

  • WebProcess/WebCoreSupport/WebChromeClient.cpp: Remove notificationPresenter().
  • WebProcess/WebCoreSupport/WebChromeClient.h: Remove notificationPresenter().
  • WebProcess/WebCoreSupport/WebNotificationClient.h: Added. Forwards client methods to manager.
  • WebProcess/WebCoreSupport/WebNotificationClient.cpp: Added. Mostly stub implementation for now.

(WebKit::WebNotificationClient::WebNotificationClient):
(WebKit::WebNotificationClient::~WebNotificationClient):
(WebKit::WebNotificationClient::show):
(WebKit::WebNotificationClient::cancel):
(WebKit::WebNotificationClient::notificationObjectDestroyed):
(WebKit::WebNotificationClient::requestPermission):
(WebKit::WebNotificationClient::cancelRequestsForPermission):
(WebKit::WebNotificationClient::checkPermission):

  • WebProcess/WebPage/WebPage.h: Added WebNotificationClient as one of its page clients.
  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::WebPage): Set the notification client to WebNotificationClient.

  • WebProcess/WebProcess.h: Added WebNotificationManager.

(WebKit::WebProcess::notificationManager):

  • WebProcess/WebProcess.cpp:

(WebKit::WebProcess::WebProcess): Initialize notificaton manager.

5:00 PM Changeset in webkit [101306] by Beth Dakin
  • 3 edits in trunk/Source/WebKit/chromium

Speculative Chromium build fix.

  • src/ScrollbarGroup.cpp:

(WebKit::ScrollbarGroup::scrollbarStyleChanged):

  • src/ScrollbarGroup.h:
4:52 PM Changeset in webkit [101305] by oliver@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

Fix windows build.

4:48 PM Changeset in webkit [101304] by oliver@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

Fix gyp build

4:38 PM Changeset in webkit [101303] by ojan@chromium.org
  • 3 edits in trunk/Tools

gtest normalization in the test results server is sometimes wrong
https://bugs.webkit.org/show_bug.cgi?id=73262

Reviewed by Tony Chang.

If a gtest has it's modified changed (e.g. add FLAKY_) then it will have two
entries in the incremental JSON, one of the entries will have the correct data
from the run and the other will have dummy no-data values. Make sure to
always pick the one with real data.

  • TestResultServer/model/jsonresults.py:

(JsonResults._remove_gtest_modifiers):

  • TestResultServer/model/jsonresults_unittest.py:

(JsonResultsTest.test_remove_gtest_modifiers):

4:22 PM Changeset in webkit [101302] by noel.gordon@gmail.com
  • 2 edits in trunk/Source/WebCore

ImageDecoder setSize() should check for backing store allocation failure
https://bugs.webkit.org/show_bug.cgi?id=72864

Reviewed by Adam Barth.

The backing store of a decoded image is a Vector<PixelData> on the affected
ports. And Vector<> provides a resize capacity member that returns false if
memory allocation fails.

setSize() should be called once only during an image decode - add an ASSERT
for that. Resize the backing store capacity to the requested image size and
return false if memory allocation fails.

ImageDecoder::isOverSize(width, height) is called to check that the decoded
width and height won't overflow 'width x height x sizeof(PixelData)' before
calls to setSize(). Refer to http://webkit.org/b/48634

No new tests. Covered by fast/images/size-failure.html

  • platform/image-decoders/ImageDecoder.cpp:

(WebCore::ImageFrame::setSize):

4:21 PM Changeset in webkit [101301] by oliver@apple.com
  • 11 edits in trunk/Source/WebCore

Fix V8 bindings codegen and add yet more tests for the typed
array bindings.

4:16 PM Changeset in webkit [101300] by commit-queue@webkit.org
  • 4 edits
    1 add in trunk/Source

FloatQuad::isRectilinear() returns false for 180degree rotations
https://bugs.webkit.org/show_bug.cgi?id=73040

Patch by Dana Jansens <danakj@chromium.org> on 2011-11-28
Reviewed by James Robinson.

Source/WebCore:

Added unit test FloatQuadTest.cpp.

  • platform/graphics/FloatQuad.cpp:

(WebCore::withinEpsilon): Check two values are as close as can be represented by floats.
(WebCore::FloatQuad::isRectilinear): Use withinEpsilon().

Source/WebKit/chromium:

  • WebKit.gypi:
  • tests/FloatQuadTest.cpp: Added.

(WebCore::TEST):

4:13 PM Changeset in webkit [101299] by ojan@chromium.org
  • 3 edits in trunk/Tools

Some of the results.json files have results/times entries at the directory level
https://bugs.webkit.org/show_bug.cgi?id=73261

Reviewed by Tony Chang.

This is just a bug that got introduced in a temporary push of the results server.
This patch repairs the broken files. After all the bots have cycled, we can simplify
this code to just assert that results/times are not at the directory level.

Also, when catching exceptions, log the full stacktrace.

  • TestResultServer/model/jsonresults.py:

(_is_directory):
(JsonResults._load_json):
(JsonResults._merge_tests):
(JsonResults.merge):

  • TestResultServer/model/jsonresults_unittest.py:

(JsonResultsTest.test_merge_directory_hierarchy_extra_results_and_times):

3:51 PM Changeset in webkit [101298] by fpizlo@apple.com
  • 7 edits in trunk/Source/JavaScriptCore

GetById should not always speculate cell
https://bugs.webkit.org/show_bug.cgi?id=73181

Reviewed by Gavin Barraclough.

GetById will now speculate cell if the predictions of the base are cell.
Otherwise it will do like the old JIT (and like the old non-speculative
DFG JIT): if not cell, go straight to slow-path but otherwise don't OSR
out. This is a 1% speed-up on SunSpider.

  • dfg/DFGAbstractState.cpp:

(JSC::DFG::AbstractState::execute):

  • dfg/DFGOperations.cpp:
  • dfg/DFGOperations.h:
  • dfg/DFGSpeculativeJIT.h:

(JSC::DFG::SpeculativeJIT::setupArgumentsWithExecState):
(JSC::DFG::SpeculativeJIT::callOperation):

  • dfg/DFGSpeculativeJIT32_64.cpp:

(JSC::DFG::SpeculativeJIT::cachedGetById):
(JSC::DFG::SpeculativeJIT::compile):

  • dfg/DFGSpeculativeJIT64.cpp:

(JSC::DFG::SpeculativeJIT::compile):

3:48 PM Changeset in webkit [101297] by zmo@google.com
  • 1 edit in trunk/LayoutTests/platform/chromium/test_expectations.txt

Webkit gardening: test expectations update.

3:42 PM Changeset in webkit [101296] by Beth Dakin
  • 2 edits in trunk/Source/WebCore

Speculative Chromium build-fix.

  • platform/chromium/ScrollAnimatorChromiumMac.mm:

(WebCore::ScrollAnimatorChromiumMac::updateScrollerStyle):

3:40 PM Changeset in webkit [101295] by oliver@apple.com
  • 71 edits
    1 copy
    13 moves
    10 adds
    9 deletes in trunk/Source

Move typed array implementations into wtf
https://bugs.webkit.org/show_bug.cgi?id=73248

Reviewed by Sam Weinig.

Source/JavaScriptCore:

Move typed array implementation files from WebCore to wtf. Inline the
.cpp files for each of the array views to cut down on unnecessary exports
and function call overhead for trivial operations.

Added files to all the project files.

(WTF::ArrayBuffer::transfer):
(WTF::ArrayBuffer::addView):
(WTF::ArrayBuffer::removeView):

  • wtf/ArrayBuffer.h: Renamed from Source/WebCore/html/canvas/ArrayBuffer.cpp.

(WTF::ArrayBufferContents::ArrayBufferContents):
(WTF::ArrayBufferContents::data):
(WTF::ArrayBufferContents::sizeInBytes):
(WTF::ArrayBufferContents::transfer):
(WTF::ArrayBuffer::~ArrayBuffer):
(WTF::ArrayBuffer::clampValue):
(WTF::ArrayBuffer::create):
(WTF::ArrayBuffer::ArrayBuffer):
(WTF::ArrayBuffer::data):
(WTF::ArrayBuffer::byteLength):
(WTF::ArrayBuffer::slice):
(WTF::ArrayBuffer::sliceImpl):
(WTF::ArrayBuffer::clampIndex):
(WTF::ArrayBufferContents::tryAllocate):
(WTF::ArrayBufferContents::~ArrayBufferContents):

  • wtf/ArrayBufferView.cpp: Copied from Source/WebCore/bindings/js/JSArrayBufferCustom.cpp.

(WTF::ArrayBufferView::ArrayBufferView):
(WTF::ArrayBufferView::~ArrayBufferView):
(WTF::ArrayBufferView::neuter):

  • wtf/ArrayBufferView.h: Renamed from Source/WebCore/html/canvas/ArrayBufferView.h.

(WTF::ArrayBufferView::isByteArray):
(WTF::ArrayBufferView::isUnsignedByteArray):
(WTF::ArrayBufferView::isShortArray):
(WTF::ArrayBufferView::isUnsignedShortArray):
(WTF::ArrayBufferView::isIntArray):
(WTF::ArrayBufferView::isUnsignedIntArray):
(WTF::ArrayBufferView::isFloatArray):
(WTF::ArrayBufferView::isDoubleArray):
(WTF::ArrayBufferView::isDataView):
(WTF::ArrayBufferView::buffer):
(WTF::ArrayBufferView::baseAddress):
(WTF::ArrayBufferView::byteOffset):
(WTF::ArrayBufferView::verifySubRange):
(WTF::ArrayBufferView::clampOffsetAndNumElements):
(WTF::ArrayBufferView::setImpl):
(WTF::ArrayBufferView::setRangeImpl):
(WTF::ArrayBufferView::zeroRangeImpl):
(WTF::ArrayBufferView::calculateOffsetAndLength):

  • wtf/CMakeLists.txt:
  • wtf/Float32Array.h: Renamed from Source/WebCore/html/canvas/Float32Array.h.

(WTF::Float32Array::set):
(WTF::Float32Array::item):
(WTF::Float32Array::isFloatArray):
(WTF::Float32Array::create):
(WTF::Float32Array::Float32Array):
(WTF::Float32Array::subarray):

  • wtf/Float64Array.h: Renamed from Source/WebCore/html/canvas/Float64Array.h.

(WTF::Float64Array::set):
(WTF::Float64Array::item):
(WTF::Float64Array::isDoubleArray):
(WTF::Float64Array::create):
(WTF::Float64Array::Float64Array):
(WTF::Float64Array::subarray):

  • wtf/Int16Array.h: Renamed from Source/WebCore/html/canvas/Int16Array.cpp.

(WTF::Int16Array::set):
(WTF::Int16Array::isShortArray):
(WTF::Int16Array::create):
(WTF::Int16Array::Int16Array):
(WTF::Int16Array::subarray):

  • wtf/Int32Array.h: Renamed from Source/WebCore/html/canvas/Int32Array.cpp.

(WTF::Int32Array::set):
(WTF::Int32Array::isIntArray):
(WTF::Int32Array::create):
(WTF::Int32Array::Int32Array):
(WTF::Int32Array::subarray):

  • wtf/Int8Array.h: Renamed from Source/WebCore/html/canvas/Int8Array.cpp.

(WTF::Int8Array::set):
(WTF::Int8Array::isByteArray):
(WTF::Int8Array::create):
(WTF::Int8Array::Int8Array):
(WTF::Int8Array::subarray):

  • wtf/IntegralTypedArrayBase.h: Renamed from Source/WebCore/html/canvas/IntegralTypedArrayBase.h.

(WTF::IntegralTypedArrayBase::set):
(WTF::IntegralTypedArrayBase::item):
(WTF::IntegralTypedArrayBase::IntegralTypedArrayBase):

  • wtf/TypedArrayBase.h: Renamed from Source/WebCore/html/canvas/TypedArrayBase.h.

(WTF::TypedArrayBase::data):
(WTF::TypedArrayBase::set):
(WTF::TypedArrayBase::setRange):
(WTF::TypedArrayBase::zeroRange):
(WTF::TypedArrayBase::length):
(WTF::TypedArrayBase::byteLength):
(WTF::TypedArrayBase::TypedArrayBase):
(WTF::TypedArrayBase::create):
(WTF::TypedArrayBase::subarrayImpl):

  • wtf/Uint16Array.h: Renamed from Source/WebCore/html/canvas/Uint16Array.cpp.

(WTF::Uint16Array::set):
(WTF::Uint16Array::isUnsignedShortArray):
(WTF::Uint16Array::create):
(WTF::Uint16Array::Uint16Array):
(WTF::Uint16Array::subarray):

  • wtf/Uint32Array.h: Renamed from Source/WebCore/html/canvas/Uint32Array.cpp.

(WTF::Uint32Array::set):
(WTF::Uint32Array::isUnsignedIntArray):
(WTF::Uint32Array::create):
(WTF::Uint32Array::Uint32Array):
(WTF::Uint32Array::subarray):

  • wtf/Uint8Array.h: Renamed from Source/WebCore/html/canvas/Uint8Array.h.

(WTF::Uint8Array::set):
(WTF::Uint8Array::isUnsignedByteArray):
(WTF::Uint8Array::create):
(WTF::Uint8Array::Uint8Array):
(WTF::Uint8Array::subarray):

  • wtf/wtf.pro:

Source/WebCore:

Removed the typed array implementation files from WebCore and
added forwarding headers.

  • CMakeLists.txt:
  • ForwardingHeaders/wtf/ArrayBuffer.h: Added.
  • ForwardingHeaders/wtf/ArrayBufferView.h: Added.
  • ForwardingHeaders/wtf/Float32Array.h: Added.
  • ForwardingHeaders/wtf/Float64Array.h: Added.
  • ForwardingHeaders/wtf/Int16Array.h: Added.
  • ForwardingHeaders/wtf/Int32Array.h: Added.
  • ForwardingHeaders/wtf/Int8Array.h: Added.
  • ForwardingHeaders/wtf/Uint16Array.h: Added.
  • ForwardingHeaders/wtf/Uint32Array.h: Added.
  • ForwardingHeaders/wtf/Uint8Array.h: Added.
  • GNUmakefile.list.am:
  • Target.pri:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • bindings/js/JSArrayBufferCustom.cpp:
  • bindings/js/JSArrayBufferViewHelper.h:
  • bindings/js/JSAudioContextCustom.cpp:
  • bindings/js/JSFileReaderCustom.cpp:
  • bindings/js/JSFloat32ArrayCustom.cpp:
  • bindings/js/JSFloat64ArrayCustom.cpp:
  • bindings/js/JSInt16ArrayCustom.cpp:
  • bindings/js/JSInt32ArrayCustom.cpp:
  • bindings/js/JSInt8ArrayCustom.cpp:
  • bindings/js/JSUint16ArrayCustom.cpp:
  • bindings/js/JSUint32ArrayCustom.cpp:
  • bindings/js/JSUint8ArrayCustom.cpp:
  • bindings/js/JSWaveShaperNodeCustom.cpp:
  • bindings/js/JSWebGLRenderingContextCustom.cpp:
  • bindings/js/JSXMLHttpRequestCustom.cpp:
  • bindings/scripts/CodeGeneratorJS.pm:

(AddIncludesForType):
(GenerateHeader):
(NativeToJSValue):

  • bindings/scripts/test/JS/JSFloat64Array.cpp:
  • bindings/scripts/test/JS/JSFloat64Array.h:
  • dom/MessageEvent.h:
  • fileapi/FileReader.cpp:
  • fileapi/FileReaderLoader.cpp:
  • fileapi/FileReaderSync.cpp:
  • fileapi/WebKitBlobBuilder.cpp:
  • html/HTMLMediaElement.cpp:
  • html/canvas/ArrayBuffer.h: Removed.
  • html/canvas/ArrayBufferView.cpp: Removed.
  • html/canvas/DataView.h:
  • html/canvas/Float64Array.cpp: Removed.
  • html/canvas/Int16Array.h: Removed.
  • html/canvas/Int32Array.h: Removed.
  • html/canvas/Int8Array.h: Removed.
  • html/canvas/Uint16Array.h: Removed.
  • html/canvas/Uint32Array.h: Removed.
  • html/canvas/Uint8Array.cpp: Removed.
  • html/canvas/WebGLBuffer.cpp:
  • html/canvas/WebGLBuffer.h:
  • html/canvas/WebGLGetInfo.cpp:
  • html/canvas/WebGLGetInfo.h:
  • html/canvas/WebGLRenderingContext.cpp:
  • html/canvas/WebGLRenderingContext.h:
  • page/Crypto.cpp:
  • platform/graphics/GraphicsContext3D.cpp:
  • platform/graphics/mac/GraphicsContext3DMac.mm:
  • platform/graphics/opengl/GraphicsContext3DOpenGL.cpp:
  • webaudio/AsyncAudioDecoder.cpp:
  • webaudio/AudioBuffer.h:
  • webaudio/AudioContext.cpp:
  • webaudio/AudioParam.h:
  • webaudio/AudioParamTimeline.h:
  • webaudio/JavaScriptAudioNode.cpp:
  • webaudio/RealtimeAnalyser.cpp:
  • webaudio/WaveShaperProcessor.h:
  • websockets/WebSocketChannel.cpp:
  • websockets/WorkerThreadableWebSocketChannel.cpp:
  • xml/XMLHttpRequest.cpp:
3:33 PM Changeset in webkit [101294] by haraken@chromium.org
  • 2 edits in trunk/LayoutTests

Unreviewed, s/SyntaxError/TypeError/ in the flaky test result.

  • platform/chromium-win/fast/workers/worker-constructor-expected.txt:
3:29 PM Changeset in webkit [101293] by bfulgham@webkit.org
  • 3 edits in trunk/Source/WebKit2

[WinCairo] Unreviewed build corrections.

  • UIProcess/BackingStore.h: WinCairo doesn't need the Cairo backing for widgets.
  • win/WebKit2CFLite.def: Update to match WebKit2.def.
3:11 PM Changeset in webkit [101292] by robert@webkit.org
  • 74 edits
    137 deletes in trunk

Unreviewed, rolling out r101202.
http://trac.webkit.org/changeset/101202
https://bugs.webkit.org/show_bug.cgi?id=71244

Caused performance regressions when painting collapsed borders

Source/WebCore:

  • rendering/RenderTableCell.cpp:

(WebCore::compareBorders):
(WebCore::RenderTableCell::collapsedStartBorder):
(WebCore::RenderTableCell::collapsedEndBorder):
(WebCore::RenderTableCell::collapsedBeforeBorder):
(WebCore::RenderTableCell::collapsedAfterBorder):

  • rendering/style/CollapsedBorderValue.h:

(WebCore::CollapsedBorderValue::CollapsedBorderValue):
(WebCore::CollapsedBorderValue::operator==):

  • rendering/style/RenderStyleConstants.h:

LayoutTests:

  • css2.1/20110323/border-conflict-element-001.htm: Removed.
  • css2.1/20110323/border-conflict-element-001a.htm: Removed.
  • css2.1/20110323/border-conflict-element-001b.htm: Removed.
  • css2.1/20110323/border-conflict-element-001c.htm: Removed.
  • css2.1/20110323/border-conflict-element-001d.htm: Removed.
  • css2.1/20110323/border-conflict-element-003.htm: Removed.
  • css2.1/20110323/border-conflict-element-004.htm: Removed.
  • css2.1/20110323/border-conflict-element-005.htm: Removed.
  • css2.1/20110323/border-conflict-element-006.htm: Removed.
  • css2.1/20110323/border-conflict-element-007.htm: Removed.
  • css2.1/20110323/border-conflict-element-008.htm: Removed.
  • css2.1/20110323/border-conflict-element-009.htm: Removed.
  • css2.1/20110323/border-conflict-element-010.htm: Removed.
  • css2.1/20110323/border-conflict-element-011.htm: Removed.
  • css2.1/20110323/border-conflict-element-012.htm: Removed.
  • css2.1/20110323/border-conflict-element-013.htm: Removed.
  • css2.1/20110323/border-conflict-element-014.htm: Removed.
  • css2.1/20110323/border-conflict-element-015.htm: Removed.
  • css2.1/20110323/border-conflict-element-016.htm: Removed.
  • css2.1/20110323/border-conflict-element-017.htm: Removed.
  • css2.1/20110323/border-conflict-element-018.htm: Removed.
  • css2.1/20110323/border-conflict-element-019.htm: Removed.
  • css2.1/20110323/border-conflict-element-020.htm: Removed.
  • css2.1/20110323/border-conflict-element-021.htm: Removed.
  • css2.1/20110323/border-conflict-element-022.htm: Removed.
  • css2.1/20110323/border-conflict-element-023.htm: Removed.
  • css2.1/20110323/border-conflict-element-024.htm: Removed.
  • css2.1/20110323/border-conflict-element-025.htm: Removed.
  • css2.1/20110323/border-conflict-element-026.htm: Removed.
  • css2.1/20110323/border-conflict-element-027.htm: Removed.
  • css2.1/20110323/border-conflict-element-028.htm: Removed.
  • css2.1/20110323/border-conflict-element-029.htm: Removed.
  • css2.1/20110323/border-conflict-element-030.htm: Removed.
  • css2.1/20110323/border-conflict-element-031.htm: Removed.
  • css2.1/20110323/border-conflict-element-032.htm: Removed.
  • css2.1/20110323/border-conflict-element-033.htm: Removed.
  • css2.1/20110323/border-conflict-element-034.htm: Removed.
  • css2.1/20110323/border-conflict-element-035.htm: Removed.
  • css2.1/20110323/border-conflict-element-036.htm: Removed.
  • css2.1/20110323/border-conflict-element-037.htm: Removed.
  • css2.1/20110323/border-conflict-element-038.htm: Removed.
  • css2.1/20110323/border-conflict-element-039.htm: Removed.
  • css2.1/20110323/support/swatch-blue.png: Removed.
  • css2.1/20110323/support/swatch-green.png: Removed.
  • css2.1/20110323/support/swatch-lime.png: Removed.
  • css2.1/20110323/support/swatch-orange.png: Removed.
  • css2.1/20110323/support/swatch-red.png: Removed.
  • css2.1/20110323/support/swatch-teal.png: Removed.
  • css2.1/20110323/support/swatch-white.png: Removed.
  • css2.1/20110323/support/swatch-yellow.png: Removed.
  • fast/css/border-conflict-element-002.htm: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-linux/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-linux/css2.1/20110323/floating-replaced-height-008-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
  • platform/chromium-linux/fast/borders/border-antialiasing-expected.png:
  • platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
  • platform/chromium-linux/tables/mozilla/marvin/table_rules_all-expected.png:
  • platform/chromium-linux/tables/mozilla/marvin/table_rules_none-expected.png:
  • platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
  • platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-001-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-001a-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-001a-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-001b-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-001b-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-001c-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-001c-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-001d-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-003-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-003-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-004-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-004-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-005-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-005-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-006-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-006-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-007-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-007-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-008-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-008-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-009-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-009-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-010-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-010-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-011-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-011-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-012-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-012-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-013-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-013-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-014-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-014-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-015-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-015-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-016-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-016-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-017-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-017-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-018-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-018-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-019-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-019-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-020-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-020-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-021-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-021-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-022-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-022-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-023-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-023-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-024-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-024-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-025-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-025-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-026-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-026-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-027-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-027-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-028-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-028-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-029-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-029-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-030-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-030-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-031-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-031-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-032-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-032-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-033-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-033-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-034-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-034-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-035-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-035-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-036-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-036-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-037-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-037-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-038-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-038-expected.txt: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-039-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-039-expected.txt: Removed.
  • platform/chromium/fast/css/border-conflict-element-002-expected.png: Removed.
  • platform/chromium/fast/css/border-conflict-element-002-expected.txt: Removed.
3:07 PM Changeset in webkit [101291] by fpizlo@apple.com
  • 4 edits in trunk/Source/JavaScriptCore

Don't try to optimize huge code blocks
https://bugs.webkit.org/show_bug.cgi?id=73187

Reviewed by Oliver Hunt.

This unifies the heuristics used for deciding if a code block is too big
to optimize, and sets this heuristic to 1000, which is intuitively better
than numeric_limits<unsigned>::max(). It also results in what looks like
a speed-up on both SunSpider and V8 (in Tools/Scripts/bencher).

  • dfg/DFGCapabilities.h:

(JSC::DFG::mightCompileEval):
(JSC::DFG::mightCompileProgram):
(JSC::DFG::mightCompileFunctionForCall):
(JSC::DFG::mightCompileFunctionForConstruct):

  • runtime/Heuristics.cpp:

(JSC::Heuristics::initializeHeuristics):

  • runtime/Heuristics.h:
3:06 PM Changeset in webkit [101290] by Beth Dakin
  • 19 edits in trunk/Source

https://bugs.webkit.org/show_bug.cgi?id=72551
When the recommended scrollbar style changes, WKView's tracking options should
adjust accordingly
-and corresponding-
<rdar://problem/10409328>

Reviewed by Darin Adler.

Source/WebCore:

This new ChromeClient function is called when the recommended scrollbar style
changes. This way, WebKit can respond to the change by adjusting its mouse
tracking.

  • page/ChromeClient.h:

(WebCore::ChromeClient::recommendedScrollbarStyleDidChange):

Existing ScrollableArea function scrollbarStyleChanged() now takes an int
indicating the new scrollbar style and a bool indicating whether it is necessary
to force an update. It used to be the case that this function was ONLY used to
force an update (and only called when an updated was needed), but now that it must
also call into the ChromeClient, it is necessary to include a bool tracking
whether we need to force an update. New implementation on FrameView is responsible
for calling ChromeClient, and then that calls into the pre-existing ScrollView
function for the forceUpdate part.

  • page/FrameView.cpp:

(WebCore::FrameView::scrollbarStyleChanged):

  • page/FrameView.h:
  • platform/ScrollView.cpp:

(WebCore::ScrollView:: scrollbarStyleChanged):

  • platform/ScrollView.h:
  • platform/ScrollableArea.h:

(WebCore::ScrollableArea::scrollbarStyleChanged):

  • platform/mac/ScrollAnimatorMac.mm:

(WebCore::ScrollAnimatorMac::updateScrollerStyle):

Source/WebKit2:

These new functions take care of passing along the
recommendedScrollbarStyleDidChange() message that originates in the ChromeClient.

  • UIProcess/API/mac/PageClientImpl.h:
  • UIProcess/PageClient.h:
  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::recommendedScrollbarStyleDidChange):

  • UIProcess/WebPageProxy.h:
  • UIProcess/WebPageProxy.messages.in:
  • WebProcess/WebCoreSupport/WebChromeClient.cpp:

(WebKit::WebChromeClient::recommendedScrollbarStyleDidChange):

  • WebProcess/WebCoreSupport/WebChromeClient.h:

This is where we actually respond to the recommendedScrollbarStyleDidChange
message. We remove the existing tracking area and create a new tracking area with
the appropriate tracking options.

  • UIProcess/API/mac/PageClientImpl.mm:

(WebKit::PageClientImpl::recommendedScrollbarStyleDidChange):

BuiltInPDFView inherits from WebCore::ScrollableArea, so scrollbarStyleChanged()
must now take two parameters like the one in ScrollableArea.

  • WebProcess/Plugins/PDF/BuiltInPDFView.cpp:

(WebKit::BuiltInPDFView::scrollbarStyleChanged):

  • WebProcess/Plugins/PDF/BuiltInPDFView.h:
3:06 PM Changeset in webkit [101289] by robert@webkit.org
  • 135 edits
    36 moves
    36 adds
    261 deletes in trunk/LayoutTests

Unreviewed, rolling out r101211.
http://trac.webkit.org/changeset/101211

Caused performance regressions when painting collapsed borders

  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-001-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-001a-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-001b-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-001c-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-003-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-004-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-005-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-006-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-007-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-008-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-009-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-010-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-011-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-012-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-013-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-014-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-015-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-016-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-017-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-018-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-019-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-020-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-021-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-022-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-023-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-024-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-025-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-026-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-027-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-028-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-029-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-030-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-031-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-032-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-033-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-034-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-035-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-036-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-037-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-038-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-039-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-cg-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png:
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-25-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-27-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-28-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-95-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-97-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-98-d-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/fast/borders/border-antialiasing-expected.png:
  • platform/chromium-cg-mac-leopard/fast/css/border-conflict-element-002-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png:
  • platform/chromium-cg-mac-leopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
  • platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_rules_all-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_rules_none-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-cg-mac-snowleopard/css2.1/20110323/floating-replaced-height-008-expected.png:
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/fast/borders/border-antialiasing-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png:
  • platform/chromium-cg-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Removed.
  • platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-mac-snowleopard/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-mac-snowleopard/css2.1/20110323/floating-replaced-height-008-expected.png:
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Removed.
  • platform/chromium-mac-snowleopard/fast/borders/border-antialiasing-expected.png: Removed.
  • platform/chromium-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png:
  • platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
  • platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.png: Removed.
  • platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.png: Removed.
  • platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Removed.
  • platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-45-d-expected.png.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Added.
  • platform/chromium-mac/fast/borders/border-antialiasing-expected.png: Added.
  • platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
  • platform/chromium-mac/tables/mozilla/marvin/table_rules_all-expected.png: Added.
  • platform/chromium-mac/tables/mozilla/marvin/table_rules_none-expected.png: Added.
  • platform/chromium-mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added.
  • platform/chromium-mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001a-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001b-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001c-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-003-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-004-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-005-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-006-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-007-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-008-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-009-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-010-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-011-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-012-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-013-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-014-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-015-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-015-expected.txt: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-016-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-016-expected.txt: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-017-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-017-expected.txt: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-018-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-019-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-020-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-020-expected.txt: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-021-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-022-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-023-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-024-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-025-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-026-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-027-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-027-expected.txt: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-028-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-029-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-030-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-031-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-032-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-033-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-034-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-035-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-036-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-036-expected.txt: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-037-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-037-expected.txt: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-038-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-038-expected.txt: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-039-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-win/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-win/css2.1/20110323/floating-replaced-height-008-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
  • platform/chromium-win/fast/borders/border-antialiasing-expected.png:
  • platform/chromium-win/fast/css/border-conflict-element-002-expected.png: Removed.
  • platform/chromium-win/fast/repaint/table-cell-collapsed-border-expected.png:
  • platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
  • platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.png:
  • platform/chromium-win/tables/mozilla/marvin/table_rules_none-expected.png:
  • platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
  • platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-001-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-001a-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001a-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-001a-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-001b-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001b-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-001b-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-001c-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001c-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-001c-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-001d-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-001d-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-001d-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-003-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-003-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-003-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-004-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-004-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-004-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-005-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-005-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-005-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-006-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-006-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-006-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-007-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-007-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-007-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-008-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-008-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-008-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-009-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-009-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-009-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-010-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-010-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-010-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-011-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-011-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-011-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-012-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-012-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-012-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-013-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-013-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-013-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-014-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-014-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-014-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-015-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-015-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-016-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-016-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-017-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-017-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-018-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-018-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-018-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-019-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-019-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-019-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-020-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-020-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-021-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-021-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-021-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-022-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-022-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-022-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-023-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-023-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-023-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-024-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-024-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-024-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-025-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-025-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-025-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-026-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-026-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-026-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-027-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-027-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-028-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-028-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-028-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-029-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-029-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-029-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-030-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-030-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-030-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-031-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-031-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-031-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-032-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-032-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-032-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-033-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-033-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-033-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-034-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-034-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-034-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-035-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-035-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-035-expected.txt.
  • platform/chromium/css2.1/20110323/border-conflict-element-036-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-036-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-037-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-037-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-038-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-038-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-039-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-039-expected.txt: Renamed from LayoutTests/platform/chromium-win/css2.1/20110323/border-conflict-element-039-expected.txt.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-25-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-27-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-28-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-95-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-97-d-expected.png: Removed.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-98-d-expected.png: Removed.
  • platform/chromium/fast/css/border-conflict-element-002-expected.png:
  • platform/chromium/fast/css/border-conflict-element-002-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/css/border-conflict-element-002-expected.txt.
2:59 PM Changeset in webkit [101288] by jchaffraix@webkit.org
  • 20 edits
    5 adds in trunk

Add limited parsing support for grid-columns and grid-rows
https://bugs.webkit.org/show_bug.cgi?id=72531

Reviewed by Tony Chang.

Source/WebCore:

Test: fast/css-grid-layout/grid-columns-rows-get-set.html

Added support for:
<track-list> := <length> | <percentage> | 'none' | 'auto'

  • CMakeLists.txt:
  • GNUmakefile.list.am:
  • Target.pri:
  • WebCore.gypi:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • rendering/style/StyleAllInOne.cpp:

Updated our build systems.

  • css/CSSComputedStyleDeclaration.cpp:

(WebCore::valueForGridTrackList):
Helper function to convert our RenderStyle information to a proper CSSValue.
It doesn't do much now but it will be expanded as we add more support.

(WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): Call the previous
function.

  • css/CSSParser.h:
  • css/CSSParser.cpp:

(WebCore::CSSParser::parseValue):
(WebCore::CSSParser::parseGridTrackList):
CSS parsing part of this change. Pretty simple for now.

  • css/CSSPropertyNames.in:

Added -webkit-grid-columns and -webkit-grid-rows.

  • css/CSSProperty.cpp:

(WebCore::CSSProperty::isInheritedProperty):

  • css/CSSStyleApplyProperty.cpp:

(WebCore::CSSStyleApplyProperty::CSSStyleApplyProperty):

  • css/CSSStyleSelector.cpp:

(WebCore::CSSStyleSelector::applyProperty):
Style application plumbing.

  • rendering/style/RenderStyle.cpp:

(WebCore::RenderStyle::RenderStyle):
(WebCore::RenderStyle::diff):
This change is required for later when we add layout for our grid.

  • rendering/style/RenderStyle.h:

(WebCore::InheritedFlags::gridColumns):
(WebCore::InheritedFlags::gridRows):
(WebCore::InheritedFlags::setGridColumns):
(WebCore::InheritedFlags::setGridRows):
(WebCore::InheritedFlags::initialGridColumns):
(WebCore::InheritedFlags::initialGridRows):
Getters / Setters and initial values.

  • rendering/style/StyleGridData.cpp: Added.

(WebCore::StyleGridData::StyleGridData):

  • rendering/style/StyleGridData.h: Added.

(WebCore::StyleGridData::create):
(WebCore::StyleGridData::copy):
(WebCore::StyleGridData::operator==):
(WebCore::StyleGridData::operator!=):
This class holds the grid element information. For now pretty simple
shell that will be used for the rest of the support.

  • rendering/style/StyleRareNonInheritedData.cpp:

(WebCore::StyleRareNonInheritedData::StyleRareNonInheritedData):
(WebCore::StyleRareNonInheritedData::operator==):

  • rendering/style/StyleRareNonInheritedData.h:

Added StyleGridElementData to StyleRareNonInheritedData.

LayoutTests:

Test our currently supported grammar.

  • fast/css-grid-layout/grid-columns-rows-get-set.html: Added.
  • fast/css-grid-layout/resources/grid-columns-rows-get-set.js: Added.
  • fast/css-grid-layout/grid-columns-rows-get-set-expected.txt: Added.
2:57 PM Changeset in webkit [101287] by commit-queue@webkit.org
  • 1 edit
    106 deletes in trunk/LayoutTests

Unreviewed, rolling out r101207.
http://trac.webkit.org/changeset/101207
https://bugs.webkit.org/show_bug.cgi?id=73256

"Caused performance regressions when painting collapsed
borders" (Requested by mwenge2 on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-11-28

  • platform/gtk/css2.1/20110323/border-conflict-element-001-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-001a-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-001b-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-001c-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-001d-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-003-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-004-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-005-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-006-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-007-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-008-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-009-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-010-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-011-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-012-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-013-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-014-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-018-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-019-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-021-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-023-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-024-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-025-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-026-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-027-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-028-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-029-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-030-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-031-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-032-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-033-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-034-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-035-expected.txt: Removed.
  • platform/gtk/css2.1/20110323/border-conflict-element-039-expected.txt: Removed.
  • platform/gtk/fast/css/border-conflict-element-002-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-001-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-001a-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-001b-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-001c-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-001d-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-003-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-004-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-005-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-006-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-007-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-008-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-009-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-010-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-011-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-012-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-013-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-014-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-018-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-019-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-021-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-022-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-023-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-024-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-025-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-026-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-028-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-029-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-030-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-031-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-032-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-033-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-034-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-035-expected.txt: Removed.
  • platform/mac/css2.1/20110323/border-conflict-element-039-expected.txt: Removed.
  • platform/mac/fast/css/border-conflict-element-002-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-001-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-001a-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-001b-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-001c-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-001d-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-003-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-004-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-005-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-006-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-007-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-008-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-009-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-010-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-011-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-012-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-013-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-014-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-015-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-018-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-020-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-021-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-023-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-024-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-025-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-026-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-027-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-028-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-029-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-030-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-031-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-032-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-033-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-034-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-035-expected.txt: Removed.
  • platform/qt/css2.1/20110323/border-conflict-element-036-expected.txt: Removed.
  • platform/qt/fast/css/border-conflict-element-002-expected.txt: Removed.
2:55 PM Changeset in webkit [101286] by noel.gordon@gmail.com
  • 2 edits in trunk/Source/WebCore

[chromium] Use data decoding swizzle for turbo JPEG image decoding.
https://bugs.webkit.org/show_bug.cgi?id=59670

Reviewed by Kenneth Russell.

Add a BGRX row decode data swizzle for the little-endian ports that use libjpeg-turbo
(Chromium win/linux/mac) to reduce JPEG image decoding time by ~2x.

JPEG images of type JSC_GRAYSCALE are excluded since layout regressions were observed
for grayscale images produced by older tools (XV 3.10a 12/19/94). libjpeg decodes the
images without error; libjpeg-turbo caused visible artifacts (see bug for examples).

This patch is based on the work of Hironori Bono. He provided the original patch, and
the quantitative results confirming the significant performance improvement.

No new tests. Covered by many existing tests.

  • platform/image-decoders/jpeg/JPEGImageDecoder.cpp:

(rgbOutputColorSpace): If JCS_EXTENSIONS is defined (libjpeg-turbo), and the port is
little-endian, define a BGRX data swizzle for use when decoding pixel rows.
(turboSwizzled):
(WebCore::JPEGImageReader::decode): Select a possibly swizzled rgbOutputColorSpace()
for JSC_RGB and JCS_YCbCr input color space images. Exclude JSC_GRAYSCALE images.
(WebCore::JPEGImageDecoder::outputScanlines): Swizzle decode, if applicable.

2:52 PM Changeset in webkit [101285] by tony@chromium.org
  • 6 edits
    1 copy in trunk/Tools

ews bots should pass --force to update-webkit-chromium
https://bugs.webkit.org/show_bug.cgi?id=73230

Reviewed by Adam Barth.

This makes it less likely for gclient changes to break the bots (e.g.,
if a DEPS repository moves or is switched to a branch).

Also pass --force when using |build-webkit --update-chromium| since this
appears to only be used by the bots.

Take 2: Add Options.non_interactive to update.py's options() method.

  • Scripts/update-webkit:
  • Scripts/webkitdirs.pm:

(determineIsChromium): Add --force-update to update-webkit --chromium.
(forceChromiumUpdate):
(buildChromium): Pass --force to update-webkit-chromium.

  • Scripts/webkitpy/tool/steps/update.py:

(Update.run): Add --force-update if non-interactive (i.e., bots).

  • Scripts/webkitpy/tool/steps/update_unittest.py:
2:49 PM Changeset in webkit [101284] by commit-queue@webkit.org
  • 71 edits
    86 deletes in trunk/LayoutTests

Unreviewed, rolling out r101220 and r101223.
http://trac.webkit.org/changeset/101220
http://trac.webkit.org/changeset/101223
https://bugs.webkit.org/show_bug.cgi?id=73252

"Caused performance regressions when painting collapsed
borders" (Requested by mwenge2 on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-11-28

  • platform/chromium-linux/css2.1/20110323/border-conflict-element-001-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-001a-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-001b-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-001c-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-003-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-004-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-005-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-006-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-007-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-008-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-009-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-010-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-011-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-012-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-013-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-014-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-015-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-016-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-017-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-018-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-019-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-020-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-021-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-022-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-023-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-024-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-025-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-026-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-027-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-028-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-029-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-030-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-031-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-032-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-033-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-034-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-035-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-036-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-037-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-038-expected.png: Removed.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-039-expected.png: Removed.
  • platform/chromium-linux/fast/css/border-conflict-element-002-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-001-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-001a-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-001b-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-001c-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-003-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-004-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-005-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-006-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-007-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-008-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-009-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-010-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-011-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-012-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-013-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-014-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-015-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-016-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-017-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-018-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-019-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-020-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-021-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-022-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-023-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-024-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-025-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-026-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-027-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-028-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-029-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-030-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-031-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-032-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-033-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-034-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-035-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-036-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-037-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-038-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-039-expected.png: Removed.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
  • platform/chromium-mac-leopard/fast/borders/border-antialiasing-expected.png:
  • platform/chromium-mac-leopard/fast/css/border-conflict-element-002-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png:
  • platform/chromium-mac-leopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
  • platform/chromium-mac-leopard/tables/mozilla/marvin/table_rules_all-expected.png:
  • platform/chromium-mac-leopard/tables/mozilla/marvin/table_rules_none-expected.png:
  • platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
  • platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
2:48 PM Changeset in webkit [101283] by fpizlo@apple.com
  • 14 edits in trunk/Source/JavaScriptCore

Either remove the GetMethod node from the DFG backend, or find a use for it
https://bugs.webkit.org/show_bug.cgi?id=73178

Reviewed by Gavin Barraclough.

More testing seemed to imply that the GetMethod code was indeed not profitable
in any major test. So, it's probably best to just remove it.

  • bytecode/CodeBlock.cpp:

(JSC::MethodCallLinkInfo::reset):

  • dfg/DFGAbstractState.cpp:

(JSC::DFG::AbstractState::execute):

  • dfg/DFGJITCompiler.cpp:

(JSC::DFG::JITCompiler::link):

  • dfg/DFGJITCompiler.h:
  • dfg/DFGNode.h:

(JSC::DFG::Node::hasIdentifier):
(JSC::DFG::Node::hasHeapPrediction):

  • dfg/DFGOperations.cpp:
  • dfg/DFGOperations.h:
  • dfg/DFGPropagator.cpp:

(JSC::DFG::Propagator::propagateNodePredictions):

  • dfg/DFGRepatch.cpp:
  • dfg/DFGRepatch.h:
  • dfg/DFGSpeculativeJIT.h:
  • dfg/DFGSpeculativeJIT32_64.cpp:

(JSC::DFG::SpeculativeJIT::cachedGetById):
(JSC::DFG::SpeculativeJIT::compile):

  • dfg/DFGSpeculativeJIT64.cpp:

(JSC::DFG::SpeculativeJIT::cachedGetById):
(JSC::DFG::SpeculativeJIT::compile):

2:30 PM Changeset in webkit [101282] by zmo@google.com
  • 1 edit in trunk/LayoutTests/platform/chromium/test_expectations.txt

Webkit gardener: test expectations update

2:28 PM Changeset in webkit [101281] by tony@chromium.org
  • 6 edits
    1 delete in trunk/Tools

Revert r101279, broke the ews and cq bots.

  • Scripts/update-webkit:
  • Scripts/webkitdirs.pm:

(determineIsChromium):
(buildChromium):

  • Scripts/webkitpy/common/config/ports.py:

(WebKitPort.update_webkit_command):
(ChromiumPort.update_webkit_command):

  • Scripts/webkitpy/common/config/ports_mock.py:

(MockPort.update_webkit_command):

  • Scripts/webkitpy/tool/steps/update.py:
  • Scripts/webkitpy/tool/steps/update_unittest.py: Removed.
2:00 PM Changeset in webkit [101280] by ojan@chromium.org
  • 3 edits in trunk/Tools

testlistjson on the test results server doesn't understand hierarchical results format
https://bugs.webkit.org/show_bug.cgi?id=73246

Reviewed by Tony Chang.

  • TestResultServer/model/jsonresults.py:

(JsonResults._delete_results_and_times):
Instead of just getting the top-level keys, we now walk the tests tree and
delete the results and times values.

  • TestResultServer/model/jsonresults_unittest.py:

Simplify the test harness to take in the same JSON format for the tests
that the actual results.json uses instead of something very similar but
needlessly different. This also allows for testing the broken case of
results and times values being at non-leaf level.

1:59 PM Changeset in webkit [101279] by tony@chromium.org
  • 6 edits
    1 copy in trunk/Tools

ews bots should pass --force to update-webkit-chromium
https://bugs.webkit.org/show_bug.cgi?id=73230

Reviewed by Adam Barth.

This makes it less likely for gclient changes to break the bots (e.g.,
if a DEPS repository moves or is switched to a branch).

Also pass --force when using |build-webkit --update-chromium| since this
appears to only be used by the bots.

  • Scripts/update-webkit:
  • Scripts/webkitdirs.pm:

(determineIsChromium): Add --force-update to update-webkit --chromium.
(forceChromiumUpdate):
(buildChromium): Pass --force to update-webkit-chromium.

  • Scripts/webkitpy/tool/steps/update.py:

(Update.run): Add --force-update if non-interactive (i.e., bots).

  • Scripts/webkitpy/tool/steps/update_unittest.py:
1:42 PM Changeset in webkit [101278] by msaboff@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

Change set 101187 from bug 73154 removed already lower case optimization
https://bugs.webkit.org/show_bug.cgi?id=73174

Added back the "string is already lower case" optimization.

Reviewed by Geoffrey Garen.

  • runtime/StringPrototype.cpp:

(JSC::stringProtoFuncToLowerCase):

1:41 PM Changeset in webkit [101277] by msaboff@apple.com
  • 2 edits in trunk/Tools

Fixed help message for --exclude-kraken to say that
it excludes Kraken and not SunSpider.

Rubber-stamped by Filip Pizlo.

  • Scripts/bencher:
1:33 PM Changeset in webkit [101276] by commit-queue@webkit.org
  • 6 edits
    1 copy
    2 deletes in trunk

Unreviewed, rolling out r101273.
http://trac.webkit.org/changeset/101273
https://bugs.webkit.org/show_bug.cgi?id=73244

multiple test failures and timeouts (Requested by tonywork on
#webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-11-28

Source/WebKit/chromium:

  • WebKit.gyp:

Tools:

  • DumpRenderTree/DumpRenderTree.gypi:
  • DumpRenderTree/chromium/EventSender.cpp:

(EventSender::keyDown):

  • DumpRenderTree/chromium/TestShellAndroid.cpp: Copied from Tools/DumpRenderTree/chromium/TestShellGtk.cpp.

(AlarmHandler):
(TestShell::waitTestFinished):
(platformInit):
(openStartupDialog):
(checkLayoutTestSystemDependencies):

  • DumpRenderTree/chromium/TestShellGtk.cpp:

(AlarmHandler):
(setupFontconfig):
(TestShell::waitTestFinished):
(platformInit):

  • DumpRenderTree/chromium/TestShellLinux.cpp: Removed.
  • DumpRenderTree/chromium/TestShellStub.cpp: Removed.
12:55 PM Changeset in webkit [101275] by fsamuel@chromium.org
  • 6 edits
    2 adds in trunk

Fix Aspect Ratio Property Inheritance And Make the Computed Value Equal the Specified Value
https://bugs.webkit.org/show_bug.cgi?id=73038

Source/WebCore:

Reviewed by Ojan Vafai.

hasAspectRatio was not being set if the -webkit-aspect-ratio property was inherited from the parent.

Additionally, the computed value of -webkit-aspect-ratio was returning a number instead of a ratio.

Test: fast/css/aspect-ratio-inheritance.html

  • css/CSSComputedStyleDeclaration.cpp:

(WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):

  • css/CSSStyleApplyProperty.cpp:

(WebCore::ApplyPropertyAspectRatio::applyInheritValue):

LayoutTests:

Reviewed by Ojan Vafai.

Updated the parsing test to make sure that the -webkit-aspect-ratio property accepts inherit as a possible value.

Added an inheritance test that checks the computed value is correctly inherited.

  • fast/css/aspect-ratio-inheritance-expected.txt: Added.
  • fast/css/aspect-ratio-inheritance.html: Added.
  • fast/css/aspect-ratio-parsing-tests-expected.txt:
  • fast/css/aspect-ratio-parsing-tests.html:
12:48 PM Changeset in webkit [101274] by eric@webkit.org
  • 2 edits in trunk/Tools

new-run-webkit-tests is locale dependent
https://bugs.webkit.org/show_bug.cgi?id=68691

Reviewed and modified by Eric Seidel.

This is a simpler version of John's patch which I'm landing.
This just engages the hacks from the Host constructor on a global
basis.

Patch by John Yani <vanuan@gmail.com> on 2011-11-28

  • Scripts/webkitpy/common/host.py:

(Host.init):
(Host._engage_awesome_locale_hacks):

12:21 PM Changeset in webkit [101273] by fsamuel@chromium.org
  • 6 edits
    1 copy
    1 add
    1 delete in trunk

[Chromium] Fix broken DRT build for Aura Linux
https://bugs.webkit.org/show_bug.cgi?id=72667

Reviewed by Tony Chang.

Source/WebKit/chromium:

  • WebKit.gyp:

Tools:

DRT now builds for Aura Linux. This, more or less, shares the same code as Android.

The following changes have been made:

  1. Renamed TestShellAndroid to TestShellLinux.
  2. Stub code moved added in TestShellStub that will only compile on non-GTK Linux builds.
  3. Code common to Gtk, Aura, and Android moved to TestShellLinux.
  • DumpRenderTree/DumpRenderTree.gypi:
  • DumpRenderTree/chromium/EventSender.cpp:

(EventSender::keyDown):

  • DumpRenderTree/chromium/TestShellAndroid.cpp: Removed.
  • DumpRenderTree/chromium/TestShellGtk.cpp:
  • DumpRenderTree/chromium/TestShellLinux.cpp: Copied from Tools/DumpRenderTree/chromium/TestShellGtk.cpp.

(AlarmHandler):
(TestShell::waitTestFinished):
(setupFontconfig):
(platformInit):

  • DumpRenderTree/chromium/TestShellStub.cpp: Added.

(checkLayoutTestSystemDependencies):
(openStartupDialog):

12:09 PM Changeset in webkit [101272] by commit-queue@webkit.org
  • 3 edits
    2 adds in trunk

Crash due to bidi style in isolated run
https://bugs.webkit.org/show_bug.cgi?id=72978

Patch by Ken Buchanan <kenrb@chromium.org> on 2011-11-28
Reviewed by Eric Seidel.

Source/WebCore:

Prevent the UBA from changing the embedding level when inside an isolated run.

  • rendering/InlineIterator.h:

(WebCore::notifyObserverEnteredObject):
(WebCore::notifyObserverWillExitObject):

LayoutTests:

Test to verify fix for crashing bug.

  • fast/text/international/embed-bidi-style-in-isolate-crash.html: Added
  • fast/text/international/embed-bidi-style-in-isolate-crash-expected.txt: Added
12:05 PM Changeset in webkit [101271] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebKit/gtk

WebKitGTK+-1.7.2 build error due to a reference to gdk_disable_multidevice()
https://bugs.webkit.org/show_bug.cgi?id=73206

Patch by Stefan Zwanenburg <stefanhetzwaantje@gmail.com> on 2011-11-28
Reviewed by Martin Robinson.

  • tests/testatk.c:

(initializeTestingFramework): Don't use gdk_disable_multidevice()
when using GTK2.

11:31 AM Changeset in webkit [101270] by Martin Robinson
  • 2 edits in trunk/Source/WebCore

Fix 'make dist' by adding two missing files to source list.

  • GNUmakefile.list.am: Add missing files.
11:22 AM Changeset in webkit [101269] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebKit2

[Qt][WK2] Fix panning after r101179
https://bugs.webkit.org/show_bug.cgi?id=73224

Patch by Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> on 2011-11-28
Reviewed by Noam Rosenthal.

We were wrongly checking for interactionEngine() instead of
!interactionEngine() after the QtWebPageEventHandler refactor.

  • UIProcess/qt/QtPanGestureRecognizer.cpp:

(WebKit::QtPanGestureRecognizer::recognize):

11:19 AM Changeset in webkit [101268] by rniwa@webkit.org
  • 8 edits
    2 adds in trunk

dir=auto should imply unicode-bidi:isolate by default
https://bugs.webkit.org/show_bug.cgi?id=63903

Reviewed by Dan Bernstein.

Source/WebCore:

Fixed WebKit's implementation of bdo, bdi, and output elements to match HTML5 spec section 10.3.5:
http://dev.w3.org/html5/spec/Overview.html#bidirectional-text

Any element with dir=auto other than bdo, textarea, and pre should use unicode-bidi: -webkit-isolate by default.

We still don't use -webkit-isolate for non-phrasing elements by default and unicode-override -webkit-isolate for
bdo[dir=auto] so these two cases are failing in the added test.

Test: fast/css/default-bidi-css-rules.html

  • css/html.css:

(bdi, output): bdi and output should both use -webkit-isolate as the default value for unicode-bidi.
(bdo): bdo should use bidi-override as the default value for unicode-bidi.

  • dom/MappedAttributeEntry.h: Add eBDI, which is used by bdi and output elements.
  • html/HTMLElement.cpp:

(WebCore::HTMLElement::mapToEntry): Don't share the cache for dir attribute between bdi and other elements
just like we don't share the cache for dir attribute between bdo and other elements.
(WebCore::unicodeBidiAttributeForDirAuto): Don't set bidi-override for bdo element since this is done
in the UA stylesheet now. Set unicode-bidi to -webkit-isolate for elements other than pre and textarea now that
this function is called only when dir=auto.
called when dir=auto as the name implies.
(WebCore::HTMLElement::parseMappedAttribute): Don't call unicodeBidiAttributeForDirAuto when dir is not
auto. Also set unicode-bidi to embed when dir is not auto and the element is neither bdi, bdo, nor output.

  • html/HTMLOutputElement.cpp:

(WebCore::HTMLOutputElement::mapToEntry): Don't share the cache for dir between output and other elements.

  • html/HTMLOutputElement.h:
  • html/HTMLTagNames.in:

LayoutTests:

Added a test to ensure WebKit implements HTML5 bidirectional text support properly:
http://dev.w3.org/html5/spec/Overview.html#bidirectional-text

  • fast/css/default-bidi-css-rules-expected.txt: Added.
  • fast/css/default-bidi-css-rules.html: Added.
11:13 AM Changeset in webkit [101267] by abarth@webkit.org
  • 4 edits
    15 copies
    15 adds in trunk/Source/WebKit/chromium

[Chromium] Move "final" batch of headers into public/platform
https://bugs.webkit.org/show_bug.cgi?id=73198

Reviewed by Darin Fisher.

This patch moves another group of headers into the platform directory.
I found these headers by reading through the list of headers and
coorelating them with WebCore concepts. This patch doesn't move all
the APIs that coorespond to WebCore platform concepts because some,
such as WebFontCache, are not used to support the WebCore platform but
rather to provide the embedder access to the WebCore concept. This
patch should be the last bulk move of headers.

There are two main groups of headers that make up the bulk of this
patch:

1) URLLoader-related headers.
2) Geometry-related headers.

  • public/WebArrayBufferView.h: Replaced.
  • public/WebBlobData.h: Replaced.
  • public/WebCookie.h: Replaced.
  • public/WebExternalTextureLayer.h: Update include.
  • public/WebFloatPoint.h: Replaced.
  • public/WebFloatQuad.h: Replaced.
  • public/WebFloatRect.h: Replaced.
  • public/WebFrameClient.h: Update include.
  • public/WebHTTPBody.h: Replaced.
  • public/WebHTTPHeaderVisitor.h: Replaced.
  • public/WebHTTPLoadInfo.h: Replaced.
  • public/WebThreadSafeData.h: Replaced.
  • public/WebURLError.h: Replaced.
  • public/WebURLLoadTiming.h: Replaced.
  • public/WebURLLoaderClient.h: Replaced.
  • public/WebURLRequest.h: Replaced.
  • public/WebURLResponse.h: Replaced.
  • public/platform/WebArrayBufferView.h: Copied from Source/WebKit/chromium/public/WebArrayBufferView.h.
  • public/platform/WebBlobData.h: Copied from Source/WebKit/chromium/public/WebBlobData.h.
  • public/platform/WebCookie.h: Copied from Source/WebKit/chromium/public/WebCookie.h.
  • public/platform/WebFloatPoint.h: Copied from Source/WebKit/chromium/public/WebFloatPoint.h.
  • public/platform/WebFloatQuad.h: Copied from Source/WebKit/chromium/public/WebFloatQuad.h.
  • public/platform/WebFloatRect.h: Copied from Source/WebKit/chromium/public/WebFloatRect.h.
  • public/platform/WebHTTPBody.h: Copied from Source/WebKit/chromium/public/WebHTTPBody.h.
  • public/platform/WebHTTPHeaderVisitor.h: Copied from Source/WebKit/chromium/public/WebHTTPHeaderVisitor.h.
  • public/platform/WebHTTPLoadInfo.h: Copied from Source/WebKit/chromium/public/WebHTTPLoadInfo.h.
  • public/platform/WebThreadSafeData.h: Copied from Source/WebKit/chromium/public/WebThreadSafeData.h.
  • public/platform/WebURLError.h: Copied from Source/WebKit/chromium/public/WebURLError.h.
  • public/platform/WebURLLoadTiming.h: Copied from Source/WebKit/chromium/public/WebURLLoadTiming.h.
  • public/platform/WebURLLoader.h: Remove FIXME.
  • public/platform/WebURLLoaderClient.h: Copied from Source/WebKit/chromium/public/WebURLLoaderClient.h.
  • public/platform/WebURLRequest.h: Copied from Source/WebKit/chromium/public/WebURLRequest.h.
  • public/platform/WebURLResponse.h: Copied from Source/WebKit/chromium/public/WebURLResponse.h.
10:59 AM Changeset in webkit [101266] by eric@webkit.org
  • 9 edits
    2 copies in trunk/Tools

Add Environment object to Host and fix the GCC smartquotes trouble seen on the commit-queue
https://bugs.webkit.org/show_bug.cgi?id=71983

Reviewed by Adam Barth.

We'll add more code to Environment overtime,
allowing us to mock out more of our direct interactions with os.environ.

This patch also makes run_command print the passed in environment.

  • Scripts/webkitpy/common/host_mock.py:
  • Scripts/webkitpy/common/system/environment.py: Copied from Tools/Scripts/webkitpy/tool/steps/build.py.
  • Scripts/webkitpy/common/system/environment_mock.py: Copied from Tools/Scripts/webkitpy/tool/steps/build.py.
  • Scripts/webkitpy/common/system/environment_unittest.py: Copied from Tools/Scripts/webkitpy/tool/steps/build.py.
  • Scripts/webkitpy/common/system/executive.py:
  • Scripts/webkitpy/common/system/executive_mock.py:
  • Scripts/webkitpy/layout_tests/port/webkit.py:
  • Scripts/webkitpy/layout_tests/port/webkit_unittest.py:
  • Scripts/webkitpy/tool/commands/download_unittest.py:
  • Scripts/webkitpy/tool/steps/build.py:
10:50 AM Changeset in webkit [101265] by jer.noble@apple.com
  • 2 edits in trunk/Source/WebCore

WebAudio: AudioContext::uninitialize() can caused AudioContext deletion before deleting marked nodes.
https://bugs.webkit.org/show_bug.cgi?id=72755

Reviewed by Eric Carlson.

No new tests.

Protect AudioContext from being deleted before uninitialize() returns. Fixes an assertion in ~AudioContext() and
a potential source of leaks.

  • webaudio/AudioContext.cpp:

(WebCore::AudioContext::uninitialize):

10:28 AM Changeset in webkit [101264] by zmo@google.com
  • 1 edit in trunk/LayoutTests/platform/chromium/test_expectations.txt

Webkit gardener: test expectations update.

7:59 AM Changeset in webkit [101263] by andreas.kling@nokia.com
  • 3 edits in trunk/Source/WebCore

InspectorCSSAgent: Remove unused function inlineStyleElement().
<http://webkit.org/b/73221>

Reviewed by Pavel Feldman.

  • inspector/InspectorCSSAgent.cpp:
  • inspector/InspectorCSSAgent.h:
7:50 AM Changeset in webkit [101262] by Simon Hausmann
  • 10 edits
    8 adds in trunk

[Qt] Build system fixes against V8.

Reviewed by Tor Arne Vestbø.

.:

  • Source/api.pri: Get rid of old v8 cruft.
  • WebKit.pro: Don't build JavaScriptCore when configured with v8.

Source/WebCore:

  • DerivedSources.pri: Add missing binding files to the build and also added

the regexp table generation needed for Yarr, which is compiled statically into
WebCore to implement WebCore::RegularExpression.

  • Target.pri: Adapt to latest v8 binding files.

Source/WebKit/qt:

Add forwarding headers for building against Qt's v8 with
v8 include style.

  • v8/ForwardingHeaders/v8-debug.h: Added.
  • v8/ForwardingHeaders/v8-preparser.h: Added.
  • v8/ForwardingHeaders/v8-profiler.h: Added.
  • v8/ForwardingHeaders/v8-testing.h: Added.
  • v8/ForwardingHeaders/v8.h: Added.
  • v8/ForwardingHeaders/v8stdint.h: Added.

Tools:

  • qmake/mkspecs/features/webcore.prf: Get rid of old v8 cruft.
  • qmake/mkspecs/features/wtf.prf: If requested, pull in v8 from Qt and configure

WTF accordingly to use v8. (WTF in the implementation needs it as well as users of WTF)

7:44 AM Changeset in webkit [101261] by caseq@chromium.org
  • 2 edits in trunk/Source/WebCore

Web Inspector: resource status image is mis-aligned in the network headers view
https://bugs.webkit.org/show_bug.cgi?id=73211

Reviewed by Pavel Feldman.

  • inspector/front-end/ResourceHeadersView.js:

(WebInspector.ResourceHeadersView):

7:25 AM Changeset in webkit [101260] by pfeldman@chromium.org
  • 5 edits
    2 adds in trunk

Web Inspector: console evaluation doesn't work when navigating from a page with several frames to another one
https://bugs.webkit.org/show_bug.cgi?id=73210

Reviewed by Yury Semikhatsky.

Source/WebCore:

Test: http/tests/inspector/resource-tree/resource-tree-events.html

  • inspector/Inspector.json:
  • inspector/front-end/ResourceTreeModel.js:

(WebInspector.ResourceTreeModel.prototype._frameDetached):
(WebInspector.ResourceTreeFrame.prototype.navigate):
(WebInspector.ResourceTreeFrame.prototype.removeChildFrame):
(WebInspector.ResourceTreeFrame.prototype.removeChildFrames):

LayoutTests:

  • http/tests/inspector/resource-tree/resource-tree-events-expected.txt: Added.
  • http/tests/inspector/resource-tree/resource-tree-events.html: Added.
6:45 AM Changeset in webkit [101259] by kenneth@webkit.org
  • 6 edits in trunk

Make sure the useFixedLayout feature is consistently handled
https://bugs.webkit.org/show_bug.cgi?id=73212

Reviewed by Simon Hausmann.

Source/WebKit2:

Set the fixed layout on the UI side so that it is part of the page
creation parameters and ensure that the page parameters are set
before creating the page.

The parameters are set to our defaults and are now altered in the
WebKitTestRunner.

  • UIProcess/API/qt/qquickwebview.cpp:

(QQuickWebViewPrivate::QQuickWebViewPrivate):
(QQuickWebViewPrivate::setUseTraditionalDesktopBehaviour):
(QQuickWebViewExperimental::setUseTraditionalDesktopBehaviour):
(QQuickWebView::QQuickWebView):

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::setUseFixedLayout):

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::WebPage):

On the web process side the default value for useFixedLayout
wasn't actually read from the creation parameters. As it now may
be different than that of the FrameView, we now call
setFixedLayout in the constructor so make sure the value is
propagated to the FrameView.

(WebKit::WebPage::setFixedVisibleContentRect):
(WebKit::WebPage::setResizesToContentsUsingLayoutSize):
(WebKit::WebPage::resizeToContentsIfNeeded):
(WebKit::WebPage::setViewportSize):
(WebKit::WebPage::setUseFixedLayout):
(WebKit::WebPage::setFixedLayoutSize):

The methods that depends on fixed layout now have asserts to make
sure that they are used properly.

Tools:

The web page parameters are set to our Qt defaults and are now altered
in the WebKitTestRunner.

  • WebKitTestRunner/qt/PlatformWebViewQt.cpp:

(WTR::WrapperWindow::WrapperWindow):

6:44 AM Changeset in webkit [101258] by reed@google.com
  • 2 edits in trunk/LayoutTests

add GPU to expectations for audio-repaint
https://bugs.webkit.org/show_bug.cgi?id=73209

unreviewed, update expectations.

  • platform/chromium/test_expectations.txt:
6:41 AM Changeset in webkit [101257] by pfeldman@chromium.org
  • 45 edits
    2 copies in trunk/Source/WebCore

Web Inspector: introduce InspectorBaseAgent.
https://bugs.webkit.org/show_bug.cgi?id=73203

Now that inspector controller does not depend on concrete inspector agent
classes, we can collect agent instances using abstract type.

Reviewed by Yury Semikhatsky.

  • CMakeLists.txt:
  • GNUmakefile.list.am:
  • Target.pri:
  • WebCore.gypi:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • inspector/InspectorAgent.cpp:

(WebCore::InspectorAgent::InspectorAgent):

  • inspector/InspectorAgent.h:
  • inspector/InspectorApplicationCacheAgent.cpp:

(WebCore::InspectorApplicationCacheAgent::InspectorApplicationCacheAgent):

  • inspector/InspectorApplicationCacheAgent.h:
  • inspector/InspectorBaseAgent.cpp: Copied from Source/WebCore/inspector/InspectorFileSystemAgent.h.

(WebCore::InspectorBaseAgent::InspectorBaseAgent):
(WebCore::InspectorBaseAgent::~InspectorBaseAgent):

  • inspector/InspectorBaseAgent.h: Copied from Source/WebCore/inspector/InspectorFileSystemAgent.h.
  • inspector/InspectorCSSAgent.cpp:

(WebCore::InspectorCSSAgent::InspectorCSSAgent):

  • inspector/InspectorCSSAgent.h:

(WebCore::InspectorCSSAgent::setFrontend):
(WebCore::InspectorCSSAgent::restore):

  • inspector/InspectorConsoleAgent.cpp:

(WebCore::InspectorConsoleAgent::InspectorConsoleAgent):
(WebCore::InspectorConsoleAgent::~InspectorConsoleAgent):
(WebCore::InspectorConsoleAgent::enable):
(WebCore::InspectorConsoleAgent::disable):
(WebCore::InspectorConsoleAgent::clearMessages):
(WebCore::InspectorConsoleAgent::restore):
(WebCore::InspectorConsoleAgent::clearFrontend):
(WebCore::InspectorConsoleAgent::resourceRetrievedByXMLHttpRequest):
(WebCore::InspectorConsoleAgent::setMonitoringXHREnabled):
(WebCore::InspectorConsoleAgent::addConsoleMessage):

  • inspector/InspectorConsoleAgent.h:
  • inspector/InspectorController.cpp:

(WebCore::InspectorController::InspectorController):

  • inspector/InspectorDOMAgent.cpp:

(WebCore::InspectorDOMAgent::InspectorDOMAgent):
(WebCore::InspectorDOMAgent::clearFrontend):
(WebCore::InspectorDOMAgent::setDocument):
(WebCore::InspectorDOMAgent::getDocument):
(WebCore::InspectorDOMAgent::mainFrameDOMContentLoaded):

  • inspector/InspectorDOMAgent.h:
  • inspector/InspectorDOMStorageAgent.cpp:

(WebCore::InspectorDOMStorageAgent::InspectorDOMStorageAgent):
(WebCore::InspectorDOMStorageAgent::restore):
(WebCore::InspectorDOMStorageAgent::enable):
(WebCore::InspectorDOMStorageAgent::disable):

  • inspector/InspectorDOMStorageAgent.h:
  • inspector/InspectorDatabaseAgent.cpp:

(WebCore::InspectorDatabaseAgent::InspectorDatabaseAgent):
(WebCore::InspectorDatabaseAgent::enable):
(WebCore::InspectorDatabaseAgent::disable):
(WebCore::InspectorDatabaseAgent::restore):

  • inspector/InspectorDatabaseAgent.h:
  • inspector/InspectorDebuggerAgent.cpp:

(WebCore::InspectorDebuggerAgent::InspectorDebuggerAgent):
(WebCore::InspectorDebuggerAgent::disable):
(WebCore::InspectorDebuggerAgent::enabled):
(WebCore::InspectorDebuggerAgent::enable):
(WebCore::InspectorDebuggerAgent::clearFrontend):
(WebCore::InspectorDebuggerAgent::setBreakpointByUrl):
(WebCore::InspectorDebuggerAgent::removeBreakpoint):
(WebCore::InspectorDebuggerAgent::didParseSource):

  • inspector/InspectorDebuggerAgent.h:
  • inspector/InspectorFileSystemAgent.cpp:

(WebCore::InspectorFileSystemAgent::InspectorFileSystemAgent):

  • inspector/InspectorFileSystemAgent.h:
  • inspector/InspectorPageAgent.cpp:

(WebCore::InspectorPageAgent::InspectorPageAgent):

  • inspector/InspectorPageAgent.h:
  • inspector/InspectorProfilerAgent.cpp:

(WebCore::InspectorProfilerAgent::InspectorProfilerAgent):
(WebCore::InspectorProfilerAgent::enable):
(WebCore::InspectorProfilerAgent::disable):
(WebCore::InspectorProfilerAgent::restore):
(WebCore::InspectorProfilerAgent::restoreEnablement):
(WebCore::InspectorProfilerAgent::start):
(WebCore::InspectorProfilerAgent::stop):

  • inspector/InspectorProfilerAgent.h:
  • inspector/InspectorResourceAgent.cpp:

(WebCore::InspectorResourceAgent::InspectorResourceAgent):

  • inspector/InspectorResourceAgent.h:
  • inspector/InspectorTimelineAgent.cpp:

(WebCore::InspectorTimelineAgent::InspectorTimelineAgent):

  • inspector/InspectorTimelineAgent.h:
  • inspector/InspectorWorkerAgent.cpp:

(WebCore::InspectorWorkerAgent::InspectorWorkerAgent):
(WebCore::InspectorWorkerAgent::restore):
(WebCore::InspectorWorkerAgent::clearFrontend):
(WebCore::InspectorWorkerAgent::setWorkerInspectionEnabled):
(WebCore::InspectorWorkerAgent::setAutoconnectToWorkers):
(WebCore::InspectorWorkerAgent::shouldPauseDedicatedWorkerOnStart):
(WebCore::InspectorWorkerAgent::didStartWorkerContext):
(WebCore::InspectorWorkerAgent::createWorkerFrontendChannel):

  • inspector/InspectorWorkerAgent.h:
6:37 AM Changeset in webkit [101256] by Adam Roben
  • 2 edits in trunk/Source/WebKit/mac

Properly retain the OS X version string

Fixes <http://webkit.org/b/73214> REGRESSION (r101215): Crash on launch beneath +[WebView
_standardUserAgentWithApplicationName:]

Reviewed by Antti Koivisto.

  • WebView/WebView.mm:

(createMacOSXVersionString): Retain the string we're returning, since this function is
supposed to return an owning reference to the caller.

5:53 AM Changeset in webkit [101255] by loislo@chromium.org
  • 2 edits in trunk/Source/WebCore

Web Inspector: chromium: Unreviewed one-line fix for Summary view filter.

  • inspector/front-end/HeapSnapshot.js:

(WebInspector.HeapSnapshot.prototype.createNodesProviderForClass):

5:41 AM Changeset in webkit [101254] by Simon Hausmann
  • 2 edits in trunk/Source/JavaScriptCore

Unreviewed prospective build fix. Touch the file to trigger correct
rebuild on the Qt mips/sh4/sl bot.

  • wtf/unicode/qt4/UnicodeQt4.h:
5:02 AM Changeset in webkit [101253] by vestbo@webkit.org
  • 2 edits in trunk/Source/JavaScriptCore

[Qt] Remove cruft from project file

Reviewed by Simon Hausmann.

5:02 AM Changeset in webkit [101252] by pfeldman@chromium.org
  • 2 edits in trunk/Source/WebCore

2011-11-28 Pavel Feldman <pfeldman@google.com>

Not reviewed: disable filesystem instrumentation to unbreak Qt tests.

  • inspector/front-end/inspector.js:
4:44 AM Changeset in webkit [101251] by loislo@chromium.org
  • 3 edits in trunk/Source/WebCore

Unreviewed, rolling out r101249.
http://trac.webkit.org/changeset/101249
https://bugs.webkit.org/show_bug.cgi?id=73205

it broke qt-minimal and wince builds (Requested by loislo on
#webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-11-28

  • inspector/CodeGeneratorInspector.py:

(Capitalizer.upper_camel_case_to_lower):
(RawTypes.get):
(RawTypes.String.get_c_param_type):
(RawTypes.Object.get_c_param_type):
(RawTypes.Object):
(ParamType):
(TypeData.init):
(TypeData.get_raw_type):
(TypeMap.init):
(InspectorFrontend_h):
(InspectorArray):
(InspectorObject):
(String):
(InspectorBackendDispatcher_h):
(Generator.process_command):

  • inspector/InspectorValues.h:
4:37 AM Changeset in webkit [101250] by andreas.kling@nokia.com
  • 10 edits in trunk/Source/WebCore

CSSStyleDeclaration: Remove ability to have style sheet as parent.
<http://webkit.org/b/73199>

Reviewed by Antti Koivisto.

Refactor so we don't have to support style sheets as parents of style declarations.
The users of this mechanism were mapped attributes and inline styles, which instead
now know how to find the relevant style sheet via their document().

  • css/CSSMutableStyleDeclaration.h:
  • css/CSSMutableStyleDeclaration.cpp:

(WebCore::CSSElementStyleDeclaration::styleSheet):

Added CSSElementStyleDeclaration::styleSheet(). The default implementation
returns the associated element's document()->elementSheet(). It is virtual
because SVGFontFaceElement needs document()->mappedElementSheet() instead.

  • css/CSSStyleDeclaration.h:

(WebCore::CSSStyleDeclaration::parentRule):
(WebCore::CSSStyleDeclaration::setParentRule):

  • css/CSSStyleDeclaration.cpp:

(WebCore::CSSStyleDeclaration::CSSStyleDeclaration):

Remove m_parentIsRule and m_parentStyleSheet, leaving only m_parentRule.

  • css/CSSStyleDeclaration.cpp:

(WebCore::CSSStyleDeclaration::parentStyleSheet):

Out-of-lined so it can return the CSSElementStyleDeclaration::styleSheet() for
declarations with an associated element.

  • css/WebKitCSSKeyframeRule.cpp:

(WebCore::WebKitCSSKeyframeRule::~WebKitCSSKeyframeRule):
(WebCore::WebKitCSSKeyframeRule::setDeclaration):

Use setParentRule() instead of setParentStyleSheet() on the internal
CSSMutableStyleDeclaration in keyframe rules.

  • dom/StyledElement.h:

Removed StyledElement::didMoveToNewOwnerDocument() since we no longer need to
manually keep the inline style's parent style sheet pointer up-to-date.

  • dom/StyledElement.cpp:

(WebCore::StyledElement::createInlineStyleDecl):
(WebCore::StyledElement::destroyInlineStyleDecl):
(WebCore::StyledElement::attributeChanged):
(WebCore::StyledElement::createMappedDecl):

  • html/HTMLTableElement.cpp:

(WebCore::HTMLTableElement::additionalAttributeStyleDecls):
(WebCore::HTMLTableElement::addSharedCellBordersDecl):
(WebCore::HTMLTableElement::addSharedCellPaddingDecl):
(WebCore::HTMLTableElement::addSharedGroupDecls):

  • svg/SVGFontFaceElement.cpp:

(WebCore::SVGFontFaceElement::SVGFontFaceElement):

Remove setParentStyleSheet() calls on mapped attributes and inline styles.
They now find the relevant style sheet by following the associated element ptr.

  • svg/SVGFontFaceElement.cpp:

(WebCore::FontFaceStyleDeclaration::FontFaceStyleDeclaration):
(WebCore::FontFaceStyleDeclaration::~FontFaceStyleDeclaration):
(WebCore::FontFaceStyleDeclaration::styleSheet):

Subclass CSSElementStyleDeclaration for SVG's font-face elment in order to
override styleSheet(). This is necessary because they operate on the document's
mappedElementSheet() rather than the elementSheet().

4:30 AM Changeset in webkit [101249] by loislo@chromium.org
  • 3 edits in trunk/Source/WebCore

Web Inspector: [protocol] generate C++ classes for protocol JSON named types
https://bugs.webkit.org/show_bug.cgi?id=72835

Patch by Peter Rybin <peter.rybin@gmail.com> on 2011-11-28
Reviewed by Pavel Feldman.

Extends python generator functionality.
Makes constructor in InspectorObject public.

  • inspector/CodeGeneratorInspector.py:
  • inspector/InspectorValues.h:
4:26 AM Changeset in webkit [101248] by Carlos Garcia Campos
  • 9 edits
    1 move
    1 add
    1 delete in trunk/Source/WebKit2

[GTK] Rename WebKitNetworkRequest to WebKitURIRequest
https://bugs.webkit.org/show_bug.cgi?id=73202

Reviewed by Martin Robinson.

Network is confusing because the request can be for a local file uri.

  • GNUmakefile.am:
  • UIProcess/API/gtk/WebKitNetworkRequest.h: Removed.
  • UIProcess/API/gtk/WebKitURIRequest.cpp: Renamed from Source/WebKit2/UIProcess/API/gtk/WebKitNetworkRequest.cpp.

(webkitURIRequestFinalize):
(webkitURIRequestGetProperty):
(webkitURIRequestSetProperty):
(webkit_uri_request_class_init):
(webkit_uri_request_init):
(webkit_uri_request_new):
(webkit_uri_request_get_uri):

  • UIProcess/API/gtk/WebKitURIRequest.h: Added.
  • UIProcess/API/gtk/WebKitWebView.cpp:

(webkit_web_view_load_request):

  • UIProcess/API/gtk/WebKitWebView.h:
  • UIProcess/API/gtk/docs/webkit2gtk-sections.txt:
  • UIProcess/API/gtk/tests/TestWebKitWebLoaderClient.cpp:

(testLoadRequest):

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

(WebViewTest::loadRequest):

  • UIProcess/API/gtk/tests/WebViewTest.h:
  • UIProcess/API/gtk/webkit2.h:
4:20 AM Changeset in webkit [101247] by Simon Hausmann
  • 19 edits
    2 adds
    1 delete in trunk

[Qt] WTF should be built as separate static library https://bugs.webkit.org/show_bug.cgi?id=73201

Reviewed by Tor Arne Vestbø.

.:

  • Source/api.pri: Require wtf.
  • WebKit.pro: Build WTF.

Source/JavaScriptCore:

  • Target.pri: Don't claim to build WTF, as that would cause

the debug-with-shlibs build to not link in wtf.

  • jsc.pro: Require wtf.
  • wtf/wtf.pri: Removed.
  • wtf/wtf.pro: Added. Pro file to build wtf statically.

Source/WebCore:

  • Target.pri: Require wtf and don't claim to be building it

with BUILDING_WTF in DEFINES (otherwise we won't link it with
debug-shlib builds).

Source/WebKit2:

  • Target.pri: Require wtf.
  • UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp: Remove unnecessary config.h

inclusion and thus wtf dependency.

Tools:

  • DumpRenderTree/qt/DumpRenderTree.pro: Require wtf.
  • MiniBrowser/qt/BrowserWindow.cpp: Remove unnecessary config.h inclusion and

thus wtf dependency.

  • WebKitTestRunner/InjectedBundle/Target.pri: Require wtf.
  • WebKitTestRunner/Target.pri: Ditto.
  • qmake/mkspecs/features/default_post.prf: When re-ordering the static libs

consider wtf, too.

  • qmake/mkspecs/features/javascriptcore.prf: Remove WTF specific build stuff,

moved into wtf.prf.

  • qmake/mkspecs/features/qtwebkit.prf: For debug builds with shared libs, also

link in libwtf.

  • qmake/mkspecs/features/wtf.prf: Added. Stuff needed for building and using WTF.
4:18 AM Changeset in webkit [101246] by commit-queue@webkit.org
  • 3 edits in trunk/Source/WebKit/efl

[EFL] Rename abbreviated value names to cpp style names.
https://bugs.webkit.org/show_bug.cgi?id=73193

Patch by JungJik Lee <jungjik.lee@samsung.com> on 2011-11-28
Reviewed by Andreas Kling.

Rename abbreviated values name to cpp style names in ewk_single/tiled_view.cpp.

  • ewk/ewk_view_single.cpp:

(_ewk_view_4b_move_region_up):
(_ewk_view_4b_move_region_down):
(_ewk_view_4b_move_line_left):
(_ewk_view_4b_move_line_right):
(_ewk_view_4b_move_region_left):
(_ewk_view_4b_move_region_right):
(_ewk_view_4b_move_region):
(_ewk_view_single_scroll_process_single):
(_ewk_view_single_smart_repaints_process):

  • ewk/ewk_view_tiled.cpp:

(_ewk_view_tiled_smart_scrolls_process):
(_ewk_view_tiled_smart_repaints_process):

4:04 AM Changeset in webkit [101245] by hayato@chromium.org
  • 2 edits in trunk/Source/WebCore

Fix build error on Chromium/Windows.
https://bugs.webkit.org/show_bug.cgi?id=73200

Unreviewed build fix.

Patch by Taiju TSUIKI <tzik@chromium.org> on 2011-11-28

  • inspector/InspectorFileSystemAgent.cpp:
3:51 AM Changeset in webkit [101244] by Carlos Garcia Campos
  • 3 edits in trunk/Source/WebCore

Unreviewed. Fix make distcheck issues.

  • GNUmakefile.list.am: Add missing files.
  • bindings/gobject/GNUmakefile.am: Only build

WebKitDOMHTMLPropertiesCollection when microdate is enabled.

3:44 AM Changeset in webkit [101243] by Csaba Osztrogonác
  • 1 edit
    21 adds in trunk/LayoutTests

[Qt] Unreviewed gardening. Add platform specific results.

Patch by Czene Tamás <tczene@inf.u-szeged.hu> on 2011-11-28

  • platform/qt/css2.1/20110323/border-conflict-element-016-expected.png: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-016-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-017-expected.png: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-017-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-037-expected.png: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-037-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-038-expected.png: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-038-expected.txt: Added.
  • platform/qt/css3/images/cross-fade-overflow-position-expected.png: Added.
  • platform/qt/css3/images/cross-fade-overflow-position-expected.txt: Added.
  • platform/qt/fast/borders/border-mixed-alpha-expected.png: Added.
  • platform/qt/fast/borders/border-mixed-alpha-expected.txt: Added.
  • platform/qt/svg/clip-path/clip-path-css-transform-1-expected.png: Added.
  • platform/qt/svg/clip-path/clip-path-css-transform-1-expected.txt: Added.
  • platform/qt/svg/clip-path/clip-path-css-transform-2-expected.png: Added.
  • platform/qt/svg/clip-path/clip-path-css-transform-2-expected.txt: Added.
  • platform/qt/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
  • platform/qt/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
  • platform/qt/svg/transforms/svg-css-transforms-expected.png: Added.
  • platform/qt/svg/transforms/svg-css-transforms-expected.txt: Added.
3:31 AM BuildingGtk edited by Martin Robinson
(diff)
3:08 AM BuildingQt5OnHarmattan edited by Csaba Osztrogonác
(diff)
3:04 AM Changeset in webkit [101242] by Martin Robinson
  • 3 edits in trunk/Source/JavaScriptCore

[GTK] JavaScriptCore generated sources should build in the DerivedSources directory
https://bugs.webkit.org/show_bug.cgi?id=73197

Reviewed by Philippe Normand.

Build all JavaScriptCore generated sources in DerivedSources.

  • GNUmakefile.am: Update generation rules.
  • GNUmakefile.list.am: Update source lists.
3:01 AM Changeset in webkit [101241] by hayato@chromium.org
  • 2 edits in trunk/Source/WebKit/mac

Fix chromium canary build after r101215.
Unreviewed. Build fix.

  • WebCoreSupport/WebSystemInterface.mm:

(InitWebCoreSystemInterface):

2:23 AM Changeset in webkit [101240] by haraken@chromium.org
  • 2 edits in trunk/Tools

run-bindings-tests shows diff error for a newly added binding test
https://bugs.webkit.org/show_bug.cgi?id=73179

Reviewed by Adam Barth.

Currently, when we add a new binding test, say bindings/scripts/test/TestSupplemental.idl,
run-bindings-tests just shows diff error because reference files
(i.e. {V8,JS,...}TestSupplemental.h and {V8,JS,...}TestSupplemental.cpp) do not yet exist:

FAIL: (V8) V8TestSupplemental.h
diff: WebCore/bindings/scripts/test/V8/V8TestSupplemental.h: No such file or directory

Instead, this patch treats a non-existent reference file as an empty file and
shows the result of the newly added binding test, like this:

FAIL: (V8) V8TestSupplemental.h
--- WebCore/bindings/scripts/test/V8/V8TestSupplemental.h 1970-01-01 09:00:00.000000000 +0900
+++ /tmp/tmpmX2i2F/V8TestSupplemental.h 2011-11-28 11:08:34.150707677 +0900
@@ -0,0 +1,84 @@
+/*
+ This file is part of the WebKit open source project.
+ This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
(omitted)

  • Scripts/run-bindings-tests:

(detect_changes): Just added an -N option to the diff command.

2:09 AM Changeset in webkit [101239] by pfeldman@chromium.org
  • 2 edits in trunk/Source/WebKit2

REGRESSION (r101201): Crash inside WebKit::WebInspector::didClose() when closing any tab
https://bugs.webkit.org/show_bug.cgi?id=73183

Reviewed by Yury Semikhatsky.

  • WebProcess/WebCoreSupport/WebInspectorClient.cpp:

(WebKit::WebInspectorClient::closeInspectorFrontend):

2:05 AM Changeset in webkit [101238] by macpherson@chromium.org
  • 3 edits in trunk/Source/WebCore

Implement CSS border image properties in CSSStyleApplyProperty.
https://bugs.webkit.org/show_bug.cgi?id=72846

Reviewed by Andreas Kling.

Refactoring that implements CSS border image properties in CSSStyleApplyProperty.
Part of the larger refactoring aimed at removing CSSStyleSelector::applyProperty().

Covered by existing tests in fast/css.

  • css/CSSStyleApplyProperty.cpp:

Implement property handlers based on existing code.
(WebCore::ApplyPropertyBorderImage::setValue):
(WebCore::ApplyPropertyBorderImage::applyValue):
(WebCore::ApplyPropertyBorderImage::createHandler):
(WebCore::CSSStyleApplyProperty::CSSStyleApplyProperty):

  • css/CSSStyleSelector.cpp:

Remove old code.
(WebCore::CSSStyleSelector::applyProperty):

2:02 AM Changeset in webkit [101237] by macpherson@chromium.org
  • 3 edits in trunk/Source/WebCore

Implement CSS hyphenate-limit properties in CSSStyleApplyProperty
https://bugs.webkit.org/show_bug.cgi?id=73107

Reviewed by Andreas Kling.

Covered by existing tests under fast/css (parsing-hyphenate-limit-lines.html, parsing-hyphenate-limit.html, text/hyphenate-limit-lines.html)

  • css/CSSStyleApplyProperty.cpp:

(WebCore::ApplyPropertyNumber::setValue):
(WebCore::ApplyPropertyNumber::applyValue):
(WebCore::ApplyPropertyNumber::createHandler):
(WebCore::CSSStyleApplyProperty::CSSStyleApplyProperty):

  • css/CSSStyleSelector.cpp:

(WebCore::CSSStyleSelector::applyProperty):

2:00 AM Changeset in webkit [101236] by commit-queue@webkit.org
  • 16 edits
    3 adds in trunk/Source/WebCore

[Inspector][FileSystem]: Capture DOMFileSystem object.
Adding files for FileSystem support to Inspector.
Adding hooks into DOMFileSystem creation and destruction.
https://bugs.webkit.org/show_bug.cgi?id=72456

Patch by Taiju TSUIKI <tzik@chromium.org> on 2011-11-28
Reviewed by Pavel Feldman.

Tests should be added in later CL.

  • CMakeLists.txt:
  • WebCore.gypi:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • fileapi/DOMFileSystem.cpp:

(WebCore::DOMFileSystem::create):

  • fileapi/DOMFileSystem.h:
  • inspector/CodeGeneratorInspector.py:
  • inspector/Inspector.json:
  • inspector/InspectorController.cpp:

(WebCore::InspectorController::InspectorController):
(WebCore::InspectorController::connectFrontend):
(WebCore::InspectorController::disconnectFrontend):
(WebCore::InspectorController::restoreInspectorStateFromCookie):

  • inspector/InspectorController.h:
  • inspector/InspectorFileSystemAgent.cpp: Added.
  • inspector/InspectorFileSystemAgent.h: Added.
  • inspector/InspectorFileSystemInstrumentation.h: Added.
  • inspector/InspectorInstrumentation.cpp:

(WebCore::InspectorInstrumentation::didOpenFileSystemImpl):

  • inspector/InspectorInstrumentation.h:
  • inspector/InstrumentingAgents.h:

(WebCore::InstrumentingAgents::InstrumentingAgents):
(WebCore::InstrumentingAgents::inspectorFileSystemAgent):
(WebCore::InstrumentingAgents::setInspectorFileSystemAgent):

  • inspector/WorkerInspectorController.cpp:

(WebCore::WorkerInspectorController::connectFrontend):

  • inspector/front-end/inspector.js:
1:51 AM Changeset in webkit [101235] by Martin Robinson
  • 2 edits in trunk/Tools

[Gtk][gtkdoc] Syntax error in Tools/gtk/generate-gtkdoc
https://bugs.webkit.org/show_bug.cgi?id=73165

Reviewed by Philippe Normand.

Fix some syntax errors in this script and remove an unused variable.

  • gtk/generate-gtkdoc:

(get_webkit2_options.src_path):
(get_webkit2_options):
(get_webkit1_options.src_path):

1:46 AM Changeset in webkit [101234] by macpherson@chromium.org
  • 3 edits in trunk/Source/WebCore

Implement CSSPropertyWebkitFlowInto and CSSPropertyWebkitFlowFrom in CSSStyleApplyProperty.
https://bugs.webkit.org/show_bug.cgi?id=73110

Reviewed by Andreas Kling.

Covered by existing tests under fast/regions.

  • css/CSSStyleApplyProperty.cpp:

(WebCore::CSSStyleApplyProperty::CSSStyleApplyProperty):

  • css/CSSStyleSelector.cpp:

(WebCore::CSSStyleSelector::applyProperty):

1:37 AM Changeset in webkit [101233] by tkent@chromium.org
  • 2 edits
    12 adds
    180 deletes in trunk/LayoutTests

Convert some placeholder-related tests to reftests
https://bugs.webkit.org/show_bug.cgi?id=71779

Reviewed by Ryosuke Niwa.

  • fast/css/pseudo-cache-stale-expected.html: Added.
  • fast/forms/input-placeholder-text-indent-expected.html: Added.
  • fast/forms/input-placeholder-visibility-2-expected.html: Added.
  • fast/forms/isindex-placeholder-expected.html: Added.
  • fast/forms/password-placeholder-text-security-expected.html: Added.
  • fast/forms/password-placeholder-text-security.html: Removed unused function.
  • fast/forms/password-placeholder.html: Removed because password-placeholder-text-security.html covers this.
  • fast/forms/placeholder-set-attribute-expected.html: Added.
  • fast/forms/placeholder-set-value-expected.html: Added.
  • fast/forms/placeholder-stripped-expected.html: Added.
  • fast/forms/search-placeholder-value-changed-expected.html: Added.
  • fast/forms/textarea-placeholder-set-attribute-expected.html: Added.
  • fast/forms/textarea-placeholder-set-value-expected.html: Added.
  • fast/forms/textarea-placeholder-wrapping-expected.html: Added.
  • platform/chromium-cg-mac-leopard/fast/css/pseudo-cache-stale-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/fast/forms/isindex-placeholder-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/fast/forms/placeholder-set-value-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/fast/forms/placeholder-stripped-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/fast/forms/search-placeholder-value-changed-expected.png: Removed.
  • platform/chromium-cg-mac-leopard/fast/forms/textarea-placeholder-set-value-expected.png: Removed.
  • platform/chromium-linux/fast/css/pseudo-cache-stale-expected.png: Removed.
  • platform/chromium-linux/fast/forms/input-placeholder-text-indent-expected.png: Removed.
  • platform/chromium-linux/fast/forms/input-placeholder-visibility-2-expected.png: Removed.
  • platform/chromium-linux/fast/forms/isindex-placeholder-expected.png: Removed.
  • platform/chromium-linux/fast/forms/password-placeholder-expected.png: Removed.
  • platform/chromium-linux/fast/forms/password-placeholder-text-security-expected.png: Removed.
  • platform/chromium-linux/fast/forms/placeholder-set-attribute-expected.png: Removed.
  • platform/chromium-linux/fast/forms/placeholder-set-value-expected.png: Removed.
  • platform/chromium-linux/fast/forms/placeholder-stripped-expected.png: Removed.
  • platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.png: Removed.
  • platform/chromium-linux/fast/forms/textarea-placeholder-set-attribute-expected.png: Removed.
  • platform/chromium-linux/fast/forms/textarea-placeholder-set-value-expected.png: Removed.
  • platform/chromium-linux/fast/forms/textarea-placeholder-wrapping-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/css/pseudo-cache-stale-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-2-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/forms/isindex-placeholder-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/forms/password-placeholder-text-security-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/forms/placeholder-set-attribute-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/forms/placeholder-set-value-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/forms/placeholder-stripped-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/forms/search-placeholder-value-changed-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/forms/textarea-placeholder-set-attribute-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/forms/textarea-placeholder-set-value-expected.png: Removed.
  • platform/chromium-mac-leopard/fast/forms/textarea-placeholder-wrapping-expected.png: Removed.
  • platform/chromium-mac/fast/css/pseudo-cache-stale-expected.png: Removed.
  • platform/chromium-mac/fast/forms/input-placeholder-text-indent-expected.png: Removed.
  • platform/chromium-mac/fast/forms/input-placeholder-visibility-2-expected.png: Removed.
  • platform/chromium-mac/fast/forms/isindex-placeholder-expected.png: Removed.
  • platform/chromium-mac/fast/forms/password-placeholder-expected.png: Removed.
  • platform/chromium-mac/fast/forms/password-placeholder-text-security-expected.png: Removed.
  • platform/chromium-mac/fast/forms/placeholder-set-attribute-expected.png: Removed.
  • platform/chromium-mac/fast/forms/placeholder-set-value-expected.png: Removed.
  • platform/chromium-mac/fast/forms/placeholder-stripped-expected.png: Removed.
  • platform/chromium-mac/fast/forms/search-placeholder-value-changed-expected.png: Removed.
  • platform/chromium-mac/fast/forms/textarea-placeholder-set-attribute-expected.png: Removed.
  • platform/chromium-mac/fast/forms/textarea-placeholder-set-value-expected.png: Removed.
  • platform/chromium-mac/fast/forms/textarea-placeholder-wrapping-expected.png: Removed.
  • platform/chromium-win/fast/css/pseudo-cache-stale-expected.png: Removed.
  • platform/chromium-win/fast/css/pseudo-cache-stale-expected.txt: Removed.
  • platform/chromium-win/fast/forms/input-placeholder-text-indent-expected.png: Removed.
  • platform/chromium-win/fast/forms/input-placeholder-text-indent-expected.txt: Removed.
  • platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.png: Removed.
  • platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.txt: Removed.
  • platform/chromium-win/fast/forms/isindex-placeholder-expected.png: Removed.
  • platform/chromium-win/fast/forms/isindex-placeholder-expected.txt: Removed.
  • platform/chromium-win/fast/forms/password-placeholder-expected.png: Removed.
  • platform/chromium-win/fast/forms/password-placeholder-expected.txt: Removed.
  • platform/chromium-win/fast/forms/password-placeholder-text-security-expected.png: Removed.
  • platform/chromium-win/fast/forms/password-placeholder-text-security-expected.txt: Removed.
  • platform/chromium-win/fast/forms/placeholder-set-attribute-expected.png: Removed.
  • platform/chromium-win/fast/forms/placeholder-set-attribute-expected.txt: Removed.
  • platform/chromium-win/fast/forms/placeholder-set-value-expected.png: Removed.
  • platform/chromium-win/fast/forms/placeholder-set-value-expected.txt: Removed.
  • platform/chromium-win/fast/forms/placeholder-stripped-expected.png: Removed.
  • platform/chromium-win/fast/forms/placeholder-stripped-expected.txt: Removed.
  • platform/chromium-win/fast/forms/search-placeholder-value-changed-expected.png: Removed.
  • platform/chromium-win/fast/forms/search-placeholder-value-changed-expected.txt: Removed.
  • platform/chromium-win/fast/forms/textarea-placeholder-set-attribute-expected.png: Removed.
  • platform/chromium-win/fast/forms/textarea-placeholder-set-attribute-expected.txt: Removed.
  • platform/chromium-win/fast/forms/textarea-placeholder-set-value-expected.png: Removed.
  • platform/chromium-win/fast/forms/textarea-placeholder-set-value-expected.txt: Removed.
  • platform/chromium-win/fast/forms/textarea-placeholder-wrapping-expected.png: Removed.
  • platform/chromium-win/fast/forms/textarea-placeholder-wrapping-expected.txt: Removed.
  • platform/efl/fast/css/pseudo-cache-stale-expected.png: Removed.
  • platform/efl/fast/css/pseudo-cache-stale-expected.txt: Removed.
  • platform/efl/fast/forms/input-placeholder-text-indent-expected.png: Removed.
  • platform/efl/fast/forms/input-placeholder-text-indent-expected.txt: Removed.
  • platform/efl/fast/forms/isindex-placeholder-expected.png: Removed.
  • platform/efl/fast/forms/isindex-placeholder-expected.txt: Removed.
  • platform/efl/fast/forms/password-placeholder-expected.png: Removed.
  • platform/efl/fast/forms/password-placeholder-expected.txt: Removed.
  • platform/efl/fast/forms/placeholder-set-attribute-expected.png: Removed.
  • platform/efl/fast/forms/placeholder-set-attribute-expected.txt: Removed.
  • platform/efl/fast/forms/placeholder-set-value-expected.png: Removed.
  • platform/efl/fast/forms/placeholder-set-value-expected.txt: Removed.
  • platform/efl/fast/forms/placeholder-stripped-expected.png: Removed.
  • platform/efl/fast/forms/placeholder-stripped-expected.txt: Removed.
  • platform/efl/fast/forms/search-placeholder-value-changed-expected.png: Removed.
  • platform/efl/fast/forms/search-placeholder-value-changed-expected.txt: Removed.
  • platform/efl/fast/forms/textarea-placeholder-set-attribute-expected.png: Removed.
  • platform/efl/fast/forms/textarea-placeholder-set-attribute-expected.txt: Removed.
  • platform/efl/fast/forms/textarea-placeholder-set-value-expected.png: Removed.
  • platform/efl/fast/forms/textarea-placeholder-set-value-expected.txt: Removed.
  • platform/efl/fast/forms/textarea-placeholder-wrapping-expected.png: Removed.
  • platform/efl/fast/forms/textarea-placeholder-wrapping-expected.txt: Removed.
  • platform/gtk/fast/css/pseudo-cache-stale-expected.png: Removed.
  • platform/gtk/fast/css/pseudo-cache-stale-expected.txt: Removed.
  • platform/gtk/fast/forms/input-placeholder-text-indent-expected.png: Removed.
  • platform/gtk/fast/forms/input-placeholder-text-indent-expected.txt: Removed.
  • platform/gtk/fast/forms/input-placeholder-visibility-2-expected.png: Removed.
  • platform/gtk/fast/forms/input-placeholder-visibility-2-expected.txt: Removed.
  • platform/gtk/fast/forms/isindex-placeholder-expected.png: Removed.
  • platform/gtk/fast/forms/isindex-placeholder-expected.txt: Removed.
  • platform/gtk/fast/forms/password-placeholder-expected.png: Removed.
  • platform/gtk/fast/forms/password-placeholder-expected.txt: Removed.
  • platform/gtk/fast/forms/password-placeholder-text-security-expected.png: Removed.
  • platform/gtk/fast/forms/password-placeholder-text-security-expected.txt: Removed.
  • platform/gtk/fast/forms/placeholder-set-attribute-expected.png: Removed.
  • platform/gtk/fast/forms/placeholder-set-attribute-expected.txt: Removed.
  • platform/gtk/fast/forms/placeholder-set-value-expected.png: Removed.
  • platform/gtk/fast/forms/placeholder-set-value-expected.txt: Removed.
  • platform/gtk/fast/forms/placeholder-stripped-expected.png: Removed.
  • platform/gtk/fast/forms/placeholder-stripped-expected.txt: Removed.
  • platform/gtk/fast/forms/search-placeholder-value-changed-expected.png: Removed.
  • platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt: Removed.
  • platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.png: Removed.
  • platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.txt: Removed.
  • platform/gtk/fast/forms/textarea-placeholder-set-value-expected.png: Removed.
  • platform/gtk/fast/forms/textarea-placeholder-set-value-expected.txt: Removed.
  • platform/gtk/fast/forms/textarea-placeholder-wrapping-expected.png: Removed.
  • platform/gtk/fast/forms/textarea-placeholder-wrapping-expected.txt: Removed.
  • platform/mac-leopard/fast/css/pseudo-cache-stale-expected.png: Removed.
  • platform/mac-leopard/fast/forms/input-placeholder-visibility-2-expected.png: Removed.
  • platform/mac-leopard/fast/forms/password-placeholder-text-security-expected.png: Removed.
  • platform/mac-leopard/fast/forms/placeholder-set-attribute-expected.png: Removed.
  • platform/mac-leopard/fast/forms/placeholder-set-value-expected.png: Removed.
  • platform/mac-leopard/fast/forms/placeholder-stripped-expected.png: Removed.
  • platform/mac-leopard/fast/forms/search-placeholder-value-changed-expected.png: Removed.
  • platform/mac-leopard/fast/forms/textarea-placeholder-set-attribute-expected.png: Removed.
  • platform/mac-leopard/fast/forms/textarea-placeholder-set-value-expected.png: Removed.
  • platform/mac-snowleopard/fast/forms/input-placeholder-visibility-2-expected.png: Removed.
  • platform/mac/fast/css/pseudo-cache-stale-expected.png: Removed.
  • platform/mac/fast/css/pseudo-cache-stale-expected.txt: Removed.
  • platform/mac/fast/forms/input-placeholder-text-indent-expected.png: Removed.
  • platform/mac/fast/forms/input-placeholder-text-indent-expected.txt: Removed.
  • platform/mac/fast/forms/input-placeholder-visibility-2-expected.png: Removed.
  • platform/mac/fast/forms/input-placeholder-visibility-2-expected.txt: Removed.
  • platform/mac/fast/forms/isindex-placeholder-expected.png: Removed.
  • platform/mac/fast/forms/isindex-placeholder-expected.txt: Removed.
  • platform/mac/fast/forms/password-placeholder-expected.png: Removed.
  • platform/mac/fast/forms/password-placeholder-expected.txt: Removed.
  • platform/mac/fast/forms/password-placeholder-text-security-expected.png: Removed.
  • platform/mac/fast/forms/password-placeholder-text-security-expected.txt: Removed.
  • platform/mac/fast/forms/placeholder-set-attribute-expected.png: Removed.
  • platform/mac/fast/forms/placeholder-set-attribute-expected.txt: Removed.
  • platform/mac/fast/forms/placeholder-set-value-expected.png: Removed.
  • platform/mac/fast/forms/placeholder-set-value-expected.txt: Removed.
  • platform/mac/fast/forms/placeholder-stripped-expected.png: Removed.
  • platform/mac/fast/forms/placeholder-stripped-expected.txt: Removed.
  • platform/mac/fast/forms/search-placeholder-value-changed-expected.png: Removed.
  • platform/mac/fast/forms/search-placeholder-value-changed-expected.txt: Removed.
  • platform/mac/fast/forms/textarea-placeholder-set-attribute-expected.png: Removed.
  • platform/mac/fast/forms/textarea-placeholder-set-attribute-expected.txt: Removed.
  • platform/mac/fast/forms/textarea-placeholder-set-value-expected.png: Removed.
  • platform/mac/fast/forms/textarea-placeholder-set-value-expected.txt: Removed.
  • platform/mac/fast/forms/textarea-placeholder-wrapping-expected.png: Removed.
  • platform/mac/fast/forms/textarea-placeholder-wrapping-expected.txt: Removed.
  • platform/qt-wk2/fast/forms/input-placeholder-text-indent-expected.png: Removed.
  • platform/qt/fast/css/pseudo-cache-stale-expected.png: Removed.
  • platform/qt/fast/css/pseudo-cache-stale-expected.txt: Removed.
  • platform/qt/fast/forms/input-placeholder-text-indent-expected.png: Removed.
  • platform/qt/fast/forms/input-placeholder-text-indent-expected.txt: Removed.
  • platform/qt/fast/forms/input-placeholder-visibility-2-expected.png: Removed.
  • platform/qt/fast/forms/input-placeholder-visibility-2-expected.txt: Removed.
  • platform/qt/fast/forms/isindex-placeholder-expected.png: Removed.
  • platform/qt/fast/forms/isindex-placeholder-expected.txt: Removed.
  • platform/qt/fast/forms/password-placeholder-expected.png: Removed.
  • platform/qt/fast/forms/password-placeholder-expected.txt: Removed.
  • platform/qt/fast/forms/password-placeholder-text-security-expected.png: Removed.
  • platform/qt/fast/forms/password-placeholder-text-security-expected.txt: Removed.
  • platform/qt/fast/forms/placeholder-set-attribute-expected.png: Removed.
  • platform/qt/fast/forms/placeholder-set-attribute-expected.txt: Removed.
  • platform/qt/fast/forms/placeholder-set-value-expected.png: Removed.
  • platform/qt/fast/forms/placeholder-set-value-expected.txt: Removed.
  • platform/qt/fast/forms/placeholder-stripped-expected.png: Removed.
  • platform/qt/fast/forms/placeholder-stripped-expected.txt: Removed.
  • platform/qt/fast/forms/search-placeholder-value-changed-expected.png: Removed.
  • platform/qt/fast/forms/search-placeholder-value-changed-expected.txt: Removed.
  • platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.png: Removed.
  • platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt: Removed.
  • platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt: Removed.
  • platform/qt/fast/forms/textarea-placeholder-wrapping-expected.png: Removed.
  • platform/qt/fast/forms/textarea-placeholder-wrapping-expected.txt: Removed.
1:11 AM Changeset in webkit [101232] by kbalazs@webkit.org
  • 4 edits in trunk

Source/WebKit2: Reviewed by Simon Hausmann.

[WK2] fast/frames/iframe-plugin-load-remove-document-crash.html crashes
https://bugs.webkit.org/show_bug.cgi?id=63321

  • WebProcess/Plugins/Netscape/NetscapePlugin.cpp:

(WebKit::NetscapePlugin::manualStreamDidFail): Don't assert that m_manualStream
is not null since it is not guaranteed but instead handle the case when it is null
with early return.

LayoutTests: [WK2] fast/frames/iframe-plugin-load-remove-document-crash.html crashes
https://bugs.webkit.org/show_bug.cgi?id=63321

Reviewed by Simon Hausmann.

Unskip the test.

  • platform/qt-wk2/Skipped:
1:02 AM Changeset in webkit [101231] by yurys@chromium.org
  • 5 edits in trunk/Source/WebKit/chromium

[Chromium] Web Inspector: delete WebDevToolsAgent::frontendLoaded
https://bugs.webkit.org/show_bug.cgi?id=73131

Now that the method is not used in Chromium we can delete it.

Reviewed by Pavel Feldman.

  • public/WebDevToolsAgent.h:
  • src/WebDevToolsAgentImpl.cpp:
  • src/WebDevToolsAgentImpl.h:
12:53 AM Changeset in webkit [101230] by abarth@webkit.org
  • 3 edits in trunk/Source/WebKit/chromium

Update some sloppy includes.

  • public/platform/linux/WebSandboxSupport.h:
  • public/platform/win/WebThemeEngine.h:
12:19 AM Changeset in webkit [101229] by abarth@webkit.org
  • 1 edit
    5 adds in trunk/Source/WebKit/chromium

More forwarding headers. Turns out I forgot to svn add them. :(

  • public/android/WebSandboxSupport.h: Added.
  • public/linux/WebFontFamily.h: Added.
  • public/linux/WebSandboxSupport.h: Added.
  • public/mac/WebSandboxSupport.h: Added.
  • public/win/WebSandboxSupport.h: Added.
12:08 AM Changeset in webkit [101228] by abarth@webkit.org
  • 1 edit
    4 adds in trunk/Source/WebKit/chromium

Add missing forwaring headers.

  • public/android/WebThemeEngine.h: Added.
  • public/linux/WebThemeEngine.h: Added.
  • public/mac/WebThemeEngine.h: Added.
  • public/win/WebThemeEngine.h: Added.

Nov 27, 2011:

11:51 PM Changeset in webkit [101227] by yurys@chromium.org
  • 2 edits in trunk/Source/WebKit/chromium

2011-11-27 Yury Semikhatsky <yurys@chromium.org>

Unreviewed. Revert r101226.

  • DEPS:
11:28 PM Changeset in webkit [101226] by yurys@chromium.org
  • 2 edits in trunk/Source/WebKit/chromium

2011-11-27 Yury Semikhatsky <yurys@chromium.org>

Unreviewed. Update Chromium revision.

  • DEPS:
11:08 PM Changeset in webkit [101225] by macpherson@chromium.org
  • 5 edits in trunk/Source/WebCore

Implement vertical-align property in CSSStyleApplyProperty.
https://bugs.webkit.org/show_bug.cgi?id=72926

Reviewed by Andreas Kling.

Part of the ongoing refactoring of CSSStyleSelector::applyProperty.

Covered by several tests under fast/css.

  • css/CSSPrimitiveValue.h:

(WebCore::CSSPrimitiveValue::isPercent):

  • css/CSSStyleApplyProperty.cpp:

(WebCore::ApplyPropertyVerticalAlign::applyValue):
(WebCore::ApplyPropertyVerticalAlign::createHandler):
(WebCore::CSSStyleApplyProperty::CSSStyleApplyProperty):

  • css/CSSStyleSelector.cpp:

(WebCore::CSSStyleSelector::applyProperty):

  • rendering/style/RenderStyle.h:

(WebCore::InheritedFlags::setVerticalAlignLength):
Calling setVerticalAlignLength now automatically sets verticalAlign to LENGTH.

11:06 PM WebKit Team edited by mihnea@adobe.com
(diff)
10:59 PM Changeset in webkit [101224] by abarth@webkit.org
  • 25 edits
    23 copies
    9 moves
    27 adds in trunk/Source/WebKit/chromium

[Chromium] Move the next traunch of headers into public/platform
https://bugs.webkit.org/show_bug.cgi?id=73073

Reviewed by Darin Fisher.

These headers are all the forward-declared classes in
WebKitPlatformSupport (and their dependencies) that wrap concepts in
WebCore/platform.

There are a number of forward-declared classes in WebKitPlatformSupport
that coorespond to WebCore concepts outside of WebCore/platform. I've
marked these with FIXME comments. We'll need to study them in more
detail to see whether they should move into WebCore/platform or whether
we need to move them out of WebKitPlaformSupport.h. (One possible
resolution might be to introducing a WebKitClientSupport.h to hold
statics for client concepts).

  • public/WebBlobRegistry.h: Replaced.
  • public/WebCanvas.h: Replaced.
  • public/WebClipboard.h: Replaced.
  • public/WebColor.h: Replaced.
  • public/WebColorName.h: Replaced.
  • public/WebCommonWorkerClient.h:
  • public/WebCompositionUnderline.h:
  • public/WebContentLayerClient.h:
  • public/WebContextMenuData.h:
  • public/WebCookieJar.h: Replaced.
  • public/WebCursorInfo.h:
  • public/WebDragData.h: Replaced.
  • public/WebFileSystem.h: Replaced.
  • public/WebFloatQuad.h:
  • public/WebFont.h:
  • public/WebFrame.h:
  • public/WebFrameClient.h:
  • public/WebGeolocationController.h:
  • public/WebGeolocationPermissionRequestManager.h:
  • public/WebGraphicsContext3D.h: Replaced.
  • public/WebHTTPBody.h:
  • public/WebImage.h: Replaced.
  • public/WebImageDecoder.h:
  • public/WebLayer.h:
  • public/WebMediaPlayer.h:
  • public/WebMediaStreamDescriptor.h: Replaced.
  • public/WebMediaStreamSource.h:
  • public/WebMimeRegistry.h: Replaced.
  • public/WebNonCopyable.h: Replaced.
  • public/WebPeerConnectionHandler.h: Replaced.
  • public/WebPeerConnectionHandlerClient.h: Replaced.
  • public/WebPlugin.h:
  • public/WebPoint.h: Replaced.
  • public/WebRect.h: Replaced.
  • public/WebRegularExpression.h:
  • public/WebScreenInfo.h:
  • public/WebScrollbar.h:
  • public/WebSize.h: Replaced.
  • public/WebSocketStreamError.h: Replaced.
  • public/WebSocketStreamHandle.h: Replaced.
  • public/WebSocketStreamHandleClient.h: Replaced.
  • public/WebThread.h: Replaced.
  • public/WebTouchPoint.h:
  • public/WebURLLoader.h: Replaced.
  • public/WebWidget.h:
  • public/WebWidgetClient.h:
  • public/android/WebSandboxSupport.h: Removed.
  • public/android/WebThemeEngine.h: Removed.
  • public/linux/WebFontFamily.h: Removed.
  • public/linux/WebSandboxSupport.h: Removed.
  • public/linux/WebThemeEngine.h: Removed.
  • public/mac/WebSandboxSupport.h: Removed.
  • public/mac/WebThemeEngine.h: Removed.
  • public/platform/WebBlobRegistry.h: Copied from Source/WebKit/chromium/public/WebBlobRegistry.h.
  • public/platform/WebCanvas.h: Copied from Source/WebKit/chromium/public/WebCanvas.h.
  • public/platform/WebClipboard.h: Copied from Source/WebKit/chromium/public/WebClipboard.h.
  • public/platform/WebColor.h: Copied from Source/WebKit/chromium/public/WebColor.h.
  • public/platform/WebColorName.h: Copied from Source/WebKit/chromium/public/WebColorName.h.
  • public/platform/WebCookieJar.h: Copied from Source/WebKit/chromium/public/WebCookieJar.h.
  • public/platform/WebDragData.h: Copied from Source/WebKit/chromium/public/WebDragData.h.
  • public/platform/WebFileSystem.h: Copied from Source/WebKit/chromium/public/WebFileSystem.h.
  • public/platform/WebGraphicsContext3D.h: Copied from Source/WebKit/chromium/public/WebGraphicsContext3D.h.
  • public/platform/WebImage.h: Copied from Source/WebKit/chromium/public/WebImage.h.
  • public/platform/WebKitPlatformSupport.h:
  • public/platform/WebMediaStreamDescriptor.h: Copied from Source/WebKit/chromium/public/WebMediaStreamDescriptor.h.
  • public/platform/WebMimeRegistry.h: Copied from Source/WebKit/chromium/public/WebMimeRegistry.h.
  • public/platform/WebNonCopyable.h: Copied from Source/WebKit/chromium/public/WebNonCopyable.h.
  • public/platform/WebPeerConnectionHandler.h: Copied from Source/WebKit/chromium/public/WebPeerConnectionHandler.h.
  • public/platform/WebPeerConnectionHandlerClient.h: Copied from Source/WebKit/chromium/public/WebPeerConnectionHandlerClient.h.
  • public/platform/WebPoint.h: Copied from Source/WebKit/chromium/public/WebPoint.h.
  • public/platform/WebRect.h: Copied from Source/WebKit/chromium/public/WebRect.h.
  • public/platform/WebSize.h: Copied from Source/WebKit/chromium/public/WebSize.h.
  • public/platform/WebSocketStreamError.h: Copied from Source/WebKit/chromium/public/WebSocketStreamError.h.
  • public/platform/WebSocketStreamHandle.h: Copied from Source/WebKit/chromium/public/WebSocketStreamHandle.h.
  • public/platform/WebSocketStreamHandleClient.h: Copied from Source/WebKit/chromium/public/WebSocketStreamHandleClient.h.
  • public/platform/WebThread.h: Copied from Source/WebKit/chromium/public/WebThread.h.
  • public/platform/WebURLLoader.h: Copied from Source/WebKit/chromium/public/WebURLLoader.h.
  • public/platform/android: Added.
  • public/platform/android/WebSandboxSupport.h: Copied from Source/WebKit/chromium/public/android/WebSandboxSupport.h.
  • public/platform/android/WebThemeEngine.h: Copied from Source/WebKit/chromium/public/android/WebThemeEngine.h.
  • public/platform/linux: Added.
  • public/platform/linux/WebFontFamily.h: Copied from Source/WebKit/chromium/public/linux/WebFontFamily.h.
  • public/platform/linux/WebSandboxSupport.h: Copied from Source/WebKit/chromium/public/linux/WebSandboxSupport.h.
  • public/platform/linux/WebThemeEngine.h: Copied from Source/WebKit/chromium/public/linux/WebThemeEngine.h.

(WebKit::WebThemeEngine::paint):

  • public/platform/mac: Added.
  • public/platform/mac/WebSandboxSupport.h: Copied from Source/WebKit/chromium/public/mac/WebSandboxSupport.h.
  • public/platform/mac/WebThemeEngine.h: Copied from Source/WebKit/chromium/public/mac/WebThemeEngine.h.

(WebKit::WebThemeEngine::paintScrollbarThumb):

  • public/platform/win: Added.
  • public/platform/win/WebSandboxSupport.h: Copied from Source/WebKit/chromium/public/win/WebSandboxSupport.h.
  • public/platform/win/WebThemeEngine.h: Copied from Source/WebKit/chromium/public/win/WebThemeEngine.h.
  • public/win/WebSandboxSupport.h: Removed.
  • public/win/WebThemeEngine.h: Removed.
10:41 PM Changeset in webkit [101223] by hayato@chromium.org
  • 71 edits in trunk/LayoutTests

Chromium rebaselines for r101202.
Unreviewed, rebaselined results.

  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
  • platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
  • platform/chromium-mac-leopard/fast/borders/border-antialiasing-expected.png:
  • platform/chromium-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png:
  • platform/chromium-mac-leopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
  • platform/chromium-mac-leopard/tables/mozilla/marvin/table_rules_all-expected.png:
  • platform/chromium-mac-leopard/tables/mozilla/marvin/table_rules_none-expected.png:
  • platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
  • platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
10:26 PM Changeset in webkit [101222] by commit-queue@webkit.org
  • 12 edits in trunk/Source/WebKit/chromium

[chromium] MediaStream API: Updating the licences to the correct one.
https://bugs.webkit.org/show_bug.cgi?id=73129

Replacing the incorrect ones I have submitted with the correct ones.

Patch by Tommy Widenflycht <tommyw@google.com> on 2011-11-27
Reviewed by Darin Fisher.

  • bridge/PeerConnectionHandler.cpp:
  • bridge/PeerConnectionHandlerInternal.cpp:
  • bridge/PeerConnectionHandlerInternal.h:
  • public/WebMediaStreamDescriptor.h:
  • public/WebMediaStreamRegistry.h:
  • public/WebMediaStreamSource.h:
  • public/WebPeerConnectionHandler.h:
  • public/WebPeerConnectionHandlerClient.h:
  • src/WebMediaStreamDescriptor.cpp:
  • src/WebMediaStreamRegistry.cpp:
  • src/WebMediaStreamSource.cpp:
10:19 PM Changeset in webkit [101221] by macpherson@chromium.org
  • 3 edits in trunk/Source/WebCore

Implement CSSPropertyTextAlign in CSSStyleApplyProperty.
https://bugs.webkit.org/show_bug.cgi?id=73102

Reviewed by Andreas Kling.

Covered by fast/css/text-align*.html

  • css/CSSStyleApplyProperty.cpp:

(WebCore::ApplyPropertyTextAlign::applyValue):
(WebCore::ApplyPropertyTextAlign::createHandler):
(WebCore::CSSStyleApplyProperty::CSSStyleApplyProperty):

  • css/CSSStyleSelector.cpp:

(WebCore::CSSStyleSelector::applyProperty):

9:46 PM Changeset in webkit [101220] by hayato@chromium.org
  • 1 edit
    86 adds in trunk/LayoutTests

Chromium rebaselines for r101202.

Unreviewed, rebaselined results.

  • platform/chromium-linux/css2.1/20110323/border-conflict-element-001-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-001a-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-001b-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-001c-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-001d-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-003-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-004-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-005-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-006-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-007-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-008-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-009-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-010-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-011-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-012-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-013-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-014-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-015-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-016-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-017-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-018-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-019-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-020-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-021-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-022-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-023-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-024-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-025-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-026-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-027-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-028-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-029-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-030-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-031-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-032-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-033-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-034-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-035-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-036-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-037-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-038-expected.png: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-element-039-expected.png: Added.
  • platform/chromium-linux/fast/css/border-conflict-element-002-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-001-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-001a-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-001b-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-001c-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-001d-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-003-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-004-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-005-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-006-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-007-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-008-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-009-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-010-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-011-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-012-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-013-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-014-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-015-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-016-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-017-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-018-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-019-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-020-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-021-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-022-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-023-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-024-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-025-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-026-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-027-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-028-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-029-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-030-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-031-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-032-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-033-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-034-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-035-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-036-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-037-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-038-expected.png: Added.
  • platform/chromium-mac-leopard/css2.1/20110323/border-conflict-element-039-expected.png: Added.
  • platform/chromium-mac-leopard/fast/css/border-conflict-element-002-expected.png: Added.
9:15 PM Changeset in webkit [101219] by tkent@chromium.org
  • 4 edits in trunk/LayoutTests

[Qt][Mac-WebKit2] file-input-reset.html is failing because of no
eventSender.beginDragWithFiles().
https://bugs.webkit.org/show_bug.cgi?id=72429
https://bugs.webkit.org/show_bug.cgi?id=72571

  • platform/mac/Skipped: Move file-input-reset.html to wk/Skipped.
  • platform/qt/Skipped: Move some entries to the section for beginDragWithFiles().
  • platform/wk2/Skipped: Move file-input-reset.html from mac/Skipped.
7:50 PM Changeset in webkit [101218] by andreas.kling@nokia.com
  • 4 edits in trunk/Source/WebCore

CSSStyleRule: Pack m_sourceLine with CSSRule bits.
<http://webkit.org/b/73168>

Reviewed by Antti Koivisto.

Make CSSStyleRule::m_sourceLine a 27-bit integer and pack it with the rest
of the members in CSSRule. This shrinks CSSStyleRule by one CPU word
and reduces memory consumption by 81 kB on the GMail inbox (on 64-bit.)

  • css/CSSRule.h:

(WebCore::CSSRule::CSSRule):

  • css/CSSStyleRule.cpp:

(WebCore::CSSStyleRule::CSSStyleRule):

  • css/CSSStyleRule.h:
6:11 PM Changeset in webkit [101217] by fpizlo@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

DFG should not emit GetMethod node
https://bugs.webkit.org/show_bug.cgi?id=73175

Reviewed by Gavin Barraclough.

Replaces all instances of the GetMethod node with GetById. This appears to
be a slight win on V8. This patch leaves GetMethod support in the code-base,
making this decision easy to reverse, for now.

  • dfg/DFGByteCodeParser.cpp:

(JSC::DFG::ByteCodeParser::parseBlock):

4:12 PM Changeset in webkit [101216] by zeno.albisser@nokia.com
  • 2 edits in trunk/Source/WebKit2

[Qt][WK2] MiniBrowser stops displaying content after surfing a few pages.
https://bugs.webkit.org/show_bug.cgi?id=73172

Properly initialize WebLayerTreeInfo structures.

Reviewed by Andreas Kling.

  • Shared/WebLayerTreeInfo.h:

(WebKit::WebLayerUpdateInfo::WebLayerUpdateInfo):
(WebKit::WebLayerAnimation::WebLayerAnimation):
(WebKit::WebLayerInfo::WebLayerInfo):
(WebKit::WebLayerTreeInfo::WebLayerTreeInfo):

3:47 PM Changeset in webkit [101215] by mrowe@apple.com
  • 10 edits in trunk/Source

<http://webkit.org/b/72665> Switch to a more modern approach to retrieving the OS marketing version

Reviewed by Dan Bernstein.

Source/WebCore:

  • WebCore.exp.in: Expose the necessary symbol.
  • platform/mac/WebCoreSystemInterface.h: Ditto.
  • platform/mac/WebCoreSystemInterface.mm: Ditto.

Source/WebKit/mac:

  • WebCoreSupport/WebSystemInterface.mm:

(InitWebCoreSystemInterface): Set up wkGetMacOSXVersionString.

  • WebView/WebView.mm:

(createMacOSXVersionString): Use WKGetMacOSXVersionString.

Source/WebKit2:

  • UIProcess/mac/WebPageProxyMac.mm:

(WebKit::macOSXVersionString): Use WKGetMacOSXVersionString.

  • WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:

(InitWebCoreSystemInterface): Set up wkGetMacOSXVersionString.

3:44 PM Changeset in webkit [101214] by Martin Robinson
  • 1 edit
    1 delete in trunk/LayoutTests

Remove a test baseline that does not differ on GTK+ now that
WebGL is active by default.

  • platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Removed.
3:25 PM Changeset in webkit [101213] by annacc@chromium.org
  • 19 edits in trunk

Move readyState from TextTrack to HTMLTrackElement
https://bugs.webkit.org/show_bug.cgi?id=72553

Source/WebCore:

Fix for r101057 after it was rolled out in r101088

Reviewed by Eric Carlson.

  • html/HTMLTrackElement.cpp:

(WebCore::HTMLTrackElement::HTMLTrackElement):

Set initial readyState to NONE.

(WebCore::HTMLTrackElement::didCompleteLoad):

Set readyState based on load completed status.

(WebCore::HTMLTrackElement::setReadyState):

This replaces textTrackReadyStateChanged() because only LoadableTextTrack
needs to notify HTMLTrackElement of readyState changes (i.e.
textTrackReadyStateChanged() is no longer required of TextTrackClient).

  • html/HTMLTrackElement.h:

ReadyState enum and m_readyState member variable moved from TextTrack.

(WebCore::HTMLTrackElement::readyState):

New: readyState() getter.

  • html/HTMLTrackElement.idl:

Add readyState attribute and associated constants.

  • html/LoadableTextTrack.cpp:

(WebCore::LoadableTextTrack::loadTimerFired): Set readyState on HTMLTrackElement.
(WebCore::LoadableTextTrack::cueLoadingStarted): Ditto.
(WebCore::LoadableTextTrack::cueLoadingCompleted): Move code to set readyState

to HTMLTrackElement (it can set it based on loading status).

  • html/TextTrack.cpp: Remove readyState from TextTrack.

(WebCore::TextTrack::TextTrack): Ditto.

  • html/TextTrack.h: Ditto.
  • html/TextTrack.idl: Ditto.

LayoutTests:

Fix for r101057 after it was rolled out in r101088

Reviewed by Eric Carlson.

  • media/track/track-add-track-expected.txt:
  • media/track/track-add-track.html:
  • media/track/track-constants-expected.txt:
  • media/track/track-constants.html:
  • media/track/track-load-error-readyState-expected.txt:
  • media/track/track-load-error-readyState.html:
  • media/track/track-load-from-element-readyState-expected.txt:
  • media/track/track-load-from-element-readyState.html:
  • media/track/track-load-from-src-readyState-expected.txt:
  • media/track/track-load-from-src-readyState.html:
3:05 PM Changeset in webkit [101212] by benjamin@webkit.org
  • 1 edit
    3 adds in trunk/LayoutTests

The test compositing/layer-creation/spanOverlapsCanvas.html fails on Lion
https://bugs.webkit.org/show_bug.cgi?id=73159

Reviewed by Julien Chaffraix.

The test started failing after the expected file was removed in r101203. Add the file
but specifically for Snow Leopard.

  • platform/mac-snowleopard/compositing: Added.
  • platform/mac-snowleopard/compositing/layer-creation: Added.
  • platform/mac-snowleopard/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
1:45 PM Changeset in webkit [101211] by robert@webkit.org
  • 135 edits
    8 copies
    35 moves
    261 adds
    37 deletes in trunk/LayoutTests

Chromium rebaselines for r101202

Unreviewed, rebaselined results.

  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-001-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-001a-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-001b-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-001c-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-001d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-003-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-004-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-005-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-006-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-007-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-008-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-009-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-010-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-011-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-012-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-013-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-014-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-015-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-016-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-017-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-018-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-019-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-020-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-021-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-022-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-023-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-024-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-025-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-026-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-027-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-028-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-029-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-030-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-031-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-032-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-033-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-034-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-035-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-036-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-037-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-038-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-element-039-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-cg-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png:
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-25-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-27-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-28-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-95-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-97-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-98-d-expected.png: Added.
  • platform/chromium-cg-mac-leopard/fast/borders/border-antialiasing-expected.png:
  • platform/chromium-cg-mac-leopard/fast/css/border-conflict-element-002-expected.png: Added.
  • platform/chromium-cg-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png:
  • platform/chromium-cg-mac-leopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
  • platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_rules_all-expected.png: Added.
  • platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_rules_none-expected.png: Added.
  • platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added.
  • platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-conflict-element-001d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-cg-mac-snowleopard/css2.1/20110323/floating-replaced-height-008-expected.png:
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/fast/borders/border-antialiasing-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png:
  • platform/chromium-cg-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added.
  • platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/20110323/border-conflict-element-001d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-mac-snowleopard/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-mac-snowleopard/css2.1/20110323/floating-replaced-height-008-expected.png:
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Added.
  • platform/chromium-mac-snowleopard/fast/borders/border-antialiasing-expected.png: Added.
  • platform/chromium-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png:
  • platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
  • platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.png: Added.
  • platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.png: Added.
  • platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added.
  • platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Removed.
  • platform/chromium-mac/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Removed.
  • platform/chromium-mac/fast/borders/border-antialiasing-expected.png: Removed.
  • platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
  • platform/chromium-mac/tables/mozilla/marvin/table_rules_all-expected.png: Removed.
  • platform/chromium-mac/tables/mozilla/marvin/table_rules_none-expected.png: Removed.
  • platform/chromium-mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Removed.
  • platform/chromium-mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Removed.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-001-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001a-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001a-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-001a-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001b-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001b-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-001b-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001c-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001c-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-001c-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001d-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-001d-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-001d-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-003-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-003-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-003-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-004-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-004-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-004-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-005-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-005-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-005-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-006-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-006-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-006-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-007-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-007-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-007-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-008-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-008-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-008-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-009-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-009-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-009-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-010-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-010-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-010-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-011-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-011-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-011-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-012-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-012-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-012-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-013-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-013-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-013-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-014-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-014-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-014-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-015-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-015-expected.txt: Copied from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-015-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-016-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-016-expected.txt: Copied from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-016-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-017-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-017-expected.txt: Copied from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-017-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-018-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-018-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-018-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-019-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-019-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-019-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-020-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-020-expected.txt: Copied from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-020-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-021-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-021-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-021-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-022-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-022-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-022-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-023-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-023-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-023-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-024-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-024-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-024-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-025-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-025-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-025-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-026-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-026-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-026-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-027-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-027-expected.txt: Copied from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-027-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-028-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-028-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-028-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-029-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-029-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-029-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-030-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-030-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-030-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-031-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-031-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-031-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-032-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-032-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-032-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-033-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-033-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-033-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-034-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-034-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-034-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-035-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-035-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-035-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-036-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-036-expected.txt: Copied from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-036-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-037-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-037-expected.txt: Copied from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-037-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-038-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-038-expected.txt: Copied from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-038-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-039-expected.png: Added.
  • platform/chromium-win/css2.1/20110323/border-conflict-element-039-expected.txt: Renamed from LayoutTests/platform/chromium/css2.1/20110323/border-conflict-element-039-expected.txt.
  • platform/chromium-win/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-win/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-win/css2.1/20110323/floating-replaced-height-008-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
  • platform/chromium-win/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
  • platform/chromium-win/fast/borders/border-antialiasing-expected.png:
  • platform/chromium-win/fast/css/border-conflict-element-002-expected.png: Added.
  • platform/chromium-win/fast/css/border-conflict-element-002-expected.txt: Renamed from LayoutTests/platform/chromium/fast/css/border-conflict-element-002-expected.txt.
  • platform/chromium-win/fast/repaint/table-cell-collapsed-border-expected.png:
  • platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
  • platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.png:
  • platform/chromium-win/tables/mozilla/marvin/table_rules_none-expected.png:
  • platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
  • platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001a-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001b-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001c-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
  • platform/chromium/css2.1/20110323/border-conflict-element-003-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-004-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-005-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-006-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-007-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-008-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-009-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-010-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-011-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-012-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-013-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-014-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-015-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-015-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-016-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-016-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-017-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-017-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-018-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-019-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-020-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-020-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-021-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-022-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-023-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-024-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-025-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-026-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-027-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-027-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-028-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-029-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-030-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-031-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-032-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-033-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-034-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-035-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-036-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-036-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-037-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-037-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-038-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-038-expected.txt:
  • platform/chromium/css2.1/20110323/border-conflict-element-039-expected.png:
  • platform/chromium/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-25-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-27-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-28-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-95-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-97-d-expected.png: Added.
  • platform/chromium/css2.1/t170602-bdr-conflct-w-98-d-expected.png: Added.
  • platform/chromium/fast/css/border-conflict-element-002-expected.png:
1:13 PM Changeset in webkit [101210] by annacc@chromium.org
  • 2 edits in trunk/Source/WebCore

Don't allow attribute changes on <track> if feature is not enabled.
https://bugs.webkit.org/show_bug.cgi?id=73046

Reviewed by Eric Carlson.

No new tests. This fixes a problem when --enable-video-track is not used,
but the tests use this flag.

  • html/HTMLTrackElement.cpp:

(WebCore::HTMLTrackElement::attributeChanged):

12:52 PM Changeset in webkit [101209] by Csaba Osztrogonác
  • 2 edits in trunk/LayoutTests

[Qt] Unreviewed weekend gardening after r101183.

  • platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Updated.
12:34 PM Changeset in webkit [101208] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebCore

CSSMutableStyleDeclaration: setCssText() mostly duplicates parseDeclaration().
<http://webkit.org/b/73171>

Patch by Andreas Kling <kling@webkit.org> on 2011-11-27
Reviewed by Antti Koivisto.

Let setCssText() call parseDeclaration() instead of duplicating the functionality.

  • css/CSSMutableStyleDeclaration.cpp:

(WebCore::CSSMutableStyleDeclaration::setCssText):

12:29 PM Changeset in webkit [101207] by robert@webkit.org
  • 1 edit
    106 adds in trunk/LayoutTests

Mac, Qt and Gtk results for r101202

Unreviewed, new results.

  • platform/gtk/css2.1/20110323/border-conflict-element-001-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-001a-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-001b-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-001c-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-001d-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-003-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-004-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-005-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-006-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-007-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-008-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-009-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-010-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-011-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-012-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-013-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-014-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-018-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-019-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-021-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-023-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-024-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-025-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-026-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-027-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-028-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-029-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-030-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-031-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-032-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-033-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-034-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-035-expected.txt: Added.
  • platform/gtk/css2.1/20110323/border-conflict-element-039-expected.txt: Added.
  • platform/gtk/fast/css/border-conflict-element-002-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-001-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-001a-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-001b-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-001c-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-001d-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-003-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-004-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-005-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-006-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-007-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-008-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-009-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-010-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-011-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-012-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-013-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-014-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-018-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-019-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-021-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-022-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-023-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-024-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-025-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-026-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-028-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-029-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-030-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-031-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-032-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-033-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-034-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-035-expected.txt: Added.
  • platform/mac/css2.1/20110323/border-conflict-element-039-expected.txt: Added.
  • platform/mac/fast/css/border-conflict-element-002-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-001-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-001a-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-001b-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-001c-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-001d-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-003-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-004-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-005-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-006-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-007-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-008-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-009-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-010-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-011-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-012-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-013-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-014-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-015-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-018-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-020-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-021-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-023-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-024-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-025-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-026-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-027-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-028-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-029-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-030-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-031-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-032-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-033-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-034-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-035-expected.txt: Added.
  • platform/qt/css2.1/20110323/border-conflict-element-036-expected.txt: Added.
  • platform/qt/fast/css/border-conflict-element-002-expected.txt: Added.
12:20 PM Changeset in webkit [101206] by commit-queue@webkit.org
  • 3 edits in trunk/Source/WebCore

CSS/XSLStyleSheet: checkLoaded() needn't be virtual.
<http://webkit.org/b/73169>

Patch by Andreas Kling <kling@webkit.org> on 2011-11-27
Reviewed by Antti Koivisto.

Devirtualize checkLoaded() in CSSStyleSheet and XSLStyleSheet as they
are not overriding anything, nor are they ever overridden.

  • css/CSSStyleSheet.h:
  • xml/XSLStyleSheet.h:
12:02 PM Changeset in webkit [101205] by commit-queue@webkit.org
  • 3 edits in trunk/Source/WebCore

Add assertions that CSSMappedAttributeDeclarations aren't using strict parsing.
<http://webkit.org/b/73167>

Patch by Andreas Kling <kling@webkit.org> on 2011-11-27
Reviewed by Antti Koivisto.

  • dom/StyledElement.cpp:

(WebCore::StyledElement::createMappedDecl):

  • html/HTMLTableElement.cpp:

(WebCore::HTMLTableElement::additionalAttributeStyleDecls):
(WebCore::HTMLTableElement::addSharedCellBordersDecl):
(WebCore::HTMLTableElement::addSharedCellPaddingDecl):
(WebCore::HTMLTableElement::addSharedGroupDecls):

11:48 AM Changeset in webkit [101204] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebCore

CSSStyleSheet: Removed unused create() overload.
<http://webkit.org/b/73170>

Patch by Andreas Kling <kling@webkit.org> on 2011-11-27
Reviewed by Antonio Gomes.

Nobody was using CSSStyleSheet::create(ownerNode, originalURL, finalURL)
so remove it.

  • css/CSSStyleSheet.h:

(WebCore::CSSStyleSheet::create):

11:05 AM Changeset in webkit [101203] by benjamin@webkit.org
  • 1 edit
    2 deletes in trunk/LayoutTests

The test compositing/layer-creation/spanOverlapsCanvas.html fails on Lion
https://bugs.webkit.org/show_bug.cgi?id=73159

Reviewed by Andreas Kling.

The empty file spanOverlapsCanvas-expected.txt was created in the Chromium rebaseline r100557.

On Lion, the test spanOverlapsCanvas.html generates the expected test result, this patch removes
the empty file.

The empty directories compositing/layer-creation for Snow Leopard and Lion are also removed.

  • platform/mac-lion/compositing: Removed.
  • platform/mac-lion/compositing/layer-creation: Removed.
  • platform/mac-lion/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Removed.
  • platform/mac-snowleopard/compositing: Removed.
  • platform/mac-snowleopard/compositing/layer-creation: Removed.
10:32 AM Changeset in webkit [101202] by robert@webkit.org
  • 74 edits
    137 adds in trunk

CSS 2.1 failure: border-conflict-element-*
https://bugs.webkit.org/show_bug.cgi?id=71244

Source/WebCore:

Reviewed by Julien Chaffraix.

From http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution :

"When two adjacent cells have the same border-width and the same border-style in a
'border-collapse: collapse' table, then the color of the border from the leftmost cell wins
(if the table's 'direction' is 'ltr'; right, if it is 'rtl') and the color of the border
from the topmost cell wins."

So WebCore::compareBorders needs to account for the position of the cell when
deciding which border wins the comparison. This will ensure that the winning border is
sorted to the appropriate position in the sorted list of borders for painting.

When conflicting collapsed borders are in the same cell, the following order of
precedence is used (where 4 has highest precedence):

3

| |

4 | | 1

|_|

2

This fixes the following failing tests from the border-conflict-element-* set
in the CSS 2.1 test suite:

border-conflict-element-001d.htm
border-conflict-element-0037.htm

One test in the suite is known to be wrong, so a corrected version has been landed outside the
css2.1 folder:

border-conflict-element-002.htm

This change entails rebaselining quite a few tests, see the LayoutTests ChangeLog for a full
explanation of the rebaselines.

  • rendering/RenderTableCell.cpp:

(WebCore::compareBorders): Compare the cells' position from the left (in 'ltr') and right (in 'rtl')

of the table and the cells' position from the top of the table when nothing
else in the style, width, or grouping of the borders determines precedence.
If the conflicting borders are in the same cell, apply the same logic to the position of the borders.

(WebCore::RenderTableCell::collapsedStartBorder): Pass the cell's position and its table's direction to CollapsedBorderValue
(WebCore::RenderTableCell::collapsedEndBorder): ditto
(WebCore::RenderTableCell::collapsedBeforeBorder): ditto
(WebCore::RenderTableCell::collapsedAfterBorder): ditto

  • rendering/style/CollapsedBorderValue.h:

(WebCore::CollapsedBorderValue::CollapsedBorderValue): Learn the position of the border's cell and the direction of its table
(WebCore::CollapsedBorderValue::columnOffset): the cell's offset from the top of the table
(WebCore::CollapsedBorderValue::rowOffset): the cell's offset from the start of the table
(WebCore::CollapsedBorderValue::edge): which edge of the cell the border is on
(WebCore::CollapsedBorderValue::operator==): cells with the same position in the table are equal

LayoutTests:

Add all the passing border-conflict-element* tests from the CSS 2.1 test suite.

Add a corrected version of the CSS suite test border-conflict-element-002.htm, which can sit here until

the corrected version is landed upstream. See http://lists.w3.org/Archives/Public/public-css-testsuite/2011Nov/0002.html

Rebaseline all t170602-bdr-conflct-w-* tests. The rendering of the collapsed borders in these

tests now obeys the order of precedence for the position of the cell and the precendece of the position
of the borders within the same cell.

Rebaseline tables/mozilla/collapsing_borders/bug41262-4.html: ditto

tables/mozilla/marvin/table_rules_all.html : ditto
tables/mozilla/marvin/table_rules_none.html : ditto
tables/mozilla_expected_failures/marvin/table_rules_cols.html : ditto
tables/mozilla_expected_failures/marvin/table_rules_rows.html : ditto

Rebaseline two border-conflict-style-* tests: ditto

Rebaseline fast/borders/border-antialiasing.html, the result is too small to confirm the difference but

presume it is one of the above.

Reviewed by Julien Chaffraix.

  • css2.1/20110323/border-conflict-element-001.htm: Added.
  • css2.1/20110323/border-conflict-element-001a.htm: Added.
  • css2.1/20110323/border-conflict-element-001b.htm: Added.
  • css2.1/20110323/border-conflict-element-001c.htm: Added.
  • css2.1/20110323/border-conflict-element-001d.htm: Added.
  • css2.1/20110323/border-conflict-element-003.htm: Added.
  • css2.1/20110323/border-conflict-element-004.htm: Added.
  • css2.1/20110323/border-conflict-element-005.htm: Added.
  • css2.1/20110323/border-conflict-element-006.htm: Added.
  • css2.1/20110323/border-conflict-element-007.htm: Added.
  • css2.1/20110323/border-conflict-element-008.htm: Added.
  • css2.1/20110323/border-conflict-element-009.htm: Added.
  • css2.1/20110323/border-conflict-element-010.htm: Added.
  • css2.1/20110323/border-conflict-element-011.htm: Added.
  • css2.1/20110323/border-conflict-element-012.htm: Added.
  • css2.1/20110323/border-conflict-element-013.htm: Added.
  • css2.1/20110323/border-conflict-element-014.htm: Added.
  • css2.1/20110323/border-conflict-element-015.htm: Added.
  • css2.1/20110323/border-conflict-element-016.htm: Added.
  • css2.1/20110323/border-conflict-element-017.htm: Added.
  • css2.1/20110323/border-conflict-element-018.htm: Added.
  • css2.1/20110323/border-conflict-element-019.htm: Added.
  • css2.1/20110323/border-conflict-element-020.htm: Added.
  • css2.1/20110323/border-conflict-element-021.htm: Added.
  • css2.1/20110323/border-conflict-element-022.htm: Added.
  • css2.1/20110323/border-conflict-element-023.htm: Added.
  • css2.1/20110323/border-conflict-element-024.htm: Added.
  • css2.1/20110323/border-conflict-element-025.htm: Added.
  • css2.1/20110323/border-conflict-element-026.htm: Added.
  • css2.1/20110323/border-conflict-element-027.htm: Added.
  • css2.1/20110323/border-conflict-element-028.htm: Added.
  • css2.1/20110323/border-conflict-element-029.htm: Added.
  • css2.1/20110323/border-conflict-element-030.htm: Added.
  • css2.1/20110323/border-conflict-element-031.htm: Added.
  • css2.1/20110323/border-conflict-element-032.htm: Added.
  • css2.1/20110323/border-conflict-element-033.htm: Added.
  • css2.1/20110323/border-conflict-element-034.htm: Added.
  • css2.1/20110323/border-conflict-element-035.htm: Added.
  • css2.1/20110323/border-conflict-element-036.htm: Added.
  • css2.1/20110323/border-conflict-element-037.htm: Added.
  • css2.1/20110323/border-conflict-element-038.htm: Added.
  • css2.1/20110323/border-conflict-element-039.htm: Added.
  • css2.1/20110323/support/swatch-blue.png: Added.
  • css2.1/20110323/support/swatch-green.png: Added.
  • css2.1/20110323/support/swatch-lime.png: Added.
  • css2.1/20110323/support/swatch-orange.png: Added.
  • css2.1/20110323/support/swatch-red.png: Added.
  • css2.1/20110323/support/swatch-teal.png: Added.
  • css2.1/20110323/support/swatch-white.png: Added.
  • css2.1/20110323/support/swatch-yellow.png: Added.
  • fast/css/border-conflict-element-002.htm: Added.
  • platform/chromium-linux/css2.1/20110323/border-conflict-style-079-expected.png:
  • platform/chromium-linux/css2.1/20110323/border-conflict-style-088-expected.png:
  • platform/chromium-linux/css2.1/20110323/floating-replaced-height-008-expected.png: Addition of support/swatch-white.png rebaselines result.
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
  • platform/chromium-linux/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
  • platform/chromium-linux/fast/borders/border-antialiasing-expected.png:
  • platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
  • platform/chromium-linux/tables/mozilla/marvin/table_rules_all-expected.png:
  • platform/chromium-linux/tables/mozilla/marvin/table_rules_none-expected.png:
  • platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
  • platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
  • platform/chromium/css2.1/20110323/border-conflict-element-001-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-001-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-001a-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-001a-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-001b-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-001b-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-001c-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-001c-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-001d-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-001d-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-003-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-003-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-004-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-004-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-005-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-005-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-006-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-006-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-007-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-007-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-008-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-008-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-009-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-009-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-010-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-010-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-011-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-011-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-012-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-012-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-013-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-013-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-014-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-014-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-015-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-015-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-016-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-016-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-017-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-017-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-018-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-018-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-019-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-019-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-020-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-020-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-021-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-021-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-022-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-022-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-023-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-023-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-024-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-024-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-025-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-025-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-026-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-026-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-027-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-027-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-028-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-028-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-029-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-029-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-030-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-030-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-031-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-031-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-032-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-032-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-033-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-033-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-034-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-034-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-035-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-035-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-036-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-036-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-037-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-037-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-038-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-038-expected.txt: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-039-expected.png: Added.
  • platform/chromium/css2.1/20110323/border-conflict-element-039-expected.txt: Added.
  • platform/chromium/fast/css/border-conflict-element-002-expected.png: Added.
  • platform/chromium/fast/css/border-conflict-element-002-expected.txt: Added.
7:54 AM Changeset in webkit [101201] by pfeldman@chromium.org
  • 42 edits in trunk/Source

Web Inspector: remove disconnectFromBackend from the protocol.
https://bugs.webkit.org/show_bug.cgi?id=73127

Source/WebCore:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • inspector/Inspector.json:
  • inspector/InspectorAgent.cpp:

(WebCore::InspectorAgent::inspectedPageDestroyed):

  • inspector/InspectorClient.h:
  • inspector/InspectorController.cpp:

(WebCore::InspectorController::close):

  • inspector/InspectorFrontendClient.h:
  • inspector/InspectorFrontendHost.cpp:
  • inspector/InspectorFrontendHost.h:
  • inspector/InspectorFrontendHost.idl:
  • inspector/front-end/InspectorFrontendHostStub.js:
  • inspector/front-end/inspector.js:

(WebInspector.disconnectFromWorker):

  • loader/EmptyClients.h:

(WebCore::EmptyInspectorClient::closeInspectorFrontend):

Source/WebKit/chromium:

We should instead use InspectorClient::closeInspectorFrontend that would
be closing the front-end window.

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • src/InspectorClientImpl.cpp:

(WebKit::InspectorClientImpl::closeInspectorFrontend):

  • src/InspectorClientImpl.h:
  • src/InspectorFrontendClientImpl.cpp:
  • src/InspectorFrontendClientImpl.h:
  • src/WebDevToolsAgentImpl.cpp:

(WebKit::WebDevToolsAgentImpl::closeInspectorFrontend):
(WebKit::WebDevToolsAgent::disconnectEventAsText):

  • src/WebDevToolsAgentImpl.h:

Source/WebKit/gtk:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • WebCoreSupport/InspectorClientGtk.cpp:

(WebKit::InspectorClient::inspectorDestroyed):
(WebKit::InspectorClient::closeInspectorFrontend):

  • WebCoreSupport/InspectorClientGtk.h:

Source/WebKit/mac:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • WebCoreSupport/WebInspectorClient.h:
  • WebCoreSupport/WebInspectorClient.mm:

(WebInspectorClient::inspectorDestroyed):
(WebInspectorClient::closeInspectorFrontend):

Source/WebKit/qt:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • WebCoreSupport/InspectorClientQt.cpp:

(WebCore::InspectorClientQt::inspectorDestroyed):
(WebCore::InspectorClientQt::closeInspectorFrontend):
(WebCore::InspectorFrontendClientQt::inspectorClientDestroyed):

  • WebCoreSupport/InspectorClientQt.h:

Source/WebKit/win:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • WebCoreSupport/WebInspectorClient.cpp:

(WebInspectorClient::inspectorDestroyed):
(WebInspectorClient::closeInspectorFrontend):

  • WebCoreSupport/WebInspectorClient.h:

Source/WebKit2:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • WebProcess/WebCoreSupport/WebInspectorClient.cpp:

(WebKit::WebInspectorClient::inspectorDestroyed):

  • WebProcess/WebCoreSupport/WebInspectorFrontendClient.cpp:
  • WebProcess/WebCoreSupport/WebInspectorFrontendClient.h:
5:30 AM Changeset in webkit [101200] by commit-queue@webkit.org
  • 3 edits
    1 delete in trunk/LayoutTests

REGRESSION(r97881): It broke fast/dom/error-to-string-stack-overflow.html
https://bugs.webkit.org/show_bug.cgi?id=70476

Patch by Lauro Neto <lauro.neto@openbossa.org> on 2011-11-27
Reviewed by Andreas Kling.

Removing obsolete qt-specific expected file as the base one is enough.

  • platform/qt-wk2/Skipped:
  • platform/qt/Skipped:
  • platform/qt/fast/dom/error-to-string-stack-overflow-expected.txt: Removed.

Nov 26, 2011:

7:05 PM Changeset in webkit [101199] by kevino@webkit.org
  • 4 edits in trunk

[wx] Unreviewed build fixes for Windows.

5:26 PM Changeset in webkit [101198] by commit-queue@webkit.org
  • 3 edits in trunk/Source/JavaScriptCore

Needs WTF_INLINE and JS_INLINE
https://bugs.webkit.org/show_bug.cgi?id=72853

Patch by Hajime Morrita <morrita@chromium.org> on 2011-11-26
Reviewed by Kevin Ollivier.

Added WTF_HIDDEN, WTF_INLINE and JS_INLINE which
indirect attribute((visibility("hidden"))

  • config.h:
  • wtf/ExportMacros.h:
11:31 AM Changeset in webkit [101197] by alex
  • 2 edits in trunk/Source/WebCore

2011-11-26 Alejandro G. Castro <alex@igalia.com>

Fix compilation after r101157.

Reviewed by Martin Robinson.

  • bindings/scripts/preprocessor.pm: (applyPreprocessor): In case we have a string with double-quotations (") we replace it with the empty string.
10:00 AM Changeset in webkit [101196] by igor.oliveira@openbossa.org
  • 2 edits in trunk/Source/WebCore

[TexMapper][WK2][Qt] Simple opacity animations are not working
https://bugs.webkit.org/show_bug.cgi?id=73157

LayerTreeHostQt needs to know what nodes in the TextureMapper are visible, to associate
a tile to it. It is done using TextureMapperNode::collectVisibleContentsRects.

However TextureMapperNode::collectVisibleContentsRects has an optimization to check if
the current tile has opacity greater than 0.01, otherwise it will not create a tile for
the current node.

For opacity animations from 0 to 1, it is a problem because the tile is never created
and the animation never happens.

This patch fixes opacity animations.

Reviewed by Noam Rosenthal.

  • platform/graphics/texmap/TextureMapperNode.cpp:

(WebCore::TextureMapperNode::countDescendantsWithContent):
(WebCore::TextureMapperNode::collectVisibleContentsRects):

8:09 AM Changeset in webkit [101195] by caio.oliveira@openbossa.org
  • 5 edits in trunk/Source/WebKit2

[Qt] [WK2] QtDownloadManager doesn't need to be RefCounted
https://bugs.webkit.org/show_bug.cgi?id=73151

Reviewed by Kenneth Rohde Christiansen.

QtDownloadManager is owned by QtWebContext, and doesn't need to be a RefCounted
class. This commit also makes the callback handlers private -- following the similar
approach we take in other clients of the C API.

  • UIProcess/qt/QtDownloadManager.cpp:

(WebKit::QtDownloadManager::QtDownloadManager):
(WebKit::QtDownloadManager::addDownload):
(WebKit::toQtDownloadManager):
(WebKit::QtDownloadManager::didReceiveResponse):
(WebKit::QtDownloadManager::didCreateDestination):
(WebKit::QtDownloadManager::didFinishDownload): remove unused failingUrl local variable.
(WebKit::QtDownloadManager::didFailDownload):
(WebKit::QtDownloadManager::didReceiveDataForDownload):

  • UIProcess/qt/QtDownloadManager.h:
  • UIProcess/qt/QtWebContext.cpp:

(WebKit::QtWebContext::initialize):

  • UIProcess/qt/QtWebContext.h:
7:51 AM Changeset in webkit [101194] by commit-queue@webkit.org
  • 45 edits in trunk/Source

Unreviewed, rolling out r101193.
http://trac.webkit.org/changeset/101193
https://bugs.webkit.org/show_bug.cgi?id=73158

Breaks Windows and Qt minimal. (Requested by pfeldman on
#webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-11-26

Source/WebCore:

  • inspector/Inspector.json:
  • inspector/InspectorAgent.cpp:

(WebCore::InspectorAgent::inspectedPageDestroyed):

  • inspector/InspectorClient.h:
  • inspector/InspectorController.cpp:

(WebCore::InspectorController::close):

  • inspector/InspectorFrontendClient.h:
  • inspector/InspectorFrontendHost.cpp:

(WebCore::InspectorFrontendHost::disconnectFromBackend):

  • inspector/InspectorFrontendHost.h:
  • inspector/InspectorFrontendHost.idl:
  • inspector/front-end/InspectorFrontendHostStub.js:

(.WebInspector.InspectorFrontendHostStub.prototype.disconnectFromBackend):

  • inspector/front-end/inspector.js:

(WebInspector.disconnectFromBackend):

  • loader/EmptyClients.h:

Source/WebKit/chromium:

  • src/InspectorClientImpl.cpp:
  • src/InspectorClientImpl.h:
  • src/InspectorFrontendClientImpl.cpp:

(WebKit::InspectorFrontendClientImpl::disconnectFromBackend):

  • src/InspectorFrontendClientImpl.h:
  • src/WebDevToolsAgentImpl.cpp:

(WebKit::WebDevToolsAgent::disconnectEventAsText):

  • src/WebDevToolsAgentImpl.h:

Source/WebKit/efl:

  • WebCoreSupport/InspectorClientEfl.cpp:
  • WebCoreSupport/InspectorClientEfl.h:

Source/WebKit/gtk:

  • WebCoreSupport/InspectorClientGtk.cpp:

(WebKit::InspectorClient::inspectorDestroyed):
(WebKit::InspectorFrontendClient::disconnectFromBackend):

  • WebCoreSupport/InspectorClientGtk.h:

Source/WebKit/mac:

  • WebCoreSupport/WebInspectorClient.h:
  • WebCoreSupport/WebInspectorClient.mm:

(WebInspectorClient::inspectorDestroyed):

Source/WebKit/qt:

  • WebCoreSupport/InspectorClientQt.cpp:

(WebCore::InspectorClientQt::inspectorDestroyed):
(WebCore::InspectorFrontendClientQt::disconnectFromBackend):
(WebCore::InspectorFrontendClientQt::inspectorClientDestroyed):

  • WebCoreSupport/InspectorClientQt.h:

Source/WebKit/win:

  • WebCoreSupport/WebInspectorClient.cpp:

(WebInspectorClient::inspectorDestroyed):
(WebInspectorFrontendClient::disconnectFromBackend):

  • WebCoreSupport/WebInspectorClient.h:

Source/WebKit/wince:

  • WebCoreSupport/InspectorClientWinCE.cpp:
  • WebCoreSupport/InspectorClientWinCE.h:

Source/WebKit/wx:

  • WebKitSupport/InspectorClientWx.cpp:
  • WebKitSupport/InspectorClientWx.h:

Source/WebKit2:

  • WebProcess/WebCoreSupport/WebInspectorClient.cpp:

(WebKit::WebInspectorClient::inspectorDestroyed):

  • WebProcess/WebCoreSupport/WebInspectorClient.h:
  • WebProcess/WebCoreSupport/WebInspectorFrontendClient.cpp:

(WebKit::WebInspectorFrontendClient::disconnectFromBackend):

  • WebProcess/WebCoreSupport/WebInspectorFrontendClient.h:
7:30 AM Changeset in webkit [101193] by pfeldman@chromium.org
  • 42 edits in trunk/Source

Web Inspector: remove disconnectFromBackend from the protocol.
https://bugs.webkit.org/show_bug.cgi?id=73127

Source/WebCore:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • inspector/Inspector.json:
  • inspector/InspectorAgent.cpp:

(WebCore::InspectorAgent::inspectedPageDestroyed):

  • inspector/InspectorClient.h:
  • inspector/InspectorController.cpp:

(WebCore::InspectorController::close):

  • inspector/InspectorFrontendClient.h:
  • inspector/InspectorFrontendHost.cpp:
  • inspector/InspectorFrontendHost.h:
  • inspector/InspectorFrontendHost.idl:
  • inspector/front-end/InspectorFrontendHostStub.js:
  • inspector/front-end/inspector.js:

(WebInspector.disconnectFromWorker):

  • loader/EmptyClients.h:

(WebCore::EmptyInspectorClient::closeInspectorFrontend):

Source/WebKit/chromium:

We should instead use InspectorClient::closeInspectorFrontend that would
be closing the front-end window.

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • src/InspectorClientImpl.cpp:

(WebKit::InspectorClientImpl::closeInspectorFrontend):

  • src/InspectorClientImpl.h:
  • src/InspectorFrontendClientImpl.cpp:
  • src/InspectorFrontendClientImpl.h:
  • src/WebDevToolsAgentImpl.cpp:

(WebKit::WebDevToolsAgentImpl::closeInspectorFrontend):
(WebKit::WebDevToolsAgent::disconnectEventAsText):

  • src/WebDevToolsAgentImpl.h:

Source/WebKit/gtk:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • WebCoreSupport/InspectorClientGtk.cpp:

(WebKit::InspectorClient::inspectorDestroyed):
(WebKit::InspectorClient::closeInspectorFrontend):

  • WebCoreSupport/InspectorClientGtk.h:

Source/WebKit/mac:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • WebCoreSupport/WebInspectorClient.h:
  • WebCoreSupport/WebInspectorClient.mm:

(WebInspectorClient::inspectorDestroyed):
(WebInspectorClient::closeInspectorFrontend):

Source/WebKit/qt:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • WebCoreSupport/InspectorClientQt.cpp:

(WebCore::InspectorClientQt::inspectorDestroyed):
(WebCore::InspectorClientQt::closeInspectorFrontend):
(WebCore::InspectorFrontendClientQt::inspectorClientDestroyed):

  • WebCoreSupport/InspectorClientQt.h:

Source/WebKit/win:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • WebCoreSupport/WebInspectorClient.cpp:

(WebInspectorClient::inspectorDestroyed):
(WebInspectorClient::closeInspectorFrontend):

  • WebCoreSupport/WebInspectorClient.h:

Source/WebKit2:

Patch by Pavel Feldman <pfeldman@google.com> on 2011-11-26
Reviewed by Yury Semikhatsky.

  • WebProcess/WebCoreSupport/WebInspectorClient.cpp:

(WebKit::WebInspectorClient::inspectorDestroyed):

  • WebProcess/WebCoreSupport/WebInspectorFrontendClient.cpp:
  • WebProcess/WebCoreSupport/WebInspectorFrontendClient.h:
4:48 AM Changeset in webkit [101192] by timothy@apple.com
  • 2 edits in trunk/Source/WebCore

Fix a bug in TreeOutline which would cause parent elements to show up as expanded and empty
when removed and added back to the tree.

https://bugs.webkit.org/show_bug.cgi?id=73155

Reviewed by Pavel Feldman.

  • inspector/front-end/treeoutline.js:

(TreeElement.prototype.collapse): Set _treeElementsExpandedState to false instead of true.
Only TreeElement.prototype.expand should set it to true, which it does.

2:47 AM Changeset in webkit [101191] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebKit

[CMake] Clean up Web Inspector target in Source/WebKit/blackberry/CMakeListsBlackBerry.txt
https://bugs.webkit.org/show_bug.cgi?id=72784

Patch by Jonathan Dong <Jonathan Dong> on 2011-11-26
Reviewed by Nikolas Zimmermann.

Abstracted the JavaScript file names from inspector/front-end/inspector.html
to keep them in-sync with the changes of inspector.html.

  • blackberry/CMakeListsBlackBerry.txt:
2:16 AM Changeset in webkit [101190] by commit-queue@webkit.org
  • 4 edits in trunk/Source/WebCore

[GTK] Fix some warnings in WebCore GTK+
https://bugs.webkit.org/show_bug.cgi?id=73137

Patch by Martin Robinson <mrobinson@igalia.com> on 2011-11-26
Reviewed by Philippe Normand.

No new tests. This patch just fixes compilation warnings.

  • platform/gtk/CursorGtk.cpp:

(WebCore::createNamedCursor): Remove unused variable.

  • platform/gtk/RenderThemeGtk3.cpp:

(WebCore::RenderThemeGtk::paintSliderTrack): ASSERT_UNUSED instead of ASSERT.

  • platform/gtk/SharedTimerGtk.cpp: Ditto.

(WebCore::stopSharedTimer):

12:59 AM Changeset in webkit [101189] by Martin Robinson
  • 2 edits in trunk/Tools

Try to fix the build after r101174.

  • gtk/generate-gtkdoc: Properly handle empty PKG_CONFIG_PATHs.

Nov 25, 2011:

11:17 PM Changeset in webkit [101188] by caio.oliveira@openbossa.org
  • 5 edits
    2 adds
    2 deletes in trunk/Source/WebKit2

[Qt] [WK2] Remove WebContext related code from QtWebPageProxy
https://bugs.webkit.org/show_bug.cgi?id=73150

Reviewed by Kenneth Rohde Christiansen.

Creates a QtWebContext class that abstracts away from QtWebPageProxy the
handling of creating / maintaining the default WebContext, as well as the
code for the WKContextRef clients.

Another motivation for having this entity is to have a proper place to add
objects are bound to the context, like the QtDownloadManager.

  • Target.pri:
  • UIProcess/qt/ClientImpl.cpp: Removed.
  • UIProcess/qt/ClientImpl.h: Removed.
  • UIProcess/qt/QtDownloadManager.cpp:
  • UIProcess/qt/QtWebContext.cpp: Added.

(WebKit::QtWebContext::QtWebContext):
(WebKit::QtWebContext::~QtWebContext):
(WebKit::QtWebContext::create):
(WebKit::QtWebContext::defaultContext):
(WebKit::QtWebContext::createWebPage):
(WebKit::QtWebContext::setNavigatorQtObjectEnabled):
(WebKit::QtWebContext::postMessageToNavigatorQtObject):
(WebKit::QtWebContext::initialize):
(WebKit::QtWebContext::initializeContextInjectedBundleClient):
(WebKit::toQtWebContext):
(WebKit::QtWebContext::didReceiveMessageFromInjectedBundle):

  • UIProcess/qt/QtWebContext.h: Added.

(WebKit::QtWebContext::downloadManager):

  • UIProcess/qt/QtWebPageProxy.cpp:

(QtWebPageProxy::QtWebPageProxy):
(QtWebPageProxy::~QtWebPageProxy):
(QtWebPageProxy::setNavigatorQtObjectEnabled):
(QtWebPageProxy::postMessageToNavigatorQtObject):
(QtWebPageProxy::handleDownloadRequest):

  • UIProcess/qt/QtWebPageProxy.h:
10:15 PM Changeset in webkit [101187] by msaboff@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

String.prototype.toLower should be optimized for 8 bit strings
https://bugs.webkit.org/show_bug.cgi?id=73154

Changed stringProtoFuncToLowerCase to use StringImpl::lower() which has
been optimized for 8 bit strings.

This is worth ~7% to sunspider string.tagcloud.

Reviewed by Filip Pizlo.

  • runtime/StringPrototype.cpp:

(JSC::stringProtoFuncToLowerCase):

10:01 PM Changeset in webkit [101186] by msaboff@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

Array.toString always uses StringImpl::characters()
https://bugs.webkit.org/show_bug.cgi?id=72969

If all component strings are 8 bit, create an 8 bit result string for toString().

This appears to be performance neutral to sunspider and v8.

Reviewed by Filip Pizlo.

  • runtime/ArrayPrototype.cpp:

(JSC::arrayProtoFuncToString):

8:28 PM Changeset in webkit [101185] by eric.carlson@apple.com
  • 11 edits
    2 adds
    2 deletes in trunk

Implement addCue and removeCue in TextTrack
https://bugs.webkit.org/show_bug.cgi?id=72554

Reviewed by Darin Adler.

Source/WebCore:

Test: media/track/track-add-remove-cue.html

  • html/HTMLTrackElement.cpp:

(WebCore::HTMLTrackElement::ensureTrack): Go ahead and allocate a Track even if the feature

is disabled, it just won't load anything.

(WebCore::HTMLTrackElement::scheduleLoad): Early return if the featue is disabled.
(WebCore::HTMLTrackElement::canLoadUrl): Ditto.

  • html/LoadableTextTrack.cpp:

(WebCore::LoadableTextTrack::newCuesAvailable): Add new cues one at a time because

cues->add(Vector<TextTrackCue*>&) is gone.

  • html/TextTrack.cpp:

(WebCore::TextTrack::addCue): Implement.
(WebCore::TextTrack::removeCue): Ditto.

  • html/TextTrack.h:

(WebCore::TextTrackCue::TextTrackCue): Initialize every member variable.
(WebCore::TextTrackCue::track): m_track is now a RefPtr.
(WebCore::TextTrackCue::setTrack): Ditto.

  • html/TextTrackCue.h:
  • html/TextTrackCueList.cpp:

(WebCore::TextTrackCueList::add): Don't ignore out of order cues, the spec text is not

a conformance requirement. Return bool to indicate success or failure.

(WebCore::TextTrackCueList::remove): Return bool to indicate success or failure.

  • html/TextTrackCueList.h:
  • loader/TextTrackLoader.cpp:

(WebCore::TextTrackLoader::notifyFinished): Don't change m_state once it is set to Failed.

LayoutTests:

  • media/track/track-add-remove-cue-expected.txt: Added.
  • media/track/track-add-remove-cue.html: Added.
  • media/track/track-webvtt-tc012-out-of-order-expected.txt: Removed.
  • media/track/track-webvtt-tc012-out-of-order.html: Removed.
4:34 PM Changeset in webkit [101184] by haraken@chromium.org
  • 4 edits in trunk/Source/WebCore

Refactoring CodeGenerator*.pm for bug 72138
https://bugs.webkit.org/show_bug.cgi?id=73115

Reviewed by Adam Barth.

Tests: bindings/scripts/test/TestObj.idl

  • bindings/scripts/CodeGeneratorGObject.pm: Added "1;" at the end since this perl script is loaded as a package.
  • bindings/scripts/CodeGeneratorV8.pm: Ditto. Removed unnecessary variable names from method declarations in order to supress style check errors when a new run-bindings-tests IDL is added.

(GenerateHeaderCustomCall):

  • bindings/scripts/test/V8/V8TestObj.h: Updated a run-bindings-tests result.
3:34 PM Changeset in webkit [101183] by haraken@chromium.org
  • 6 edits
    2 adds in trunk

Implement the WebGLContextEvent constructor
https://bugs.webkit.org/show_bug.cgi?id=72856

Reviewed by Adam Barth.

Source/WebCore:

This patch makes WebGLContextEvent constructable.
The spec: http://www.khronos.org/registry/webgl/specs/latest/#5.14

Test: fast/events/constructors/webgl-context-event-constructor.html

  • html/canvas/WebGLContextEvent.cpp: Added an implementation of the WebGLContextEvent constructor.

(WebCore::WebGLContextEventInit::WebGLContextEventInit):
(WebCore::WebGLContextEvent::WebGLContextEvent):

  • html/canvas/WebGLContextEvent.h: Added a definition of WebGLContextEventInit.

(WebCore::WebGLContextEvent::create):

  • html/canvas/WebGLContextEvent.idl: Added [ConstructorTemplate=Event] IDL.

LayoutTests:

webgl-context-event-constructor.html checks the behavior of the WebGLContextEvent constructor.

  • fast/dom/constructed-objects-prototypes-expected.txt: Added window.WebGLContextEvent.
  • fast/events/constructors/webgl-context-event-constructor-expected.txt: Added.
  • fast/events/constructors/webgl-context-event-constructor.html: Added.
2:59 PM Changeset in webkit [101182] by rniwa@webkit.org
  • 1 edit
    9 adds in trunk/LayoutTests

Add missing results for Mac after r100949 and r100036.
svg/repaint/filter-child-repaint.svg is failing. The failure is tracked by the bug 73146.

  • platform/mac/css2.1/20110323/empty-inline-001-expected.png: Added.
  • platform/mac/css2.1/20110323/empty-inline-001-expected.txt: Added.
  • platform/mac/css2.1/20110323/empty-inline-002-expected.png: Added.
  • platform/mac/css2.1/20110323/empty-inline-002-expected.txt: Added.
  • platform/mac/css2.1/20110323/empty-inline-003-expected.png: Added.
  • platform/mac/css2.1/20110323/empty-inline-003-expected.txt: Added.
  • platform/mac/media/controls-without-preload-expected.png: Added.
  • platform/mac/svg/repaint/filter-child-repaint-expected.png: Added.
  • platform/mac/svg/repaint/filter-child-repaint-expected.txt: Added.
1:52 PM Changeset in webkit [101181] by commit-queue@webkit.org
  • 3 edits
    2 adds in trunk

[Chromium] The DrawingBuffer::bind method was incorrectly resetting the
GL viewport parameters. This was unnecessary, and resulted in the corruption
of the WebGL context's state.
https://bugs.webkit.org/show_bug.cgi?id=73091

Patch by Jeff Timanus <twiz@chromium.org> on 2011-11-25
Reviewed by Stephen White.

Tests: fast/canvas/webgl/webgl-viewport-parameters-preserved.html

Source/WebCore:

  • platform/graphics/gpu/DrawingBuffer.cpp:

(WebCore::DrawingBuffer::bind):

LayoutTests:

  • fast/canvas/webgl/webgl-viewport-parameters-preserved-expected.txt: Added.
  • fast/canvas/webgl/webgl-viewport-parameters-preserved.html: Added.
12:21 PM Changeset in webkit [101180] by rniwa@webkit.org
  • 3 edits
    2 adds in trunk

Crash in BidiRunList<Run>::replaceRunWithRuns with an empty bdi element
https://bugs.webkit.org/show_bug.cgi?id=73116

Reviewed by Eric Seidel.

Source/WebCore:

The assertion failure was caused because isolatedResolver is initialized with
null start object due to the isolated run being empty.

Fixed the failure by skipping empty isolated runs.

Test: fast/text/empty-bdi-crash.html

  • rendering/RenderBlockLineLayout.cpp:

(WebCore::constructBidiRuns):

LayoutTests:

Added a regression test.

  • fast/text/empty-bdi-crash-expected.txt: Added.
  • fast/text/empty-bdi-crash.html: Added.
11:57 AM Changeset in webkit [101179] by jesus@webkit.org
  • 11 edits in trunk/Source/WebKit2

[Qt][WK2] Refactor GestureRecognizers to use QtWebPageEventHandler
https://bugs.webkit.org/show_bug.cgi?id=73096

Reviewed by Kenneth Rohde Christiansen.

Move all the interaction engine usage to QtWebPageEventHandler,
making all GestureRecognizers (Tap, Pinch and Pan) use it directly.

  • UIProcess/qt/QtGestureRecognizer.cpp:

(WebKit::QtGestureRecognizer::QtGestureRecognizer):

  • UIProcess/qt/QtGestureRecognizer.h:
  • UIProcess/qt/QtPanGestureRecognizer.cpp:

(WebKit::QtPanGestureRecognizer::QtPanGestureRecognizer):
(WebKit::QtPanGestureRecognizer::recognize):

  • UIProcess/qt/QtPanGestureRecognizer.h:
  • UIProcess/qt/QtPinchGestureRecognizer.cpp:

(WebKit::QtPinchGestureRecognizer::QtPinchGestureRecognizer):
(WebKit::QtPinchGestureRecognizer::recognize):

  • UIProcess/qt/QtPinchGestureRecognizer.h:
  • UIProcess/qt/QtTapGestureRecognizer.cpp:

(WebKit::QtTapGestureRecognizer::QtTapGestureRecognizer):
(WebKit::QtTapGestureRecognizer::recognize):
(WebKit::QtTapGestureRecognizer::tapTimeout):

  • UIProcess/qt/QtTapGestureRecognizer.h:
  • UIProcess/qt/QtWebPageEventHandler.cpp:

(QtWebPageEventHandler::QtWebPageEventHandler):
(QtWebPageEventHandler::setViewportInteractionEngine):

  • UIProcess/qt/QtWebPageEventHandler.h:

(QtWebPageEventHandler::interactionEngine):

11:26 AM Changeset in webkit [101178] by caio.oliveira@openbossa.org
  • 2 edits in trunk/Source/WebKit2

[Qt] Remove unneeded declaration from QQuickWebPagePrivate
https://bugs.webkit.org/show_bug.cgi?id=73141

Reviewed by Antonio Gomes.

Left-over from r101165.

  • UIProcess/API/qt/qquickwebpage_p_p.h:
10:08 AM Changeset in webkit [101177] by Antti Koivisto
  • 10 edits in trunk/Source/WebCore

StyleGeneratedImage should ref CSSImageGeneratorValue
https://bugs.webkit.org/show_bug.cgi?id=73074

Reviewed by Andreas Kling and Nikolas Zimmermann.

RenderStyle owns a bunch of StyleImage objects. However StyleGeneratedImage does not ref the
CSSImageGeneratorValue it holds so we currently rely on the stylesheet to keep the CSSImageGeneratorValues
alive as long as RenderStyle stays alive. While this works (RenderStyles are thrown away if stylesheets
change) it is not particularly robust or nice.

  • Use RefPtr<CSSImageGeneratorValue> in StyleGeneratedImage
  • Remove the RefPtr<StyleGeneratedImage> from CSSImageGeneratorValue. There is no good reason to cache StyleGeneratedImage as it is a small and uncommon object. With that the whole back-reference becomes unnecessary.
  • Switch more places to use (Pass)RefPtr<StyleImage> for consistency.
  • css/CSSImageGeneratorValue.cpp:

(WebCore::CSSImageGeneratorValue::CSSImageGeneratorValue):

  • css/CSSImageGeneratorValue.h:
  • css/CSSStyleApplyProperty.cpp:
  • css/CSSStyleSelector.cpp:

(WebCore::CSSStyleSelector::applyProperty):
(WebCore::CSSStyleSelector::styleImage):
(WebCore::CSSStyleSelector::cachedOrPendingFromValue):
(WebCore::CSSStyleSelector::generatedOrPendingFromValue):
(WebCore::CSSStyleSelector::loadPendingImage):
(WebCore::CSSStyleSelector::loadPendingImages):

  • css/CSSStyleSelector.h:
  • rendering/style/FillLayer.h:

(WebCore::FillLayer::setImage):

  • rendering/style/NinePieceImage.h:

(WebCore::NinePieceImage::NinePieceImage):

  • rendering/style/StyleGeneratedImage.cpp:

(WebCore::StyleGeneratedImage::StyleGeneratedImage):
(WebCore::StyleGeneratedImage::cssValue):
(WebCore::StyleGeneratedImage::imageSize):
(WebCore::StyleGeneratedImage::addClient):
(WebCore::StyleGeneratedImage::removeClient):
(WebCore::StyleGeneratedImage::image):

  • rendering/style/StyleGeneratedImage.h:

(WebCore::StyleGeneratedImage::create):
(WebCore::StyleGeneratedImage::data):

9:47 AM Changeset in webkit [101176] by yurys@chromium.org
  • 2 edits in trunk/Source/WebKit/chromium

[Chromium] Web Inspector: assertion failure in InspectorController::restoreInspectorStateFromCookie
https://bugs.webkit.org/show_bug.cgi?id=73136

Don't call connectFrontend twice on reattach.

Reviewed by Pavel Feldman.

  • src/WebDevToolsAgentImpl.cpp:

(WebKit::WebDevToolsAgentImpl::reattach):

8:46 AM Changeset in webkit [101175] by andreas.kling@nokia.com
  • 3 edits in trunk/Source/WebCore

Remove redundant setStrictParsing(false) calls on CSSMappedAttributeDeclarations.
<http://webkit.org/b/73134>

Reviewed by Antti Koivisto.

CSSMappedAttributeDeclarations always use non-strict parsing since they use
the argument-less CSSMutableStyleDeclaration constructor.

  • dom/StyledElement.cpp:

(WebCore::StyledElement::createMappedDecl):

  • html/HTMLTableElement.cpp:

(WebCore::HTMLTableElement::additionalAttributeStyleDecls):
(WebCore::HTMLTableElement::addSharedCellBordersDecl):
(WebCore::HTMLTableElement::addSharedCellPaddingDecl):
(WebCore::HTMLTableElement::addSharedGroupDecls):

8:19 AM Changeset in webkit [101174] by Martin Robinson
  • 10 edits
    1 move
    3 adds
    4 deletes in trunk

[GTK] Integrate build-gtkdoc into build-webkit and make
https://bugs.webkit.org/show_bug.cgi?id=72626

Reviewed by Philippe Normand.

.:

  • GNUmakefile.am: Remove references to old gtkdoc files. Update

the dist-hook to include copying documentation into the distribution.
This also means that the build will fail if documentation hasn't been
generated before 'make dist.'

  • configure.ac: Ditto.

Source/WebKit/gtk:

  • docs/GNUmakefile.am: Removed.
  • docs/version.xml.in: Removed.

Source/WebKit2:

  • GNUmakefile.am: Removed references to build-gtkdoc and gtkdoc.py.
  • UIProcess/API/gtk/docs/build-gtkdoc: Removed.

Tools:

  • GNUmakefile.am: Added support for new scripts and "make docs".
  • Scripts/webkitdirs.pm: Call generate-gtkdoc when building.

(buildAutotoolsProject):

  • gtk/generate-gtkdoc: Added.
  • gtk/gtkdoc.py: Renamed from Source/WebKit2/UIProcess/API/gtk/docs/gtkdoc.py.
7:14 AM Changeset in webkit [101173] by yurys@chromium.org
  • 2 edits in trunk/LayoutTests

2011-11-25 Yury Semikhatsky <yurys@chromium.org>

Unreviewed. Mark inspector/elements/remove-node.html test as crashing sometimes on Linux.

  • platform/chromium/test_expectations.txt:
7:00 AM QtWebKitBuildBots edited by Csaba Osztrogonác
Update Qt5 on the bots (diff)
6:58 AM BuildingQt5OnHarmattan edited by Csaba Osztrogonác
Update Qt5 revision (diff)
6:44 AM Changeset in webkit [101172] by andreas.kling@nokia.com
  • 16 edits
    1 add in trunk/Source/WebCore

Factor element pointer out of CSSMutableStyleDeclaration.
<http://webkit.org/b/73121>

Reviewed by Antti Koivisto.

Move the StyledElement pointer out of CSSMutableStyleDeclaration and into a subclass
for the cases where it's needed. This reduces the size of vanilla style declarations
by one CPU word (4 or 8 bytes, depending on architecture.)

  • css/CSSMutableStyleDeclaration.h:

(WebCore::CSSElementStyleDeclaration::element):
(WebCore::CSSElementStyleDeclaration::setElement):
(WebCore::CSSElementStyleDeclaration::CSSElementStyleDeclaration):
(WebCore::CSSElementStyleDeclaration::~CSSElementStyleDeclaration):

Added CSSElementStyleDeclaration, a common parent class for inline styles
and mapped attributes. It extends CSSMutableStyleDeclaration by adding a backpointer
to the StyledElement that owns it.

  • GNUmakefile.list.am:
  • Target.pri:
  • WebCore.gypi:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • css/CSSInlineStyleDeclaration.h: Added.

(WebCore::CSSInlineStyleDeclaration::~CSSInlineStyleDeclaration):
(WebCore::CSSInlineStyleDeclaration::create):
(WebCore::CSSInlineStyleDeclaration::CSSInlineStyleDeclaration):

Added CSSInlineStyleDeclaration.

  • bindings/js/JSDOMBinding.h:

(WebCore::root):

  • css/CSSMutableStyleDeclaration.cpp:

(WebCore::CSSMutableStyleDeclaration::setNeedsStyleRecalc):

  • css/CSSStyleRule.cpp:

(WebCore::CSSStyleRule::setSelectorText):

Only follow the associated element on CSSElementStyleDeclarations.

  • css/CSSMutableStyleDeclaration.cpp:

(WebCore::CSSMutableStyleDeclaration::CSSMutableStyleDeclaration):
(WebCore::CSSMutableStyleDeclaration::operator=):

Remove comment about m_element since the field was moved to a subclass.

  • css/CSSStyleDeclaration.cpp:

(WebCore::CSSStyleDeclaration::CSSStyleDeclaration):

  • css/CSSStyleDeclaration.h:

(WebCore::CSSStyleDeclaration::isElementStyleDeclaration):
(WebCore::CSSStyleDeclaration::isInlineStyleDeclaration):

We no longer need to track whether a style declaration is mutable or not,
so the constructors are slightly simplified.
Added two bits (isElementStyleDeclaration and isInlineStyleDeclaration) for
runtime type checking. These are protected and set by the CSSElementStyleDeclaration
constructor.

  • dom/CSSMappedAttributeDeclaration.h:

(WebCore::CSSMappedAttributeDeclaration::create):
(WebCore::CSSMappedAttributeDeclaration::CSSMappedAttributeDeclaration):

Remove pointless CSSRule* argument to constructor since we always passed 0.

  • dom/StyledElement.h:

(WebCore::StyledElement::inlineStyleDecl):

  • dom/StyledElement.cpp:

(WebCore::StyledElement::createInlineStyleDecl):
(WebCore::StyledElement::getInlineStyleDecl):
(WebCore::StyledElement::addSubresourceAttributeURLs):

Make the inline style on StyledElement a CSSInlineStyleDeclaration.

  • inspector/InspectorCSSAgent.cpp:

(WebCore::InspectorCSSAgent::inlineStyleElement):

Slightly simplified by having CSSInlineStyleDeclaration.

6:35 AM Changeset in webkit [101171] by alexis.menard@openbossa.org
  • 3 edits in trunk/Source/WebKit/qt

[Qt][WK2] QWebDownloadItem should be registered in the experimental plugin.
https://bugs.webkit.org/show_bug.cgi?id=73132

Reviewed by Simon Hausmann.

Make sure QWebDownloadItem is registered in the right plugin.

  • declarative/experimental/plugin.cpp:
  • declarative/plugin.cpp:

(WebKitQmlPlugin::registerTypes):

6:32 AM Changeset in webkit [101170] by pfeldman@chromium.org
  • 7 edits in trunk

Web Inspector: unflake timeline-network tests
https://bugs.webkit.org/show_bug.cgi?id=73123

Source/WebCore:

We should capture stack only when it makes sense. Otherwise loading from cache
results in different data sets (stacks) than regular load.

Reviewed by Yury Semikhatsky.

  • inspector/InspectorTimelineAgent.cpp:

(WebCore::InspectorTimelineAgent::willCallFunction):
(WebCore::InspectorTimelineAgent::willDispatchEvent):
(WebCore::InspectorTimelineAgent::willLayout):
(WebCore::InspectorTimelineAgent::willRecalculateStyle):
(WebCore::InspectorTimelineAgent::willPaint):
(WebCore::InspectorTimelineAgent::willWriteHTML):
(WebCore::InspectorTimelineAgent::didInstallTimer):
(WebCore::InspectorTimelineAgent::didRemoveTimer):
(WebCore::InspectorTimelineAgent::willFireTimer):
(WebCore::InspectorTimelineAgent::willChangeXHRReadyState):
(WebCore::InspectorTimelineAgent::willLoadXHR):
(WebCore::InspectorTimelineAgent::willEvaluateScript):
(WebCore::InspectorTimelineAgent::didScheduleResourceRequest):
(WebCore::InspectorTimelineAgent::willReceiveResourceData):
(WebCore::InspectorTimelineAgent::willReceiveResourceResponse):
(WebCore::InspectorTimelineAgent::didFinishLoadingResource):
(WebCore::InspectorTimelineAgent::didTimeStamp):
(WebCore::InspectorTimelineAgent::didMarkDOMContentEvent):
(WebCore::InspectorTimelineAgent::didMarkLoadEvent):
(WebCore::InspectorTimelineAgent::didRegisterAnimationFrameCallback):
(WebCore::InspectorTimelineAgent::didCancelAnimationFrameCallback):
(WebCore::InspectorTimelineAgent::willFireAnimationFrameEvent):
(WebCore::InspectorTimelineAgent::appendRecord):
(WebCore::InspectorTimelineAgent::pushCurrentRecord):

  • inspector/InspectorTimelineAgent.h:
  • inspector/TimelineRecordFactory.cpp:

(WebCore::TimelineRecordFactory::createGenericRecord):

LayoutTests:

Reviewed by Yury Semikhatsky.

  • platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt:
  • platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt:
6:19 AM Changeset in webkit [101169] by Csaba Osztrogonác
  • 2 edits in trunk/Tools

[Qt] Add support for using OWRT with Qt5
https://bugs.webkit.org/show_bug.cgi?id=72947

Add qt-5.0 platform and don't pass -graphicssystem to QtTestBrowser if using Qt5.

Patch by Ádám Kallai <Kallai.Adam@stud.u-szeged.hu> on 2011-11-25
Reviewed by Csaba Osztrogonác.

  • Scripts/old-run-webkit-tests:
6:17 AM Changeset in webkit [101168] by yurys@chromium.org
  • 2 edits in trunk/Source/WebKit/chromium

2011-11-25 Yury Semikhatsky <yurys@chromium.org>

Unreviewed. Chromium build fix.

  • public/WebDevToolsFrontendClient.h: (WebKit::WebDevToolsFrontendClient::sendFrontendLoaded): dowsntream implementation with OVERRIDE modifier fails to compile without this stub.
5:56 AM WebKit Team edited by Alexandru Chiculita
(diff)
5:53 AM Changeset in webkit [101167] by kenneth@webkit.org
  • 2 edits in trunk/Source/WebKit2

Clean up code in WK2/ChromeClientClient related to viewport handling
https://bugs.webkit.org/show_bug.cgi?id=73128

Reviewed by Simon Hausmann.

  • WebProcess/WebCoreSupport/WebChromeClient.cpp:

(WebKit::WebChromeClient::contentsSizeChanged):

Make sure that we only call resizeToContentsIfNeeded when we are
using the tiled backing store and fixed layout as well.

Guard the scrollbar code so that it is only called when scroll
delegation is not used. Do similarily for the frameset code,
which makes no sense with frame flattening.

(WebKit::WebChromeClient::dispatchViewportPropertiesDidChange):

This method is only called for the main frame, so the main frame
check has been removed.

5:39 AM Changeset in webkit [101166] by yurys@chromium.org
  • 12 edits in trunk

[Chromium] Web Inspector: get rid of WebDevToolsFrontendClient::sendFrontendLoaded method
https://bugs.webkit.org/show_bug.cgi?id=73126

Source/WebCore:

Notify embedder that front-end is loadded only when all dispatchers, panels and models
have been created so that it could dispatch messages synchronously in the loaded handler.

Reviewed by Pavel Feldman.

  • inspector/front-end/inspector.js:

Source/WebKit/chromium:

No need to have a separate client call for this. The front-end can store messages
which arrive before front-end loaded and dispatch them later. This happens in layout
tests only by the way as all other messages should be initiated by the front-end code.

Reviewed by Pavel Feldman.

  • public/WebDevToolsFrontendClient.h:
  • src/WebDevToolsAgentImpl.cpp:

(WebKit::WebDevToolsAgentImpl::attach):
(WebKit::WebDevToolsAgentImpl::frontendLoaded):

  • src/WebDevToolsFrontendImpl.cpp:

(WebKit::WebDevToolsFrontendImpl::WebDevToolsFrontendImpl):
(WebKit::WebDevToolsFrontendImpl::dispatchOnInspectorFrontend):
(WebKit::WebDevToolsFrontendImpl::frontendLoaded):
(WebKit::WebDevToolsFrontendImpl::doDispatchOnInspectorFrontend):

  • src/WebDevToolsFrontendImpl.h:

Tools:

No need to have a separate client call for this. The front-end can store messages
which arrive before front-end loaded and dispatch them later. This happens in layout
tests only by the way as all other messages should be initiated by the front-end code.

Reviewed by Pavel Feldman.

  • DumpRenderTree/chromium/DRTDevToolsAgent.cpp:
  • DumpRenderTree/chromium/DRTDevToolsAgent.h:
  • DumpRenderTree/chromium/DRTDevToolsClient.cpp:
  • DumpRenderTree/chromium/DRTDevToolsClient.h:
4:54 AM Changeset in webkit [101165] by Simon Hausmann
  • 3 edits in trunk/Source/WebKit2

[Qt] Eliminate warnings about the deprecated QQuickCanvas::sceneGraphEngine() function.

Reviewed by Andreas Kling.

We use the function in question to find out if we can connect to the scene graph's
afterRendering signal. The signal has been moved into QQuickCanvas right away, so
we can connect to it as soon as we have a canvas.

  • UIProcess/API/qt/qquickwebpage.cpp:

(QQuickWebPagePrivate::initializeSceneGraphConnections):

  • UIProcess/API/qt/qquickwebpage_p.h:
4:48 AM Changeset in webkit [101164] by jesus@webkit.org
  • 9 edits
    2 adds in trunk/Source/WebKit2

[Qt][WK2] Move event handling out of QtWebPageProxy
https://bugs.webkit.org/show_bug.cgi?id=73089

Reviewed by Kenneth Rohde Christiansen.

Move all logic related to event handling, gestures and the
interaction engine out of QtWebPageProxy, creating a separate
class called QtWebPageEventHandler. This handler will be created
by the QQuickWebViewPrivate and will be registered into QtWebPageProxy.
QQuickWebPage will now call handleEvent through this entity.

  • Target.pri:
  • UIProcess/API/qt/qquickwebpage.cpp:

(QQuickWebPage::event):

  • UIProcess/API/qt/qquickwebview.cpp:

(QQuickWebViewPrivate::QQuickWebViewPrivate):
(QQuickWebViewPrivate::initializeDesktop):
(QQuickWebViewPrivate::initializeTouch):

  • UIProcess/API/qt/qquickwebview_p_p.h:
  • UIProcess/qt/QtTapGestureRecognizer.cpp:

(WebKit::QtTapGestureRecognizer::QtTapGestureRecognizer):
(WebKit::QtTapGestureRecognizer::recognize):
(WebKit::QtTapGestureRecognizer::tapTimeout):

  • UIProcess/qt/QtTapGestureRecognizer.h:
  • UIProcess/qt/QtWebPageEventHandler.cpp: Added.

(QtWebPageEventHandler::dragOperationToDropAction):
(QtWebPageEventHandler::dragOperationToDropActions):
(QtWebPageEventHandler::dropActionToDragOperation):
(QtWebPageEventHandler::QtWebPageEventHandler):
(QtWebPageEventHandler::~QtWebPageEventHandler):
(QtWebPageEventHandler::handleEvent):
(QtWebPageEventHandler::handleMouseMoveEvent):
(QtWebPageEventHandler::handleMousePressEvent):
(QtWebPageEventHandler::handleMouseReleaseEvent):
(QtWebPageEventHandler::handleMouseDoubleClickEvent):
(QtWebPageEventHandler::handleWheelEvent):
(QtWebPageEventHandler::handleHoverLeaveEvent):
(QtWebPageEventHandler::handleHoverMoveEvent):
(QtWebPageEventHandler::handleDragEnterEvent):
(QtWebPageEventHandler::handleDragLeaveEvent):
(QtWebPageEventHandler::handleDragMoveEvent):
(QtWebPageEventHandler::handleDropEvent):
(QtWebPageEventHandler::handleSingleTapEvent):
(QtWebPageEventHandler::handleDoubleTapEvent):
(QtWebPageEventHandler::timerEvent):
(QtWebPageEventHandler::handleKeyPressEvent):
(QtWebPageEventHandler::handleKeyReleaseEvent):
(QtWebPageEventHandler::handleFocusInEvent):
(QtWebPageEventHandler::handleFocusOutEvent):
(QtWebPageEventHandler::setViewportInteractionEngine):
(QtWebPageEventHandler::touchEvent):
(QtWebPageEventHandler::resetGestureRecognizers):
(QtWebPageEventHandler::doneWithTouchEvent):
(QtWebPageEventHandler::didFindZoomableArea):

  • UIProcess/qt/QtWebPageEventHandler.h: Added.
  • UIProcess/qt/QtWebPageProxy.cpp:

(QtWebPageProxy::QtWebPageProxy):
(QtWebPageProxy::init):
(QtWebPageProxy::didFindZoomableArea):
(QtWebPageProxy::processDidCrash):
(QtWebPageProxy::startDrag):
(QtWebPageProxy::doneWithTouchEvent):

  • UIProcess/qt/QtWebPageProxy.h:

(QtWebPageProxy::eventHandler):

4:12 AM Changeset in webkit [101163] by yurys@chromium.org
  • 2 edits in trunk/Source/WebCore

Web Inspector: don't send Console.messagesCleared on front-end connection if console agent is not enabled
https://bugs.webkit.org/show_bug.cgi?id=73122

Console agent should stay silent if it is not enabled.

Reviewed by Pavel Feldman.

  • inspector/InspectorConsoleAgent.cpp:

(WebCore::InspectorConsoleAgent::clearMessages):
(WebCore::InspectorConsoleAgent::addConsoleMessage):

3:39 AM Changeset in webkit [101162] by Simon Hausmann
  • 9 edits
    1 add in trunk/Source/WebKit2

[Qt] Cleanup in QML tests.

Reviewed by Tor Arne Vestbø.

Use a simple QML component for the "DesktopWebView" instead of a new QML type.
This will allow the use of the experimental extension in the future.

  • UIProcess/API/qt/qquickwebview.cpp:

(QQuickWebViewExperimental::useTraditionalDesktopBehaviour):

  • UIProcess/API/qt/qquickwebview_p.h:
  • UIProcess/API/qt/tests/qmltests/DesktopBehavior/DesktopWebView.qml: Added.
  • UIProcess/API/qt/tests/qmltests/DesktopBehavior/tst_linkHovered.qml:
  • UIProcess/API/qt/tests/qmltests/DesktopBehavior/tst_loadHtml.qml:
  • UIProcess/API/qt/tests/qmltests/DesktopBehavior/tst_messaging.qml:
  • UIProcess/API/qt/tests/qmltests/DesktopBehavior/tst_navigationRequested.qml:
  • UIProcess/API/qt/tests/qmltests/qmltests.pro:
  • UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp:

(main):

2:57 AM Changeset in webkit [101161] by commit-queue@webkit.org
  • 1 edit
    2 adds in trunk/Source/WebCore

Upstream the QNX/RIM specific HistoryItemViewState
https://bugs.webkit.org/show_bug.cgi?id=73114

Patch by Wei Charles <charles.wei@torchmobile.com.cn> on 2011-11-25
Reviewed by Daniel Bates.

This patch is to upstream RIM/QNX specific HistoryItemViewState extension
to store some extra view state.

No new tests. It's not built yet.

  • history/blackberry: Added.
  • history/blackberry/HistoryItemViewState.h: Added.

(WebCore::HistoryItemViewState::HistoryItemViewState):

2:33 AM Changeset in webkit [101160] by vsevik@chromium.org
  • 3 edits in trunk/Source/WebCore

Web Inspector: Split scripts panel top status bar into debug toolbar and editor toolbar.
https://bugs.webkit.org/show_bug.cgi?id=73087

Reviewed by Pavel Feldman.

  • inspector/front-end/ScriptsPanel.js:

(WebInspector.ScriptsPanel.prototype._reset):
(WebInspector.ScriptsPanel.prototype._createEditorToolbar):
(WebInspector.ScriptsPanel.prototype._createDebugToolbar):
(WebInspector.ScriptsPanel.prototype._createButtonAndRegisterShortcuts):

  • inspector/front-end/scriptsPanel.css:

(#scripts-debug-toolbar):
(#scripts-editor-toolbar):
(#scripts-debug-sidebar-resizer-widget):
(.script-view):

2:06 AM Changeset in webkit [101159] by leo.yang@torchmobile.com.cn
  • 1 edit
    3 adds in trunk/Source/WebCore

Upstream BlackBerry porting of platform/text
https://bugs.webkit.org/show_bug.cgi?id=73117

Reviewed by Daniel Bates.

Initial upstream, can't be built yet, no test cases.

  • platform/text/blackberry/StringBlackBerry.cpp: Added.

(WTF::String::String):
(WTF::String::operator WebString):

  • platform/text/blackberry/TextBreakIteratorInternalICUBlackBerry.cpp: Added.

(WebCore::currentSearchLocaleID):
(WebCore::currentTextBreakLocaleID):

1:41 AM Changeset in webkit [101158] by pfeldman@chromium.org
  • 2 edits in trunk/LayoutTests

Web Inspector: resource-tree-errors-reload.html is flaky.
https://bugs.webkit.org/show_bug.cgi?id=66217

Reviewed by Yury Semikhatsky.

  • platform/chromium/test_expectations.txt:
1:31 AM Changeset in webkit [101157] by haraken@chromium.org
  • 3 edits
    1 delete in trunk/Source/WebCore

Remove WebCore.gyp/scripts/rule_binding.py
https://bugs.webkit.org/show_bug.cgi?id=73109

Reviewed by Adam Barth.

rule_binding.py is used by WebCore.gyp only. rule_binding.py is just a wrapper
of generate-bindings.pl and thus we can remove it.

No new tests. No change in behavior.

  • WebCore.gyp/WebCore.gyp: Replaces rule_binding.py with generate-bindings.pl.
  • WebCore.gyp/scripts/rule_binding.py: Removed.
  • bindings/scripts/preprocessor.pm: When '"ENABLE_SOMETHING=1" "ENABLE_OTHERS=0"' is passed as a define macro, the string is passed to our perl scripts without the double-quotations (") omitted. We need to omit the double quatations here.

(applyPreprocessor):

1:29 AM Changeset in webkit [101156] by yurys@chromium.org
  • 15 edits
    4 deletes in trunk

[Chromium] Web Inspector: remove legacy debugger support
https://bugs.webkit.org/show_bug.cgi?id=73081

Removed classed providing access to V8 debugging protocol. Clients should
use Web Inspector protocol instead.

Reviewed by Pavel Feldman.

Source/WebCore:

  • bindings/v8/PageScriptDebugServer.cpp:

(WebCore::PageScriptDebugServer::PageScriptDebugServer):
(WebCore::PageScriptDebugServer::addListener):

  • bindings/v8/PageScriptDebugServer.h:

Source/WebKit/chromium:

  • WebKit.gyp:
  • public/WebDevToolsAgent.h:
  • public/WebDevToolsAgentClient.h:
  • src/DebuggerAgentImpl.cpp: Removed.
  • src/DebuggerAgentImpl.h: Removed.
  • src/DebuggerAgentManager.cpp: Removed.
  • src/DebuggerAgentManager.h: Removed.
  • src/WebDevToolsAgentImpl.cpp:

(WebKit::WebDevToolsAgentImpl::WebDevToolsAgentImpl):
(WebKit::WebDevToolsAgentImpl::~WebDevToolsAgentImpl):
(WebKit::WebDevToolsAgentImpl::attach):
(WebKit::WebDevToolsAgentImpl::detach):
(WebKit::WebDevToolsAgentImpl::didNavigate):
(WebKit::WebDevToolsAgentImpl::didClearWindowObject):

  • src/WebDevToolsAgentImpl.h:
1:25 AM Changeset in webkit [101155] by yurys@chromium.org
  • 2 edits in trunk/Source/WebKit/chromium

2011-11-25 Yury Semikhatsky <yurys@chromium.org>

Unreviewed. Update Chromium deps revision to 111575

  • DEPS:
1:23 AM Changeset in webkit [101154] by pfeldman@chromium.org
  • 26 edits in trunk

Web Inspector: refactor resource tree model and introduce explicit class for ResourceTreeFrame.
https://bugs.webkit.org/show_bug.cgi?id=73078

Otherwise we are managing frames and their resources using too many maps.

Reviewed by Yury Semikhatsky.

Source/WebCore:

  • inspector/Inspector.json:
  • inspector/InspectorAgent.cpp:

(WebCore::InspectorAgent::restore):

  • inspector/InspectorResourceAgent.cpp:

(WebCore::InspectorResourceAgent::didReceiveResponse):

  • inspector/front-end/ApplicationCacheModel.js:

(WebInspector.ApplicationCacheModel.prototype._frameNavigated):
(WebInspector.ApplicationCacheModel.prototype._frameDetached):

  • inspector/front-end/JavaScriptContextManager.js:

(WebInspector.JavaScriptContextManager.prototype._frameAdded):
(WebInspector.JavaScriptContextManager.prototype._frameNavigated):
(WebInspector.FrameEvaluationContext.prototype.get displayName):

  • inspector/front-end/NetworkManager.js:

(WebInspector.NetworkDispatcher.prototype.requestWillBeSent):
(WebInspector.NetworkDispatcher.prototype.responseReceived):
(WebInspector.NetworkDispatcher.prototype.loadingFinished):

  • inspector/front-end/NetworkPanel.js:

(WebInspector.NetworkLogView.prototype._mainFrameNavigated):

  • inspector/front-end/ResourceTreeModel.js:

(WebInspector.ResourceTreeModel):
(WebInspector.ResourceTreeModel.prototype._fetchResourceTree):
(WebInspector.ResourceTreeModel.prototype._processCachedResources):
(WebInspector.ResourceTreeModel.prototype._addFrame):
(WebInspector.ResourceTreeModel.prototype._frameNavigated):
(WebInspector.ResourceTreeModel.prototype._frontendReused):
(WebInspector.ResourceTreeModel.prototype._frameDetached):
(WebInspector.ResourceTreeModel.prototype._onResourceUpdated):
(WebInspector.ResourceTreeModel.prototype._onResourceUpdateDropped):
(WebInspector.ResourceTreeModel.prototype.frameForId):
(WebInspector.ResourceTreeModel.prototype.forAllResources):
(WebInspector.ResourceTreeModel.prototype.resourceForURL):
(WebInspector.ResourceTreeModel.prototype._addFramesRecursively):
(WebInspector.ResourceTreeModel.prototype._createResourceFromFramePayload):
(WebInspector.ResourceTreeModel.prototype._createResource):
(WebInspector.ResourceTreeFrame):
(WebInspector.ResourceTreeFrame.prototype.get id):
(WebInspector.ResourceTreeFrame.prototype.get name):
(WebInspector.ResourceTreeFrame.prototype.get url):
(WebInspector.ResourceTreeFrame.prototype.get loaderId):
(WebInspector.ResourceTreeFrame.prototype.get parentFrame):
(WebInspector.ResourceTreeFrame.prototype.get childFrames):
(WebInspector.ResourceTreeFrame.prototype.isMainFrame):
(WebInspector.ResourceTreeFrame.prototype.navigate):
(WebInspector.ResourceTreeFrame.prototype.get mainResource):
(WebInspector.ResourceTreeFrame.prototype.addChildFrame):
(WebInspector.ResourceTreeFrame.prototype.removeChildFrame):
(WebInspector.ResourceTreeFrame.prototype._addResource):
(WebInspector.ResourceTreeFrame.prototype.resources):
(WebInspector.ResourceTreeFrame.prototype.resourceForURL.filter):
(WebInspector.ResourceTreeFrame.prototype.resourceForURL):
(WebInspector.ResourceTreeFrame.prototype._callForFrameResources):
(WebInspector.PageDispatcher.prototype.frameNavigated):

  • inspector/front-end/ResourcesPanel.js:

(WebInspector.ResourcesPanel):
(WebInspector.ResourcesPanel.prototype.wasShown):
(WebInspector.ResourcesPanel.prototype._initialize):
(WebInspector.ResourcesPanel.prototype._resetWithFrames):
(WebInspector.ResourcesPanel.prototype._reset):
(WebInspector.ResourcesPanel.prototype._populateResourceTree.populateFrame):
(WebInspector.ResourcesPanel.prototype._populateResourceTree):
(WebInspector.ResourcesPanel.prototype._frameAdded):
(WebInspector.ResourcesPanel.prototype._frameDetached):
(WebInspector.ResourcesPanel.prototype._frameNavigated):
(WebInspector.ResourcesPanel.prototype._cachedResourcesLoaded):

  • inspector/front-end/ScriptFormatter.js:

(WebInspector.ScriptFormatter.prototype.formatContent):

  • loader/cache/CachedResourceLoader.cpp:

(WebCore::CachedResourceLoader::requestResource):

LayoutTests:

  • http/tests/inspector/inspector-test.js:
  • http/tests/inspector/resource-tree/resource-tree-document-url.html:
  • http/tests/inspector/resource-tree/resource-tree-errors-reload.html:
  • http/tests/inspector/resource-tree/resource-tree-frame-add.html:
  • http/tests/inspector/resource-tree/resource-tree-mimetype.html:
  • http/tests/inspector/resource-tree/resource-tree-test.js:

(initialize_ResourceTreeTest.InspectorTest.dumpResourcesURLMap.collect):

  • http/tests/inspector/resources-test.js:

(initialize_ResourceTest.InspectorTest.runAfterCachedResourcesProcessed):
(initialize_ResourceTest.InspectorTest.runAfterResourcesAreFinished.checkResources.visit):
(initialize_ResourceTest.InspectorTest.runAfterResourcesAreFinished.checkResources):
(initialize_ResourceTest.InspectorTest.runAfterResourcesAreFinished):
(initialize_ResourceTest.InspectorTest.showResource.showResourceCallback.visit):
(initialize_ResourceTest.InspectorTest.showResource):
(initialize_ResourceTest):

  • inspector/debugger/source-frame.html:
  • inspector/styles/css-live-edit.html:
  • inspector/styles/styles-history.html:
  • platform/qt/Skipped:
Note: See TracTimeline for information about the timeline view.