Timeline
Mar 10, 2012:
- 8:48 PM Changeset in webkit [110387] by
-
- 3 edits in trunk/Websites/webkit.org
Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
The Debugging and Analyzing Your Code page cannot be viewed at <http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Debugging/Debugging.html#//apple_ref/doc/uid/TP40010215-CH3-SW1> (1) as this URL redirects to the Mac OS X Developer Library <https://developer.apple.com/library/mac/navigation/>.
Substituting https for http in (1) returns the expected page.
- building/debug-mac-uiprocess.html:
- building/debug.html:
- 8:23 PM Changeset in webkit [110386] by
-
- 2 edits in trunk/Source/WebKit/chromium
Unreviewed, rolling out r110384.
http://trac.webkit.org/changeset/110384
https://bugs.webkit.org/show_bug.cgi?id=80774
compile failed on Chromium Win Release (Requested by ukai_home
on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-10
- tests/CCOcclusionTrackerTest.cpp:
(WebCore::LayerChromiumWithForcedDrawsContent::LayerChromiumWithForcedDrawsContent):
(WebCore::LayerChromiumWithForcedDrawsContent::opaqueContentsRegion):
(WebCore::LayerChromiumWithForcedDrawsContent::setOpaquePaintRect):
(LayerChromiumWithForcedDrawsContent):
(WebCore::setLayerPropertiesForTesting):
(WebCore):
(WebCore::TestCCOcclusionTracker::TestCCOcclusionTracker):
(WebCore::TestCCOcclusionTracker::occlusionInScreenSpace):
(WebCore::TestCCOcclusionTracker::occlusionInTargetSurface):
(WebCore::TestCCOcclusionTracker::setOcclusionInScreenSpace):
(WebCore::TestCCOcclusionTracker::setOcclusionInTargetSurface):
(WebCore::TestCCOcclusionTracker::layerScissorRectInTargetSurface):
(WebCore::TestDamageClient::damageRect):
(WebCore::layerAddedToOccludedRegion):
(WebCore::layerAddedToOccludedRegionWithRotation):
(WebCore::layerAddedToOccludedRegionWithTranslation):
(WebCore::layerAddedToOccludedRegionWithRotatedSurface):
(WebCore::layerAddedToOccludedRegionWithSurfaceAlreadyOnStack):
(WebCore::layerAddedToOccludedRegionWithRotatedOffAxisSurface):
(WebCore::layerAddedToOccludedRegionWithMultipleOpaqueLayers):
(WebCore::surfaceOcclusionWithOverlappingSiblingSurfaces):
(WebCore::surfaceOcclusionInScreenSpace):
(WebCore::surfaceOcclusionInScreenSpaceDifferentTransforms):
(WebCore::occlusionInteractionWithFilters):
(WebCore::layerScissorRectOverTile):
(WebCore::screenScissorRectOverTile):
(WebCore::layerScissorRectOverCulledTile):
(WebCore::screenScissorRectOverCulledTile):
(WebCore::layerScissorRectOverPartialTiles):
(WebCore::screenScissorRectOverPartialTiles):
(WebCore::layerScissorRectOverNoTiles):
(WebCore::screenScissorRectOverNoTiles):
(WebCore::layerScissorRectForLayerOffOrigin):
(WebCore::damageRectOverTile):
(WebCore::damageRectOverCulledTile):
(WebCore::damageRectOverPartialTiles):
(WebCore::damageRectOverNoTiles):
(WebCore::TEST):
- 7:56 PM Changeset in webkit [110385] by
-
- 2 edits in trunk
Increment the perf-o-matic app version.
- Websites/webkit-perf.appspot.com/app.yaml:
- 6:37 PM Changeset in webkit [110384] by
-
- 2 edits in trunk/Source/WebKit/chromium
[chromium] Clean up culling tests and templatize to test impl constructs
https://bugs.webkit.org/show_bug.cgi?id=80613
Patch by Dana Jansens <danakj@chromium.org> on 2012-03-10
Reviewed by Adrienne Walker.
- tests/CCOcclusionTrackerTest.cpp:
(WebCore::TestContentLayerChromium::TestContentLayerChromium):
(WebCore::TestContentLayerChromium::opaqueContentsRegion):
(WebCore::TestContentLayerChromium::setOpaqueContentsRect):
(TestContentLayerChromium):
(TestContentLayerImpl):
(WebCore::TestContentLayerImpl::TestContentLayerImpl):
(WebCore::TestContentLayerImpl::opaqueContentsRegion):
(WebCore::TestContentLayerImpl::setOpaqueContentsRect):
(WebCore):
(WebCore::TestCCOcclusionTrackerBase::TestCCOcclusionTrackerBase):
(WebCore::TestCCOcclusionTrackerBase::occlusionInScreenSpace):
(WebCore::TestCCOcclusionTrackerBase::occlusionInTargetSurface):
(WebCore::TestCCOcclusionTrackerBase::setOcclusionInScreenSpace):
(WebCore::TestCCOcclusionTrackerBase::setOcclusionInTargetSurface):
(WebCore::TestCCOcclusionTrackerBase::layerScissorRectInTargetSurface):
(WebCore::TestDamageClient::damageRect):
(CCOcclusionTrackerTestMainThreadTypes):
(WebCore::CCOcclusionTrackerTestMainThreadTypes::createLayer):
(WebCore::CCOcclusionTrackerTestMainThreadTypes::createContentLayer):
(CCOcclusionTrackerTestImplThreadTypes):
(WebCore::CCOcclusionTrackerTestImplThreadTypes::createLayer):
(WebCore::CCOcclusionTrackerTestImplThreadTypes::createContentLayer):
(CCOcclusionTrackerTest):
(WebCore::CCOcclusionTrackerTest::TearDown):
(WebCore::CCOcclusionTrackerTest::createRoot):
(WebCore::CCOcclusionTrackerTest::createLayer):
(WebCore::CCOcclusionTrackerTest::createSurface):
(WebCore::CCOcclusionTrackerTest::createDrawingLayer):
(WebCore::CCOcclusionTrackerTest::createDrawingSurface):
(WebCore::CCOcclusionTrackerTest::calcDrawEtc):
(WebCore::CCOcclusionTrackerTest::setBaseProperties):
(WebCore::CCOcclusionTrackerTest::setProperties):
(CCOcclusionTrackerTestIdentityTransforms):
(WebCore::CCOcclusionTrackerTestIdentityTransforms::runMyTest):
(CCOcclusionTrackerTestRotatedChild):
(WebCore::CCOcclusionTrackerTestRotatedChild::runMyTest):
(CCOcclusionTrackerTestTranslatedChild):
(WebCore::CCOcclusionTrackerTestTranslatedChild::runMyTest):
(CCOcclusionTrackerTestChildInRotatedChild):
(WebCore::CCOcclusionTrackerTestChildInRotatedChild::runMyTest):
(CCOcclusionTrackerTestVisitTargetTwoTimes):
(WebCore::CCOcclusionTrackerTestVisitTargetTwoTimes::runMyTest):
(CCOcclusionTrackerTestSurfaceRotatedOffAxis):
(WebCore::CCOcclusionTrackerTestSurfaceRotatedOffAxis::runMyTest):
(CCOcclusionTrackerTestSurfaceWithTwoOpaqueChildren):
(WebCore::CCOcclusionTrackerTestSurfaceWithTwoOpaqueChildren::runMyTest):
(CCOcclusionTrackerTestOverlappingSurfaceSiblings):
(WebCore::CCOcclusionTrackerTestOverlappingSurfaceSiblings::runMyTest):
(CCOcclusionTrackerTestOverlappingSurfaceSiblingsWithTwoTransforms):
(WebCore::CCOcclusionTrackerTestOverlappingSurfaceSiblingsWithTwoTransforms::runMyTest):
(CCOcclusionTrackerTestFilters):
(WebCore::CCOcclusionTrackerTestFilters::runMyTest):
(CCOcclusionTrackerTestLayerScissorRectOutsideChild):
(WebCore::CCOcclusionTrackerTestLayerScissorRectOutsideChild::runMyTest):
(CCOcclusionTrackerTestScreenScissorRectOutsideChild):
(WebCore::CCOcclusionTrackerTestScreenScissorRectOutsideChild::runMyTest):
(CCOcclusionTrackerTestDamageRectOutsideChild):
(WebCore::CCOcclusionTrackerTestDamageRectOutsideChild::runMyTest):
(CCOcclusionTrackerTestLayerScissorRectOverChild):
(WebCore::CCOcclusionTrackerTestLayerScissorRectOverChild::runMyTest):
(CCOcclusionTrackerTestScreenScissorRectOverChild):
(WebCore::CCOcclusionTrackerTestScreenScissorRectOverChild::runMyTest):
(CCOcclusionTrackerTestDamageRectOverChild):
(WebCore::CCOcclusionTrackerTestDamageRectOverChild::runMyTest):
(CCOcclusionTrackerTestLayerScissorRectPartlyOverChild):
(WebCore::CCOcclusionTrackerTestLayerScissorRectPartlyOverChild::runMyTest):
(CCOcclusionTrackerTestScreenScissorRectPartlyOverChild):
(WebCore::CCOcclusionTrackerTestScreenScissorRectPartlyOverChild::runMyTest):
(CCOcclusionTrackerTestDamageRectPartlyOverChild):
(WebCore::CCOcclusionTrackerTestDamageRectPartlyOverChild::runMyTest):
(CCOcclusionTrackerTestLayerScissorRectOverNothing):
(WebCore::CCOcclusionTrackerTestLayerScissorRectOverNothing::runMyTest):
(CCOcclusionTrackerTestScreenScissorRectOverNothing):
(WebCore::CCOcclusionTrackerTestScreenScissorRectOverNothing::runMyTest):
(CCOcclusionTrackerTestDamageRectOverNothing):
(WebCore::CCOcclusionTrackerTestDamageRectOverNothing::runMyTest):
(CCOcclusionTrackerTestLayerScissorRectForLayerOffOrigin):
(WebCore::CCOcclusionTrackerTestLayerScissorRectForLayerOffOrigin::runMyTest):
(CCOcclusionTrackerTestOpaqueContentsRegionEmpty):
(WebCore::CCOcclusionTrackerTestOpaqueContentsRegionEmpty::runMyTest):
(CCOcclusionTrackerTestOpaqueContentsRegionNonEmpty):
(WebCore::CCOcclusionTrackerTestOpaqueContentsRegionNonEmpty::runMyTest):
- 4:33 PM Changeset in webkit [110383] by
-
- 19 edits in trunk/Source/JavaScriptCore
LLInt should support JSVALUE64
https://bugs.webkit.org/show_bug.cgi?id=79609
<rdar://problem/10063437>
Reviewed by Gavin Barraclough and Oliver Hunt.
Ported the LLInt, which previously only worked on 32-bit, to 64-bit. This
patch moves a fair bit of code from LowLevelInterpreter32_64.asm to the common
file, LowLevelInterpreter.asm. About 1/3 of the LLInt did not have to be
specialized for value representation.
Also made some minor changes to offlineasm and the slow-paths.
- llint/LLIntData.cpp:
(JSC::LLInt::Data::performAssertions):
- llint/LLIntEntrypoints.cpp:
- llint/LLIntSlowPaths.cpp:
(LLInt):
(JSC::LLInt::llint_trace_value):
(JSC::LLInt::LLINT_SLOW_PATH_DECL):
(JSC::LLInt::jitCompileAndSetHeuristics):
- llint/LLIntSlowPaths.h:
(LLInt):
(SlowPathReturnType):
(JSC::LLInt::SlowPathReturnType::SlowPathReturnType):
(JSC::LLInt::encodeResult):
- llint/LLIntThunks.cpp:
- llint/LowLevelInterpreter.asm:
- llint/LowLevelInterpreter32_64.asm:
- llint/LowLevelInterpreter64.asm:
- offlineasm/armv7.rb:
- offlineasm/asm.rb:
- offlineasm/ast.rb:
- offlineasm/backends.rb:
- offlineasm/instructions.rb:
- offlineasm/parser.rb:
- offlineasm/registers.rb:
- offlineasm/transform.rb:
- offlineasm/x86.rb:
- wtf/Platform.h:
- 10:44 AM Changeset in webkit [110382] by
-
- 12 edits in trunk/Tools
[WK2] run-perf-tests should be able to run with WTR
https://bugs.webkit.org/show_bug.cgi?id=80042
Patch by Zan Dobersek <zandobersek@gmail.com> on 2012-03-09
Reviewed by Martin Robinson.
Add an option to PerfTestRunner to use WebKitTestRunner instead of
DumpRenderTree and add the '--no-timeout' flag to WebKitTestRunner
to avoid timing out when running performance tests.
- Scripts/webkitpy/performance_tests/perftestsrunner.py:
(PerfTestsRunner._parse_args):
- WebKitTestRunner/InjectedBundle/InjectedBundle.cpp:
(WTR::InjectedBundle::InjectedBundle): Initialize m_useWaitToDumpWatchdogTimer
to true.
(WTR::InjectedBundle::didReceiveMessage): Unpack the 'BeginTest' message
as a dictionary containing DumpPixels and UseWaitToDumpWatchdogTimer keys.
- WebKitTestRunner/InjectedBundle/InjectedBundle.h:
(WTR::InjectedBundle::useWaitToDumpWatchdogTimer): Make m_useWaitToDumpWatchdogTimer
publicly accessible.
- WebKitTestRunner/InjectedBundle/LayoutTestController.cpp:
(WTR::LayoutTestController::waitUntilDone): Only initialize the watchdog if it
is required.
- WebKitTestRunner/TestController.cpp:
(WTR::TestController::TestController): Initialize m_useWaitToDumpWatchdogTimer
to true.
(WTR::TestController::initialize): Set m_useWaitToDumpWatchdogTimer to false
if '--no-timeout' option is present.
(WTR::TestController::runUntil): Translate TimeoutDuration to a proper timeout
value, or -1.0 if timeout should not occur.
- WebKitTestRunner/TestController.h:
(WTR::TestController::useWaitToDumpWatchdogTimer): Make m_useWaitToDumpWatchdogTimer
publicly accessible.
- WebKitTestRunner/TestInvocation.cpp:
(WTR::TestInvocation::invoke): Pack the 'BeginTest' message as a dictionary,
containing DumpPixels and UseWaitToDumpWatchdogTimer keys and corresponding values.
Waiting for final message should not time out if not necessary.
- WebKitTestRunner/gtk/TestControllerGtk.cpp:
(WTR::TestController::platformRunUntil): Only set up a timeout if necessary.
- WebKitTestRunner/qt/TestControllerQt.cpp:
(WTR::TestController::platformRunUntil): Ditto.
- WebKitTestRunner/mac/TestControllerMac.mm:
(WTR::TestController::platformRunUntil): Add a FIXME, indicating functionality
is missing.
- WebKitTestRunner/win/TestControllerWin.cpp:
(WTR::TestController::platformRunUntil): Ditto.
- 10:42 AM Changeset in webkit [110381] by
-
- 50 edits1 move in trunk
Rename NotificationPresenter to NotificationClient
https://bugs.webkit.org/show_bug.cgi?id=80488
<rdar://problem/10965558>
Reviewed by Kentaro Hara.
Source/WebCore:
- notifications/NotificationCenter.h: Renamed from notifications/NotificationPresenter.h.
Refactor to use renamed WebCore::NotificationClient.
- GNUmakefile.list.am:
- Target.pri:
- WebCore.exp.in:
- WebCore.gypi:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- notifications/Notification.cpp:
(WebCore::Notification::Notification):
(WebCore::Notification::show):
(WebCore::Notification::cancel):
(WebCore::Notification::contextDestroyed):
(WebCore::Notification::finishLoading):
- notifications/NotificationCenter.cpp:
(WebCore::NotificationCenter::create):
(WebCore::NotificationCenter::NotificationCenter):
(WebCore::NotificationCenter::checkPermission):
(WebCore::NotificationCenter::requestPermission):
(WebCore::NotificationCenter::disconnectFrame):
- notifications/NotificationController.cpp:
(WebCore::NotificationController::NotificationController):
(WebCore::NotificationController::create):
(WebCore::NotificationController::clientFrom):
(WebCore::provideNotification):
- notifications/NotificationController.h:
(WebCore):
(NotificationController):
(WebCore::NotificationController::client):
- page/DOMWindow.cpp:
(WebCore::DOMWindow::webkitNotifications):
- page/DOMWindow.h:
(DOMWindow):
- workers/WorkerContext.cpp:
(WebCore::WorkerContext::webkitNotifications):
- workers/WorkerThread.cpp:
(WebCore::WorkerThread::WorkerThread):
- workers/WorkerThread.h:
(WebCore):
(WebCore::WorkerThread::getNotificationClient):
(WebCore::WorkerThread::setNotificationClient):
(WorkerThread):
Source/WebKit/blackberry:
Refactor to use renamed WebCore::NotificationClient.
- WebCoreSupport/NotificationPresenterImpl.cpp:
(WebCore::NotificationPresenterImpl::instance):
(WebCore::NotificationPresenterImpl::show):
(WebCore::NotificationPresenterImpl::checkPermission):
- WebCoreSupport/NotificationPresenterImpl.h:
(NotificationPresenterImpl):
Source/WebKit/chromium:
Refactor to use renamed WebCore::NotificationClient.
- src/AssertMatchingEnums.cpp:
- src/NotificationPresenterImpl.cpp:
(WebKit::NotificationPresenterImpl::checkPermission):
- src/NotificationPresenterImpl.h:
(NotificationPresenterImpl):
Source/WebKit/efl:
Refactor to use renamed WebCore::NotificationClient.
- WebCoreSupport/ChromeClientEfl.cpp:
(WebCore::ChromeClientEfl::notificationPresenter):
- WebCoreSupport/ChromeClientEfl.h:
(ChromeClientEfl):
Source/WebKit/mac:
Refactor to use renamed WebCore::NotificationClient.
- WebCoreSupport/WebNotificationClient.h:
- WebCoreSupport/WebNotificationClient.mm:
(WebNotificationClient::checkPermission):
- WebView/WebViewPrivate.h:
Source/WebKit/qt:
Refactor to use renamed WebCore::NotificationClient.
- WebCoreSupport/NotificationPresenterClientQt.cpp:
(WebCore::NotificationPresenterClientQt::checkPermission):
(WebCore::NotificationPresenterClientQt::allowNotificationForFrame):
- WebCoreSupport/NotificationPresenterClientQt.h:
(NotificationPresenterClientQt):
Source/WebKit/win:
Refactor to use renamed WebCore::NotificationClient.
- WebCoreSupport/WebChromeClient.h:
(WebChromeClient::notificationPresenter):
- WebCoreSupport/WebDesktopNotificationsDelegate.cpp:
(WebDesktopNotificationsDelegate::checkPermission):
- WebCoreSupport/WebDesktopNotificationsDelegate.h:
(WebDesktopNotificationsDelegate):
Source/WebKit/wince:
Refactor to use renamed WebCore::NotificationClient.
- WebCoreSupport/ChromeClientWinCE.h:
(ChromeClientWinCE):
Source/WebKit2:
Refactor to use renamed WebCore::NotificationClient.
- UIProcess/Notifications/WebNotificationManagerProxy.h:
- WebProcess/Notifications/NotificationPermissionRequestManager.cpp:
(WebKit::NotificationPermissionRequestManager::startRequest):
(WebKit::NotificationPermissionRequestManager::permissionLevel):
- WebProcess/Notifications/NotificationPermissionRequestManager.h:
(NotificationPermissionRequestManager):
- WebProcess/Notifications/WebNotificationManager.cpp:
(WebKit::WebNotificationManager::policyForOrigin):
- WebProcess/Notifications/WebNotificationManager.h:
(WebNotificationManager):
- WebProcess/WebCoreSupport/WebNotificationClient.cpp:
(WebKit::WebNotificationClient::checkPermission):
- WebProcess/WebCoreSupport/WebNotificationClient.h:
(WebNotificationClient):
Tools:
Refactor to use renamed WebCore::NotificationClient.
- DumpRenderTree/win/DRTDesktopNotificationPresenter.cpp:
(DRTDesktopNotificationPresenter::checkNotificationPermission):
- 10:21 AM Changeset in webkit [110380] by
-
- 8 edits in trunk
RenderObject with 'resize' different from 'none' should have a RenderLayer
https://bugs.webkit.org/show_bug.cgi?id=80738
Reviewed by James Robinson.
Source/WebCore:
Covered by fast/css/resize-single-axis.html.
- rendering/RenderBox.h:
(WebCore::RenderBox::requiresLayerForOverflowClip):
The resizer logic is tied to RenderLayer so force a RenderLayer to be allocated if resize() != RESIZE_NONE.
LayoutTests:
- platform/chromium/test_expectations.txt:
- platform/efl/test_expectations.txt:
- platform/gtk/test_expectations.txt:
- platform/mac/test_expectations.txt:
- platform/win/Skipped:
Unskip the test on most platform but Qt. Qt has a bug about the test timing out
which may be related.
- 9:38 AM Changeset in webkit [110379] by
-
- 6 edits in trunk/Source/JavaScriptCore
Web Worker crashes with WX_EXCLUSIVE
https://bugs.webkit.org/show_bug.cgi?id=80532
Let each JS global object own a meta allocator
for WX_EXCLUSIVE to avoid conflicts from Web Worker.
Also fix a mutex leak in MetaAllocator's dtor.
Patch by Yong Li <yoli@rim.com> on 2012-03-10
Reviewed by Filip Pizlo.
- jit/ExecutableAllocator.cpp:
(JSC::DemandExecutableAllocator::DemandExecutableAllocator):
(JSC::DemandExecutableAllocator::~DemandExecutableAllocator):
(JSC::DemandExecutableAllocator::bytesAllocatedByAllAllocators):
(DemandExecutableAllocator):
(JSC::DemandExecutableAllocator::bytesCommittedByAllocactors):
(JSC::DemandExecutableAllocator::dumpProfileFromAllAllocators):
(JSC::DemandExecutableAllocator::allocateNewSpace):
(JSC::DemandExecutableAllocator::allocators):
(JSC::DemandExecutableAllocator::allocatorsMutex):
(JSC):
(JSC::ExecutableAllocator::initializeAllocator):
(JSC::ExecutableAllocator::ExecutableAllocator):
(JSC::ExecutableAllocator::underMemoryPressure):
(JSC::ExecutableAllocator::memoryPressureMultiplier):
(JSC::ExecutableAllocator::allocate):
(JSC::ExecutableAllocator::committedByteCount):
(JSC::ExecutableAllocator::dumpProfile):
- jit/ExecutableAllocator.h:
(JSC):
(ExecutableAllocator):
(JSC::ExecutableAllocator::allocator):
- wtf/MetaAllocator.h:
(WTF::MetaAllocator::~MetaAllocator): Finalize the spin lock.
- wtf/TCSpinLock.h:
(TCMalloc_SpinLock::Finalize): Add empty Finalize() to some implementations.
- 9:08 AM Changeset in webkit [110378] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed, rolling out r110358.
http://trac.webkit.org/changeset/110358
https://bugs.webkit.org/show_bug.cgi?id=80706
No improvement on specified benchmarks.
- dom/ContainerNode.cpp:
(WebCore::collectNodes):
(WebCore::collectTargetNodes):
- 8:01 AM Changeset in webkit [110377] by
-
- 72 edits in trunk/LayoutTests
2012-03-10 Nikolas Zimmermann <nzimmermann@rim.com>
Not reviewed. Final chunk of SL rebaselines with Generic RGB profile for svg/.
- platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
- platform/mac-snowleopard/svg/filters/animate-fill-expected.png:
- platform/mac-snowleopard/svg/filters/big-sized-filter-2-expected.png:
- platform/mac-snowleopard/svg/filters/big-sized-filter-expected.png:
- platform/mac-snowleopard/svg/filters/feColorMatrix-default-type-expected.png:
- platform/mac-snowleopard/svg/filters/feColorMatrix-offset-expected.png:
- platform/mac-snowleopard/svg/filters/feColorMatrix-saturate-expected.png:
- platform/mac-snowleopard/svg/filters/feColorMatrix-values-expected.png:
- platform/mac-snowleopard/svg/filters/feComposite-expected.png:
- platform/mac-snowleopard/svg/filters/feConvolveFilter-y-bounds-expected.png:
- platform/mac-snowleopard/svg/filters/feDisplacementMap-expected.png:
- platform/mac-snowleopard/svg/filters/feDropShadow-expected.png:
- platform/mac-snowleopard/svg/filters/feGaussianBlur-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-late-indirect-update-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-multiple-targets-id-change-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-position-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-preserveAspectratio-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-reference-invalidation-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-reference-svg-primitive-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-subregions-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-target-add-to-document-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-target-changes-id-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-target-id-change-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-target-inline-style-change-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-target-property-change-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-target-reappend-to-document-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-target-remove-from-document-expected.png:
- platform/mac-snowleopard/svg/filters/feImage-target-style-change-expected.png:
- platform/mac-snowleopard/svg/filters/feLighting-crash-expected.png:
- platform/mac-snowleopard/svg/filters/feMerge-expected.png:
- platform/mac-snowleopard/svg/filters/feOffset-expected.png:
- platform/mac-snowleopard/svg/filters/feTile-expected.png:
- platform/mac-snowleopard/svg/filters/filter-clip-expected.png:
- platform/mac-snowleopard/svg/filters/filter-on-tspan-expected.png:
- platform/mac-snowleopard/svg/filters/filter-placement-issue-expected.png:
- platform/mac-snowleopard/svg/filters/filter-refresh-expected.png:
- platform/mac-snowleopard/svg/filters/filter-rounding-issues-expected.png:
- platform/mac-snowleopard/svg/filters/filter-source-position-expected.png:
- platform/mac-snowleopard/svg/filters/filter-width-update-expected.png:
- platform/mac-snowleopard/svg/filters/filterRes-expected.png:
- platform/mac-snowleopard/svg/filters/filterRes1-expected.png:
- platform/mac-snowleopard/svg/filters/filterRes2-expected.png:
- platform/mac-snowleopard/svg/filters/filterRes3-expected.png:
- platform/mac-snowleopard/svg/filters/filteredImage-expected.png:
- platform/mac-snowleopard/svg/filters/parent-children-with-same-filter-expected.png:
- platform/mac-snowleopard/svg/filters/shadow-on-filter-expected.png:
- platform/mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
- platform/mac-snowleopard/svg/filters/subRegion-in-userSpace-expected.png:
- platform/mac-snowleopard/svg/filters/subRegion-one-effect-expected.png:
- platform/mac-snowleopard/svg/filters/subRegion-two-effects-expected.png:
- platform/mac-snowleopard/svg/foreignObject/filter-expected.png:
- platform/mac-snowleopard/svg/repaint/filter-child-repaint-expected.png:
- platform/mac-snowleopard/svg/repaint/filter-repaint-expected.png:
- platform/mac-snowleopard/svg/repaint/image-href-change-expected.png:
- platform/mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
- platform/mac-snowleopard/svg/webarchive/svg-feimage-subresources-expected.png:
- platform/mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png:
- platform/mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png:
- platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
- platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
- platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
- 7:34 AM Changeset in webkit [110376] by
-
- 197 edits in trunk/LayoutTests
2012-03-10 Nikolas Zimmermann <nzimmermann@rim.com>
Not reviewed. Next chunk of SL rebaselines with Generic RGB profile for svg/.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
- platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
- 6:52 AM Changeset in webkit [110375] by
-
- 73 edits in trunk/LayoutTests
2012-03-10 Nikolas Zimmermann <nzimmermann@rim.com>
Not reviewed. First chunk of SL rebaselines with Generic RGB profile for svg/.
- platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
- platform/mac-snowleopard/svg/as-border-image/svg-as-border-image-2-expected.png:
- platform/mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png:
- platform/mac-snowleopard/svg/batik/filters/feTile-expected.png:
- platform/mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
- platform/mac-snowleopard/svg/batik/text/textEffect-expected.png:
- platform/mac-snowleopard/svg/batik/text/textEffect3-expected.png:
- platform/mac-snowleopard/svg/carto.net/selectionlist-expected.png:
- platform/mac-snowleopard/svg/css/path-gradient-stroke-shadow-expected.png:
- platform/mac-snowleopard/svg/css/rect-gradient-stroke-shadow-expected.png:
- platform/mac-snowleopard/svg/custom/convolution-crash-expected.png:
- platform/mac-snowleopard/svg/custom/createImageElement-expected.png:
- platform/mac-snowleopard/svg/custom/createImageElement2-expected.png:
- platform/mac-snowleopard/svg/custom/empty-merge-expected.png:
- platform/mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png:
- platform/mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png:
- platform/mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png:
- platform/mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png:
- platform/mac-snowleopard/svg/custom/feDisplacementMap-01-expected.png:
- platform/mac-snowleopard/svg/custom/focus-ring-expected.png:
- platform/mac-snowleopard/svg/custom/grayscale-gradient-mask-2-expected.png:
- platform/mac-snowleopard/svg/custom/group-opacity-expected.png:
- platform/mac-snowleopard/svg/custom/image-parent-translation-expected.png:
- platform/mac-snowleopard/svg/custom/image-small-width-height-expected.png:
- platform/mac-snowleopard/svg/custom/image-with-prefix-in-webarchive-expected.png:
- platform/mac-snowleopard/svg/custom/image-with-transform-clip-filter-expected.png:
- platform/mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
- platform/mac-snowleopard/svg/custom/js-update-image-and-display-expected.png:
- platform/mac-snowleopard/svg/custom/js-update-image-and-display2-expected.png:
- platform/mac-snowleopard/svg/custom/js-update-image-and-display3-expected.png:
- platform/mac-snowleopard/svg/custom/js-update-image-expected.png:
- platform/mac-snowleopard/svg/custom/non-opaque-filters-expected.png:
- platform/mac-snowleopard/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png:
- platform/mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png:
- platform/mac-snowleopard/svg/custom/pointer-events-image-expected.png:
- platform/mac-snowleopard/svg/custom/recursive-filter-expected.png:
- platform/mac-snowleopard/svg/custom/relative-sized-image-expected.png:
- platform/mac-snowleopard/svg/custom/resource-invalidate-on-target-update-expected.png:
- platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
- platform/mac-snowleopard/svg/custom/text-filter-expected.png:
- platform/mac-snowleopard/svg/custom/text-image-opacity-expected.png:
- platform/mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.png:
- platform/mac-snowleopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
- platform/mac-snowleopard/svg/custom/visibility-override-filter-expected.png:
- 6:28 AM Changeset in webkit [110374] by
-
- 2 edits in trunk/Source/WebCore
ShadowTree uses weak iteration patterns
https://bugs.webkit.org/show_bug.cgi?id=80572
Reviewed by Dimitri Glazkov.
This patch moves various ShadowTree to using a better iteration pattern
in which we collect all the ShadowRoots we're planning to iterate into
a vector and then iterate over them.
- dom/ShadowTree.cpp:
(ShadowRootVector):
(WebCore::ShadowRootVector::ShadowRootVector):
(WebCore):
(WebCore::ShadowTree::removeAllShadowRoots):
(WebCore::ShadowTree::insertedIntoDocument):
(WebCore::ShadowTree::removedFromDocument):
(WebCore::ShadowTree::insertedIntoTree):
(WebCore::ShadowTree::removedFromTree):
(WebCore::ShadowTree::willRemove):
- 5:26 AM Changeset in webkit [110373] by
-
- 6 edits1 delete in trunk/Source
Unreviewed, rolling out r110363.
http://trac.webkit.org/changeset/110363
https://bugs.webkit.org/show_bug.cgi?id=80757
link error in chromium: unresolved external symbol
webkit_support::CreateScopedTempDirectory(void) (Requested by
ukai_home on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-10
Source/WebCore:
- Modules/indexeddb/IDBLevelDBBackingStore.cpp:
(WebCore::IDBLevelDBBackingStore::open):
- platform/leveldb/LevelDBDatabase.cpp:
- platform/leveldb/LevelDBDatabase.h:
(LevelDBDatabase):
Source/WebKit/chromium:
- WebKit.gypi:
- tests/LevelDBTest.cpp: Removed.
- 2:27 AM Changeset in webkit [110372] by
-
- 2 edits in trunk/Source/WebKit/chromium
Unreviewed, rolling out r110353.
http://trac.webkit.org/changeset/110353
https://bugs.webkit.org/show_bug.cgi?id=80752
copmile failed on Chromium (Requested by ukai_home on
#webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-10
- tests/CCOcclusionTrackerTest.cpp:
(WebCore::LayerChromiumWithForcedDrawsContent::LayerChromiumWithForcedDrawsContent):
(WebCore::LayerChromiumWithForcedDrawsContent::opaqueContentsRegion):
(WebCore::LayerChromiumWithForcedDrawsContent::setOpaquePaintRect):
(LayerChromiumWithForcedDrawsContent):
(WebCore::setLayerPropertiesForTesting):
(WebCore):
(WebCore::TestCCOcclusionTracker::TestCCOcclusionTracker):
(WebCore::TestCCOcclusionTracker::occlusionInScreenSpace):
(WebCore::TestCCOcclusionTracker::occlusionInTargetSurface):
(WebCore::TestCCOcclusionTracker::setOcclusionInScreenSpace):
(WebCore::TestCCOcclusionTracker::setOcclusionInTargetSurface):
(WebCore::TestCCOcclusionTracker::layerScissorRectInTargetSurface):
(WebCore::TestDamageClient::damageRect):
(WebCore::layerAddedToOccludedRegion):
(WebCore::layerAddedToOccludedRegionWithRotation):
(WebCore::layerAddedToOccludedRegionWithTranslation):
(WebCore::layerAddedToOccludedRegionWithRotatedSurface):
(WebCore::layerAddedToOccludedRegionWithSurfaceAlreadyOnStack):
(WebCore::layerAddedToOccludedRegionWithRotatedOffAxisSurface):
(WebCore::layerAddedToOccludedRegionWithMultipleOpaqueLayers):
(WebCore::surfaceOcclusionWithOverlappingSiblingSurfaces):
(WebCore::surfaceOcclusionInScreenSpace):
(WebCore::surfaceOcclusionInScreenSpaceDifferentTransforms):
(WebCore::occlusionInteractionWithFilters):
(WebCore::layerScissorRectOverTile):
(WebCore::screenScissorRectOverTile):
(WebCore::layerScissorRectOverCulledTile):
(WebCore::screenScissorRectOverCulledTile):
(WebCore::layerScissorRectOverPartialTiles):
(WebCore::screenScissorRectOverPartialTiles):
(WebCore::layerScissorRectOverNoTiles):
(WebCore::screenScissorRectOverNoTiles):
(WebCore::layerScissorRectForLayerOffOrigin):
(WebCore::damageRectOverTile):
(WebCore::damageRectOverCulledTile):
(WebCore::damageRectOverPartialTiles):
(WebCore::damageRectOverNoTiles):
(WebCore::TEST):
Mar 9, 2012:
- 9:45 PM Changeset in webkit [110371] by
-
- 15 edits in trunk
Source/WebCore: Handle more Gesture* events by performing scrolls on the correct target ScrollableArea
https://bugs.webkit.org/show_bug.cgi?id=80311
Implement GestureScroll* events via re-use of WheelEvent dispatch.
Patch by Robert Kroeger <rjkroege@chromium.org> on 2012-03-09
Reviewed by James Robinson.
Layout tests previously submited as https://bugs.webkit.org/show_bug.cgi?id=80201 and unit
test added as part of this patch.
- page/EventHandler.cpp:
(WebCore::wheelGranularityToScrollGranularity): Refactoring.
(WebCore):
(WebCore::scrollNode):
(WebCore::EventHandler::EventHandler):
(WebCore::EventHandler::clear):
(WebCore::EventHandler::handleWheelEvent):
(WebCore::EventHandler::defaultWheelEventHandler):
(WebCore::EventHandler::handleGestureEvent): Added GestureScrollBegin & End.
(WebCore::EventHandler::handleGestureTap):
(WebCore::EventHandler::handleGestureScrollUpdate):
(WebCore::EventHandler::handleGestureScrollCore): Refactoring.
- page/EventHandler.h:
(EventHandler):
- platform/PlatformWheelEvent.h: Added additional scroll type.
- platform/ScrollAnimator.cpp:
(WebCore::ScrollAnimator::handleWheelEvent): Forward additional scroll type.
- platform/ScrollAnimator.h:
(WebCore):
- platform/ScrollAnimatorNone.cpp:
(WebCore::ScrollAnimatorNone::ScrollAnimatorNone): Handle additional scroll type.
(WebCore::ScrollAnimatorNone::fireUpAnAnimation):
(WebCore):
(WebCore::ScrollAnimatorNone::scroll):
- platform/ScrollAnimatorNone.h:
(ScrollAnimatorNone):
- platform/ScrollTypes.h: Added an additional scroll type.
- platform/ScrollableArea.cpp:
(WebCore::ScrollableArea::scroll):
Source/WebKit/chromium: Handle more Gesture* events by performing scrolls on the correct target ScrollableArea
https://bugs.webkit.org/show_bug.cgi?id=80311
Added a unit test for the changes to ScrollAnimatorNone to make sure that the two-call
transport of fling parameters is correctly delivered.
Patch by Robert Kroeger <rjkroege@chromium.org> on 2012-03-09
Reviewed by James Robinson.
- tests/ScrollAnimatorNoneTest.cpp:
(MockScrollAnimatorNone):
(MockScrollAnimatorNone::reset):
(MockScrollAnimatorNone::fireUpAnAnimation):
(TEST):
LayoutTests: Handle more Gesture* events by performing scrolls on the correct target ScrollableArea
https://bugs.webkit.org/show_bug.cgi?id=80311
Rebaselined to reflect corrected behaviour of gesture events targeting a div removed
from the DOM during dispatch.
Patch by Robert Kroeger <rjkroege@chromium.org> on 2012-03-09
Reviewed by James Robinson.
- fast/events/touch/gesture/touch-gesture-scroll-shy-target.html:
- platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt:
- 9:40 PM Changeset in webkit [110370] by
-
- 2 edits in tags/Safari-536.2.3/Source/WebKit2
Merge r110303.
- 9:04 PM Changeset in webkit [110369] by
-
- 2 edits in trunk/Source/WebCore
[V8] Fix a fixme in v8 bindings
https://bugs.webkit.org/show_bug.cgi?id=80734
Reviewed by Kentaro Hara.
No new tests. Covered by existing tests.
- bindings/v8/V8Binding.cpp:
(WebCore::toInt32):
(WebCore::toUInt32):
- 8:50 PM Changeset in webkit [110368] by
-
- 4 edits in trunk/Source/WebKit2
[Qt] [WK2] Shouldn't use item for clipping rect calculation in paint node.
https://bugs.webkit.org/show_bug.cgi?id=80714
Reviewed by Noam Rosenthal.
Replace item based clip-rect calculation with clipping-nodes based calculation.
This is required for threaded rendering, since we don't have access to the QSGItems
from the render thread.
- UIProcess/API/qt/qquickwebpage.cpp:
(QQuickWebPage::QQuickWebPage):
(QQuickWebPagePrivate::paintToCurrentGLContext):
(PageProxyNode::render):
(PageProxyNode::clipRect):
(PageProxyNode):
- UIProcess/API/qt/qquickwebpage_p_p.h:
(QQuickWebPagePrivate):
- UIProcess/API/qt/qquickwebview.cpp:
(QQuickWebView::QQuickWebView):
- 8:35 PM Changeset in webkit [110367] by
-
- 2 edits in trunk/Source/WebCore
[Qt] WebCore/Target.pri contains obsolete FileStreamProxy.h reference.
https://bugs.webkit.org/show_bug.cgi?id=80730
Patch by Lauro Neto <lauro.neto@openbossa.org> on 2012-03-09
Reviewed by Tor Arne Vestbø.
Build fix. Target.pri was still including old FileStreamProxy.h.
- Target.pri:
- 7:53 PM Changeset in webkit [110366] by
-
- 2 edits in trunk/Source/WebCore
Pan scroll icon is painted at incorrect coordinates in frames
https://bugs.webkit.org/show_bug.cgi?id=79378
Convert client coordinates to parent ScrollView coordinates
Patch by Cem Kocagil <cem.kocagil@gmail.com> on 2012-03-05
Reviewed by Antonio Gomes
- platform/ScrollView.cpp:
(WebCore::ScrollView::paintPanScrollIcon):
- 7:19 PM Changeset in webkit [110365] by
-
- 244 edits154 copies69 moves100 adds2 deletes in trunk/LayoutTests
Chromium-Lion rebaselines. Getting close to done. :(
- 7:11 PM Changeset in webkit [110364] by
-
- 7 edits in trunk
[chromium] Deprecate renderDirectlyToWebView parameter of WebViewClient::createGraphicsContext3D()
https://bugs.webkit.org/show_bug.cgi?id=80523
Reviewed by Darin Fisher.
Source/WebKit/chromium:
- public/WebViewClient.h:
(WebViewClient):
(WebKit::WebViewClient::createGraphicsContext3D):
- public/platform/WebKitPlatformSupport.h:
(WebKit):
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::createCompositorGraphicsContext3D):
Tools:
- DumpRenderTree/chromium/WebViewHost.cpp:
(WebViewHost::createGraphicsContext3D):
- DumpRenderTree/chromium/WebViewHost.h:
(WebViewHost):
- 7:10 PM Changeset in webkit [110363] by
-
- 6 edits1 add in trunk/Source
IndexedDB: Handle LevelDB database corruption
https://bugs.webkit.org/show_bug.cgi?id=79413
Source/WebCore:
Add LevelDBDatabase::destroy() method so that clients can retry if open() fails.
Reviewed by Tony Chang.
Test: webkit_unit_tests --gtest_filter='LevelDBDatabaseTest.CorruptionTest'
- Modules/indexeddb/IDBLevelDBBackingStore.cpp: Implement open/destroy/open strategy.
(WebCore::IDBLevelDBBackingStore::open):
- platform/leveldb/LevelDBDatabase.cpp:
(WebCore::LevelDBDatabase::destroy):
(WebCore):
- platform/leveldb/LevelDBDatabase.h:
(LevelDBDatabase):
Source/WebKit/chromium:
Reviewed by Tony Chang.
- WebKit.gypi:
- tests/LevelDBTest.cpp: Added.
(WebCore):
(SimpleComparator):
(WebCore::SimpleComparator::compare):
(WebCore::SimpleComparator::name):
(WebCore::encodeString):
(WebCore::TEST):
- 6:58 PM Changeset in webkit [110362] by
-
- 2 edits in trunk/Source/WebCore
Fix one of the Windows build warnings.
- html/track/TextTrackCueList.idl:
Add a newline to the end of the file.
- 6:55 PM Changeset in webkit [110361] by
-
- 4 edits in trunk/Source/WebCore
BlackBerry PlayBook doesn't sniff mime types
https://bugs.webkit.org/show_bug.cgi?id=73869
Patch by Tyler Abbott <tabbott@rim.com> on 2012-03-09
Reviewed by Rob Buis.
Hook up MIMESniffing for BlackBerry. Override Content-Types will
not be overriden. File extensions will be trusted when content
is loaded from disk.
No tests, BlackBerry tests are not yet present in webkit.org codebase.
- PlatformBlackBerry.cmake:
- platform/network/blackberry/NetworkJob.cpp:
(WebCore::NetworkJob::NetworkJob):
(WebCore::NetworkJob::initialize):
(WebCore::NetworkJob::handleNotifyDataReceived):
(WebCore::NetworkJob::sendResponseIfNeeded):
- platform/network/blackberry/NetworkJob.h:
(NetworkJob):
- 6:53 PM Changeset in webkit [110360] by
-
- 16 edits2 adds in trunk/Source
Move WebNSURLExtras code down to WebCore.
https://bugs.webkit.org/show_bug.cgi?id=80611
Reviewed by Alexey Proskuryakov.
Source/WebCore:
- WebCore.exp.in: Added new exported functions.
- WebCore.xcodeproj/project.pbxproj: Added WebCoreNSURLExtras.*
- platform/FileSystem.h: Added setMetadataURL.
- platform/mac/FileSystemMac.mm:
(WebCore::setMetaData): Added.
(WebCore::setMetadataURL): Added.
- platform/mac/WebCoreNSStringExtras.h:
- platform/mac/WebCoreNSStringExtras.mm:
(hasCaseInsensitivePrefix): Added.
- platform/mac/WebCoreNSURLExtras.h: Added.
- platform/mac/WebCoreNSURLExtras.mm: Added.
- platform/mac/WebCoreObjCExtras.h:
- platform/mac/WebCoreSystemInterface.h:
- platform/mac/WebCoreSystemInterface.mm:
Source/WebKit/mac:
Changed the implementation to use newly moved WebCore functions.
- Misc/WebKitNSStringExtras.mm:
(-[NSString _webkit_hasCaseInsensitivePrefix:]):
- Misc/WebNSURLExtras.mm:
(+[NSURL _web_URLWithUserTypedString:]):
(+[NSURL _web_URLWithDataAsString:relativeToURL:]):
(+[NSURL _web_URLWithData:]):
(+[NSURL _web_URLWithData:relativeToURL:]):
(-[NSURL _web_originalData]):
(-[NSURL _web_originalDataAsString]):
(-[NSURL _web_userVisibleString]):
(-[NSURL _web_isEmpty]):
(-[NSURL _web_URLCString]):
(-[NSURL _web_URLByTruncatingOneCharacterBeforeComponent:]):
(-[NSURL _webkit_URLByRemovingFragment]):
(-[NSURL _webkit_URLByRemovingResourceSpecifier]):
(-[NSURL _web_URLByRemovingUserInfo]):
(-[NSURL _web_dataForURLComponentType:]):
(-[NSURL _web_schemeData]):
(-[NSURL _web_hostData]):
(-[NSString _web_isUserVisibleURL]):
(-[NSString _web_hostNameNeedsDecodingWithRange:]):
(-[NSString _web_hostNameNeedsEncodingWithRange:]):
(-[NSString _web_decodeHostNameWithRange:]):
(-[NSString _web_encodeHostNameWithRange:]):
(-[NSString _web_decodeHostName]):
(-[NSString _web_encodeHostName]):
- WebCoreSupport/WebSystemInterface.mm:
(InitWebCoreSystemInterface):
Source/WebKit2:
- WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:
(InitWebCoreSystemInterface):
- 6:40 PM Changeset in webkit [110359] by
-
- 8 edits in trunk/Source
[chromium] Increase size of Combo Box Options for touch and high DPI devices
https://bugs.webkit.org/show_bug.cgi?id=80027
Patch by Tim Dresser <tdresser@chromium.org> on 2012-03-09
Reviewed by Darin Fisher.
Source/WebCore:
Scale Combo box popups by defaultDeviceScaleFactor, and add padding to
<option> elements when touch is enabled.
Manually tested with --default-device-scale-factor=1,2 and unset.
Each of these were tested with RuntimeEnabledFeatures::touchEnabled
set to true and false.
- platform/chromium/PopupListBox.cpp:
(WebCore::PopupListBox::paint):
(WebCore::PopupListBox::paintRow):
(WebCore::PopupListBox::getRowHeight):
- platform/chromium/PopupListBox.h:
(PopupContainerSettings):
- platform/chromium/PopupMenuChromium.cpp:
(WebCore):
(WebCore::PopupMenuChromium::show):
- platform/chromium/PopupMenuChromium.h:
(WebCore::PopupMenuChromium::optionPaddingForTouch):
(WebCore::PopupMenuChromium::setOptionPaddingForTouch):
(PopupMenuChromium):
- rendering/RenderMenuList.cpp:
(WebCore::RenderMenuList::showPopup):
Source/WebKit/chromium:
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::gestureEvent):
(WebKit::WebViewImpl::applyAutofillSuggestions):
- 6:22 PM Changeset in webkit [110358] by
-
- 2 edits in trunk/Source/WebCore
Improve ContainerNode collectNode() performance by reserving vector
capacity up front.
https://bugs.webkit.org/show_bug.cgi?id=80706
Reviewed by Ryosuke Niwa.
Covered by existing tests. Performance will be evaluated based on
Chromium's page_cycler_bloat-http, page_cycler_intl1, and
dromaeo_domcore suites.
- dom/ContainerNode.cpp:
(WebCore::collectNodes):
- 6:11 PM Changeset in webkit [110357] by
-
- 2 edits in trunk/Source/WebKit/chromium
[chromium] Roll chromium DEPS to r125600
https://bugs.webkit.org/show_bug.cgi?id=80722
Unreviewed
Patch by James Robinson <jamesr@chromium.org> on 2012-03-09
- DEPS:
- 6:09 PM Changeset in webkit [110356] by
-
- 2 edits in trunk/Source/WebCore
<rdar://problem/11018851> Crash in DisplayRefreshMonitor::notifyClients()
https://bugs.webkit.org/show_bug.cgi?id=80740
Reviewed by Sam Weinig.
No test, since this race condition cannot be reproduced reliably.
- platform/graphics/mac/DisplayRefreshMonitorMac.cpp:
(WebCore::DisplayRefreshMonitor::~DisplayRefreshMonitor): Changed to stop the display link
first, then cancel any outstanding calls to refreshDisplayOnMainThread(). When doing things
the other way around, the display link can fire after outstanding calls have been canceled,
and enqueue new calls on the main thread, which will be dispatched after monitor destruction.
- 6:04 PM Changeset in webkit [110355] by
-
- 3 edits in trunk/Source/WebKit2
Add WKPageEndPrinting() to balance WKPageBeginPrinting()
https://bugs.webkit.org/show_bug.cgi?id=80739
Reviewed by Dan Bernstein.
- UIProcess/API/C/WKPage.cpp:
(WKPageEndPrinting): Added.
- UIProcess/API/C/WKPagePrivate.h: Added WKPageEndPrinting().
- 6:02 PM Changeset in webkit [110354] by
-
- 2 edits in trunk/LayoutTests
Update baseline after http://trac.webkit.org/changeset/110352 to show
the new passing subtest.
- platform/chromium/fast/js/array-prototype-properties-expected.txt:
- 5:24 PM Changeset in webkit [110353] by
-
- 2 edits in trunk/Source/WebKit/chromium
[chromium] Clean up culling tests and templatize to test impl constructs
https://bugs.webkit.org/show_bug.cgi?id=80613
Patch by Dana Jansens <danakj@chromium.org> on 2012-03-09
Reviewed by Adrienne Walker.
- tests/CCOcclusionTrackerTest.cpp:
(WebCore::TestContentLayerChromium::TestContentLayerChromium):
(WebCore::TestContentLayerChromium::opaqueContentsRegion):
(WebCore::TestContentLayerChromium::setOpaqueContentsRect):
(TestContentLayerChromium):
(TestContentLayerImpl):
(WebCore::TestContentLayerImpl::TestContentLayerImpl):
(WebCore::TestContentLayerImpl::opaqueContentsRegion):
(WebCore::TestContentLayerImpl::setOpaqueContentsRect):
(WebCore):
(WebCore::TestCCOcclusionTrackerBase::TestCCOcclusionTrackerBase):
(WebCore::TestCCOcclusionTrackerBase::occlusionInScreenSpace):
(WebCore::TestCCOcclusionTrackerBase::occlusionInTargetSurface):
(WebCore::TestCCOcclusionTrackerBase::setOcclusionInScreenSpace):
(WebCore::TestCCOcclusionTrackerBase::setOcclusionInTargetSurface):
(WebCore::TestCCOcclusionTrackerBase::layerScissorRectInTargetSurface):
(WebCore::TestDamageClient::damageRect):
(CCOcclusionTrackerTestMainThreadTypes):
(WebCore::CCOcclusionTrackerTestMainThreadTypes::createLayer):
(WebCore::CCOcclusionTrackerTestMainThreadTypes::createContentLayer):
(CCOcclusionTrackerTestImplThreadTypes):
(WebCore::CCOcclusionTrackerTestImplThreadTypes::createLayer):
(WebCore::CCOcclusionTrackerTestImplThreadTypes::createContentLayer):
(CCOcclusionTrackerTest):
(WebCore::CCOcclusionTrackerTest::TearDown):
(WebCore::CCOcclusionTrackerTest::createRoot):
(WebCore::CCOcclusionTrackerTest::createLayer):
(WebCore::CCOcclusionTrackerTest::createSurface):
(WebCore::CCOcclusionTrackerTest::createDrawingLayer):
(WebCore::CCOcclusionTrackerTest::createDrawingSurface):
(WebCore::CCOcclusionTrackerTest::calcDrawEtc):
(WebCore::CCOcclusionTrackerTest::setBaseProperties):
(WebCore::CCOcclusionTrackerTest::setProperties):
(CCOcclusionTrackerTestIdentityTransforms):
(WebCore::CCOcclusionTrackerTestIdentityTransforms::runMyTest):
(CCOcclusionTrackerTestRotatedChild):
(WebCore::CCOcclusionTrackerTestRotatedChild::runMyTest):
(CCOcclusionTrackerTestTranslatedChild):
(WebCore::CCOcclusionTrackerTestTranslatedChild::runMyTest):
(CCOcclusionTrackerTestChildInRotatedChild):
(WebCore::CCOcclusionTrackerTestChildInRotatedChild::runMyTest):
(CCOcclusionTrackerTestVisitTargetTwoTimes):
(WebCore::CCOcclusionTrackerTestVisitTargetTwoTimes::runMyTest):
(CCOcclusionTrackerTestSurfaceRotatedOffAxis):
(WebCore::CCOcclusionTrackerTestSurfaceRotatedOffAxis::runMyTest):
(CCOcclusionTrackerTestSurfaceWithTwoOpaqueChildren):
(WebCore::CCOcclusionTrackerTestSurfaceWithTwoOpaqueChildren::runMyTest):
(CCOcclusionTrackerTestOverlappingSurfaceSiblings):
(WebCore::CCOcclusionTrackerTestOverlappingSurfaceSiblings::runMyTest):
(CCOcclusionTrackerTestOverlappingSurfaceSiblingsWithTwoTransforms):
(WebCore::CCOcclusionTrackerTestOverlappingSurfaceSiblingsWithTwoTransforms::runMyTest):
(CCOcclusionTrackerTestFilters):
(WebCore::CCOcclusionTrackerTestFilters::runMyTest):
(CCOcclusionTrackerTestLayerScissorRectOutsideChild):
(WebCore::CCOcclusionTrackerTestLayerScissorRectOutsideChild::runMyTest):
(CCOcclusionTrackerTestScreenScissorRectOutsideChild):
(WebCore::CCOcclusionTrackerTestScreenScissorRectOutsideChild::runMyTest):
(CCOcclusionTrackerTestDamageRectOutsideChild):
(WebCore::CCOcclusionTrackerTestDamageRectOutsideChild::runMyTest):
(CCOcclusionTrackerTestLayerScissorRectOverChild):
(WebCore::CCOcclusionTrackerTestLayerScissorRectOverChild::runMyTest):
(CCOcclusionTrackerTestScreenScissorRectOverChild):
(WebCore::CCOcclusionTrackerTestScreenScissorRectOverChild::runMyTest):
(CCOcclusionTrackerTestDamageRectOverChild):
(WebCore::CCOcclusionTrackerTestDamageRectOverChild::runMyTest):
(CCOcclusionTrackerTestLayerScissorRectPartlyOverChild):
(WebCore::CCOcclusionTrackerTestLayerScissorRectPartlyOverChild::runMyTest):
(CCOcclusionTrackerTestScreenScissorRectPartlyOverChild):
(WebCore::CCOcclusionTrackerTestScreenScissorRectPartlyOverChild::runMyTest):
(CCOcclusionTrackerTestDamageRectPartlyOverChild):
(WebCore::CCOcclusionTrackerTestDamageRectPartlyOverChild::runMyTest):
(CCOcclusionTrackerTestLayerScissorRectOverNothing):
(WebCore::CCOcclusionTrackerTestLayerScissorRectOverNothing::runMyTest):
(CCOcclusionTrackerTestScreenScissorRectOverNothing):
(WebCore::CCOcclusionTrackerTestScreenScissorRectOverNothing::runMyTest):
(CCOcclusionTrackerTestDamageRectOverNothing):
(WebCore::CCOcclusionTrackerTestDamageRectOverNothing::runMyTest):
(CCOcclusionTrackerTestLayerScissorRectForLayerOffOrigin):
(WebCore::CCOcclusionTrackerTestLayerScissorRectForLayerOffOrigin::runMyTest):
(CCOcclusionTrackerTestOpaqueContentsRegionEmpty):
(WebCore::CCOcclusionTrackerTestOpaqueContentsRegionEmpty::runMyTest):
(CCOcclusionTrackerTestOpaqueContentsRegionNonEmpty):
(WebCore::CCOcclusionTrackerTestOpaqueContentsRegionNonEmpty::runMyTest):
- 5:20 PM Changeset in webkit [110352] by
-
- 5 edits in trunk
Array.prototype.toLocaleString visits elements in wrong order under certain conditions
https://bugs.webkit.org/show_bug.cgi?id=80663
Reviewed by Michael Saboff.
The bug here is actually that we're continuing to process the array after an exception
has been thrown, and that the second value throw is overriding the first.
Source/JavaScriptCore:
- runtime/ArrayPrototype.cpp:
(JSC::arrayProtoFuncToLocaleString):
LayoutTests:
- fast/js/array-prototype-properties-expected.txt:
- fast/js/script-tests/array-prototype-properties.js:
- 5:03 PM Changeset in webkit [110351] by
-
- 2 edits in trunk/Tools
build-webkit should build Source/WTF on Mac
https://bugs.webkit.org/show_bug.cgi?id=80728
Reviewed by Adam Barth.
We'll add other ports to this list in future commits.
- Scripts/build-webkit:
- 5:01 PM Changeset in webkit [110350] by
-
- 204 edits135 copies111 moves66 adds in trunk/LayoutTests
So many Chromium-Lion rebaselines. :(
- 4:44 PM Changeset in webkit [110349] by
-
- 2 edits in trunk/Source/WebCore
Assertion failure in ResourceHandle::setDefersLoading(): d->m_defersLoading != defers
https://bugs.webkit.org/show_bug.cgi?id=80543
Reviewed by Geoffrey Garen.
Reset m_defersLoading flag to the value from Page::defersCallbacks() in
ResourceLoader::init(). This is because the resource could have been in the pending requests
queue in ResourceLoadScheduler and would have missed out on state changes to this flag
happening from DocumentLoader::setDefersCallbacks().
- loader/ResourceLoader.cpp:
(WebCore::ResourceLoader::init):
- 4:36 PM Changeset in webkit [110348] by
-
- 13 edits in trunk/Source
Add roundedPoint to HitTestResult and change platform code to use it
https://bugs.webkit.org/show_bug.cgi?id=80715
Reviewed by James Robinson.
Change ports to use roundedPoint to avoid exposing subpixel types to
platform code.
Source/WebCore:
No new tests.
- rendering/HitTestResult.h:
(WebCore::HitTestResult::roundedPoint):
Source/WebKit/chromium:
- src/ChromeClientImpl.cpp:
(WebKit::ChromeClientImpl::mouseDidMoveOverElement):
- src/ContextMenuClientImpl.cpp:
(WebKit::ContextMenuClientImpl::getCustomMenuFromDefaultItems):
Source/WebKit/mac:
- WebCoreSupport/WebContextMenuClient.mm:
(WebContextMenuClient::showContextMenu):
Source/WebKit/qt:
- Api/qwebframe.cpp:
(QWebHitTestResultPrivate::QWebHitTestResultPrivate):
Source/WebKit/win:
- WebView.cpp:
(WebView::handleContextMenuEvent):
Source/WebKit2:
- WebProcess/WebPage/WebContextMenu.cpp:
(WebKit::WebContextMenu::show):
- 4:13 PM Changeset in webkit [110347] by
-
- 3 edits in trunk/Source/WebCore
[V8][Performance] Inline hot methods in V8Bindings.h
https://bugs.webkit.org/show_bug.cgi?id=80685
Reviewed by Adam Barth.
This patch slightly improves DOM binding performance by inlining hot
methods in V8Binding.cpp, e.g. isUndefinedOrNull(), v8StringOrNull(), v8Boolean().
For example, this patch improves div.nodeName by 5.0%, and div.nodeValue by 4.1%.
Performance tests: https://bugs.webkit.org/attachment.cgi?id=131006
The performance test results in my Mac environment are as follows:
Chromium/V8 without this patch:
div.nodeName : 3417.4 ms
div.nodeValue : 2069.6 ms
Chromium/V8 with this patch:
div.nodeName : 3245.6 ms
div.nodeValue : 1983.1 ms
No tests. No change in behavior.
- bindings/v8/V8Binding.cpp:
- bindings/v8/V8Binding.h:
(WebCore::toWebCoreString):
(WebCore::isUndefinedOrNull):
(WebCore::isHostObject):
(WebCore::v8Boolean):
(WebCore::toWebCoreStringWithNullCheck):
(WebCore::toAtomicWebCoreStringWithNullCheck):
(WebCore::toWebCoreStringWithNullOrUndefinedCheck):
(WebCore::v8UndetectableString):
(WebCore::v8StringOrNull):
(WebCore::v8StringOrUndefined):
(WebCore::v8StringOrFalse):
(WebCore::toWebCoreDate):
(WebCore::v8DateOrNull):
- 3:49 PM Changeset in webkit [110346] by
-
- 3 edits2 moves in trunk/Source/WebKit2
[Mac] Pass sandbox profiles through preprocessor
https://bugs.webkit.org/show_bug.cgi?id=80651
Reviewed by Mark Rowe.
- DerivedSources.make: Preprocess sandbox profiles.
- PluginProcess/mac/com.apple.WebKit.PluginProcess.sb: Removed.
- PluginProcess/mac/com.apple.WebKit.PluginProcess.sb.in: Copied from Source/WebKit2/PluginProcess/mac/com.apple.WebKit.PluginProcess.sb.
- WebProcess/com.apple.WebProcess.sb: Removed.
- WebProcess/com.apple.WebProcess.sb.in: Copied from Source/WebKit2/WebProcess/com.apple.WebProcess.sb. Renamed to avoid make finding the wrong original in default paths.
- WebKit2.xcodeproj/project.pbxproj: Copy preprocessed files to Resources, not originals. Also, changed DerivedSources target to use BaseTarget.xcconfig to have correct include paths.
- 3:45 PM Changeset in webkit [110345] by
-
- 1 edit1 move in trunk/LayoutTests
Rebaseline inspector/debugger/debugger-scripts.html
[chromium] Unreviewed gardening.
- platform/chromium-win/inspector/debugger/debugger-scripts-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger/debugger-scripts-expected.txt.
- 3:34 PM Changeset in webkit [110344] by
-
- 4 edits12 adds in trunk/Source
[chromium] Implement scroll physics architecture for impl/main thread
https://bugs.webkit.org/show_bug.cgi?id=79827
Reviewed by James Robinson.
Source/WebCore:
Unittests added, plus follow-on patch from rjkroege will add layout tests.
PlatformGestureCurve is a framework to separate the physical simulation from for gesture
animation from control concerns. This allows the physics to be reused in alternate places.
At present, the framework will be applied in ScrollAnimatorNone and the Chrome Compositor.
- WebCore.gypi:
- platform/ActivePlatformGestureAnimation.cpp: Added.
(WebCore):
(WebCore::ActivePlatformGestureAnimation::create):
(WebCore::ActivePlatformGestureAnimation::~ActivePlatformGestureAnimation):
(WebCore::ActivePlatformGestureAnimation::ActivePlatformGestureAnimation):
(WebCore::ActivePlatformGestureAnimation::animate):
- platform/ActivePlatformGestureAnimation.h: Added.
(WebCore):
(ActivePlatformGestureAnimation):
- platform/PlatformGestureCurve.h: Added.
(WebCore):
(PlatformGestureCurve):
(WebCore::PlatformGestureCurve::~PlatformGestureCurve):
- platform/PlatformGestureCurveTarget.h: Added.
(WebCore):
(PlatformGestureCurveTarget):
(WebCore::PlatformGestureCurveTarget::~PlatformGestureCurveTarget):
- platform/TouchFlingPlatformGestureCurve.cpp: Added.
(WebCore):
(WebCore::TouchFlingPlatformGestureCurve::create):
(WebCore::TouchFlingPlatformGestureCurve::TouchFlingPlatformGestureCurve):
(WebCore::TouchFlingPlatformGestureCurve::~TouchFlingPlatformGestureCurve):
(WebCore::TouchFlingPlatformGestureCurve::apply):
- platform/TouchFlingPlatformGestureCurve.h: Added.
(WebCore):
(TouchFlingPlatformGestureCurve):
- platform/WheelFlingPlatformGestureCurve.cpp: Added.
(WebCore):
(WebCore::WheelFlingPlatformGestureCurve::create):
(WebCore::WheelFlingPlatformGestureCurve::WheelFlingPlatformGestureCurve):
(WebCore::WheelFlingPlatformGestureCurve::~WheelFlingPlatformGestureCurve):
(WebCore::WheelFlingPlatformGestureCurve::apply):
- platform/WheelFlingPlatformGestureCurve.h: Added.
(WebCore):
(WheelFlingPlatformGestureCurve):
- platform/graphics/chromium/cc/CCActiveGestureAnimation.cpp: Added.
(WebCore):
(WebCore::CCActiveGestureAnimation::create):
(WebCore::CCActiveGestureAnimation::CCActiveGestureAnimation):
(WebCore::CCActiveGestureAnimation::~CCActiveGestureAnimation):
(WebCore::CCActiveGestureAnimation::animate):
- platform/graphics/chromium/cc/CCActiveGestureAnimation.h: Added.
(WebCore):
(CCActiveGestureAnimation):
- platform/graphics/chromium/cc/CCGestureCurve.h: Added.
(WebCore):
(CCGestureCurveTarget):
(WebCore::CCGestureCurveTarget::~CCGestureCurveTarget):
(CCGestureCurve):
(WebCore::CCGestureCurve::~CCGestureCurve):
Source/WebKit/chromium:
- WebKit.gypi:
- tests/PlatformGestureCurveTest.cpp: Added.
- 3:27 PM Changeset in webkit [110343] by
-
- 103 edits76 copies134 moves177 adds16 deletes in trunk/LayoutTests
More Chromium-Lion rebaselines.
- 3:25 PM Changeset in webkit [110342] by
-
- 4 edits in trunk/Source/JavaScriptCore
WebKit compiled by gcc (Xcode 3.2.6) hangs while running DOM/Accessors.html
https://bugs.webkit.org/show_bug.cgi?id=80080
Reviewed by Filip Pizlo.
- bytecode/SamplingTool.cpp:
(JSC::SamplingRegion::Locker::Locker):
(JSC::SamplingRegion::Locker::~Locker):
- bytecode/SamplingTool.h:
(JSC::SamplingRegion::exchangeCurrent):
- wtf/Atomics.h:
(WTF):
(WTF::weakCompareAndSwap):
(WTF::weakCompareAndSwapUIntPtr):
- 3:25 PM Changeset in webkit [110341] by
-
- 1 edit in branches/subpixellayout/Source/WebCore/rendering/RenderListBox.cpp
Fixing a paint at a non-rounded LayoutPoint.
- 3:11 PM Changeset in webkit [110340] by
-
- 7 edits2 adds in trunk
Implement selectedOptions attribute of <select>.
https://bugs.webkit.org/show_bug.cgi?id=80631
Reviewed by Benjamin Poulain.
Source/WebCore:
Add a new collection as a member of HTMLSelectElement which is
used to store the selected elements. Extend HTMLCollection to
support the new collection type needed by this feature.
Test: fast/dom/select-selectedOptions.html
- html/CollectionType.h:
- html/HTMLCollection.cpp:
(WebCore::HTMLCollection::shouldIncludeChildren):
(WebCore::HTMLCollection::isAcceptableElement):
- html/HTMLSelectElement.cpp:
(WebCore::HTMLSelectElement::selectedOptions):
(WebCore):
- html/HTMLSelectElement.h:
(HTMLSelectElement):
- html/HTMLSelectElement.idl:
LayoutTests:
New tests to cover the feature.
- fast/dom/select-selectedOptions-expected.txt: Added.
- fast/dom/select-selectedOptions.html: Added.
- 3:06 PM Changeset in webkit [110339] by
-
- 5 edits in branches/subpixellayout/Source/WebCore
Fixing integer truncation issue around contentWidth/Height, a duplicated FractionalLayoutSize.cpp reference in cmake, and unnecessary layout units in RenderEmbeddedObject.
- 3:04 PM Changeset in webkit [110338] by
-
- 11 edits5 adds in trunk/Source
[chromium] ScrollbarLayerChromium/CCScrollbarLayerImpl for CC-side scrollbar painting
https://bugs.webkit.org/show_bug.cgi?id=78872
Patch by Tien-Ren Chen <trchen@chromium.org> on 2012-03-09
Reviewed by James Robinson.
Source/WebCore:
New test ScrollbarLayerChromiumTest.resolveScrollLayerPointer
- WebCore.gypi:
- page/scrolling/chromium/ScrollingCoordinatorChromium.cpp:
(WebCore::scrollLayerForFrameView):
(WebCore::scrollbarLayerDidChange):
(WebCore):
(WebCore::ScrollingCoordinator::frameViewHorizontalScrollbarLayerDidChange):
(WebCore::ScrollingCoordinator::frameViewVerticalScrollbarLayerDidChange):
- platform/ScrollableArea.cpp:
(WebCore::ScrollableArea::invalidateScrollbar):
- platform/graphics/chromium/GraphicsLayerChromium.h:
(WebCore::GraphicsLayerChromium::hasContentsLayer):
- platform/graphics/chromium/LayerChromium.h:
(WebCore):
(WebCore::LayerChromium::toScrollbarLayerChromium):
(LayerChromium):
- platform/graphics/chromium/ScrollbarLayerChromium.cpp: Added.
(WebCore):
(WebCore::ScrollbarLayerChromium::createCCLayerImpl):
(WebCore::ScrollbarLayerChromium::create):
(WebCore::ScrollbarLayerChromium::ScrollbarLayerChromium):
(WebCore::ScrollbarLayerChromium::pushPropertiesTo):
- platform/graphics/chromium/ScrollbarLayerChromium.h: Added.
(WebCore):
(ScrollbarLayerChromium):
(WebCore::ScrollbarLayerChromium::scrollLayerId):
(WebCore::ScrollbarLayerChromium::toScrollbarLayerChromium):
- platform/graphics/chromium/TreeSynchronizer.cpp:
(WebCore::TreeSynchronizer::synchronizeTrees):
(WebCore::TreeSynchronizer::collectExistingCCLayerImplRecursive):
(WebCore::TreeSynchronizer::reuseOrCreateCCLayerImpl):
(WebCore::TreeSynchronizer::synchronizeTreeRecursive):
(WebCore::TreeSynchronizer::updateScrollbarLayerPointersRecursive):
(WebCore):
- platform/graphics/chromium/TreeSynchronizer.h:
(TreeSynchronizer):
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp:
(WebCore::CCLayerTreeHostImpl::updateMaxScrollPosition):
- platform/graphics/chromium/cc/CCScrollbarLayerImpl.cpp: Added.
(WebCore):
(WebCore::CCScrollbarLayerImpl::create):
(WebCore::CCScrollbarLayerImpl::CCScrollbarLayerImpl):
(WebCore::CCScrollbarLayerImpl::willDraw):
(WebCore::CCScrollbarLayerImpl::appendQuads):
(WebCore::CCScrollbarLayerImpl::didDraw):
(WebCore::CCScrollbarLayerImpl::paint):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::x):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::y):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::width):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::height):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::size):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::location):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::parent):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::root):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::setFrameRect):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::frameRect):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::invalidate):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::invalidateRect):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::scrollbarOverlayStyle):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::getTickmarks):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::isScrollableAreaActive):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::isScrollViewScrollbar):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::convertFromContainingWindow):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::isCustomScrollbar):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::orientation):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::value):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::currentPos):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::visibleSize):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::totalSize):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::maximum):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::controlSize):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::lineStep):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::pageStep):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::pressedPart):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::hoveredPart):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::styleChanged):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::enabled):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::setEnabled):
- platform/graphics/chromium/cc/CCScrollbarLayerImpl.h: Added.
(WebCore):
(CCScrollbarLayerImpl):
(WebCore::CCScrollbarLayerImpl::setScrollbarOverlayStyle):
(WebCore::CCScrollbarLayerImpl::setTickmarks):
(WebCore::CCScrollbarLayerImpl::setIsScrollableAreaActive):
(WebCore::CCScrollbarLayerImpl::setIsScrollViewScrollbar):
(WebCore::CCScrollbarLayerImpl::setOrientation):
(WebCore::CCScrollbarLayerImpl::setControlSize):
(WebCore::CCScrollbarLayerImpl::setPressedPart):
(WebCore::CCScrollbarLayerImpl::setHoveredPart):
(WebCore::CCScrollbarLayerImpl::setEnabled):
(WebCore::CCScrollbarLayerImpl::scrollLayer):
(WebCore::CCScrollbarLayerImpl::setScrollLayer):
(CCScrollbar):
(WebCore::CCScrollbarLayerImpl::CCScrollbar::CCScrollbar):
Source/WebKit/chromium:
- WebKit.gypi:
- tests/ScrollbarLayerChromiumTest.cpp: Added.
(WebCore):
(MockScrollbar):
(WebCore::MockScrollbar::x):
(WebCore::MockScrollbar::y):
(WebCore::MockScrollbar::width):
(WebCore::MockScrollbar::height):
(WebCore::MockScrollbar::size):
(WebCore::MockScrollbar::location):
(WebCore::MockScrollbar::parent):
(WebCore::MockScrollbar::root):
(WebCore::MockScrollbar::setFrameRect):
(WebCore::MockScrollbar::frameRect):
(WebCore::MockScrollbar::invalidate):
(WebCore::MockScrollbar::invalidateRect):
(WebCore::MockScrollbar::scrollbarOverlayStyle):
(WebCore::MockScrollbar::getTickmarks):
(WebCore::MockScrollbar::isScrollableAreaActive):
(WebCore::MockScrollbar::isScrollViewScrollbar):
(WebCore::MockScrollbar::convertFromContainingWindow):
(WebCore::MockScrollbar::isCustomScrollbar):
(WebCore::MockScrollbar::orientation):
(WebCore::MockScrollbar::value):
(WebCore::MockScrollbar::currentPos):
(WebCore::MockScrollbar::visibleSize):
(WebCore::MockScrollbar::totalSize):
(WebCore::MockScrollbar::maximum):
(WebCore::MockScrollbar::controlSize):
(WebCore::MockScrollbar::lineStep):
(WebCore::MockScrollbar::pageStep):
(WebCore::MockScrollbar::pressedPart):
(WebCore::MockScrollbar::hoveredPart):
(WebCore::MockScrollbar::styleChanged):
(WebCore::MockScrollbar::enabled):
(WebCore::MockScrollbar::setEnabled):
(WebCore::MockScrollbar::MockScrollbar):
(WebCore::MockScrollbar::~MockScrollbar):
(WebCore::TEST):
- 3:03 PM Changeset in webkit [110337] by
-
- 4 edits in tags/Safari-536.2.3/Source
Versioning.
- 2:58 PM Changeset in webkit [110336] by
-
- 3 edits in trunk/Source/WebCore
Split the extra logical height distribution logic out of RenderTableSection::layoutRows
https://bugs.webkit.org/show_bug.cgi?id=80671
Reviewed by Adrienne Walker.
Refactoring only, no change in behavior expected.
- rendering/RenderTableSection.cpp:
(WebCore::RenderTableSection::layoutRows):
Split the logic from here...
(WebCore::RenderTableSection::distributeExtraLogicalHeightToPercentRows):
(WebCore::RenderTableSection::distributeExtraLogicalHeightToAutoRows):
(WebCore::RenderTableSection::distributeRemainingExtraLogicalHeight):
(WebCore::RenderTableSection::distributeExtraLogicalHeightToRows):
... to those functions. Cleaned up the variable naming while at it and
made them follow the same signature as this may be useful to fix another
bug I have.
- rendering/RenderTableSection.h:
(RenderTableSection):
Added the previous 4 new functions.
- 2:53 PM Changeset in webkit [110335] by
-
- 1 copy in tags/Safari-536.2.3
New tag.
- 2:52 PM Changeset in webkit [110334] by
-
- 2 edits1 delete in trunk/Source/WebCore
Remove unused file FrameBlackBerry.cpp
https://bugs.webkit.org/show_bug.cgi?id=80731
Reviewed by Antonio Gomes.
This is not needed anymore since there is an implementation elsewhere.
- PlatformBlackBerry.cmake:
- page/blackberry/FrameBlackBerry.cpp: Removed.
- 2:43 PM Changeset in webkit [110333] by
-
- 8 edits in trunk/Source/WebCore
Unreviewed, rolling out r110309.
http://trac.webkit.org/changeset/110309
https://bugs.webkit.org/show_bug.cgi?id=80732
Seems to have caused a number of SVG crashes (thorton will
investigate further) (Requested by abarth|gardener on
#webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-09
- page/FrameView.cpp:
(WebCore::FrameView::FrameView):
(WebCore::FrameView::reset):
(WebCore::FrameView::repaintContentRectangle):
(WebCore::FrameView::deferredRepaintTimerFired):
- page/FrameView.h:
(FrameView):
- rendering/RenderView.cpp:
(WebCore::RenderView::shouldRepaint):
- svg/graphics/SVGImage.cpp:
(WebCore::SVGImage::drawSVGToImageBuffer):
(WebCore::SVGImage::draw):
- svg/graphics/SVGImage.h:
- svg/graphics/SVGImageCache.cpp:
(WebCore::SVGImageCache::imageContentChanged):
(WebCore::SVGImageCache::redrawTimerFired):
- svg/graphics/SVGImageCache.h:
(SVGImageCache):
- 2:36 PM Changeset in webkit [110332] by
-
- 4 edits2 adds in trunk
Crash due to inserting letter into div with first-letter
https://bugs.webkit.org/show_bug.cgi?id=78534
Patch by Ken Buchanan <kenrb@chromium.org> on 2012-03-09
Reviewed by David Hyatt.
Source/WebCore:
This fixes an issue in RenderTextFragment with setTextInternal
getting called with different intents. While most calls to it
are intended to change the underlying DOM node string, it can
also be called as a result of styleDidChange just for transforms
on the substring text fragment. This adds a mechanism for internal
callers to specify if the internal text is being updated without
a DOM node text change.
- rendering/RenderTextFragment.cpp:
(WebCore::RenderTextFragment::styleDidChange)
(WebCore::RenderTextFragment::setTextInternal)
- rendering/RenderTextFragment.h:
(WebCore::RenderTextFragment)
LayoutTests:
Test case to exercise the crashing condition in bug 78534. It inserts
a character in a first-letter div to induce an invalid RenderTextFragment
state.
- editing/inserting/insert-character-in-first-letter-crash-expected.txt: Added
- editing/inserting/insert-character-in-first-letter-crash.html: Added
- 2:31 PM Changeset in webkit [110331] by
-
- 5 edits in trunk
REGRESSION: Date.parse("Tue Nov 23 20:40:05 2010 GMT") returns NaN
https://bugs.webkit.org/show_bug.cgi?id=49989
Reviewed by Oliver Hunt.
Patch originally by chris reiss <christopher.reiss@nokia.com>,
allow the year to appear before the timezone in date strings.
Source/JavaScriptCore:
- wtf/DateMath.cpp:
(WTF::parseDateFromNullTerminatedCharacters):
LayoutTests:
- fast/js/date-parse-test-expected.txt:
- fast/js/script-tests/date-parse-test.js:
- 2:24 PM Changeset in webkit [110330] by
-
- 2 edits in trunk/Source/WebCore
Fix uninitialized variable in DynamicsCompressor
https://bugs.webkit.org/show_bug.cgi?id=80724
Reviewed by James Robinson.
- platform/audio/DynamicsCompressor.cpp:
(WebCore::DynamicsCompressor::DynamicsCompressor):
- 2:04 PM Changeset in webkit [110329] by
-
- 32 edits1 move31 deletes in trunk/LayoutTests
Move some results from mac-future to mac. mac-future should not exist.
See https://bugs.webkit.org/show_bug.cgi?id=80717 for how these got there
in the first place.
- platform/mac-future/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-anchor-no-markup-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Removed.
- platform/mac-future/svg/W3C-I18N/tspan-direction-rtl-expected.png: Removed.
- platform/mac-future/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Removed.
- platform/mac-future/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Removed.
- platform/mac-future/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Removed.
- platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
- platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
- platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
- platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
- platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
- platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
- platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
- platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
- platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
- platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
- platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
- platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
- platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
- platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Renamed from LayoutTests/platform/mac-future/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt.
- platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
- 1:50 PM Changeset in webkit [110328] by
-
- 2 edits in trunk/Source/WebCore
[V8] Undo text position adjustment for attribute event handlers
https://bugs.webkit.org/show_bug.cgi?id=80725
Reviewed by Adam Barth.
No new tests. Needs rebaseline.
- bindings/v8/V8LazyEventListener.cpp:
(WebCore::V8LazyEventListener::prepareListenerObject):
- 1:34 PM Changeset in webkit [110327] by
-
- 2 edits in trunk/Source/JavaScriptCore
Ensure that the WTF headers are copied at installhdrs time.
Reviewed by Dan Bernstein and Jessie Berlin.
- Configurations/JavaScriptCore.xcconfig: Set INSTALLHDRS_SCRIPT_PHASE = YES
so that our script phases are invoked at installhdrs time. The only one that
does any useful work at that time is the one that installs WTF headers.
- 1:34 PM Changeset in webkit [110326] by
-
- 3 edits3 adds in trunk
Hold cached images with a CachedResourceHandle rather than a raw pointer for CSSCrossfadeValue
https://bugs.webkit.org/show_bug.cgi?id=80186
Reviewed by Simon Fraser.
Source/WebCore:
Test: http/tests/css/cross-fade-reload.html
- css/CSSCrossfadeValue.h:
(CSSCrossfadeValue):
LayoutTests:
- http/tests/css/cross-fade-reload-expected.txt: Added.
- http/tests/css/cross-fade-reload.html: Added.
- http/tests/css/resources/abe.png: Added.
- 1:32 PM Changeset in webkit [110325] by
-
- 4 edits in trunk/Source/WebKit/chromium
[chromium] Expose the shared graphics context on WebView so callers can allocate resources on the main thread for the compositor to use
https://bugs.webkit.org/show_bug.cgi?id=80670
Reviewed by Stephen White.
This exposes a context on WebView that is in the compositor's share group and can be used directly from the main
thread. This is useful for content that needs to allocate resources for the compositor to use, but cannot
directly use the compositor's context either because it cannot access the correct thread or because it needs to
initialize in situations where we cannot initialize a compositor (view) context - for instance before the native
window is created.
- public/WebView.h:
(WebView):
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::sharedGraphicsContext3D):
(WebKit):
- src/WebViewImpl.h:
(WebViewImpl):
- 1:14 PM Changeset in webkit [110324] by
-
- 3 edits2 adds in trunk
Crash when splitting an anonymous block in multi-column layout.
https://bugs.webkit.org/show_bug.cgi?id=80432
Reviewed by David Hyatt.
Source/WebCore:
Calculating currChild->nextSibling() is risky after destroying :after content
because it can blow away currChild if it is a left over empty anonymous block.
We need to calculate next sibling upfront, using the same trick, we do in
RenderBlock::addChildIgnoringAnonymousColumnBlock to reset beforeChild (check
out the line before splitFlow call).
Test: fast/multicol/anonymous-block-split-crash.html
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::splitBlocks):
LayoutTests:
- fast/multicol/anonymous-block-split-crash-expected.txt: Added.
- fast/multicol/anonymous-block-split-crash.html: Added.
- 1:12 PM Changeset in webkit [110323] by
-
- 10 edits2 adds in trunk
Crash due to accessing removed parent lineboxes when clearing selection.
https://bugs.webkit.org/show_bug.cgi?id=79264
Reviewed by Dave Hyatt.
Source/WebCore:
Test: editing/selection/first-letter-selection-crash.html
- rendering/RenderBoxModelObject.cpp:
(WebCore::RenderBoxModelObject::setSelectionState):
- No need of checking if we are being set to same selection state.
Now tested by setSelectionStateIfNeeded. Rename 's' with 'state' and
'cb' with 'containingBlock'.
- rendering/RenderListMarker.cpp:
(WebCore::RenderListMarker::setSelectionState):
- Add check to canUpdateSelectionOnRootLineBoxes to make sure our
root line boxes are still valid before setting them.
- No need of calling setSelectionState on containing block since our base
class call to RenderBox::setSelectionState covers it. Added a comment to indicate that.
- Use m_inlineBoxWrapper variable directly to simplify the ifs.
- rendering/RenderObject.cpp:
(WebCore::RenderObject::canUpdateSelectionOnRootLineBoxes):
(WebCore): helper function to tell if we can update selection information
on our root line boxes. This returns false if our containing block is pending layout.
- rendering/RenderObject.h:
(RenderObject):
(WebCore::RenderObject::setSelectionStateIfNeeded):
(WebCore): helper to set selection state only if it is different from our
current selection state.
- rendering/RenderReplaced.cpp:
(WebCore::RenderReplaced::setSelectionState):
- Rename 's' to 'state', 'line' to 'root' and use m_inlineBoxWrapper directly
to simplify ifs.
- Add check to canUpdateSelectionOnRootLineBoxes to make sure our
root line boxes are still valid before setting them.
- rendering/RenderText.cpp:
(WebCore::RenderText::setSelectionState):
- Add check to canUpdateSelectionOnRootLineBoxes to make sure our
root line boxes are still valid before setting them.
- Rename 'cb' to 'containingBlock', 'line' to 'root', move InlineTextBox
declaration to local.
- rendering/RenderView.cpp:
(WebCore::RenderView::setSelection): Replace all calls to setSelectionState
with setSelectionStateIfNeeded.
- rendering/RenderWidget.cpp:
(WebCore::RenderWidget::setSelectionState):
- No need of checking if we are being set to same selection state.
Now tested by setSelectionStateIfNeeded.
LayoutTests:
- editing/selection/first-letter-selection-crash-expected.txt: Added.
- editing/selection/first-letter-selection-crash.html: Added.
- 1:04 PM Changeset in webkit [110322] by
-
- 9 edits in trunk/Source/WebCore
Move TransformationMatrix and TransformState to LayoutUnits.
https://bugs.webkit.org/show_bug.cgi?id=80632
Reviewed by Simon Fraser.
When we move layout to sub-pixel precision, we want to preserve that precision through
transformations. This change readies TransformState and TransformationMatrix to make
use of this additional precision in accumulating transforms, and in returning rects that
preserve it.
No new tests. No change in behavior.
- platform/graphics/transforms/TransformState.cpp:
(WebCore::TransformState::move): Changed to pass along LayoutUnits to the contained
TransformationMatrix. The values of the LayoutUnits will be implicitly converted to
floats to be applied.
- platform/graphics/transforms/TransformState.h:
(WebCore::TransformState::move): Ditto.
(TransformState):
- platform/graphics/transforms/TransformationMatrix.cpp:
(WebCore::clampEdgeValue): Limiting edges to the maximum LayoutUnit value to prevent
overflow..
(WebCore::TransformationMatrix::clampedBoundsOfProjectedQuad): Same as above, but also
returning a LayoutRect which preserves additional precision than the previous IntRect.
(WebCore::TransformationMatrix::mapRect): Adding a version of this method that operates
specifically on FractionalLayoutRects.
(WebCore):
- platform/graphics/transforms/TransformationMatrix.h:
(WebCore):
(TransformationMatrix):
- rendering/LayoutTypes.h:
(WebCore::clampToLayoutUnit):
(WebCore):
- 12:53 PM Changeset in webkit [110321] by
-
- 2 edits in trunk/Source/WebCore
Remove a bogus assertion. This condition is no longer true for non-document tree scopes.
- dom/TreeScope.cpp:
(WebCore::TreeScope::activeElement):
- 12:34 PM Changeset in webkit [110320] by
-
- 12 edits in trunk/Source/WebCore
Cleanup incDOMTreeVersion callers
https://bugs.webkit.org/show_bug.cgi?id=80452
Reviewed by Andreas Kling.
Unify various calls to incDOMTreeVersion and namely remove the call inside dispatchSubtreeModifiedEvent.
There should be no behavioral change and therefore there is no new test.
- dom/CharacterData.cpp:
(WebCore::CharacterData::parserAppendData):
(WebCore::CharacterData::setDataAndUpdate):
- dom/ContainerNode.cpp:
(WebCore::willRemoveChild):
(WebCore::willRemoveChildren):
(WebCore::ContainerNode::removeChild):
(WebCore::ContainerNode::removeChildren):
(WebCore::ContainerNode::childrenChanged):
(WebCore::notifyChildInserted):
- dom/Element.cpp:
(WebCore::Element::attributeChanged):
(WebCore::Element::parserSetAttributes):
(WebCore::Element::willModifyAttribute):
- dom/Node.cpp:
(WebCore::Node::dispatchSubtreeModifiedEvent):
- html/HTMLOutputElement.cpp:
(WebCore::HTMLOutputElement::childrenChanged):
- html/HTMLScriptElement.cpp:
(WebCore::HTMLScriptElement::childrenChanged):
- html/HTMLStyleElement.cpp:
(WebCore::HTMLStyleElement::childrenChanged):
- html/HTMLTextAreaElement.cpp:
(WebCore::HTMLTextAreaElement::childrenChanged):
- html/HTMLTitleElement.cpp:
(WebCore::HTMLTitleElement::childrenChanged):
- svg/SVGScriptElement.cpp:
(WebCore::SVGScriptElement::childrenChanged):
- svg/SVGStyleElement.cpp:
(WebCore::SVGStyleElement::childrenChanged):
- 12:29 PM Changeset in webkit [110319] by
-
- 2 edits in trunk/Source/WebCore
Build fix for !ENABLE(FILTERS) after r110285.
- rendering/svg/SVGRenderingContext.h:
(WebCore::SVGRenderingContext::SVGRenderingContext):
- 12:27 PM Changeset in webkit [110318] by
-
- 26 edits in trunk
Bash scripts should support LF endings only
https://bugs.webkit.org/show_bug.cgi?id=79509
Actually commit the changes that should have been landed in <http://trac.webkit.org/changeset/110306>.
For some reason, webkit-patch land only committed the changes to the ChangeLog files.
- 12:22 PM Changeset in webkit [110317] by
-
- 15 edits in trunk/Source
[chromium] Use opaque paints in CCOcclusionTracker
https://bugs.webkit.org/show_bug.cgi?id=80173
Patch by Dana Jansens <danakj@chromium.org> on 2012-03-09
Reviewed by Adrienne Walker.
Source/WebCore:
Use tracked opaque paints in the tiles when tracking occlusion in
CCOcclusionTracker. Moves the Tile::m_opaqueRect up to the super-
class in CCLayerTilingData rather than having it declared in both
TiledLayerChromium and CCTiledLayerImpl. This lets the CCLayerTilingData
class compute the opaque region for its tiles, sharing code between the
two tiled layer implementations.
Use of this feature is guarded behind a runtime flag and turned off for
paint culling. We will enable it in the future once we're comfortable
with the paint culling.
Unit test: CCOcclusionTrackerTest.opaqueContentsRegionEmpty
CCOcclusionTrackerTest.opaqueContentsRegionNonEmpty
TiledLayerChromiumTest.opaqueContentsRegion
All existing CCOcclusionTrackerTest.* duplicated with opaque painted
rects.
- platform/graphics/chromium/LayerChromium.h:
(WebCore::LayerChromium::opaqueContentsRegion):
(LayerChromium):
- platform/graphics/chromium/TiledLayerChromium.cpp:
(UpdatableTile):
(WebCore::TiledLayerChromium::pushPropertiesTo):
(WebCore::TiledLayerChromium::prepareToUpdateTiles):
(WebCore::TiledLayerChromium::addSelfToOccludedScreenSpace):
(WebCore::TiledLayerChromium::opaqueContentsRegion):
(WebCore):
- platform/graphics/chromium/TiledLayerChromium.h:
- platform/graphics/chromium/cc/CCLayerImpl.h:
(WebCore::CCLayerImpl::opaqueContentsRegion):
(CCLayerImpl):
- platform/graphics/chromium/cc/CCLayerTilingData.cpp:
(WebCore::CCLayerTilingData::opaqueRegionInLayerRect):
(WebCore):
- platform/graphics/chromium/cc/CCLayerTilingData.h:
(WebCore):
(Tile):
(WebCore::CCLayerTilingData::Tile::opaqueRect):
(WebCore::CCLayerTilingData::Tile::setOpaqueRect):
(CCLayerTilingData):
- platform/graphics/chromium/cc/CCOcclusionTracker.cpp:
(WebCore::::CCOcclusionTrackerBase):
(WebCore::computeOcclusionBehindLayer):
(WebCore::::markOccludedBehindLayer):
- platform/graphics/chromium/cc/CCOcclusionTracker.h:
(CCOcclusionTrackerBase):
(WebCore::CCOcclusionTrackerBase::setUsePaintTracking):
- platform/graphics/chromium/cc/CCTiledLayerImpl.cpp:
(DrawableTile):
(WebCore::CCTiledLayerImpl::opaqueContentsRegion):
(WebCore):
- platform/graphics/chromium/cc/CCTiledLayerImpl.h:
(CCTiledLayerImpl):
Source/WebKit/chromium:
- tests/CCOcclusionTrackerTest.cpp:
(WebCore::LayerChromiumWithForcedDrawsContent::opaqueContentsRegion):
(LayerChromiumWithForcedDrawsContent):
(WebCore::LayerChromiumWithForcedDrawsContent::setOpaquePaintRect):
(WebCore::setLayerPropertiesForTesting):
(WebCore):
(WebCore::layerAddedToOccludedRegion):
(WebCore::layerAddedToOccludedRegionWithRotation):
(WebCore::layerAddedToOccludedRegionWithTranslation):
(WebCore::layerAddedToOccludedRegionWithRotatedSurface):
(WebCore::layerAddedToOccludedRegionWithSurfaceAlreadyOnStack):
(WebCore::layerAddedToOccludedRegionWithRotatedOffAxisSurface):
(WebCore::layerAddedToOccludedRegionWithMultipleOpaqueLayers):
(WebCore::surfaceOcclusionWithOverlappingSiblingSurfaces):
(WebCore::surfaceOcclusionInScreenSpace):
(WebCore::surfaceOcclusionInScreenSpaceDifferentTransforms):
(WebCore::occlusionInteractionWithFilters):
(WebCore::layerScissorRectOverTile):
(WebCore::screenScissorRectOverTile):
(WebCore::layerScissorRectOverCulledTile):
(WebCore::screenScissorRectOverCulledTile):
(WebCore::layerScissorRectOverPartialTiles):
(WebCore::screenScissorRectOverPartialTiles):
(WebCore::layerScissorRectOverNoTiles):
(WebCore::screenScissorRectOverNoTiles):
(WebCore::layerScissorRectForLayerOffOrigin):
(WebCore::damageRectOverTile):
(WebCore::damageRectOverCulledTile):
(WebCore::damageRectOverPartialTiles):
(WebCore::damageRectOverNoTiles):
(WebCore::TEST):
- tests/TiledLayerChromiumTest.cpp:
(WTF::TEST):
(WTF):
- 12:16 PM Changeset in webkit [110316] by
-
- 3 edits in trunk/Source/WebCore
Presentation attribute cache
https://bugs.webkit.org/show_bug.cgi?id=80707
Reviewed by Andreas Kling.
It is common for the same presentation attribute values repeat. We should introduce a cache that uses
presentation attribute names and values as key. This will help to avoid repeated parsing of the
same attribute values, reduce memory consumption and speed up the style resolve.
This patch introduces a simple and small (128 entries) global cache. In general web browsing it seems
to give sharing rate of >75% (an average presentation attribute property set is shared between >4 elements).
- dom/StyledElement.cpp:
(WebCore::PresentationAttributeCacheKey::PresentationAttributeCacheKey):
(PresentationAttributeCacheKey):
(WebCore):
(WebCore::operator!=):
(PresentationAttributeCacheEntry):
(WebCore::presentationAttributeCache):
(WebCore::attributeNameSort):
(WebCore::StyledElement::makePresentationAttributeCacheKey):
(WebCore::computePresentationAttributeCacheHash):
(WebCore::StyledElement::updateAttributeStyle):
- dom/StyledElement.h:
(WebCore):
(StyledElement):
- 12:12 PM Changeset in webkit [110315] by
-
- 7 edits6 adds in trunk
[V8] Fix object scope for inline event attribute handlers
https://bugs.webkit.org/show_bug.cgi?id=80329
Reviewed by Ojan Vafai.
Source/WebCore:
We now create the funciton inside the with-statements with the current scope objects.
This is important for a few reasons:
- We need to use the real objects and not just lookup the JS properties because these might have been overridden.
- We need to use the node, form and document at the time of the preparation and not at the time of calling.
- We need to ensure that event/evt is bound closer than a property with the same name in the object environment created by the with-statements.
Tests: fast/dom/inline-event-attributes-lookup-removed-form.html
fast/dom/inline-event-attributes-lookup-removed.html
fast/dom/inline-event-attributes-lookup.html
- bindings/v8/ScriptEventListener.cpp:
(WebCore::eventParameterName):
(WebCore):
(WebCore::createAttributeEventListener):
- bindings/v8/V8LazyEventListener.cpp:
(WebCore::V8LazyEventListener::V8LazyEventListener):
(WebCore):
(WebCore::toObjectWrapper):
(WebCore::V8LazyEventListener::callListenerFunction):
(WebCore::V8LazyEventListener::prepareListenerObject):
- bindings/v8/V8LazyEventListener.h:
(WebCore):
(WebCore::V8LazyEventListener::create):
(V8LazyEventListener):
LayoutTests:
- fast/dom/inline-event-attributes-lookup-expected.txt: Added.
- fast/dom/inline-event-attributes-lookup-removed-expected.txt: Added.
- fast/dom/inline-event-attributes-lookup-removed-form-expected.txt: Added.
- fast/dom/inline-event-attributes-lookup-removed-form.html: Added.
- fast/dom/inline-event-attributes-lookup-removed.html: Added.
- fast/dom/inline-event-attributes-lookup.html: Added.
- fast/forms/lazy-event-listener-scope-chain-expected.txt:
- fast/forms/lazy-event-listener-scope-chain.html:
- 12:07 PM Changeset in webkit [110314] by
-
- 3 edits in trunk/Source/WebCore
Crash in WebCore::SVGUseElement::instanceForShadowTreeElement
https://bugs.webkit.org/show_bug.cgi?id=80406
Reviewed by Nikolas Zimmermann.
Code assumes that an object that is an SVG Element and in a shadow
tree must be in an SVG use shadow tree, and casts the shadow host with
a static_cast. It may be that an SVG element appears in a non-use
shadow tree, in which case bad things happen. While it appears that
the current code prevents such a situation from arising (checks are
made within the shadow tree code to prevent it) there are also
indications that the situation may change.
No new tests. I believe that the problem here cannot currently be
reproduced. That is, other code prevents SVG elements from appearing
in non-svg shadow trees.
- dom/EventDispatcher.cpp:
(WebCore::eventTargetRespectingSVGTargetRules):
- svg/SVGStyledElement.cpp:
(WebCore::SVGStyledElement::title):
- 12:06 PM Changeset in webkit [110313] by
-
- 1647 edits in trunk/LayoutTests
2012-03-09 Ojan Vafai <ojan@chromium.org (:ojan) (r)>
Add image/png svn:mime-type to all png images that currently lack
an svn:mime-type. Correctly this time.
- 12:00 PM Changeset in webkit [110312] by
-
- 1 edit in trunk/LayoutTests/ChangeLog
Add image/png svn:mime-type to all png images that currently lack
and svn:mime-type.
- 11:41 AM Changeset in webkit [110311] by
-
- 25 edits in trunk
Add support for ENABLE(LEGACY_NOTIFICATIONS)
https://bugs.webkit.org/show_bug.cgi?id=80497
Reviewed by Adam Barth.
.:
Prep for b80472: Update API for Web Notifications
- Source/cmake/OptionsBlackBerry.cmake:
- Source/cmake/OptionsEfl.cmake:
- Source/cmake/OptionsWinCE.cmake:
- Source/cmakeconfig.h.cmake:
- configure.ac:
Source/JavaScriptCore:
Prep for b80472: Update API for Web Notifications
- Configurations/FeatureDefines.xcconfig:
Source/WebCore:
Prep for b80472: Update API for Web Notifications
- Configurations/FeatureDefines.xcconfig:
- GNUmakefile.am:
Source/WebKit/chromium:
Prep for b80472: Update API for Web Notifications
- features.gypi:
Source/WebKit/mac:
Prep for b80472: Update API for Web Notifications
- Configurations/FeatureDefines.xcconfig:
Source/WebKit/qt:
Prep for b80472: Update API for Web Notifications
- examples/platformplugin/platformplugin.pro:
Source/WebKit2:
Prep for b80472: Update API for Web Notifications
- Configurations/FeatureDefines.xcconfig:
Tools:
Prep for b80472: Update API for Web Notifications
- Scripts/build-webkit:
- qmake/mkspecs/features/features.prf:
WebKitLibraries:
Prep for b80472: Update API for Web Notifications
- win/tools/vsprops/FeatureDefines.vsprops:
- win/tools/vsprops/FeatureDefinesCairo.vsprops:
- 11:38 AM Changeset in webkit [110310] by
-
- 12 edits2 adds in trunk
ShadowRoot should implement activeElement.
https://bugs.webkit.org/show_bug.cgi?id=79886
Patch by Kaustubh Atrawalkar <Kaustubh Atrawalkar> on 2012-03-09
Reviewed by Ryosuke Niwa.
Source/WebCore:
Implement the activeElement attribute for ShadowRoot to return the
currently focused element in the shadow DOM subtree.
Test: fast/dom/shadow/shadow-root-activeElement.html
- dom/ShadowRoot.cpp:
(WebCore::ShadowRoot::activeElement):
(WebCore):
- dom/ShadowRoot.h:
(ShadowRoot):
- dom/ShadowRoot.idl:
- dom/TreeScope.cpp:
(WebCore::TreeScope::adoptIfNeeded):
(WebCore):
(WebCore::focusedFrameOwnerElement):
(WebCore::TreeScope::activeElement):
- dom/TreeScope.h:
(TreeScope):
- html/HTMLDocument.cpp:
(WebCore):
(WebCore::HTMLDocument::activeElement):
LayoutTests:
Added test case for activeElement attribute of ShadowRoot.
- fast/dom/shadow/shadow-root-activeElement-expected.txt: Added.
- fast/dom/shadow/shadow-root-activeElement.html: Added.
- platform/mac/Skipped: Added test case in Skipped as ShadowRoot is supported by Chromium only.
- platform/qt/Skipped: ditto.
- platform/win/Skipped: ditto.
- platform/wincairo/Skipped: ditto.
- platform/wk2/Skipped: ditto.
- 11:21 AM Changeset in webkit [110309] by
-
- 8 edits in trunk/Source/WebCore
Infinite repaint loop with SVGImageCache and deferred repaint timers
https://bugs.webkit.org/show_bug.cgi?id=78315
<rdar://problem/10651634>
Reviewed by Nikolas Zimmermann.
Only defer image redraw on a timer if we're in layout. This breaks
the repaint loop while still preventing us from drawing inside layout.
Completely disable repaint during relayout inside SVGImage::drawSVGToImageBuffer,
preventing deferred repaint timers from being started during that process.
No new tests, as the problem only occurs in a nonstandard configuration.
- svg/graphics/SVGImage.cpp:
(WebCore::SVGImage::draw):
(WebCore::SVGImage::frameView):
(WebCore):
- svg/graphics/SVGImage.h:
(WebCore):
- svg/graphics/SVGImageCache.cpp:
(WebCore::SVGImageCache::imageContentChanged):
(WebCore::SVGImageCache::redraw):
(WebCore::SVGImageCache::redrawTimerFired):
(WebCore):
- svg/graphics/SVGImageCache.h:
(SVGImageCache):
- 11:16 AM Changeset in webkit [110308] by
-
- 5 edits3 adds in trunk
Source/WebCore: The method TextTrackCue::getCueAsHTML() should return different
fragments on different calls.
https://bugs.webkit.org/show_bug.cgi?id=80701
Patch by Victor Carbune <vcarbune@adobe.com> on 2012-03-09
Reviewed by Eric Carlson.
Test: media/track/track-cue-mutable-fragment.html
- html/track/TextTrackCue.cpp: Removed setCueHTML(), since it is sufficient
to create apply the DOM rules only when the fragment is first requested.
(WebCore::TextTrackCue::getCueAsHTML): Changed the method such that a
a clone of the cached document fragment is returned.
- html/track/TextTrackCue.h: Removed setCueHTML() as the document fragment
of the cue should be created only within the class, from the cue text.
(TextTrackCue):
- html/track/WebVTTParser.cpp:
(WebCore::WebVTTParser::createNewCue): removed usage of setCueHTML()
LayoutTests: Added relevant layout tests to verify that the fragment can be appended
multiple times to the DOM and modified correctly.
https://bugs.webkit.org/show_bug.cgi?id=80701
Patch by Victor Carbune <vcarbune@adobe.com> on 2012-03-09
Reviewed by Eric Carlson.
- media/track/captions-webvtt/captions-html.vtt: Added. This file could
be used later for more complex html / css rendering tests.
- media/track/track-cue-mutable-fragment-expected.txt: Added.
- media/track/track-cue-mutable-fragment.html: Added.
- 11:13 AM Changeset in webkit [110307] by
-
- 5 edits2 adds in trunk
Crash in SVGTextLayoutAttributesBuilder::fillCharacterDataMap
https://bugs.webkit.org/show_bug.cgi?id=78949
<rdar://problem/10889440>
Reviewed by Nikolas Zimmermann.
Invalidate the text positioning cache when the children of an SVGAElement change,
so that we regenerate the list the next time it's needed instead of using stale values.
Test: svg/text/text-positioning-remove-child-crash.svg
- rendering/svg/SVGAElement.cpp:
(WebCore::SVGAElement::childrenChanged):
Add a test ensuring that we don't crash when removing a child of <a> inside a <text> block.
- svg/text/text-positioning-remove-child-crash-expected.txt: Added.
- svg/text/text-positioning-remove-child-crash.svg: Added.
- 11:09 AM Changeset in webkit [110306] by
-
- 9 edits in trunk
Bash scripts should support LF endings only
https://bugs.webkit.org/show_bug.cgi?id=79509
Patch by Ashod Nakashian <ashodnakashian@yahoo.com> on 2012-03-09
Reviewed by David Kilzer.
Source/JavaScriptCore:
- gyp/generate-derived-sources.sh: Added property svn:eol-style.
- gyp/run-if-exists.sh: Added property svn:eol-style.
- gyp/update-info-plist.sh: Added property svn:eol-style.
Source/ThirdParty:
- gtest/xcode/Samples/FrameworkSample/runtests.sh: Added property svn:executable.
- gtest/xcode/Scripts/runtests.sh: Added property svn:executable.
Source/ThirdParty/ANGLE:
- src/compiler/generate_parser.sh: Added property svn:eol-style.
Source/WebCore:
- WebCore.gyp/mac/adjust_visibility.sh: Added property svn:eol-style.
- WebCore.vcproj/build-generated-files.sh: Added property svn:executable.
- WebCore.vcproj/migrate-scripts.sh: Added property svn:executable.
- gyp/copy-forwarding-and-icu-headers.sh: Added property svn:eol-style.
- gyp/copy-inspector-resources.sh: Added property svn:eol-style.
- gyp/generate-derived-sources.sh: Added property svn:eol-style.
- gyp/generate-webcore-export-file-generator.sh: Added property svn:eol-style.
- gyp/run-if-exists.sh: Added property svn:eol-style.
- gyp/streamline-inspector-source.sh: Added property svn:eol-style.
- gyp/update-info-plist.sh: Added property svn:eol-style.
Source/WebKit2:
- win/build-generated-files.sh: Added properties svn:executable and svn:eol-style.
Tools:
- EWSTools/boot.sh: Added properties svn:executable and svn:eol-style.
- EWSTools/start-queue.sh: Added property svn:eol-style.
- Scripts/webkit-tools-completion.sh: Added properties svn:executable and svn:eol-style.
- WebKitTestRunner/win/build-generated-files.sh: Added properties svn:executable and svn:eol-style.
- iExploder/iexploder-1.7.2/tools/release_src.sh: Added property svn:eol-style.
- iExploder/iexploder-1.7.2/tools/update_html_tags_from_sources.sh: Added property svn:eol-style.
WebKitLibraries:
- win/tools/scripts/feature-defines.sh: Modified property svn:eol-style.
Websites/bugs.webkit.org:
- contrib/yp_nomail.sh: Added property svn:executable.
LayoutTests:
- platform/mac/fast/loader/resources/mimeTypeExamples/example-sh.sh: Added property svn:executable.
- 11:05 AM Changeset in webkit [110305] by
-
- 9 edits in trunk/Source/WebCore
CSSParser: Use Vector for intermediate property storage.
<http://webkit.org/b/80653>
Reviewed by Antti Koivisto.
Remove the custom memory management for intermediate CSSProperties in CSSParser
and replace it by a Vector<CSSProperty, 256>.
This avoids heap allocations and removes a bunch of unnecessary complexity.
Remove WTF_MAKE_FAST_ALLOCATED from CSSProperty since they are only created on
the stack now.
- css/CSSGrammar.y:
- css/CSSParser.cpp:
(WebCore::CSSParser::CSSParser):
(WebCore::CSSParser::~CSSParser):
(WebCore::CSSParser::parseValue):
(WebCore::CSSParser::parseColor):
(WebCore::CSSParser::parseDeclaration):
(WebCore::CSSParser::addProperty):
(WebCore::CSSParser::rollbackLastProperties):
(WebCore::CSSParser::clearProperties):
(WebCore::CSSParser::parse4Values):
(WebCore::CSSParser::parseFlowThread):
(WebCore::CSSParser::createStyleRule):
(WebCore::CSSParser::createFontFaceRule):
(WebCore::CSSParser::createPageRule):
(WebCore::CSSParser::createMarginAtRule):
(WebCore::CSSParser::startDeclarationsForMarginBox):
(WebCore::CSSParser::endDeclarationsForMarginBox):
(WebCore::CSSParser::deleteFontFaceOnlyValues):
(WebCore::CSSParser::createKeyframeRule):
- css/CSSParser.h:
(WebCore::CSSParser::hasProperties):
(CSSParser):
- css/CSSProperty.h:
- css/SVGCSSParser.cpp:
(WebCore::CSSParser::parseSVGValue):
- css/StylePropertySet.cpp:
(WebCore::StylePropertySet::StylePropertySet):
(WebCore::StylePropertySet::addParsedProperties):
- css/StylePropertySet.h:
(WebCore::StylePropertySet::create):
(StylePropertySet):
- 10:02 AM Changeset in webkit [110304] by
-
- 2 edits in trunk/LayoutTests
Note that fast/events/input-image-scrolled-x-y.html is flaky.
- platform/chromium/test_expectations.txt:
- 9:59 AM Changeset in webkit [110303] by
-
- 2 edits in trunk/Source/WebKit2
REGRESSION (r109022): Files dragged onto input controls cannot be read due to sandbox violation.
https://bugs.webkit.org/show_bug.cgi?id=80203
<rdar://problem/10976643>
Reviewed by Alexey Proskuryakov.
This patch reverts a small part fo r109022, leaving access to
NSPasteboard in the WebProcess when retrieving pathnames for
files being dragged. This avoid the sandbox violation until we
implement a mechanism to provide a sandbox extension to the WebProcess.
- WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
(WebKit::WebPlatformStrategies::getPathnamesForType):
- 9:56 AM Changeset in webkit [110302] by
-
- 2 edits in trunk/Source/JavaScriptCore
Windows debug build fix.
- assembler/MacroAssembler.h:
(JSC::MacroAssembler::shouldBlind):
Fix unreachable code warnings (which we treat as errors).
- 9:36 AM Changeset in webkit [110301] by
-
- 3 edits3 adds in trunk
2012-03-09 Nate Chapin <Nate Chapin>
CachedRawResource breaks when trying to load
a resource with an empty response body from cache.
Reviewed by Alexey Proskuryakov.
Test: http/tests/cache/zero-length-xhr.html
- loader/cache/CachedRawResource.cpp: (WebCore::CachedRawResource::didAddClient): Don't exit early
if m_data is empty, we may still need to notifyFinished().
- 9:30 AM Changeset in webkit [110300] by
-
- 1 edit5 adds in trunk/Source/WebCore
[BlackBerry] Upstream classes that handle layer tiling
https://bugs.webkit.org/show_bug.cgi?id=79875
Patch by Robin Cao <robin.cao@torchmobile.com.cn> on 2012-03-09
Reviewed by Rob Buis.
Initial upstreaming, no new tests.
- platform/graphics/blackberry/LayerTile.cpp: Added.
(WebCore):
(WebCore::LayerTile::LayerTile):
(WebCore::LayerTile::~LayerTile):
(WebCore::LayerTile::setContents):
(WebCore::LayerTile::setContentsToColor):
(WebCore::LayerTile::updateContents):
(WebCore::LayerTile::discardContents):
(WebCore::LayerTile::setVisible):
(WebCore::LayerTile::setTexture):
- platform/graphics/blackberry/LayerTile.h: Added.
(WebCore):
(LayerTileData):
(WebCore::LayerTileData::LayerTileData):
(WebCore::LayerTileData::isVisible):
(LayerTile):
(WebCore::LayerTile::texture):
(WebCore::LayerTile::isVisible):
(WebCore::LayerTile::isDirty):
(WebCore::LayerTile::hasTexture):
(WebCore::LayerTile::setContentsDirty):
- platform/graphics/blackberry/LayerTileIndex.h: Added.
(WebCore):
(TileIndex):
(WebCore::TileIndex::TileIndex):
(WebCore::TileIndex::~TileIndex):
(WebCore::TileIndex::i):
(WebCore::TileIndex::j):
(WebCore::TileIndex::setIndex):
(WebCore::operator==):
(WebCore::operator!=):
(WTF):
- platform/graphics/blackberry/LayerTiler.cpp: Added.
(WebCore):
(WebCore::transformPoint):
(WebCore::defaultTileSize):
(WebCore::LayerTiler::LayerTiler):
(WebCore::LayerTiler::~LayerTiler):
(WebCore::LayerTiler::layerWebKitThreadDestroyed):
(WebCore::LayerTiler::layerCompositingThreadDestroyed):
(WebCore::LayerTiler::setNeedsDisplay):
(WebCore::LayerTiler::updateTextureContentsIfNeeded):
(WebCore::LayerTiler::shouldPerformRenderJob):
(WebCore::LayerTiler::addTextureJob):
(WebCore::LayerTiler::clearTextureJobs):
(WebCore::LayerTiler::commitPendingTextureUploads):
(WebCore::LayerTiler::layerVisibilityChanged):
(WebCore::LayerTiler::uploadTexturesIfNeeded):
(WebCore::LayerTiler::processTextureJob):
(WebCore::LayerTiler::addTileJob):
(WebCore::LayerTiler::performTileJob):
(WebCore::LayerTiler::drawTextures):
(WebCore::LayerTiler::drawMissingTextures):
(WebCore::LayerTiler::drawTexturesInternal):
(WebCore::LayerTiler::addRenderJob):
(WebCore::LayerTiler::removeRenderJob):
(WebCore::LayerTiler::deleteTextures):
(WebCore::LayerTiler::pruneTextures):
(WebCore::LayerTiler::updateTileSize):
(WebCore::LayerTiler::disableTiling):
(WebCore::LayerTiler::shouldPrefillTile):
(WebCore::LayerTiler::indexOfTile):
(WebCore::LayerTiler::originOfTile):
(WebCore::LayerTiler::rectForTile):
(WebCore::LayerTiler::hasDirtyTiles):
(WebCore::LayerTiler::bindContentsTexture):
- platform/graphics/blackberry/LayerTiler.h: Added.
(WebCore):
(LayerTiler):
(WebCore::LayerTiler::create):
(WebCore::LayerTiler::layer):
(WebCore::LayerTiler::hasMissingTextures):
(WebCore::LayerTiler::TextureJob::TextureJob):
(TextureJob):
(WebCore::LayerTiler::TextureJob::setContents):
(WebCore::LayerTiler::TextureJob::setContentsToColor):
(WebCore::LayerTiler::TextureJob::updateContents):
(WebCore::LayerTiler::TextureJob::discardContents):
(WebCore::LayerTiler::TextureJob::resizeContents):
(WebCore::LayerTiler::TextureJob::dirtyContents):
(WebCore::LayerTiler::TextureJob::isNull):
(WebCore::LayerTiler::tileSize):
(WebCore::LayerTiler::removeUpdateContentsJobs):
- 8:49 AM Changeset in webkit [110299] by
-
- 23 edits in trunk/Source
[chromium] Ensure we use the correct time when notifying animation started
https://bugs.webkit.org/show_bug.cgi?id=79537
Patch by Ian Vollick <vollick@chromium.org> on 2012-03-09
Reviewed by James Robinson
Source/WebCore:
Tested in CCLayerTreeHostTestAddAnimation
- platform/graphics/chromium/LayerChromium.cpp:
(WebCore::LayerChromium::setAnimationEvent):
- platform/graphics/chromium/LayerChromium.h:
(LayerChromium):
- platform/graphics/chromium/cc/CCAnimationEvents.cpp:
(WebCore::CCAnimationStartedEvent::create):
(WebCore::CCAnimationStartedEvent::CCAnimationStartedEvent):
- platform/graphics/chromium/cc/CCAnimationEvents.h:
(CCAnimationEvent):
(CCAnimationStartedEvent):
- platform/graphics/chromium/cc/CCInputHandler.h:
(CCInputHandler):
- platform/graphics/chromium/cc/CCLayerAnimationControllerImpl.cpp:
(WebCore::CCLayerAnimationControllerImpl::animate):
(WebCore::CCLayerAnimationControllerImpl::startAnimationsWaitingForNextTick):
(WebCore::CCLayerAnimationControllerImpl::startAnimationsWaitingForStartTime):
(WebCore::CCLayerAnimationControllerImpl::startAnimationsWaitingForTargetAvailability):
(WebCore::CCLayerAnimationControllerImpl::resolveConflicts):
(WebCore::CCLayerAnimationControllerImpl::tickAnimations):
- platform/graphics/chromium/cc/CCLayerAnimationControllerImpl.h:
(CCLayerAnimationControllerImpl):
- platform/graphics/chromium/cc/CCLayerTreeHost.cpp:
(WebCore::CCLayerTreeHost::setAnimationEvents):
(WebCore::CCLayerTreeHost::setAnimationEventsRecursive):
- platform/graphics/chromium/cc/CCLayerTreeHost.h:
(CCLayerTreeHost):
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp:
(WebCore::CCLayerTreeHostImpl::animate):
(WebCore::CCLayerTreeHostImpl::startPageScaleAnimation):
(WebCore::CCLayerTreeHostImpl::animateLayersRecursive):
(WebCore::CCLayerTreeHostImpl::animatePageScale):
(WebCore::CCLayerTreeHostImpl::animateLayers):
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.h:
(CCLayerTreeHostImplClient):
(CCLayerTreeHostImpl):
- platform/graphics/chromium/cc/CCPageScaleAnimation.cpp:
(WebCore::CCPageScaleAnimation::create):
(WebCore::CCPageScaleAnimation::CCPageScaleAnimation):
(WebCore::CCPageScaleAnimation::zoomTo):
(WebCore::CCPageScaleAnimation::zoomWithAnchor):
(WebCore::CCPageScaleAnimation::scrollOffsetAtTime):
(WebCore::CCPageScaleAnimation::pageScaleAtTime):
(WebCore::CCPageScaleAnimation::isAnimationCompleteAtTime):
(WebCore::CCPageScaleAnimation::progressRatioForTime):
- platform/graphics/chromium/cc/CCPageScaleAnimation.h:
(CCPageScaleAnimation):
(WebCore::CCPageScaleAnimation::startTime):
(WebCore::CCPageScaleAnimation::duration):
(WebCore::CCPageScaleAnimation::endTime):
- platform/graphics/chromium/cc/CCSingleThreadProxy.cpp:
(WebCore::CCSingleThreadProxy::startPageScaleAnimation):
(WebCore::CCSingleThreadProxy::postAnimationEventsToMainThreadOnImplThread):
(WebCore::CCSingleThreadProxy::doComposite):
- platform/graphics/chromium/cc/CCSingleThreadProxy.h:
(CCSingleThreadProxy):
- platform/graphics/chromium/cc/CCThreadProxy.cpp:
(WebCore::CCThreadProxy::startPageScaleAnimation):
(WebCore::CCThreadProxy::requestStartPageScaleAnimationOnImplThread):
(WebCore::CCThreadProxy::postAnimationEventsToMainThreadOnImplThread):
(WebCore::CCThreadProxy::scheduledActionDrawAndSwap):
(WebCore::CCThreadProxy::setAnimationEvents):
- platform/graphics/chromium/cc/CCThreadProxy.h:
(CCThreadProxy):
Source/WebKit/chromium:
- src/WebCompositorInputHandlerImpl.cpp:
(WebKit::WebCompositorInputHandlerImpl::willDraw):
- src/WebCompositorInputHandlerImpl.h:
(WebCompositorInputHandlerImpl):
- tests/CCLayerTreeHostImplTest.cpp:
(WebKit::CCLayerTreeHostImplTest::postAnimationEventsToMainThreadOnImplThread):
(WebKit::TEST_F):
- tests/CCLayerTreeHostTest.cpp:
(WTF::TestHooks::animateLayers):
(WTF::TestHooks::updateAnimations):
(WTF::MockLayerTreeHostImpl::animateLayers):
(WTF::MockLayerTreeHostClient::updateAnimations):
(WTF::CCLayerTreeHostTestAddAnimation::CCLayerTreeHostTestAddAnimation):
(WTF::CCLayerTreeHostTestAddAnimation::animateLayers):
(WTF::CCLayerTreeHostTestAddAnimation::notifyAnimationStarted):
(CCLayerTreeHostTestAddAnimation):
- 7:45 AM Changeset in webkit [110298] by
-
- 2 edits in trunk/LayoutTests
[chromium] Unreviewed gardening.
- platform/chromium/test_expectations.txt:
- 7:25 AM Changeset in webkit [110297] by
-
- 2 edits in trunk/LayoutTests
[Qt] Unreviewed gardening.
- platform/qt/Skipped: Skip flaky svg tests.
- 7:22 AM Changeset in webkit [110296] by
-
- 2 edits in trunk/Tools
[BUILD] use detected python to run generate-gtkdoc
https://bugs.webkit.org/show_bug.cgi?id=80695
Patch by Ionut Biru <ibiru@archlinux.org> on 2012-03-09
Reviewed by Gustavo Noronha Silva.
- GNUmakefile.am: Use $(PYTHON) instead of plain
python
- 7:13 AM Changeset in webkit [110295] by
-
- 46 edits2 adds in trunk/LayoutTests
[Qt] Unreviewed gardening.
- platform/qt/Skipped:
- platform/qt/editing/selection/3690703-2-expected.png:
- platform/qt/editing/selection/3690703-2-expected.txt:
- platform/qt/editing/selection/3690703-expected.png:
- platform/qt/editing/selection/3690703-expected.txt:
- platform/qt/editing/selection/3690719-expected.png:
- platform/qt/editing/selection/3690719-expected.txt:
- platform/qt/fast/css/text-overflow-input-expected.txt: Added.
- platform/qt/fast/forms/basic-inputs-expected.png: Added.
- platform/qt/fast/forms/basic-inputs-expected.txt:
- platform/qt/fast/replaced/replaced-breaking-expected.png:
- platform/qt/fast/replaced/replaced-breaking-expected.txt:
- platform/qt/fast/text/textIteratorNilRenderer-expected.png:
- platform/qt/fast/text/textIteratorNilRenderer-expected.txt:
- platform/qt/svg/custom/inline-svg-in-xhtml-expected.png:
- platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt:
- platform/qt/tables/mozilla/bugs/bug1188-expected.png:
- platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
- platform/qt/tables/mozilla/bugs/bug18359-expected.png:
- platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
- platform/qt/tables/mozilla/bugs/bug2479-2-expected.png:
- platform/qt/tables/mozilla/bugs/bug2479-2-expected.txt:
- platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
- platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
- platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
- platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
- platform/qt/tables/mozilla/bugs/bug28928-expected.png:
- platform/qt/tables/mozilla/bugs/bug28928-expected.txt:
- platform/qt/tables/mozilla/bugs/bug4382-expected.png:
- platform/qt/tables/mozilla/bugs/bug4382-expected.txt:
- platform/qt/tables/mozilla/bugs/bug44505-expected.png:
- platform/qt/tables/mozilla/bugs/bug44505-expected.txt:
- platform/qt/tables/mozilla/bugs/bug4527-expected.png:
- platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
- platform/qt/tables/mozilla/bugs/bug46368-1-expected.png:
- platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt:
- platform/qt/tables/mozilla/bugs/bug46368-2-expected.png:
- platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt:
- platform/qt/tables/mozilla/bugs/bug51037-expected.png:
- platform/qt/tables/mozilla/bugs/bug51037-expected.txt:
- platform/qt/tables/mozilla/bugs/bug7342-expected.png:
- platform/qt/tables/mozilla/bugs/bug7342-expected.txt:
- platform/qt/tables/mozilla/dom/tableDom-expected.png:
- platform/qt/tables/mozilla/dom/tableDom-expected.txt:
- platform/qt/tables/mozilla/other/move_row-expected.png:
- platform/qt/tables/mozilla/other/move_row-expected.txt:
- platform/qt/test_expectations.txt:
- 7:08 AM Changeset in webkit [110294] by
-
- 3 edits in trunk/LayoutTests
Layout test for window.devicePixelRatio
https://bugs.webkit.org/show_bug.cgi?id=80292
Patch by Konrad Piascik <kpiascik@rim.com> on 2012-03-09
Reviewed by Philippe Normand.
Update the skipped list for ports where fast/viewport/viewport-133.html is failing.
- platform/efl/Skipped:
- platform/gtk/Skipped:
- 7:08 AM WebKitGTK/1.8.x edited by
- Adding "[BUILD] use detected python to run generate-gtkdoc" to on track (diff)
- 6:25 AM Changeset in webkit [110293] by
-
- 224 edits2 copies7 adds in trunk/LayoutTests
[Qt] Rebaseline some tests on qt platfrom
Patch by Ádám Kallai <kadam@inf.u-szeged.hu> on 2012-03-09
Reviewed by Csaba Osztrogonác.
- platform/qt/ [...]: Update expected files.
- platform/qt/test_expectations.txt: Unskip now passing tests.
- 5:59 AM Changeset in webkit [110292] by
-
- 296 edits35 adds in trunk/LayoutTests
2012-03-09 Nikolas Zimmermann <nzimmermann@rim.com>
Not reviewed.
Rebaseline some Mac results that needed rebaselining - using Lion, and a Generic RGB Color profile.
Had to manually switch to this, until this is done automatically, see bug 80571.
Re-add several results that got deleted or moved to mac-future. I guess this is garden-o-matic
misusage? Not sure, anyhow, there are clearly a dozen of missing SVG pixel tests before this patch.
Reviewed by NOBODY (OOPS!).
- platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
- platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
- platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Added.
- platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
- platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
- platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
- platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
- platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
- platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
- platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
- platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added.
- platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
- platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
- platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
- platform/mac/svg/batik/filters/feTile-expected.png:
- platform/mac/svg/batik/filters/filterRegions-expected.png:
- platform/mac/svg/batik/masking/maskRegions-expected.png: Added.
- platform/mac/svg/batik/text/textEffect-expected.png:
- platform/mac/svg/batik/text/textEffect3-expected.png:
- platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
- platform/mac/svg/carto.net/scrollbar-expected.png: Added.
- platform/mac/svg/css/composite-shadow-with-opacity-expected.png:
- platform/mac/svg/css/path-gradient-stroke-shadow-expected.png:
- platform/mac/svg/css/rect-gradient-stroke-shadow-expected.png:
- platform/mac/svg/custom/convolution-crash-expected.png:
- platform/mac/svg/custom/empty-merge-expected.png:
- platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
- platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
- platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
- platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
- platform/mac/svg/custom/feDisplacementMap-01-expected.png:
- platform/mac/svg/custom/grayscale-gradient-mask-2-expected.png:
- platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
- platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
- platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
- platform/mac/svg/custom/non-opaque-filters-expected.png:
- platform/mac/svg/custom/recursive-filter-expected.png:
- platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png:
- platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png:
- platform/mac/svg/custom/text-filter-expected.png:
- platform/mac/svg/custom/use-disappears-after-style-update-expected.png:
- platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
- platform/mac/svg/custom/visibility-override-filter-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
- platform/mac/svg/filters/big-sized-filter-2-expected.png:
- platform/mac/svg/filters/big-sized-filter-expected.png:
- platform/mac/svg/filters/feColorMatrix-default-type-expected.png:
- platform/mac/svg/filters/feColorMatrix-offset-expected.png:
- platform/mac/svg/filters/feColorMatrix-values-expected.png:
- platform/mac/svg/filters/feComposite-expected.png:
- platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.png:
- platform/mac/svg/filters/feDisplacementMap-expected.png:
- platform/mac/svg/filters/feDropShadow-expected.png:
- platform/mac/svg/filters/feGaussianBlur-expected.png:
- platform/mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
- platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
- platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
- platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
- platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
- platform/mac/svg/filters/feImage-late-indirect-update-expected.png:
- platform/mac/svg/filters/feImage-multiple-targets-id-change-expected.png:
- platform/mac/svg/filters/feImage-position-expected.png:
- platform/mac/svg/filters/feImage-preserveAspectratio-expected.png:
- platform/mac/svg/filters/feImage-subregions-expected.png:
- platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
- platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
- platform/mac/svg/filters/feImage-target-add-to-document-expected.png:
- platform/mac/svg/filters/feImage-target-attribute-change-expected.png:
- platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
- platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
- platform/mac/svg/filters/feImage-target-changes-id-expected.png:
- platform/mac/svg/filters/feImage-target-id-change-expected.png:
- platform/mac/svg/filters/feImage-target-inline-style-change-expected.png:
- platform/mac/svg/filters/feImage-target-property-change-expected.png:
- platform/mac/svg/filters/feImage-target-reappend-to-document-expected.png:
- platform/mac/svg/filters/feImage-target-remove-from-document-expected.png:
- platform/mac/svg/filters/feImage-target-style-change-expected.png:
- platform/mac/svg/filters/feLighting-crash-expected.png:
- platform/mac/svg/filters/feMerge-expected.png:
- platform/mac/svg/filters/feOffset-expected.png:
- platform/mac/svg/filters/feTile-expected.png:
- platform/mac/svg/filters/filter-clip-expected.png:
- platform/mac/svg/filters/filter-on-tspan-expected.png:
- platform/mac/svg/filters/filter-placement-issue-expected.png:
- platform/mac/svg/filters/filter-refresh-expected.png:
- platform/mac/svg/filters/filter-rounding-issues-expected.png:
- platform/mac/svg/filters/filter-source-position-expected.png:
- platform/mac/svg/filters/filter-width-update-expected.png:
- platform/mac/svg/filters/filterRes-expected.png:
- platform/mac/svg/filters/filterRes1-expected.png:
- platform/mac/svg/filters/filterRes2-expected.png:
- platform/mac/svg/filters/filterRes3-expected.png:
- platform/mac/svg/filters/filteredImage-expected.png:
- platform/mac/svg/filters/parent-children-with-same-filter-expected.png:
- platform/mac/svg/filters/shadow-on-filter-expected.png:
- platform/mac/svg/filters/shadow-on-rect-with-filter-expected.png:
- platform/mac/svg/filters/subRegion-in-userSpace-expected.png:
- platform/mac/svg/filters/subRegion-one-effect-expected.png:
- platform/mac/svg/filters/subRegion-two-effects-expected.png:
- platform/mac/svg/hixie/mixed/003-expected.png:
- platform/mac/svg/hixie/mixed/003-expected.txt:
- platform/mac/svg/repaint/filter-child-repaint-expected.png:
- platform/mac/svg/repaint/filter-repaint-expected.png:
- platform/mac/svg/webarchive/svg-feimage-subresources-expected.png:
- platform/mac/test_expectations.txt:
- svg/filters/animate-fill-expected.png:
- svg/filters/feColorMatrix-saturate-expected.png:
- svg/filters/feImage-reference-invalidation-expected.png:
- svg/filters/feImage-reference-svg-primitive-expected.png:
- svg/foreignObject/filter-expected.png:
- 5:13 AM Changeset in webkit [110291] by
-
- 3 edits in trunk/Source/WebKit/qt
[Qt] Fix compilation without QtQuick1
https://bugs.webkit.org/show_bug.cgi?id=80503
Qt 4.8 API test fix after r110050.
Reviewed by Zoltan Herczeg.
- declarative/public.pri: Add load(features) to ensure HAVE_QQUICK1=1 is set.
- 5:11 AM Changeset in webkit [110290] by
-
- 6 edits in trunk/Source/WebKit/blackberry
[BlackBerry] Web Notification not working after rebase
https://bugs.webkit.org/show_bug.cgi?id=80690
Reviewed by George Staikos.
- NotificationPresenterImpl should be in namespace WebCore
- Need to connect NotificationPresenterImpl to webcore the new way: WebCore::provideNotification(Page*, NotificationPresenter*)
- Remove the old way of connecting the Notification: ChromeClientBlackBerry::notificationPresenter()
- Api/WebPage.cpp:
(BlackBerry::WebKit::WebPagePrivate::init):
- WebCoreSupport/ChromeClientBlackBerry.cpp:
(WebCore):
- WebCoreSupport/ChromeClientBlackBerry.h:
(ChromeClientBlackBerry):
- WebCoreSupport/NotificationPresenterImpl.cpp:
- WebCoreSupport/NotificationPresenterImpl.h:
- 4:45 AM Changeset in webkit [110289] by
-
- 2 edits in trunk/Source/JavaScriptCore
Patch by Thouraya ANDOLSI <thouraya.andolsi@st.com> on 2012-03-09
Reviewed by Zoltan Herczeg.
[Qt] Fix the SH4 build after r109834
https://bugs.webkit.org/show_bug.cgi?id=80492
- assembler/MacroAssemblerSH4.h:
(JSC::MacroAssemblerSH4::branchAdd32):
(JSC::MacroAssemblerSH4::branchSub32):
- 4:16 AM Changeset in webkit [110288] by
-
- 2 edits in trunk
[Qt] Disable WebGL performance tests temporarily.
https://bugs.webkit.org/show_bug.cgi?id=80503
Rubber-stamped by Simon Hausmann.
- Source/tests.pri:
- 4:06 AM Changeset in webkit [110287] by
-
- 11 edits in trunk/Source/JavaScriptCore
Refactor code feature analysis in the parser
https://bugs.webkit.org/show_bug.cgi?id=79112
Reviewed by Geoffrey Garen.
This commit refactors the parser to more uniformly propagate flag
bits down and up the parse process, as the parser descends and
returns into nested blocks. Some flags get passed town to
subscopes, some apply to specific scopes only, and some get
unioned up after parsing subscopes.
The goal is to eventually be very precise with scoping
information, once we have block scopes: one block scope might use
`eval', which would require the emission of a symbol table within
that block and containing blocks, whereas another block in the
same function might not, allowing us to not emit a symbol table.
- parser/Nodes.h:
(JSC::ScopeFlags): Rename from CodeFeatures.
(JSC::ScopeNode::addScopeFlags):
(JSC::ScopeNode::scopeFlags): New accessors for m_scopeFlags.
(JSC::ScopeNode::isStrictMode):
(JSC::ScopeNode::usesEval):
(JSC::ScopeNode::usesArguments):
(JSC::ScopeNode::setUsesArguments):
(JSC::ScopeNode::usesThis):
(JSC::ScopeNode::needsActivationForMoreThanVariables):
(JSC::ScopeNode::needsActivation): Refactor these accessors to
operate on the m_scopeFlags member.
(JSC::ScopeNode::source):
(JSC::ScopeNode::sourceURL):
(JSC::ScopeNode::sourceID): Shuffle these definitions around; no
semantic change.
(JSC::ScopeNode::ScopeNode)
(JSC::ProgramNode::ProgramNode)
(JSC::EvalNode::EvalNode)
(JSC::FunctionBodyNode::FunctionBodyNode): Have these constructors
take a ScopeFlags as an argument, instead of a bool inStrictContext.
- parser/Nodes.cpp:
(JSC::ScopeNode::ScopeNode):
(JSC::ProgramNode::ProgramNode):
(JSC::ProgramNode::create):
(JSC::EvalNode::EvalNode):
(JSC::EvalNode::create):
(JSC::FunctionBodyNode::FunctionBodyNode):
(JSC::FunctionBodyNode::create): Adapt constructors to change.
- parser/ASTBuilder.h:
(JSC::ASTBuilder::ASTBuilder):
(JSC::ASTBuilder::thisExpr):
(JSC::ASTBuilder::createResolve):
(JSC::ASTBuilder::createFunctionBody):
(JSC::ASTBuilder::createFuncDeclStatement):
(JSC::ASTBuilder::createTryStatement):
(JSC::ASTBuilder::createWithStatement):
(JSC::ASTBuilder::addVar):
(JSC::ASTBuilder::Scope::Scope):
(Scope):
(ASTBuilder):
(JSC::ASTBuilder::makeFunctionCallNode): Don't track scope
features here. Instead rely on the base Parser mechanism to track
features.
- parser/NodeInfo.h (NodeInfo, NodeDeclarationInfo): "ScopeFlags".
- parser/Parser.h:
(JSC::Scope::Scope): Manage scope through flags, not
bit-booleans. This lets us uniformly propagate them up and down.
(JSC::Scope::declareWrite):
(JSC::Scope::declareParameter):
(JSC::Scope::useVariable):
(JSC::Scope::collectFreeVariables):
(JSC::Scope::getCapturedVariables):
(JSC::Scope::saveFunctionInfo):
(JSC::Scope::restoreFunctionInfo):
(JSC::Parser::pushScope): Adapt to use scope flags and their
accessors instead of bit-booleans.
- parser/Parser.cpp:
(JSC::::Parser):
(JSC::::parseInner):
(JSC::::didFinishParsing):
(JSC::::parseSourceElements):
(JSC::::parseVarDeclarationList):
(JSC::::parseConstDeclarationList):
(JSC::::parseWithStatement):
(JSC::::parseTryStatement):
(JSC::::parseFunctionBody):
(JSC::::parseFunctionInfo):
(JSC::::parseFunctionDeclaration):
(JSC::::parsePrimaryExpression): Hoist some of the flag handling
out of the "context" (ASTBuilder or SyntaxChecker) and to here.
Does not seem to have a performance impact.
- parser/SourceProviderCacheItem.h (SourceProviderCacheItem):
Cache the scopeflags.
- parser/SyntaxChecker.h: Remove evalCount() decl.
- runtime/Executable.cpp:
(JSC::EvalExecutable::compileInternal):
(JSC::ProgramExecutable::compileInternal):
(JSC::FunctionExecutable::produceCodeBlockFor):
- runtime/Executable.h:
(JSC::ScriptExecutable::ScriptExecutable):
(JSC::ScriptExecutable::usesEval):
(JSC::ScriptExecutable::usesArguments):
(JSC::ScriptExecutable::needsActivation):
(JSC::ScriptExecutable::isStrictMode):
(JSC::ScriptExecutable::recordParse):
(ScriptExecutable): ScopeFlags, not features.
- 4:03 AM Changeset in webkit [110286] by
-
- 4 edits in trunk/LayoutTests
[Qt] Unreviewed gardening.
- platform/qt/Skipped: Skip new tests without expected files, need investigation.
- platform/qt/http/tests/navigation/javascriptlink-frames-expected.png: Updated.
- platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt: Updated.
- 4:02 AM Changeset in webkit [110285] by
-
- 17 edits2 adds in trunk/Source/WebCore
Add SVGRenderingContext and move there the context related code from SVGRenderSupport
https://bugs.webkit.org/show_bug.cgi?id=80413
Reviewed by Nikolas Zimmermann.
This is the first step of refactoring the rendering context for SVG. The
previous context was stateless before, which means the cleanup phase
needed to do a lot of checks to revert the initialization part and
was unaware of failed inititalization. Future code can also add
new local variables to the context.
This patch add a new SVGRenderingContext class, and moves there the context
initialization / cleanup code from SVGRenderSupport. All build systems were
updated.
- CMakeLists.txt:
- GNUmakefile.list.am:
- Target.pri:
- WebCore.gypi:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- rendering/svg/RenderSVGAllInOne.cpp:
- rendering/svg/RenderSVGContainer.cpp:
(WebCore::RenderSVGContainer::paint):
- rendering/svg/RenderSVGForeignObject.cpp:
(WebCore::RenderSVGForeignObject::paint):
- rendering/svg/RenderSVGImage.cpp:
(WebCore::RenderSVGImage::paint):
- rendering/svg/RenderSVGRoot.cpp:
(WebCore::RenderSVGRoot::paintReplaced):
- rendering/svg/RenderSVGShape.cpp:
(WebCore::RenderSVGShape::paint):
- rendering/svg/SVGInlineFlowBox.cpp:
(WebCore::SVGInlineFlowBox::paint):
- rendering/svg/SVGRenderSupport.cpp:
- rendering/svg/SVGRenderSupport.h:
- rendering/svg/SVGRenderingContext.cpp: Added.
(WebCore):
(WebCore::isRenderingMaskImage):
(WebCore::SVGRenderingContext::~SVGRenderingContext):
(WebCore::SVGRenderingContext::prepareToRenderSVGContent):
- rendering/svg/SVGRenderingContext.h: Added.
(WebCore):
(SVGRenderingContext):
(WebCore::SVGRenderingContext::SVGRenderingContext):
(WebCore::SVGRenderingContext::isRenderingPrepared):
- rendering/svg/SVGRootInlineBox.cpp:
(WebCore::SVGRootInlineBox::paint):
- 3:52 AM CommitterTips edited by
- Add some more tips for unreviewed buildfixes (diff)
- 3:45 AM Changeset in webkit [110284] by
-
- 2 edits in trunk/LayoutTests
[Qt] Gardening, skip 3 failing tests.
Patch by Nándor Huszka <huszka.nandor@stud.u-szeged.hu> on 2012-03-09
Reviewed by Csaba Osztrogonác.
- platform/qt/Skipped:
- 3:16 AM Changeset in webkit [110283] by
-
- 13 edits2 deletes in trunk
Unreviewed, rolling out r110191, r110202, and r110279.
http://trac.webkit.org/changeset/110191
http://trac.webkit.org/changeset/110202
http://trac.webkit.org/changeset/110279
https://bugs.webkit.org/show_bug.cgi?id=80694
They broke !ENABLE(INSPECTOR) builds (Requested by Ossy on
#webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-09
.:
- Source/autotools/symbols.filter:
Source/WebCore:
- WebCore.exp.in:
- testing/Internals.cpp:
- testing/Internals.h:
(WebCore):
(Internals):
- testing/Internals.idl:
Source/WebKit/chromium:
- features.gypi:
Source/WebKit2:
- win/WebKit2.def:
- win/WebKit2CFLite.def:
LayoutTests:
- inspector/elements/highlight-node-expected.txt: Removed.
- inspector/elements/highlight-node.html: Removed.
- 3:13 AM Changeset in webkit [110282] by
-
- 3 edits in trunk/Tools
Make check-webkit-style complain about "no new tests" lines in changelogs
https://bugs.webkit.org/show_bug.cgi?id=80582
Reviewed by David Levin.
- Scripts/webkitpy/style/checkers/changelog.py:
(ChangeLogChecker.check_entry):
- Scripts/webkitpy/style/checkers/changelog_unittest.py:
(ChangeLogCheckerTest.test_no_new_tests):
- 2:56 AM Changeset in webkit [110281] by
-
- 4 edits6 copies2 adds in trunk
Speech JavaScript API: add SpeechGrammar and SpeechGrammarList
https://bugs.webkit.org/show_bug.cgi?id=80417
Reviewed by Adam Barth.
Source/WebCore:
Implement SpeechGrammar and SpeechGrammarList.
(Spec: http://speech-javascript-api-spec.googlecode.com/git/speechapi.html)
Test: fast/speech/scripted/speechgrammar-basics.html
- Modules/speech/DOMWindowSpeech.idl:
- Modules/speech/SpeechGrammar.cpp:
(WebCore):
(WebCore::SpeechGrammar::create):
(WebCore::SpeechGrammar::SpeechGrammar):
- Modules/speech/SpeechGrammar.h:
(WebCore):
(SpeechGrammar):
(WebCore::SpeechGrammar::src):
(WebCore::SpeechGrammar::setSrc):
(WebCore::SpeechGrammar::weight):
(WebCore::SpeechGrammar::setWeight):
- Modules/speech/SpeechGrammar.idl:
- Modules/speech/SpeechGrammarList.cpp:
(WebCore):
(WebCore::SpeechGrammarList::create):
(WebCore::SpeechGrammarList::item):
(WebCore::SpeechGrammarList::addFromUri):
(WebCore::SpeechGrammarList::addFromString):
(WebCore::SpeechGrammarList::SpeechGrammarList):
- Modules/speech/SpeechGrammarList.h:
(WebCore):
(SpeechGrammarList):
(WebCore::SpeechGrammarList::length):
- Modules/speech/SpeechGrammarList.idl:
- WebCore.gypi:
LayoutTests:
Add a test for SpeechGrammar and SpeechGrammarList.
- fast/speech/scripted/speechgrammar-basics-expected.txt: Added.
- fast/speech/scripted/speechgrammar-basics.html: Added.
- 2:39 AM Changeset in webkit [110280] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed, rolling out r110269.
http://trac.webkit.org/changeset/110269
https://bugs.webkit.org/show_bug.cgi?id=80688
It made inspector/elements/highlight-node.html fail everywhere
(Requested by Ossy on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-09
- testing/Internals.idl:
- 1:55 AM Changeset in webkit [110279] by
-
- 2 edits in trunk/Source/WebKit/chromium
[chromium] Unreviewed, build fix after r110191
- features.gypi:
- 1:51 AM Changeset in webkit [110278] by
-
- 2 edits in trunk/Source/WebCore
Web Inspector: [Styles] Click in the first line of rule while editing property starts a new property
https://bugs.webkit.org/show_bug.cgi?id=80507
Reviewed by Vsevolod Vlasov.
- inspector/front-end/StylesSidebarPane.js:
(WebInspector.StylePropertiesSection):
(WebInspector.StylePropertiesSection.prototype._checkWillCancelEditing):
(WebInspector.StylePropertiesSection.prototype._handleSelectorContainerClick):
(WebInspector.StylePropertiesSection.prototype._handleEmptySpaceClick):
(WebInspector.StylePropertyTreeElement.prototype.onattach):
(WebInspector.StylePropertyTreeElement.prototype):
- 1:33 AM Changeset in webkit [110277] by
-
- 2 edits in trunk/Source/WebCore
<rdar://problem/11012024> Fix the build by working around <rdar://problem/10710970>.
- platform/mac/RunLoopMac.mm:
(WebCore::RunLoop::stop):
- 1:27 AM Changeset in webkit [110276] by
-
- 2 edits in trunk/LayoutTests
[Qt] Gardening, skip two failing tests and a timeouting one.
Patch by Nándor Huszka <huszka.nandor@stud.u-szeged.hu> on 2012-03-09
Reviewed by Csaba Osztrogonác.
- platform/qt/Skipped:
- 1:01 AM Changeset in webkit [110275] by
-
- 13 edits4 adds in trunk
FileInputType doesn't support (save|restore)FormControlState
https://bugs.webkit.org/show_bug.cgi?id=80145
Patch by Marja Hölttä <marja@google.com> on 2012-03-09
Reviewed by Kent Tamura.
Source/WebCore:
This enables saving and restoring the state of file upload elements in
unsubmitted forms.
Test: fast/forms/file/recover-file-input-in-unposted-form.html
- html/BaseCheckableInputType.cpp:
(WebCore::BaseCheckableInputType::restoreFormControlState): non-const
- html/BaseCheckableInputType.h:
(BaseCheckableInputType): restoreFormControlState non-const
- html/FileInputType.cpp:
(WebCore::FileInputType::saveFormControlState): save chosen files
(WebCore):
(WebCore::FileInputType::restoreFormControlState): restore chosen files
- html/FileInputType.h:
(FileInputType): overwrite (save|restore)FormControlState
- html/HiddenInputType.cpp:
(WebCore::HiddenInputType::restoreFormControlState): non-const
- html/HiddenInputType.h:
(HiddenInputType): restoreFormControlState non-const
- html/InputType.cpp:
(WebCore::InputType::restoreFormControlState): non-const
- html/InputType.h:
(InputType): restoreFormControlState non-const
- html/PasswordInputType.cpp:
(WebCore::PasswordInputType::restoreFormControlState): non-const
- html/PasswordInputType.h:
(PasswordInputType): restoreFormControlState non-const
LayoutTests:
Tests for saving and restoring the state of file upload elements in unsubmitted forms.
- fast/forms/file/recover-file-input-in-unposted-form-expected.txt: Added.
- fast/forms/file/recover-file-input-in-unposted-form.html: Added.
- platform/wk2/Skipped: The added test needs eventSender.beginDragWithFiles.
- 12:48 AM Changeset in webkit [110274] by
-
- 3 edits3 adds in trunk/LayoutTests
[WebSocket] Add a layout test where server force to disable all extensions
https://bugs.webkit.org/show_bug.cgi?id=80650
Reviewed by Kent Tamura.
- http/tests/websocket/tests/hybi/echo-with-no-extension-expected.txt: Added.
- http/tests/websocket/tests/hybi/echo-with-no-extension.html: Check if extension property is always empty string.
- http/tests/websocket/tests/hybi/echo-with-no-extension_wsh.py: Added a handler which disable all extensions.
(web_socket_do_extra_handshake):
(web_socket_transfer_data):
- http/tests/websocket/tests/hybi/extensions-expected.txt: Updated.
- http/tests/websocket/tests/hybi/extensions.html: Added the case after connection is established.
- 12:42 AM Changeset in webkit [110273] by
-
- 4 edits in trunk/Tools
Unreviewed, rolling out r110250.
http://trac.webkit.org/changeset/110250
https://bugs.webkit.org/show_bug.cgi?id=80682
It made NRWT ignore test_expectations.txt on Qt-WK2 and ignore
qt-linux at all. (Requested by Ossy on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-09
- Scripts/old-run-webkit-tests:
- Scripts/webkitpy/layout_tests/port/qt.py:
(QtPort):
(QtPort.determine_full_port_name):
(QtPort.baseline_search_path):
- Scripts/webkitpy/layout_tests/port/qt_unittest.py:
(QtPortTest):
(QtPortTest._assert_search_path):
(QtPortTest.test_baseline_search_path):
Mar 8, 2012:
- 11:39 PM Changeset in webkit [110272] by
-
- 35 edits1 add2 deletes in trunk
[Qt] Use Qt's module system for install rules and depending on QtWebKit
Instead of rolling our own install rules we now use the same approach as
every other Qt module, by loading qt_module.prf and qt_module_config.prf.
This ensures that we follow the same semantics as the rest of Qt on
what sort of config options are enabled by default (create_cmake eg.).
It also allows us to use QT += webkit instead of the workaround we had
with CONFIG += qtwebkit.
We do however force Qt to always treat our build as a non-developer build,
so the libraries will end up in the WebKit lib directory instead of the
qtbase directory (as with a normal developer-build). This allows us to
keep the webkit-build self-contained. If Qt is a developer build we still
copy the module file manually to Qt, so that you don't have to install
WebKit to make it available.
For non-developer builds of Qt, it is still possible to use the built
WebKit libraries without having to install them, by having the variable
QMAKE_EXTRA_MODULE_FORWARDS set in the project's .qmake.cache file,
pointing to $WEBKITOUTUTDIR/$CONFIGURATION/modules.
https://bugs.webkit.org/show_bug.cgi?id=80590
Reviewed by Simon Hausmann.
- 11:33 PM Changeset in webkit [110271] by
-
- 3 edits in trunk/Source/WebCore
Base the access to CSSStyleDeclaration on the CSSPropertyID instead of the PropertyName
https://bugs.webkit.org/show_bug.cgi?id=80461
Patch by Benjamin Poulain <bpoulain@apple.com> on 2012-03-08
Reviewed by Geoffrey Garen.
Previously, the acces to CSS Style properties was done through a NamedGetter. This caused
the (slow) mapping between CSSPropertyName and CSSPropertyID to be done twice for every acess:
1) canGetItemsForName() prior to the definition of the slot.
2) nameGetter() called from the slot with CSSPropertyName to get the actual value.
This patch changes the access to be based on CSSPropertyID. The slot is defined with the
CSSPropertyID as the customIndex, and the value can be accessed directly when the slot is
called.
To handle the differences create by hadPixelOrPosPrefix, two nearly identical callback are defined,
one for hadPixelOrPosPrefix, the other for !hadPixelOrPosPrefix.
The performance gain is about 19% when accessing CSS properties.
- bindings/js/JSCSSStyleDeclarationCustom.cpp:
(WebCore::getPropertyValueFallback):
(WebCore::cssPropertyGetterPixelOrPosPrefix):
(WebCore):
(WebCore::cssPropertyGetterPixelOrPosPrefixCallback):
(WebCore::cssPropertyGetter):
(WebCore::cssPropertyGetterCallback):
(WebCore::JSCSSStyleDeclaration::getOwnPropertySlotDelegate):
(WebCore::JSCSSStyleDeclaration::getOwnPropertyDescriptorDelegate):
- css/CSSStyleDeclaration.idl:
- 11:33 PM Changeset in webkit [110270] by
-
- 1 edit2 adds in trunk/Source/WebKit/efl
[Texmap][EFL] Implementation of AcceleratedCompositingContext for EFL port
https://bugs.webkit.org/show_bug.cgi?id=80266
Patch by Hyowon Kim <hw1008.kim@samsung.com> on 2012-03-08
Reviewed by Noam Rosenthal.
This patch adds EFL's implementation of AcceleratedCompositingContext to WebCoreSupport.
- WebCoreSupport/AcceleratedCompositingContextEfl.cpp: Added.
(WebCore):
(WebCore::AcceleratedCompositingContext::create):
(WebCore::AcceleratedCompositingContext::AcceleratedCompositingContext):
(WebCore::AcceleratedCompositingContext::~AcceleratedCompositingContext):
(WebCore::AcceleratedCompositingContext::initialize):
(WebCore::AcceleratedCompositingContext::syncLayersNow):
(WebCore::AcceleratedCompositingContext::renderLayers):
(WebCore::AcceleratedCompositingContext::attachRootGraphicsLayer):
(WebCore::AcceleratedCompositingContext::context):
- WebCoreSupport/AcceleratedCompositingContextEfl.h: Added.
(WebCore):
(AcceleratedCompositingContext):
- 11:30 PM Changeset in webkit [110269] by
-
- 2 edits in trunk/Source/WebCore
[Qt] Fix Qt minimal build
- 11:21 PM Changeset in webkit [110268] by
-
- 2 edits in trunk/Source/JavaScriptCore
Build fix for MSVC after r110266
Unreviewed. A #ifdef for MSVC was left over in r110266.
Patch by Benjamin Poulain <bpoulain@apple.com> on 2012-03-08
- runtime/RegExpObject.h:
(RegExpObject):
- 11:16 PM Changeset in webkit [110267] by
-
- 16 edits in trunk/Source/WebCore
[chromium] Remove dead CoreGraphics code from chromium compositor implementation
https://bugs.webkit.org/show_bug.cgi?id=80470
Patch by James Robinson <jamesr@chromium.org> on 2012-03-08
Reviewed by Adam Barth.
We haven't supported CoreGraphics as a raster backend in chromium for a few months and do not plan to do so, so
it's time to remove the USE(CG) #ifdefs from our compositor and just rely on USE(SKIA) being set. This also
slightly simplifies how PlatformCanvas works.
- platform/graphics/chromium/BitmapSkPictureCanvasLayerTextureUpdater.cpp:
- platform/graphics/chromium/BitmapSkPictureCanvasLayerTextureUpdater.h:
- platform/graphics/chromium/ContentLayerChromium.cpp:
(WebCore::ContentLayerChromium::createTextureUpdaterIfNeeded):
- platform/graphics/chromium/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp:
(WebCore::FrameBufferSkPictureCanvasLayerTextureUpdater::updateTextureRect):
- platform/graphics/chromium/FrameBufferSkPictureCanvasLayerTextureUpdater.h:
- platform/graphics/chromium/ImageLayerChromium.h:
- platform/graphics/chromium/LayerChromium.cpp:
- platform/graphics/chromium/LayerRendererChromium.cpp:
(WebCore::LayerRendererChromium::initialize):
- platform/graphics/chromium/LayerRendererChromium.h:
- platform/graphics/chromium/PlatformCanvas.cpp:
(WebCore::PlatformCanvas::createBackingCanvas):
(WebCore::PlatformCanvas::AutoLocker::AutoLocker):
(WebCore::PlatformCanvas::AutoLocker::~AutoLocker):
(WebCore):
(WebCore::PlatformCanvas::AutoLocker::pixels):
(WebCore::PlatformCanvas::Painter::Painter):
- platform/graphics/chromium/PlatformCanvas.h:
(WebCore):
(AutoLocker):
(Painter):
(PlatformCanvas):
- platform/graphics/chromium/SkPictureCanvasLayerTextureUpdater.cpp:
- platform/graphics/chromium/SkPictureCanvasLayerTextureUpdater.h:
- 10:49 PM Changeset in webkit [110266] by
-
- 3 edits in trunk/Source/JavaScriptCore
Allocate the RegExpObject's data with the Cell
https://bugs.webkit.org/show_bug.cgi?id=80654
Patch by Benjamin Poulain <bpoulain@apple.com> on 2012-03-08
Reviewed by Gavin Barraclough.
This patch removes the creation of RegExpObject's data to avoid the overhead
create by the allocation and destruction.
We RegExp are created repeatedly, this provides some performance improvment.
The PeaceKeeper test stringDetectBrowser improves by 10%.
- runtime/RegExpObject.cpp:
(JSC::RegExpObject::RegExpObject):
(JSC::RegExpObject::visitChildren):
(JSC::RegExpObject::getOwnPropertyDescriptor):
(JSC::RegExpObject::defineOwnProperty):
(JSC::RegExpObject::match):
- runtime/RegExpObject.h:
(JSC::RegExpObject::setRegExp):
(JSC::RegExpObject::regExp):
(JSC::RegExpObject::setLastIndex):
(JSC::RegExpObject::getLastIndex):
(RegExpObject):
- 10:20 PM Changeset in webkit [110265] by
-
- 2 edits in trunk/Tools
Unreviewed. Update my email.
- Scripts/webkitpy/common/config/committers.py:
- 10:19 PM Changeset in webkit [110264] by
-
- 10 edits11 copies1 move1 delete in trunk/Source
Source/JavaScriptCore: Separate WTF parts of JavaScriptCoreGenerated into WTFGenerated for Windows build
https://bugs.webkit.org/show_bug.cgi?id=80657
Preparation for WTF separation from JavaScriptCore.
The "Generated" vcproj files on Windows are necessary so Visual Studio can calculate correct
dependencies for generated files.
This also removes the PGO build targets from the WTF code, since we can't build instrumentation/optimization
versions of the WTF code independent of the JavaScriptCore code.
Reviewed by Jessie Berlin.
- JavaScriptCore.vcproj/JavaScriptCore.sln: Add WTFGenerated, update dependent projects.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.make: Removed WTF specific parts.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj: Removed WTF specific parts.
- JavaScriptCore.vcproj/JavaScriptCore/build-generated-files.sh: Removed WTF specific parts.
- JavaScriptCore.vcproj/JavaScriptCore/copy-files.cmd: Removed WTF specific parts.
- JavaScriptCore.vcproj/JavaScriptCore/work-around-vs-dependency-tracking-bugs.py: Removed.
- JavaScriptCore.vcproj/JavaScriptCoreSubmit.sln: Add WTFGenerated, update dependent projects.
- JavaScriptCore.vcproj/WTF/WTF.vcproj: Remove PGO targets from WTF.
- JavaScriptCore.vcproj/WTF/WTFGenerated.make: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.make.
- JavaScriptCore.vcproj/WTF/WTFGenerated.vcproj: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj.
- JavaScriptCore.vcproj/WTF/WTFGeneratedCommon.vsprops: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGeneratedCommon.vsprops.
- JavaScriptCore.vcproj/WTF/WTFGeneratedDebug.vsprops: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGeneratedDebug.vsprops.
- JavaScriptCore.vcproj/WTF/WTFGeneratedDebugAll.vsprops: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGeneratedDebugAll.vsprops.
- JavaScriptCore.vcproj/WTF/WTFGeneratedDebugCairoCFLite.vsprops: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGeneratedDebugCairoCFLite.vsprops.
- JavaScriptCore.vcproj/WTF/WTFGeneratedProduction.vsprops: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGeneratedProduction.vsprops.
- JavaScriptCore.vcproj/WTF/WTFGeneratedRelease.vsprops: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGeneratedRelease.vsprops.
- JavaScriptCore.vcproj/WTF/WTFGeneratedReleaseCairoCFLite.vsprops: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGeneratedReleaseCairoCFLite.vsprops.
- JavaScriptCore.vcproj/WTF/WTFReleasePGO.vsprops: Removed.
- JavaScriptCore.vcproj/WTF/build-generated-files.sh: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/build-generated-files.sh.
- JavaScriptCore.vcproj/WTF/copy-files.cmd: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/copy-files.cmd.
- JavaScriptCore.vcproj/WTF/work-around-vs-dependency-tracking-bugs.py: Copied from Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/work-around-vs-dependency-tracking-bugs.py.
Source/WebKit/win: Separate WTF parts of JavaScriptCoreGenerated into WTFGenerated for Windows build
https://bugs.webkit.org/show_bug.cgi?id=80657
Preparation for WTF separation from JavaScriptCore.
The "Generated" vcproj files on Windows are necessary so Visual Studio can calculate correct
dependencies for generated files.
Reviewed by Jessie Berlin.
- WebKit.vcproj/WebKit.sln: Add WTFGenerated, update dependent projects.
- 10:08 PM Changeset in webkit [110263] by
-
- 5 edits in trunk/Source/WebCore
Get rid of itemTypeAttributeChanged
https://bugs.webkit.org/show_bug.cgi?id=80666
Reviewed by Adam Barth.
This function is unnecessay as we can invalidate m_microDataItemListCaches
in invalidateCachesThatDependOnAttributes as done for other node lists.
- dom/Node.cpp:
(WebCore::Node::invalidateNodeListsCacheAfterAttributeChanged):
(WebCore::NodeListsNodeData::invalidateCachesThatDependOnAttributes):
- dom/Node.h:
- dom/NodeRareData.h:
(NodeListsNodeData):
- html/HTMLElement.cpp:
(WebCore::HTMLElement::parseAttribute):
- 9:55 PM Changeset in webkit [110262] by
-
- 3 edits in trunk/Source/WebCore
Unreviewed, rolling out r108616.
http://trac.webkit.org/changeset/108616
https://bugs.webkit.org/show_bug.cgi?id=80676
breaks animation on Safari welcome page (Requested by smfr on
#webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-08
- page/animation/AnimationController.cpp:
(WebCore::AnimationController::updateAnimations):
- page/animation/AnimationControllerPrivate.h:
(AnimationControllerPrivate):
- 9:52 PM Changeset in webkit [110261] by
-
- 4 edits in trunk/Source
Fix the build of WebKit with WTFURL following the removal of ForwardingHeaders/wtf
https://bugs.webkit.org/show_bug.cgi?id=80652
Reviewed by Eric Seidel.
Source/JavaScriptCore:
Fix the header, URLSegments.h is not part of the API.
- wtf/url/api/ParsedURL.h:
Source/WebCore:
The fowarding headers have been removed, we must now use the full path to the header.
- platform/KURLWTFURLImpl.h:
- 9:00 PM Changeset in webkit [110260] by
-
- 2 edits in trunk/Source/WebCore
Change calcRadiiFor to IntSize
https://bugs.webkit.org/show_bug.cgi?id=80655
Reviewed by Simon Fraser.
Borders and RoundedRect are both represented with pixel precision. As
such it doesn't make sense for calcRadiiFor to use subpixel units, it
just adds unnecessary type conversions.
No new tests, no new functionality.
- rendering/style/RenderStyle.cpp:
(WebCore::calcRadiiFor):
- 8:43 PM Changeset in webkit [110259] by
-
- 3 edits in trunk/Source/WebCore
[chromium] Encapsulate mask layer settings in LayerChromium
https://bugs.webkit.org/show_bug.cgi?id=80646
Reviewed by James Robinson.
If a WebLayer sets a mask layer, the setIsMask flag will not get set
properly and the mask layer will not turn off tiling. This was only
being set through GraphicsLayerChromium. Move this flag into
LayerChromium so that it always gets set.
Test: LayoutTests/compositing/
- platform/graphics/chromium/GraphicsLayerChromium.cpp:
(WebCore::GraphicsLayerChromium::setMaskLayer):
- platform/graphics/chromium/LayerChromium.cpp:
(WebCore::LayerChromium::setMaskLayer):
- 8:28 PM Changeset in webkit [110258] by
-
- 2 edits in trunk/Tools
Recent changes to chromium.py etc. broke chromium_android.py
https://bugs.webkit.org/show_bug.cgi?id=80623
Reviewed by Dirk Pranke.
- Scripts/webkitpy/layout_tests/port/chromium_android.py:
(ChromiumAndroidDriver.init):
(ChromiumAndroidDriver._start):
- 8:27 PM Changeset in webkit [110257] by
-
- 3 edits2 adds in trunk
margins on flex-align: baseline are double counted
https://bugs.webkit.org/show_bug.cgi?id=80645
Reviewed by Ojan Vafai.
Source/WebCore:
Fix a bug where we're counting the margins on baseline aligned
children twice. Also add some test cases to make sure we handle
wrap-reverse baseline alignment properly.
Tests: css3/flexbox/multiline-reverse-wrap-baseline-expected.html
css3/flexbox/multiline-reverse-wrap-baseline.html
- rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::layoutAndPlaceChildren):
LayoutTests:
- css3/flexbox/multiline-reverse-wrap-baseline-expected.html: Added.
- css3/flexbox/multiline-reverse-wrap-baseline.html: Added.
- 8:07 PM Changeset in webkit [110256] by
-
- 2 edits in trunk/Tools
[Chromium] Exception running reftest with --no-pixel-tests
https://bugs.webkit.org/show_bug.cgi?id=80642
Reviewed by Dirk Pranke.
- Scripts/webkitpy/layout_tests/port/chromium.py:
(ChromiumDriver.init):
(ChromiumDriver._wrapper_options):
- 7:52 PM Changeset in webkit [110255] by
-
- 4 edits in trunk/Source/WebCore
[chromium] Pass setVisibility to CCLayerTreeHostImpl regardless of LRC initialization status
https://bugs.webkit.org/show_bug.cgi?id=80584
Reviewed by James Robinson.
- platform/graphics/chromium/cc/CCLayerTreeHost.cpp:
(WebCore::CCLayerTreeHost::setVisible):
(WebCore::CCLayerTreeHost::didBecomeInvisibleOnImplThread):
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp:
(WebCore::CCLayerTreeHostImpl::setVisible):
(WebCore::CCLayerTreeHostImpl::initializeLayerRenderer):
- 7:43 PM Changeset in webkit [110254] by
-
- 6 edits in trunk/Source/WebKit2
[Qt][WK2] Allow transparent WebViews
https://bugs.webkit.org/show_bug.cgi?id=80608
Reviewed by Tor Arne Vestbø.
Added support for transparentBackground in QQuickWebViewExperimental.
This uses the existing drawsTransparentBackground property in WebKit2.
Also, changed LayerTreeHostQt to set the contentsOpaque flag when the root layer changes,
otherwise the change doesn't take effect.
A new API test was added.
- UIProcess/API/qt/qquickwebview.cpp:
(QQuickWebViewPrivate::setTransparentBackground):
(QQuickWebViewPrivate::transparentBackground):
(QQuickWebViewExperimental::transparentBackground):
(QQuickWebViewExperimental::setTransparentBackground):
- UIProcess/API/qt/qquickwebview_p.h:
- UIProcess/API/qt/qquickwebview_p_p.h:
(QQuickWebViewPrivate):
- UIProcess/API/qt/tests/qquickwebview/tst_qquickwebview.cpp:
(tst_QQuickWebView):
(tst_QQuickWebView::transparentWebViews):
- WebProcess/WebPage/qt/LayerTreeHostQt.cpp:
(WebKit::LayerTreeHostQt::LayerTreeHostQt):
(WebKit::LayerTreeHostQt::setRootCompositingLayer):
- 7:35 PM Changeset in webkit [110253] by
-
- 1 edit8 moves in trunk/LayoutTests
rename flexbox tests to describe what is actually being tested
https://bugs.webkit.org/show_bug.cgi?id=80636
Reviewed by Ojan Vafai.
- css3/flexbox/flex-algorithm-expected.txt: Renamed from LayoutTests/css3/flexbox/001-expected.txt.
- css3/flexbox/flex-algorithm-min-max-expected.txt: Renamed from LayoutTests/css3/flexbox/003-expected.txt.
- css3/flexbox/flex-algorithm-min-max.html: Renamed from LayoutTests/css3/flexbox/003.html.
- css3/flexbox/flex-algorithm-with-margins-expected.txt: Renamed from LayoutTests/css3/flexbox/002-expected.txt.
- css3/flexbox/flex-algorithm-with-margins.html: Renamed from LayoutTests/css3/flexbox/002.html.
- css3/flexbox/flex-algorithm.html: Renamed from LayoutTests/css3/flexbox/001.html.
- css3/flexbox/flex-pack-expected.txt: Renamed from LayoutTests/css3/flexbox/004-expected.txt.
- css3/flexbox/flex-pack.html: Renamed from LayoutTests/css3/flexbox/004.html.
- 7:25 PM Changeset in webkit [110252] by
-
- 7 edits in trunk/Source
[chromium] Ensure that the cc thread animation framework continues to tick when the tab is backgrounded
https://bugs.webkit.org/show_bug.cgi?id=77668
Patch by Ian Vollick <vollick@chromium.org> on 2012-03-08
Reviewed by James Robinson.
Source/WebCore:
Tested in CCLayerTreeHostTestTickAnimationWhileBackgrounded
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp:
(CCLayerTreeHostImplTimeSourceAdapter):
(WebCore::CCLayerTreeHostImplTimeSourceAdapter::create):
(WebCore::CCLayerTreeHostImplTimeSourceAdapter::~CCLayerTreeHostImplTimeSourceAdapter):
(WebCore::CCLayerTreeHostImplTimeSourceAdapter::onTimerTick):
(WebCore::CCLayerTreeHostImplTimeSourceAdapter::setActive):
(WebCore::CCLayerTreeHostImplTimeSourceAdapter::CCLayerTreeHostImplTimeSourceAdapter):
(WebCore):
(WebCore::CCLayerTreeHostImpl::CCLayerTreeHostImpl):
(WebCore::CCLayerTreeHostImpl::setVisible):
(WebCore::CCLayerTreeHostImpl::animateLayers):
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.h:
(WebCore):
(CCLayerTreeHostImpl):
- platform/graphics/chromium/cc/CCProxy.cpp:
(WebCore::CCProxy::currentThread):
(WebCore):
(WebCore::CCProxy::isMainThread):
(WebCore::CCProxy::isImplThread):
(WebCore::CCProxy::setCurrentThreadIsImplThread):
- platform/graphics/chromium/cc/CCProxy.h:
(CCProxy):
Source/WebKit/chromium:
- tests/CCLayerTreeHostTest.cpp:
(WTF::CCLayerTreeHostTest::postAddInstantAnimationToMainThread):
(CCLayerTreeHostTest):
(WTF::CCLayerTreeHostTest::dispatchAddInstantAnimation):
(WTF::CCLayerTreeHostTest::dispatchAddAnimation):
(WTF::CCLayerTreeHostTestAddAnimation::beginTest):
(WTF):
(CCLayerTreeHostTestTickAnimationWhileBackgrounded):
(WTF::CCLayerTreeHostTestTickAnimationWhileBackgrounded::CCLayerTreeHostTestTickAnimationWhileBackgrounded):
(WTF::CCLayerTreeHostTestTickAnimationWhileBackgrounded::beginTest):
(WTF::CCLayerTreeHostTestTickAnimationWhileBackgrounded::animateLayers):
(WTF::CCLayerTreeHostTestTickAnimationWhileBackgrounded::afterTest):
(WTF::TEST_F):
- 7:21 PM Changeset in webkit [110251] by
-
- 2 edits in trunk/Source/WebCore
[chromium] Only build NEON files if target_arch=="arm"
https://bugs.webkit.org/show_bug.cgi?id=80626
Currently, webcore_arm_neon will compile a bunch of files
whose contents are completely ifdef'd away on non-arm, and
then bundle all the generated empty .o files into a useless
libwebcore_arm_neon.a. Don't do this.
Reviewed by Tony Chang.
- WebCore.gyp/WebCore.gyp:
- WebCore.gypi:
- 7:07 PM Changeset in webkit [110250] by
-
- 4 edits in trunk/Tools
[NRWT] Fix --platform=qt-5.0 --new-baseline combo
https://bugs.webkit.org/show_bug.cgi?id=72489
Patch by Rafael Brandao <rafael.lobo@openbossa.org> on 2012-03-08
Reviewed by Dirk Pranke.
NRWT: The default platform name for Qt combined with --webkit-test-runner is now
"qt-5.0-wk2" instead of "qt-linux" and that name is now prefered for tests.
--platform will override the platform name and then we'll use it.
ORWT: We check for qt version and use platform name "qt-4.8" if the version is lower
than 5.0.0, and then we choose between "qt-5.0-wk1" and "qt-5.0-wk2". --platform will
override it in the end.
- Scripts/old-run-webkit-tests:
- Scripts/webkitpy/layout_tests/port/qt.py:
(QtPort):
(QtPort.determine_full_port_name):
(QtPort.baseline_search_path):
- Scripts/webkitpy/layout_tests/port/qt_unittest.py:
(QtPortTest):
(QtPortTest._assert_search_path):
(QtPortTest.test_baseline_search_path):
- 7:05 PM Changeset in webkit [110249] by
-
- 2 edits in trunk/Source/WebCore
[BlackBerry] Fix warning in PlatformTouchEventBlackBerry.cpp
https://bugs.webkit.org/show_bug.cgi?id=80621
Fixes a warning seen when control reaches the end of a
non-void function. Return TouchCancel in the 'default' case.
Patch by Nima Ghanavatian <nghanavatian@rim.com> on 2012-03-08
Reviewed by Rob Buis.
- platform/blackberry/PlatformTouchEventBlackBerry.cpp:
(WebCore::touchEventType):
- 6:53 PM Changeset in webkit [110248] by
-
- 2 edits in trunk/Source/WebKit2
GTK+ build fix. Only try to get the backing from the layer in when
ACCELERATED_COMPOSITING is enabled.
Rubber-stamped by Ryosuke Niwa.
- WebProcess/FullScreen/WebFullScreenManager.cpp:
(WebKit::screenRectOfContents):
- 6:50 PM Changeset in webkit [110247] by
-
- 2 edits in trunk/Source/WebCore
[chromium] Using wrong scissor rect for draw culling
https://bugs.webkit.org/show_bug.cgi?id=80624
Patch by Dana Jansens <danakj@chromium.org> on 2012-03-08
Reviewed by Adrienne Walker.
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp:
(WebCore::CCLayerTreeHostImpl::optimizeRenderPasses):
- 6:33 PM Changeset in webkit [110246] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, update chromium test expectations.
- platform/chromium/test_expectations.txt:
- 6:30 PM Changeset in webkit [110245] by
-
- 2 edits in trunk/Source/WebKit/chromium
[chromium] Force the Canvas2D GPU texture cache to 0 bytes for backgrounded tabs.
https://bugs.webkit.org/show_bug.cgi?id=79948
Patch by Jeff Timanus <twiz@chromium.org> on 2012-03-08
Reviewed by Stephen White.
- src/GraphicsContext3DChromium.cpp:
(WebCore::GrMemoryAllocationChangedCallback::onGpuMemoryAllocationChanged):
(WebCore::GraphicsContext3DPrivate::grContext):
(WebCore::GraphicsContext3DPrivate::setVisibilityCHROMIUM):
- 6:25 PM Changeset in webkit [110244] by
-
- 1 edit19 adds2 deletes in trunk/LayoutTests
Fix some Leopard tests that broke with r110229.
- platform/chromium-mac-leopard/fast/table/cell-coalescing-expected.png: Added.
- platform/chromium-mac-leopard/fast/table/floating-th-expected.png: Added.
- platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.txt: Added.
- platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.txt: Added.
- platform/chromium-mac-leopard/fast/text/international/bidi-CS-after-AN-expected.txt: Added.
- platform/chromium-mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Added.
- platform/chromium-mac-leopard/fast/text/international/thai-baht-space-expected.txt: Removed.
- platform/chromium-mac-leopard/fast/text/wbr-pre-expected.png: Added.
- platform/chromium-mac-leopard/fast/text/whitespace/001-expected.png: Added.
- platform/chromium-mac-leopard/fast/text/whitespace/019-expected.png: Added.
- platform/chromium-mac-leopard/fast/text/whitespace/023-expected.png: Added.
- platform/chromium-mac-leopard/fast/text/whitespace/028-expected.png: Added.
- platform/chromium-mac-leopard/fast/text/whitespace/029-expected.png: Added.
- platform/chromium-mac-leopard/fast/text/whitespace/pre-newline-box-test-expected.png: Added.
- platform/chromium-mac-leopard/fast/writing-mode/border-vertical-lr-expected.txt: Removed.
- platform/chromium-mac-leopard/fast/xsl/xslt-enc-cyr-expected.png: Added.
- platform/chromium-mac-leopard/fast/xsl/xslt-enc-expected.png: Added.
- platform/chromium-mac-leopard/fast/xsl/xslt-enc16-expected.png: Added.
- platform/chromium-mac-leopard/fast/xsl/xslt-enc16to16-expected.png: Added.
- platform/chromium-mac-leopard/fast/xsl/xslt-extra-content-at-end-expected.png: Added.
- platform/chromium-mac-leopard/fast/xsl/xslt_unicode-expected.png: Added.
- 6:24 PM Changeset in webkit [110243] by
-
- 4 edits2 adds in trunk
REGRESSION (r105396): Dragging an iWork document into icloud.com opens it in the Mac app instead of uploading it to icloud.com
https://bugs.webkit.org/show_bug.cgi?id=79443
Reviewed by Ryosuke Niwa.
Source/WebCore:
icloud.com registers a drop event handler that sets display:none on the
file input element receiving the drop. After dispatching the drop event,
DragController hit tests the position under the mouse to see if it is a
file input element in need of receiving files. Since the file input
element has lost its renderer, it cannot be found by hit testing, so
the dropped file is never attached to the file input element, no change
event fires, and no upload commences. We want these things to happen
even if the element is no longer visible.
Since we already keep track of the file input element under the mouse
via m_fileInputElementUnderMouse, this additional hit test is
unnecessary. Use m_fileInputElementUnderMouse in concludeEditDrag()
when dropping files.
Test: fast/events/file-input-hidden-in-ondrop.html
- page/DragController.cpp:
(WebCore::DragController::concludeEditDrag): Use
m_fileInputElementUnderMouse instead of the element returned by hit
testing. Assert that m_fileInputElementUnderMouse equals the hit tested
element unless m_fileInputElementUnderMouse doesn't have a renderer.
LayoutTests:
- fast/events/file-input-hidden-in-ondrop-expected.txt: Added.
- fast/events/file-input-hidden-in-ondrop.html: Added.
- platform/wk2/Skipped: WebKitTestRunner doesn't support
EventSender.beginDragWithFiles().
- 6:19 PM Changeset in webkit [110242] by
-
- 3 edits in trunk/Source/WebKit/chromium
[chromium] Replace completelyContains with Region::contains()
https://bugs.webkit.org/show_bug.cgi?id=80617
Patch by Dana Jansens <danakj@chromium.org> on 2012-03-08
Reviewed by James Robinson.
- tests/CCLayerTestCommon.cpp:
(CCLayerTestCommon):
(CCLayerTestCommon::verifyQuadsExactlyCoverRect):
- tests/CCLayerTestCommon.h:
(CCLayerTestCommon):
- 5:53 PM Changeset in webkit [110241] by
-
- 66 edits64 copies192 moves225 adds146 deletes in trunk/LayoutTests
Moar Chromium Lion rebaselines.
- 5:27 PM Changeset in webkit [110240] by
-
- 1 edit15 adds in trunk/LayoutTests
[chromium] more comprehensive tests for gesture scrolling
https://bugs.webkit.org/show_bug.cgi?id=80201
Prior to landing some changes to EventHandler::handleGestureEvent, add
some tests to ensure that the behaviour of handleGestureEvent and
handleWheelEvent don't regress.
Patch by Robert Kroeger <rjkroege@chromium.org> on 2012-03-08
Reviewed by Dimitri Glazkov.
- fast/events/touch/gesture/resources/gesture-helpers.js: Added: utility functions.
(recordWheel):
(recordScroll):
(exitIfNecessary):
(checkTestDependencies):
(checkScrollOffset):
- fast/events/touch/gesture/resources/scroll-inside-iframe.html: Added.
- fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt: Added.
- fast/events/touch/gesture/touch-gesture-scroll-div.html: Added.
- fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt: Added.
- fast/events/touch/gesture/touch-gesture-scroll-iframe.html: Added.
- fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt: Added.
- fast/events/touch/gesture/touch-gesture-scroll-page.html: Added.
- fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt: Added.
- fast/events/touch/gesture/touch-gesture-scroll-shy-target.html: Added.
- platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt: Added.
- platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt: Added.
- platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt: Added.
- platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt: Added.
- 5:22 PM Changeset in webkit [110239] by
-
- 1 edit in branches/subpixellayout/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp
Fix alignment in RenderDeprecatedFlexibleBox on branch.
- 5:22 PM Changeset in webkit [110238] by
-
- 11 edits in trunk/Source
Mac build fix for micro data API.
Source/JavaScriptCore:
- Configurations/FeatureDefines.xcconfig:
Source/WebCore:
- Configurations/FeatureDefines.xcconfig:
- WebCore.xcodeproj/project.pbxproj:
- dom/Document.cpp:
(WebCore::Document::removeCachedMicroDataItemList):
- html/HTMLElement.idl:
Source/WebKit/mac:
- Configurations/FeatureDefines.xcconfig:
Source/WebKit2:
- Configurations/FeatureDefines.xcconfig:
- 5:13 PM Changeset in webkit [110237] by
-
- 2 edits in trunk/LayoutTests
[chromium] Unreviewed gardening.
- platform/chromium/test_expectations.txt:
- 5:11 PM Changeset in webkit [110236] by
-
- 2 edits2 deletes in trunk/LayoutTests
[chromium] Unreviewed gardening.
- platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
- platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
- 5:07 PM Changeset in webkit [110235] by
-
- 2 edits in trunk/LayoutTests
[chromium] Unreviewed gardening.
Mark a bunch of tests as failing on Leopard.
- platform/chromium/test_expectations.txt:
- 4:59 PM Changeset in webkit [110234] by
-
- 13 edits in branches/subpixellayout/Source/WebCore
More int/layoutunit fixes for subpixel branch.
- 4:49 PM Changeset in webkit [110233] by
-
- 5 edits3 adds in trunk
String.prototype.match and replace do not clear global regexp lastIndex per ES5.1 15.5.4.10
https://bugs.webkit.org/show_bug.cgi?id=26890
Reviewed by Oliver Hunt.
Per 15.10.6.2 step 9.a.1 called via the action of the last iteration of 15.5.4.10 8.f.i.
Source/JavaScriptCore:
- runtime/StringPrototype.cpp:
(JSC::replaceUsingRegExpSearch):
(JSC::stringProtoFuncMatch):
- added calls to setLastIndex.
LayoutTests:
- fast/js/script-tests/string-match.js: Added.
- fast/js/string-match-expected.txt: Added.
- fast/js/string-match.html: Added.
- Added test case for match.
- fast/js/script-tests/string-replace-2.js:
- fast/js/string-replace-2-expected.txt:
- Added tests for update correct lastIndex handling.
- 4:46 PM Changeset in webkit [110232] by
-
- 9 edits in trunk/Source/WebCore
Support [Custom] for static functions
https://bugs.webkit.org/show_bug.cgi?id=80573
Reviewed by Kentaro Hara.
- bindings/scripts/CodeGeneratorJS.pm:
(GenerateHeader): If the function is static, add static qualifier to cpp function.
(GenerateImplementation): Reorganize the function to split out based on the static
attribute, instead of checking for it at every line we output.
If the function is static and not custom, the listed code should be the code in
the rest of the function that did not have the static check. If it is custom, then
we check the number of arguments, and then call the static impl function directly.
If the function is not static, all of the "unless ($function->isStatic)" checks
are removed since it is not necessary.
- bindings/scripts/test/TestObj.idl: Added new test case.
- bindings/scripts/test/JS/JSTestObj.cpp:
(WebCore):
(WebCore::jsTestObjConstructorFunctionClassMethod2):
- bindings/scripts/test/JS/JSTestObj.h:
(JSTestObj):
(WebCore):
- bindings/scripts/test/ObjC/DOMTestObj.h:
- bindings/scripts/test/ObjC/DOMTestObj.mm:
(-[DOMTestObj classMethod2]):
- bindings/scripts/test/V8/V8TestObj.cpp:
(WebCore::ConfigureV8TestObjTemplate):
- bindings/scripts/test/V8/V8TestObj.h:
(V8TestObj):
- 4:41 PM Changeset in webkit [110231] by
-
- 17 edits in trunk/Source/WebCore
Collapse ENABLE(BLOB)|ENABLE(FILE_SYSTEM) to just ENABLE(BLOB)
https://bugs.webkit.org/show_bug.cgi?id=80592
Patch by Mark Pilgrim <pilgrim@chromium.org> on 2012-03-08
Reviewed by Adam Barth.
In anticipation of moving FILE_SYSTEM-related code to Modules/, we
are collapsing combination BLOB/FILE_SYSTEM ifdefs to just
BLOB. In other words, it is assumed from now on that you can not
have FILE_SYSTEM support without BLOB support.
No new tests, all existing tests pass.
- CMakeLists.txt:
- dom/ScriptExecutionContext.cpp:
(WebCore::ScriptExecutionContext::~ScriptExecutionContext):
(WebCore):
(WebCore::ScriptExecutionContext::fileThread):
- dom/ScriptExecutionContext.h:
(WebCore):
(ScriptExecutionContext):
- fileapi/AsyncFileStream.cpp:
- fileapi/AsyncFileStream.h:
- fileapi/FileError.h:
- fileapi/FileException.cpp:
- fileapi/FileException.h:
- fileapi/FileThread.cpp:
- fileapi/FileThread.h:
- fileapi/OperationNotAllowedException.cpp:
- fileapi/OperationNotAllowedException.h:
- platform/FileStream.cpp:
- platform/FileStream.h:
- platform/FileStreamClient.h:
- platform/SchemeRegistry.cpp:
(WebCore::canDisplayOnlyIfCanRequestSchemes):
(WebCore::CORSEnabledSchemes):
(WebCore::SchemeRegistry::registerURLSchemeAsNotAllowingJavascriptURLs):
- 4:31 PM Changeset in webkit [110230] by
-
- 2 edits in trunk/Source/WebKit/blackberry
[BlackBerry] Always use the current focused node when processing focus changes
https://bugs.webkit.org/show_bug.cgi?id=80594
Patch by Mike Fenton <mifenton@rim.com> on 2012-03-08
Reviewed by Antonio Gomes.
Guard against toRange or fromRange being null when called
as part of a clear event.
- WebCoreSupport/EditorClientBlackBerry.cpp:
(WebCore::EditorClientBlackBerry::shouldChangeSelectedRange):
- 4:19 PM Changeset in webkit [110229] by
-
- 249 edits259 copies48 moves246 adds42 deletes in trunk/LayoutTests
NULL renderer possible in WebCore::HTMLInputElement::setCanReceiveDroppedFiles()
https://bugs.webkit.org/show_bug.cgi?id=80648
Patch by Andy Estes <aestes@apple.com> on 2012-03-08
Reviewed by Simon Fraser.
- fast/events/input-element-display-none-in-dragleave-crash-expected.txt: Added.
- fast/events/input-element-display-none-in-dragleave-crash.html: Added.
- platform/wk2/Skipped: WebKitTestRunner doesn't support
EventSender.beginDragWithFiles().
- 4:13 PM Changeset in webkit [110228] by
-
- 4 edits in trunk/Source
Unreviewed Snow Leopard build fix.
On Leopard and Snow Leopard, provide an implementation for -[NSWindow convertRectToScreen:].
Source/WebKit/mac:
- WebView/WebFullScreenController.mm:
(-[NSWindow convertRectToScreen:]):
Source/WebKit2:
- UIProcess/mac/WKFullScreenWindowController.mm:
(-[NSWindow convertRectToScreen:]):
- 3:52 PM Changeset in webkit [110227] by
-
- 9 edits in trunk/Source
Use an explicit attribute to signal that a context prefers to use a discrete GPU
https://bugs.webkit.org/show_bug.cgi?id=80639
Reviewed by Stephen White.
Source/Platform:
Adds preferDiscreteGPU attribute to WebGraphicsContext3D::Attributes. Also remove the forUseOnAnotherThread
attribute, this has been dead code for a while now.
- chromium/public/WebGraphicsContext3D.h:
(WebKit::WebGraphicsContext3D::Attributes::Attributes):
(Attributes):
Source/WebCore:
On platforms that support both integrated and discrete GPUs and can dynamically switch between the two, we
sometimes have a specific preference for a given context. Specifically, contexts used for WebGL and canvas 2d
acceleration should use the discrete GPU if available, but compositor contexts can run fine on an integrated
GPU. Instead of attempting to infer the intent from examining other context attributes, this adds an explicit
attribute to control this behavior.
- html/canvas/WebGLRenderingContext.cpp:
(WebCore):
(WebCore::WebGLRenderingContext::create):
- platform/graphics/GraphicsContext3D.h:
(WebCore::GraphicsContext3D::Attributes::Attributes):
(Attributes):
- platform/graphics/gpu/SharedGraphicsContext3D.cpp:
(WebCore::SharedGraphicsContext3D::get):
Source/WebKit/chromium:
- src/GraphicsContext3DChromium.cpp:
(WebCore::GraphicsContext3DPrivate::getContextAttributes):
(WebCore::GraphicsContext3D::create):
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::createCompositorGraphicsContext3D):
- 3:47 PM Changeset in webkit [110226] by
-
- 4 edits2 adds in trunk
NULL renderer possible in WebCore::HTMLInputElement::setCanReceiveDroppedFiles()
https://bugs.webkit.org/show_bug.cgi?id=80648
Reviewed by Simon Fraser.
Source/WebCore:
Test: fast/events/input-element-display-none-in-dragleave-crash.html
- html/HTMLInputElement.cpp:
(WebCore::HTMLInputElement::setCanReceiveDroppedFiles): NULL-check renderer().
LayoutTests:
- fast/events/input-element-display-none-in-dragleave-crash-expected.txt: Added.
- fast/events/input-element-display-none-in-dragleave-crash.html: Added.
- platform/wk2/Skipped: WebKitTestRunner doesn't support
EventSender.beginDragWithFiles().
- 3:46 PM Changeset in webkit [110225] by
-
- 2 edits in trunk/Source/WebCore
Yet another unreviewed build fix.
Remove an unneeded and Lion-defined window constant from WebCoreFullScreenWindow.
- platform/mac/WebCoreFullScreenWindow.mm:
(-[WebCoreFullScreenWindow initWithContentRect:styleMask:backing:defer:]):
- 3:41 PM Changeset in webkit [110224] by
-
- 27 edits in trunk/Source/WebCore
Switch absoluteRects, culledInlineAbsoluteRects, absoluteBoundingBoxRect, and addFocusRingRects back to integers
https://bugs.webkit.org/show_bug.cgi?id=80545
Reviewed by Simon Fraser.
Converting the above functions, all of which return rects that represent on-screen rects, to IntRects from
LayoutRects.
addFocusRingsRects generates a vector of rects that is handed off directly to the GraphicsContext to be
drawn. Snapping the rects before adding them to the vector saves an extra pass through the vector.
absoluteRects and culledInlineAbsoluteRects are only used by addFocusRingRects, hasNonEmptyBoundingBox (only
to check if they're empty), and absoluteBoundingBoxRect, which is exposed from WebCore and thus should be an
IntRect anyways.
No new tests. No change in behavior.
- dom/Node.cpp:
(WebCore::Node::hasNonEmptyBoundingBox):
- dom/Range.cpp:
(WebCore::Range::boundingBox):
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::absoluteRects):
(WebCore::RenderBlock::addFocusRingRects):
- rendering/RenderBlock.h:
(RenderBlock):
- rendering/RenderInline.cpp:
(WebCore::RenderInline::absoluteRects):
(WebCore::RenderInline::culledInlineAbsoluteRects):
(WebCore::RenderInline::addFocusRingRects):
- rendering/RenderInline.h:
(RenderInline):
- rendering/RenderListBox.cpp:
(WebCore::RenderListBox::addFocusRingRects):
- rendering/RenderListBox.h:
(RenderListBox):
- rendering/RenderObject.cpp:
(WebCore::RenderObject::paintFocusRing):
(WebCore::RenderObject::absoluteBoundingBoxRect):
(WebCore::RenderObject::absoluteFocusRingQuads):
- rendering/RenderObject.h:
(WebCore::RenderObject::absoluteRects):
(RenderObject):
(WebCore::RenderObject::absoluteBoundingBoxRectIgnoringTransforms):
(WebCore::RenderObject::addFocusRingRects):
- rendering/RenderText.cpp:
(WebCore::RenderText::absoluteRects):
(WebCore::RenderText::absoluteRectsForRange):
- rendering/RenderText.h:
(RenderText):
- rendering/RenderTextControl.cpp:
(WebCore::RenderTextControl::addFocusRingRects):
- rendering/RenderTextControl.h:
(RenderTextControl):
- rendering/RenderView.cpp:
(WebCore::RenderView::absoluteRects):
- rendering/RenderView.h:
(RenderView):
- rendering/svg/RenderSVGBlock.cpp:
(WebCore::RenderSVGBlock::absoluteRects):
- rendering/svg/RenderSVGBlock.h:
(RenderSVGBlock):
- rendering/svg/RenderSVGContainer.cpp:
(WebCore::RenderSVGContainer::addFocusRingRects):
- rendering/svg/RenderSVGContainer.h:
(RenderSVGContainer):
- rendering/svg/RenderSVGImage.cpp:
(WebCore::RenderSVGImage::addFocusRingRects):
- rendering/svg/RenderSVGImage.h:
(RenderSVGImage):
- rendering/svg/RenderSVGModelObject.cpp:
(WebCore::RenderSVGModelObject::absoluteRects):
- rendering/svg/RenderSVGModelObject.h:
(RenderSVGModelObject):
- rendering/svg/RenderSVGShape.cpp:
(WebCore::RenderSVGShape::addFocusRingRects):
- rendering/svg/RenderSVGShape.h:
(RenderSVGShape):
- 3:38 PM Changeset in webkit [110223] by
-
- 4 edits in trunk/Source/WebKit2
Further unreviewed build fix.
Add in the WebCore namespace, so that IntRect is pulled in.
- UIProcess/gtk/WebFullScreenManagerProxyGtk.cpp:
- UIProcess/qt/WebFullScreenManagerProxyQt.cpp:
- UIProcess/win/WebFullScreenManagerProxyWin.cpp:
- 3:35 PM Changeset in webkit [110222] by
-
- 2 edits in trunk/Source/WebCore
[V8] Use EventNames instead of strings
https://bugs.webkit.org/show_bug.cgi?id=80649
Reviewed by Ojan Vafai.
No new tests. Covered by existing tests.
- bindings/v8/V8AbstractEventListener.cpp:
(WebCore::V8AbstractEventListener::invokeEventHandler):
- 3:32 PM Changeset in webkit [110221] by
-
- 4 edits1 add in trunk
No-op filter changes color output because of colorspace issues
https://bugs.webkit.org/show_bug.cgi?id=72411
<rdar://problem/10588374>
Reviewed by Dean Jackson.
Redefine "linear RGB" color space on Mac to mean linearized sRGB, instead of linear
Generic RGB. This makes existing CG color matching equivalent to what other ports do via
ImageBuffer::transformColorSpace (which only adjusts gamma, as we will now). Previously,
we were also causing actual (non-gamma) color adjustments which were not reversible.
No new tests, covered by all existing SVG and CSS filter tests.
- Resources/linearSRGB.icc: Added.
- WebCore.xcodeproj/project.pbxproj:
- platform/graphics/cg/GraphicsContextCG.cpp:
(WebCore::linearRGBColorSpaceRef):
- 3:28 PM Changeset in webkit [110220] by
-
- 4 edits in trunk/Source/WebKit2
Unreviewed build fix.
Add stub implementations of beganEnterFullScreen and beganExitFullScreen
to platform-specific WebFullScreenManagerProxy implementations.
- UIProcess/gtk/WebFullScreenManagerProxyGtk.cpp:
(WebKit::WebFullScreenManagerProxy::beganEnterFullScreen):
(WebKit::WebFullScreenManagerProxy::beganExitFullScreen):
- UIProcess/qt/WebFullScreenManagerProxyQt.cpp:
(WebKit::WebFullScreenManagerProxy::beganEnterFullScreen):
(WebKit::WebFullScreenManagerProxy::beganExitFullScreen):
- UIProcess/win/WebFullScreenManagerProxyWin.cpp:
(WebKit::WebFullScreenManagerProxy::beganEnterFullScreen):
(WebKit::WebFullScreenManagerProxy::beganExitFullScreen):
- 3:24 PM Changeset in webkit [110219] by
-
- 13 edits in branches/subpixellayout/Source/WebCore
Fixing asoluteRectsForRange, a misspelling in MathML, and various other small changes.
- 3:24 PM Changeset in webkit [110218] by
-
- 5 edits3 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=80463
RenderImage is using the wrong origin when calling addRelevantRepaintedObject
-and corresponding-
<rdar://problem/10970221>
Reviewed by Dan Bernstein.
Source/WebCore:
Use the exact same rect that we paint with instead of the
visualOverflowRect() which does not always have a correct x and y.
- rendering/RenderImage.cpp:
(WebCore::RenderImage::paintReplaced):
- rendering/RenderVideo.cpp:
(WebCore::RenderVideo::paintReplaced):
Tools:
New test!
- TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
- TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayoutForImages.cpp: Added.
(TestWebKitAPI):
(TestWebKitAPI::didNewFirstVisuallyNonEmptyLayout):
(TestWebKitAPI::setPageLoaderClient):
(TestWebKitAPI::TEST):
- TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayoutForImages_Bundle.cpp: Added.
(TestWebKitAPI):
(NewFirstVisuallyNonEmptyLayoutForImagesTest):
(TestWebKitAPI::NewFirstVisuallyNonEmptyLayoutForImagesTest::NewFirstVisuallyNonEmptyLayoutForImagesTest):
(TestWebKitAPI::NewFirstVisuallyNonEmptyLayoutForImagesTest::didCreatePage):
- TestWebKitAPI/Tests/WebKit2/lots-of-images.html: Added.
- 3:20 PM Changeset in webkit [110217] by
-
- 4 edits in trunk/Source
Add support for ENABLE(LEGACY_NOTIFICATIONS)
https://bugs.webkit.org/show_bug.cgi?id=80497
Reviewed by Adam Barth.
Source/JavaScriptCore:
Prep for b80472: Update API for Web Notifications
- Configurations/FeatureDefines.xcconfig:
Source/WebCore:
Prep for b80472: Update API for Web Notifications
- Configurations/FeatureDefines.xcconfig:
- GNUmakefile.am:
Source/WebKit/mac:
Prep for b80472: Update API for Web Notifications
- Configurations/FeatureDefines.xcconfig:
Source/WebKit2:
Prep for b80472: Update API for Web Notifications
- Configurations/FeatureDefines.xcconfig:
- 3:15 PM Changeset in webkit [110216] by
-
- 5 edits in trunk/Source/WebKit/mac
Full Screen Refactor Part 4: Animate into Full Screen mode using new animation classes, WebKit edition.
https://bugs.webkit.org/show_bug.cgi?id=78930
Reviewed by Anders Carlsson.
Revise WebFullScreenController to have the same general functionality and code path as WKFullScreenWindowController
in WebKit2. As such, the following functions are copies of their equivalents in WKFullScreenWindowController:
- WebView/WebFullScreenController.mm:
(-[WebFullScreenController init]):
(-[WebFullScreenController dealloc]):
(-[WebFullScreenController windowDidLoad]):
(-[WebFullScreenController cancelOperation:]):
(-[WebFullScreenController applicationDidResignActive:]):
(-[WebFullScreenController applicationDidChangeScreenParameters:]):
(-[WebFullScreenController finishedEnterFullScreenAnimation:]):
(-[WebFullScreenController finishedExitFullScreenAnimation:]):
(-[WebFullScreenController close]):
(-[WebFullScreenController animationDidEnd:]):
(-[WebFullScreenController _updateMenuAndDockForFullScreen]):
(-[WebFullScreenController _swapView:with:]):
(createBackgroundFullscreenWindow):
(windowFrameFromApparentFrames):
(-[WebFullScreenController _startEnterFullScreenAnimationWithDuration:]):
(-[WebFullScreenController _startExitFullScreenAnimationWithDuration:]):
The following is a copy of the equivalent function in WebFullScreenManager:
- WebView/WebFullScreenController.mm:
(screenRectOfContents):
- WebCoreSupport/WebChromeClient.mm:
(WebChromeClient::fullScreenRendererChanged): No longer tell the WebView the renderer changed (as it doesn't care.)
- WebView/WebFullScreenController.h:
- WebView/WebFullScreenController.mm:
(-[WebFullScreenController setElement:]): No need to add event listeners to the media element.
(-[WebFullScreenController enterFullScreen:]): Same as WKFullScreenWindowController, but not asynchronous.
(-[WebFullScreenController exitFullScreen]): Ditto.
- WebView/WebView.mm:
(-[WebView _enterFullScreenForElement:WebCore::]): Fullscreen -> FullScreen.
(-[WebView _exitFullScreenForElement:WebCore::]): Ditto.
- 3:15 PM Changeset in webkit [110215] by
-
- 13 edits2 copies in trunk/Source
Full Screen Refactor Part 3: Animate into Full Screen mode using new animation classes.
https://bugs.webkit.org/show_bug.cgi?id=78928
Reviewed by Anders Carlsson.
Source/WebCore:
Move WKFullScreenWindow from WebKit2 into WebCore to be shared by WebKit2 and WebKit.
- WebCore.xcodeproj/project.pbxproj:
- platform/mac/WebCoreFullScreenWindow.h:
- platform/mac/WebCoreFullScreenWindow.mm:
Add symbols for the following classes and functions to the export list:
WebCoreFullScreenWindow
WebWindowScaleAnimation
WebWindowFadeAnimation
ScrollView::contentsToScreen()
RenderObject::localToContainerQuad()
Document::setAnimatingFullScreen()
- WebCore.exp.in:
Source/WebKit2:
Boilerplate changes to WebKit2 IPC messages and supporting functions.
- UIProcess/WebFullScreenManagerProxy.cpp:
(WebKit::WebFullScreenManagerProxy::setAnimatingFullScreen): Added boilerplate.
- UIProcess/WebFullScreenManagerProxy.h:
- UIProcess/WebFullScreenManagerProxy.messages.in:
- UIProcess/mac/WebFullScreenManagerProxyMac.mm:
(WebKit::WebFullScreenManagerProxy::beganEnterFullScreen): Added boilerplate.
(WebKit::WebFullScreenManagerProxy::beganExitFullScreen): Added boilerplate.
- WebProcess/FullScreen/WebFullScreenManager.cpp:
(WebKit::screenRectOfContents): Added. Calculates the screen rect of an element's contents.
(WebKit::WebFullScreenManager::enterFullScreenForElement): Use screenRectOfContents()
(WebKit::WebFullScreenManager::willEnterFullScreen): Ditto. Do not set the background color. Call new BeganEnterFullScreen
XPC message.
(WebKit::WebFullScreenManager::didEnterFullScreen): Do not set the background color.
(WebKit::WebFullScreenManager::willExitFullScreen): Use screenRectOfContents. Do not set the background color. Call new
BeganExitFullScreen XPC message.
(WebKit::WebFullScreenManager::didExitFullScreen): Do not set the background color.
(WebKit::WebFullScreenManager::setAnimatingFullScreen): Added boilerplate.
- WebProcess/FullScreen/WebFullScreenManager.h:
- WebProcess/FullScreen/WebFullScreenManager.messages.in:
- UIProcess/mac/WKFullScreenWindowController.h:
- UIProcess/mac/WKFullScreenWindowController.mm:
(-[WKFullScreenWindowController cancelOperation:]): Renamed from _requestExitWithAnimation:.
(-[WKFullScreenWindowController applicationDidResignActive:]): Call cancelOperation: instead
of _requestExitWithAnimation.
(-[WKFullScreenWindowController applicationDidChangeScreenParameters:]): Set the frame of
both the full screen window and the background window.
(-[WKFullScreenWindowController enterFullScreen:]): Save a rendered image of the current
page to use in the placeholder.
(-[WKFullScreenWindowController beganEnterFullScreenWithInitialFrame:WebCore::finalFrame:WebCore::]): Renamed from
beganEnterFullScreenAnimation.
(-[WKFullScreenWindowController finishedEnterFullScreenAnimation:]): No need to swap
placeholder views here, as they were already swapped in beganEnter...:.
(-[WKFullScreenWindowController exitFullScreen]):
(-[WKFullScreenWindowController beganExitFullScreenWithInitialFrame:WebCore::finalFrame:WebCore::]): Renamed from
beganExitFullScreenAnimation.
(-[WKFullScreenWindowController finishedExitFullScreenAnimation:]): Swap web view back into place.
(-[WKFullScreenWindowController close]):
(-[WKFullScreenWindowController animationDidEnd:]): Added.
(createBackgroundFullscreenWindow): Added.
(windowFrameFromApparentFrames): Added.
(-[WKFullScreenWindowController _startEnterFullScreenAnimationWithDuration:]): Added.
(-[WKFullScreenWindowController _startExitFullScreenAnimationWithDuration:]): Added.
- 3:14 PM Changeset in webkit [110214] by
-
- 17 edits8 deletes in trunk/Source/WebKit2
Full Screen Refactor Part 2: Remove unnecessary WebKit2 APIs for Full Screen made
https://bugs.webkit.org/show_bug.cgi?id=78926
Reviewed by John Sullivan.
The following functions (and also their Proxy versions) were removed completely:
WebFullScreenManager::enterAcceleratedCompositingMode(const LayerTreeContext&)
WebFullScreenManager::exitAcceleratedCompositingMode()
WebFullScreenManager::beganEnterFullScreenAnimation()
WebFullScreenManager::finishedEnterFullScreenAnimation(bool)
WebFullScreenManager::beganExitFullScreenAnimation()
WebFullScreenManager::finishedExitFullScreenAnimation(bool)
WebFullScreenManager::getFullScreenRect(WebCore::IntRect&)
- UIProcess/WebFullScreenManagerProxy.cpp:
- UIProcess/WebFullScreenManagerProxy.h:
(WebKit::WebFullScreenManagerProxy::beginEnterFullScreenAnimation):
(WebKit::WebFullScreenManagerProxy::beginExitFullScreenAnimation):
(WebKit::WebFullScreenManagerProxy::disposeOfLayerClient):
(WebFullScreenManagerProxy):
- UIProcess/WebFullScreenManagerProxy.messages.in:
- UIProcess/gtk/WebFullScreenManagerProxyGtk.cpp:
- UIProcess/mac/WebFullScreenManagerProxyMac.mm:
- UIProcess/qt/WebFullScreenManagerProxyQt.cpp:
- UIProcess/win/WebFullScreenManagerProxyWin.cpp:
(WebKit::WebFullScreenManagerProxy::finishedExitFullScreenAnimation):
- WebKit2.xcodeproj/project.pbxproj:
- WebProcess/FullScreen/WebFullScreenManager.cpp:
(WebKit::WebFullScreenManager::create):
(WebKit::WebFullScreenManager::~WebFullScreenManager):
- WebProcess/FullScreen/WebFullScreenManager.h:
(WebFullScreenManager):
- WebProcess/FullScreen/WebFullScreenManager.messages.in:
- WebProcess/WebCoreSupport/WebChromeClient.cpp:
(WebKit::WebChromeClient::exitFullScreenForElement):
- WebProcess/WebCoreSupport/WebChromeClient.h:
(WebChromeClient):
Additionally, the platform-specific WebFullScreenManager subclasses were removed, as no
platform-specific implementations remained after the above functions were removed:
- GNUmakefile.am:
- Target.pri:
- win/WebKit2.vcproj:
- WebProcess/FullScreen/gtk/WebFullScreenManagerGtk.cpp: Removed.
- WebProcess/FullScreen/gtk/WebFullScreenManagerGtk.h: Removed.
- WebProcess/FullScreen/mac/WebFullScreenManagerMac.h: Removed.
- WebProcess/FullScreen/mac/WebFullScreenManagerMac.mm: Removed.
- WebProcess/FullScreen/qt/WebFullScreenManagerQt.cpp: Removed.
- WebProcess/FullScreen/qt/WebFullScreenManagerQt.h: Removed.
- WebProcess/FullScreen/win/WebFullScreenManagerWin.cpp: Removed.
- WebProcess/FullScreen/win/WebFullScreenManagerWin.h: Removed.
- 3:14 PM Changeset in webkit [110213] by
-
- 6 edits in trunk/Source/WebCore
Full Screen Refactor Part 1: Remove special-case rendering code for Full Screen animation.
https://bugs.webkit.org/show_bug.cgi?id=78925
Reviewed by John Sullivan.
No new tests; no net change in functionality so covered by existing tests.
The following functions had special case code for rendering full-screen elements removed:
- dom/Document.cpp:
(WebCore::Document::webkitWillEnterFullScreenForElement):
(WebCore::Document::webkitDidEnterFullScreenForElement):
(WebCore::Document::webkitWillExitFullScreenForElement):
(WebCore::Document::webkitDidExitFullScreenForElement):
(WebCore::Document::setAnimatingFullScreen):
- page/FrameView.cpp:
(WebCore):
(WebCore::FrameView::updateCompositingLayers):
(WebCore::FrameView::syncCompositingStateForThisFrame):
- rendering/RenderLayerBacking.cpp:
(WebCore::layerOrAncestorIsTransformed):
(WebCore::RenderLayerBacking::updateCompositedBounds):
- rendering/RenderLayerCompositor.cpp:
(WebCore::RenderLayerCompositor::rebuildCompositingLayerTree):
(WebCore::RenderLayerCompositor::requiresCompositingLayer):
- rendering/RenderLayerCompositor.h:
- 3:08 PM Changeset in webkit [110212] by
-
- 8 edits in trunk/Source
Don't enable VIDEO_TRACK on all OS X platforms
https://bugs.webkit.org/show_bug.cgi?id=80635
Reviewed by Eric Carlson.
Source/JavaScriptCore:
- Configurations/FeatureDefines.xcconfig:
Source/WebCore:
- Configurations/FeatureDefines.xcconfig:
Source/WebKit/mac:
- Configurations/FeatureDefines.xcconfig:
Source/WebKit2:
- Configurations/FeatureDefines.xcconfig:
- 3:05 PM Changeset in webkit [110211] by
-
- 271 edits285 copies68 moves173 adds47 deletes in trunk/LayoutTests
Moar Chromium Lion rebaselines.
- 2:58 PM Changeset in webkit [110210] by
-
- 5 edits in trunk
perf-o-matic should incrementally update JSON responses
https://bugs.webkit.org/show_bug.cgi?id=79898
Reviewed by Eric Seidel.
Now that Runs object store test_runs and averages separately,
we can update JSON data incrementally without degrading values.
Also fixed the order of arguments passed to DashboardImage.needs_update
in schedule_runs_update. This bug had caused all chart images to be
updated on every new report.
- Websites/webkit-perf.appspot.com/controller.py:
(schedule_runs_update):
- Websites/webkit-perf.appspot.com/models.py:
(Runs.update_or_insert):
(Runs.update_incrementally):
(Runs):
(Runs.get_by_objects):
- Websites/webkit-perf.appspot.com/models_unittest.py:
(RunsTest._create_results):
(RunsTest.test_generate_runs):
(RunsTest.test_update_or_insert):
(RunsTest.test_update_incrementally):
(RunsTest.test_to_json_with_results):
- Websites/webkit-perf.appspot.com/report_process_handler.py:
(ReportProcessHandler.post):
- 2:55 PM Changeset in webkit [110209] by
-
- 10 edits in trunk
implement flexbox wrap-reverse
https://bugs.webkit.org/show_bug.cgi?id=80552
Reviewed by Ojan Vafai.
Source/WebCore:
No new tests, but additional coverage in:
css3/flexbox/multiline-align.html
css3/flexbox/multiline-pack.html
css3/flexbox/multiline.html
- rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::WrapReverseContext::WrapReverseContext): Helper struct to hold information needed for reversing
the order of lines.
(RenderFlexibleBox::WrapReverseContext):
(WebCore::RenderFlexibleBox::WrapReverseContext::addCrossAxisOffset):
(WebCore::RenderFlexibleBox::WrapReverseContext::addNumberOfChildrenOnLine):
(WebCore::RenderFlexibleBox::WrapReverseContext::lineCrossAxisDelta): Computes the number of pixels to move a line.
(WebCore):
(WebCore::RenderFlexibleBox::layoutFlexItems): Call flipForWrapReverse if needed. This happens
before flipForRightToLeftColumn because otherwise the crossAxisOffsets will be wrong.
(WebCore::flexAlignForChild):
(WebCore::RenderFlexibleBox::alignChildren): Flip alignment in wrap-reverse because the cross directions are flipped.
(WebCore::RenderFlexibleBox::flipForWrapReverse): Flip each line.
- rendering/RenderFlexibleBox.h:
(RenderFlexibleBox):
LayoutTests:
- css3/flexbox/multiline-align-expected.txt:
- css3/flexbox/multiline-align.html:
- css3/flexbox/multiline-expected.txt:
- css3/flexbox/multiline-pack-expected.txt:
- css3/flexbox/multiline-pack.html:
- css3/flexbox/multiline.html:
- 2:53 PM Changeset in webkit [110208] by
-
- 3 edits in trunk/Source/JavaScriptCore
Build fix. That day is not today.
- 2:47 PM Changeset in webkit [110207] by
-
- 5 edits in trunk/Source/WebCore
Remove InDocumentFlag manipulation methods from Node interface
https://bugs.webkit.org/show_bug.cgi?id=80612
Reviewed by Ryosuke Niwa.
This is a first step towards tightening up Node::inDocument() to match
the actual in-document-tree state (see r108152 for the sort of bug
resulting from those not matching).
No new tests, refactoring only.
- dom/ContainerNode.cpp:
(WebCore::ContainerNode::removedFromDocument): Remove duplicate call to clearInDocument:
the call to Node::removedFromDocument three lines above will clear the flag.
- dom/Document.cpp:
(WebCore::Document::Document): Call ContainerNode constructor with InDocumentFlag always set
instead of calling setInDocument.
- dom/Node.cpp:
(WebCore::Node::insertedIntoDocument): Inline setInDocument (now the only caller).
(WebCore::Node::removedFromDocument): Inline clearInDocument (now the only caller).
- dom/Node.h: Remove setInDocument & clearInDocument, add new CreateDocument ConstructionType.
- 2:29 PM Changeset in webkit [110206] by
-
- 4 edits in trunk/Source/JavaScriptCore
Build fix. One of these days I'll manage to commit something that works everywhere.
- 2:28 PM LayoutUnit edited by
- (diff)
- 2:09 PM Changeset in webkit [110205] by
-
- 2 edits in trunk/Source/WebCore
[Qt] Try to fix the Snow Leopard build
If the build is running under sh, echo -n does not empty the file.
- 2:03 PM Changeset in webkit [110204] by
-
- 2 edits in trunk/Source/JavaScriptCore
Update MIPS patchOffsetGetByIdSlowCaseCall
https://bugs.webkit.org/show_bug.cgi?id=80302
Patch by Chao-ying Fu <fu@mips.com> on 2012-03-08
Reviewed by Oliver Hunt.
- jit/JIT.h:
(JIT):
- 2:01 PM Changeset in webkit [110203] by
-
- 3628 edits2889 copies538 deletes in branches/subpixellayout
Merge baseline changes up until r110176 into subpixel branch.
- 2:00 PM Changeset in webkit [110202] by
-
- 3 edits in trunk/Source/WebCore
Prospective build fix for Qt minimal after r110191
https://bugs.webkit.org/show_bug.cgi?id=80338
- testing/Internals.cpp:
(WebCore):
- testing/Internals.h:
(Internals):
- 2:00 PM Changeset in webkit [110201] by
-
- 238 edits271 copies62 moves192 adds43 deletes in trunk/LayoutTests
More Chromium Lion rebaselines as well as some fixes for
Chromium Leopard/SnowLeopard from previous Lion rebaselines.
- 1:58 PM Changeset in webkit [110200] by
-
- 4 edits in trunk/Source/JavaScriptCore
Missing some places where we should be blinding 64bit values (and blinding something we shouldn't)
https://bugs.webkit.org/show_bug.cgi?id=80633
Reviewed by Gavin Barraclough.
Add 64-bit trap for shouldBlindForSpecificArch, so that we always blind
if there isn't a machine specific implementation (otherwise the 64bit value
got truncated and 32bit checks were used -- leaving 32bits untested).
Also add a bit of logic to ensure that we don't try to blind a few common
constants that go through the ImmPtr paths -- encoded numeric JSValues and
unencoded doubles with common "safe" values.
- assembler/AbstractMacroAssembler.h:
(JSC::AbstractMacroAssembler::shouldBlindForSpecificArch):
- assembler/MacroAssembler.h:
(JSC::MacroAssembler::shouldBlindDouble):
(MacroAssembler):
(JSC::MacroAssembler::shouldBlind):
- assembler/MacroAssemblerX86Common.h:
(JSC::MacroAssemblerX86Common::shouldBlindForSpecificArch):
- 1:49 PM Changeset in webkit [110199] by
-
- 4 edits in trunk
[Qt] Prospective Windows build fix
Don't assume that windows-builds will always run inside a cmd.exe shell.
- 1:40 PM Changeset in webkit [110198] by
-
- 2 edits in trunk/Source/WebCore
Web Inspector: Creating a selector for class names with trailing spaces results with two dots instead of one
https://bugs.webkit.org/show_bug.cgi?id=80529
Trim the className before replacing the whitespaces with dot "."
Patch by Vivek Galatage <vivekgalatage@gmail.com> on 2012-03-08
Reviewed by Pavel Feldman.
No new tests.
- inspector/front-end/DOMAgent.js:
(WebInspector.DOMNode.prototype.appropriateSelectorFor):
- 1:23 PM Changeset in webkit [110197] by
-
- 1 edit2 adds in trunk/LayoutTests
Layout test for window.devicePixelRatio
https://bugs.webkit.org/show_bug.cgi?id=80292
Patch by Konrad Piascik <kpiascik@rim.com> on 2012-03-08
Reviewed by Rob Buis.
- fast/viewport/viewport-133-expected.txt: Added.
- fast/viewport/viewport-133.html: Added.
- 1:20 PM Changeset in webkit [110196] by
-
- 5 edits1 add in trunk
<rdar://problem/10981173> Dashboard regions should not be in device space
Reviewed by John Sullivan.
Source/WebCore:
Test: TestWebKitAPI/Tests/mac/DeviceScaleFactorInDashboardRegions.mm
- rendering/RenderInline.cpp:
(WebCore::RenderInline::addDashboardRegions): Stop applying the device scale factor to
Dashboard regions.
- rendering/RenderObject.cpp:
(WebCore::RenderObject::addDashboardRegions): Ditto.
Tools:
- TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
- TestWebKitAPI/Tests/mac/DeviceScaleFactorInDashboardRegions.mm: Added.
(-[DeviceScaleFactorInDashboardRegionsUIDelegate webView:dashboardRegionsChanged:]):
(TestWebKitAPI):
(TestWebKitAPI::TEST):
- 1:03 PM Changeset in webkit [110195] by
-
- 4 edits in trunk/Tools
webkit-patch works oddly on local Git branches
https://bugs.webkit.org/show_bug.cgi?id=76958
Reviewed by Ojan Vafai.
This change makes the '-g' flag to webkit-patch behave a
little more consistently with git. The 'HEAD..' syntax
is changed to 'HEAD....' (four dots), so as to not
collide with the underlying git syntax. We also generalize
the syntax to support any refname, so 'foo....' means
diff against foo and include working copy changes.
This change also adds the 'UPSTREAM' shortcut to identify
whatever the current upstream/tracking branch is; this is
useful if you have multiple local branches stacked up.
- Scripts/webkitpy/common/checkout/scm/git.py:
(Git._branch_from_ref):
(Git):
(Git._current_branch):
(Git._upstream_branch):
(Git.merge_base):
(Git._commit_on_branch):
- Scripts/webkitpy/common/checkout/scm/scm_unittest.py:
(GitSVNTest._second_local_commit):
(GitSVNTest._two_local_commits):
(GitSVNTest.test_commit_with_message_git_commit_range):
(GitSVNTest.test_upstream_branch):
(GitSVNTest.test_create_patch_working_copy_only):
(GitSVNTest.test_changed_files_local_plus_working_copy):
(GitSVNTest.test_changed_files_working_copy_only):
(GitSVNTest.test_changed_files_upstream):
- Scripts/webkitpy/tool/steps/options.py:
(Options):
- 12:49 PM Changeset in webkit [110194] by
-
- 2 edits in tags/Safari-536.2.2/Source/JavaScriptCore
Merged r110193.
- 12:43 PM Changeset in webkit [110193] by
-
- 2 edits in trunk/Source/JavaScriptCore
<rdar://problem/11012572> Ensure that the staged frameworks path is in the search path for JavaScriptCore
Reviewed by Dan Bernstein.
- Configurations/Base.xcconfig:
- 12:34 PM Changeset in webkit [110192] by
-
- 2 edits in trunk/Source/WebCore
Web Inspector: Cannot insert right curly bracket on some keyboards
https://bugs.webkit.org/show_bug.cgi?id=80474
Make sure other modifiers are not pressed
Patch by Cem Kocagil <cem.kocagil@gmail.com> on 2012-03-08
Reviewed by Pavel Feldman
- inspector/front-end/inspector.js:
(WebInspector.documentKeyDown):
- 12:32 PM Changeset in webkit [110191] by
-
- 11 edits2 adds in trunk
Add a method to window.internals to enable testing of inspector highlight rects
https://bugs.webkit.org/show_bug.cgi?id=80338
Patch by Max Vujovic <mvujovic@adobe.com> on 2012-03-08
Reviewed by Pavel Feldman.
.:
- Source/autotools/symbols.filter: Export symbols for GTK.
Source/WebCore:
Add window.internals.inspectorHighlightRects, a method which makes it possible to test the
positions and sizes of inspector highlight rects.
Test: inspector/elements/highlight-node.html
- WebCore.exp.in: Export symbols.
- testing/Internals.cpp:
(WebCore::Internals::inspectorHighlightRects): Call InspectorController::getHighlight and
return the highlight's quads as a ClientRectList.
(WebCore):
- testing/Internals.h:
(WebCore):
(Internals):
- testing/Internals.idl:
Add inspectorHighlightRects to the window.internals interface.
Source/WebKit2:
- win/WebKit2.def: Export symbols for win.
- win/WebKit2CFLite.def: Same as above.
LayoutTests:
- inspector/elements/highlight-node-expected.txt: Added.
- inspector/elements/highlight-node.html: Added.
- 12:17 PM Changeset in webkit [110190] by
-
- 2 edits in trunk/Source/WebKit/qt
https://bugs.webkit.org/show_bug.cgi?id=80370
Enable matched declaration caching for elements with a style attribute
Reviewed by Andreas Kling
- Api/qwebelement.cpp:
(QWebElement::styleProperty):
(QWebElement::setStyleProperty):
- 12:16 PM Changeset in webkit [110189] by
-
- 238 edits245 copies90 moves233 adds31 deletes in trunk/LayoutTests
More Chromium Lion rebaselines.
- 12:15 PM Changeset in webkit [110188] by
-
- 19 edits in trunk/Source/WebCore
https://bugs.webkit.org/show_bug.cgi?id=80370
Enable matched declaration caching for elements with a style attribute
Reviewed by Andreas Kling
Make the property set for style attribute immutable as long as there is no CSSOM
wrapper for it. If the style attribute changes we create a new property set instead
of recycling the old one. This way the property sets can be made cacheable as long
as there is no CSSOM wrapper that would allow uncontrolled modifications. Constructing
the wrapper disables caching.
Made StyledElement::inlineStyle() and StyledElement::ensureInlineStyle() return a const
StylePropertySet so making accidental modifications difficult. Also dropped *Decl from
the names.
Fixed two unrelated bugs that this exposed.
- css/CSSStyleSelector.cpp:
Don't allow caching of document element style if writingModeSetOnDocumentElement() bit is set.
Tested by fast/multicol/vertical-rl/break-properties.html.
(WebCore::CSSStyleSelector::collectMatchingRulesForList):
- css/StylePropertySet.h:
(StylePropertySet):
(WebCore::StylePropertySet::hasCSSOMWrapper):
- dom/Element.cpp:
(WebCore::Element::recalcStyle):
Invalidate the matched properties cache if the document has rem units and the root font changes.
Tested by fast/css/rem-dynamic-scaling.html.
- dom/ElementAttributeData.cpp:
(WebCore):
(WebCore::ElementAttributeData::ensureInlineStyle):
(WebCore::ElementAttributeData::ensureMutableInlineStyle):
(WebCore::ElementAttributeData::updateInlineStyleAvoidingMutation):
(WebCore::ElementAttributeData::destroyInlineStyle):
- dom/ElementAttributeData.h:
(WebCore::ElementAttributeData::inlineStyle):
(ElementAttributeData):
- dom/StyledElement.cpp:
(WebCore::StyledElement::updateStyleAttribute):
(WebCore::StyledElement::~StyledElement):
(WebCore):
(WebCore::StyledElement::style):
(WebCore::StyledElement::parseAttribute):
(WebCore::StyledElement::setInlineStyleProperty):
(WebCore::StyledElement::removeInlineStyleProperty):
(WebCore::StyledElement::addSubresourceAttributeURLs):
- dom/StyledElement.h:
(WebCore::StyledElement::inlineStyle):
(WebCore::StyledElement::ensureInlineStyle):
(StyledElement):
(WebCore::StyledElement::destroyInlineStyle):
- editing/ApplyStyleCommand.cpp:
(WebCore::hasNoAttributeOrOnlyStyleAttribute):
(WebCore::ApplyStyleCommand::applyRelativeFontStyleChange):
(WebCore::ApplyStyleCommand::removeEmbeddingUpToEnclosingBlock):
(WebCore::ApplyStyleCommand::applyInlineStyleToNodeRange):
(WebCore::ApplyStyleCommand::removeCSSStyle):
(WebCore::ApplyStyleCommand::applyInlineStyleToPushDown):
(WebCore::ApplyStyleCommand::addBlockStyle):
(WebCore::ApplyStyleCommand::addInlineStyleIfNeeded):
- editing/EditingStyle.cpp:
(WebCore::HTMLElementEquivalent::propertyExistsInStyle):
(HTMLTextDecorationEquivalent):
(WebCore::HTMLTextDecorationEquivalent::propertyExistsInStyle):
(WebCore::EditingStyle::conflictsWithInlineStyleOfElement):
(WebCore::EditingStyle::elementIsStyledSpanOrHTMLEquivalent):
(WebCore::EditingStyle::mergeInlineStyleOfElement):
(WebCore::elementMatchesAndPropertyIsNotInInlineStyleDecl):
(WebCore::EditingStyle::mergeStyle):
- editing/EditingStyle.h:
(EditingStyle):
- editing/RemoveCSSPropertyCommand.cpp:
(WebCore::RemoveCSSPropertyCommand::doApply):
- editing/ReplaceSelectionCommand.cpp:
(WebCore::ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline):
(WebCore::ReplaceSelectionCommand::handleStyleSpans):
- editing/markup.cpp:
(WebCore::StyledMarkupAccumulator::appendElement):
(WebCore::styleFromMatchedRulesAndInlineDecl):
- html/HTMLElement.cpp:
(WebCore::StyledElement::copyNonAttributeProperties):
- html/canvas/CanvasStyle.cpp:
(WebCore::currentColor):
- page/PageSerializer.cpp:
(WebCore::PageSerializer::serializeFrame):
(WebCore::PageSerializer::retrieveResourcesForProperties):
- page/PageSerializer.h:
(PageSerializer):
- rendering/RenderTreeAsText.cpp:
(WebCore::isEmptyOrUnstyledAppleStyleSpan):
- 12:06 PM Changeset in webkit [110187] by
-
- 1 edit1 delete in trunk/LayoutTests
[chromium] Unreviewed gardening.
Fallout from r110179.
- platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Removed.
- 11:59 AM Changeset in webkit [110186] by
-
- 2 edits in trunk/Source/WebKit/blackberry
[BlackBerry] Block file-to-file access by default
https://bugs.webkit.org/show_bug.cgi?id=80605
Patch by Yong Li <yoli@rim.com> on 2012-03-08
Reviewed by Rob Buis.
Turn off allowFileAccessFromFileURLs() by default.
- Api/WebPage.cpp:
(BlackBerry::WebKit::WebPagePrivate::init):
- 11:44 AM Common pixel differences between ports edited by
- (diff)
- 11:37 AM Changeset in webkit [110185] by
-
- 9 edits in trunk/Source
Have ScrollAnimatorNone use requestAnimationFrame
https://bugs.webkit.org/show_bug.cgi?id=78938
Patch by Scott Byer <scottbyer@chromium.org> on 2012-03-08
Reviewed by James Robinson.
Source/WebCore:
No new tests. Passes Chromium webkit_unit_tests.
- page/FrameView.cpp:
(WebCore::FrameView::serviceScriptedAnimations):
- platform/ScrollAnimator.h:
(WebCore::ScrollAnimator::serviceScrollAnimations):
- platform/ScrollAnimatorNone.cpp:
(WebCore::ScrollAnimatorNone::ScrollAnimatorNone):
(WebCore::ScrollAnimatorNone::scroll):
(WebCore::ScrollAnimatorNone::cancelAnimations):
(WebCore):
(WebCore::ScrollAnimatorNone::serviceScrollAnimations):
(WebCore::ScrollAnimatorNone::animationTimerFired):
(WebCore::ScrollAnimatorNone::startNextTimer):
(WebCore::ScrollAnimatorNone::animationTimerActive):
(WebCore::ScrollAnimatorNone::stopAnimationTimerIfNeeded):
- platform/ScrollAnimatorNone.h:
(ScrollAnimatorNone):
- platform/ScrollableArea.cpp:
(WebCore::ScrollableArea::serviceScrollAnimations):
(WebCore):
- platform/ScrollableArea.h:
(WebCore):
(ScrollableArea):
- rendering/RenderLayer.h:
(WebCore::RenderLayer::hostWindow):
(RenderLayer):
- rendering/RenderListBox.h:
(WebCore::RenderListBox::hostWindow):
(RenderListBox):
Source/WebKit/chromium:
- src/ScrollbarGroup.h:
(WebCore):
(WebKit::ScrollbarGroup::hostWindow):
(ScrollbarGroup):
- tests/ScrollAnimatorNoneTest.cpp:
(MockScrollableArea::hostWindow):
- 11:33 AM Changeset in webkit [110184] by
-
- 2 edits in tags/Safari-536.2.2/Source/WebCore
Merged r109992.
- 11:33 AM Common pixel differences between ports edited by
- (diff)
- 11:31 AM Changeset in webkit [110183] by
-
- 3 edits in tags/Safari-536.2.2/Source/WebCore
Merge 109986.
- 11:27 AM Changeset in webkit [110182] by
-
- 4 edits in tags/Safari-536.2.2/Source
Versioning.
- 11:25 AM Changeset in webkit [110181] by
-
- 1 copy in tags/Safari-536.2.2
New Tag.
- 11:18 AM Changeset in webkit [110180] by
-
- 3 edits2 adds in trunk
REGRESSION (r109964): Assertion failure (!isUndefined()) in Length::getIntValue() when a Dashboard region is specified without offsets
https://bugs.webkit.org/show_bug.cgi?id=80614
Reviewed by Beth Dakin.
Source/WebCore:
Test: fast/css/dashboard-regions-undefined-length-assertion.html
- css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::collectMatchingRulesForList): Reverted to setting zero lengths,
rather than Undefined ones, in the RenderStyle when offsets are not given.
LayoutTests:
- fast/css/dashboard-regions-undefined-length-assertion-expected.txt: Added.
- fast/css/dashboard-regions-undefined-length-assertion.html: Added.
- 11:18 AM Changeset in webkit [110179] by
-
- 198 edits193 adds43 deletes in trunk/LayoutTests
[chromium] Unreviewed gardening.
Rebaseline all TEXT results affected by r110072.
- fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
- fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
- fast/block/float/in-margin-expected.txt: Added.
- fast/clip/017-expected.txt: Added.
- fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
- fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
- fast/dynamic/subtree-table-cell-height-expected.txt: Added.
- platform/chromium-linux-x86/compositing/overflow: Removed.
- platform/chromium-linux-x86/fast/layers: Added.
- platform/chromium-linux-x86/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
- platform/chromium-linux-x86/fast/layers/self-painting-outline-expected.txt: Added.
- platform/chromium-linux-x86/fast/overflow: Removed.
- platform/chromium-linux-x86/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
- platform/chromium-linux-x86/fast/repaint/subtree-root-clip-2-expected.txt: Added.
- platform/chromium-linux-x86/fast/repaint/subtree-root-clip-3-expected.txt: Added.
- platform/chromium-linux-x86/fast/repaint/subtree-root-clip-expected.txt: Added.
- platform/chromium-linux-x86/fast/replaced: Removed.
- platform/chromium-linux-x86/fast/text: Added.
- platform/chromium-linux-x86/fast/text/selection-painted-separately-expected.txt: Added.
- platform/chromium-linux-x86/tables/mozilla/bugs: Removed.
- platform/chromium-linux/editing/selection/3690703-2-expected.txt:
- platform/chromium-linux/editing/selection/3690703-expected.txt:
- platform/chromium-linux/editing/selection/3690719-expected.txt:
- platform/chromium-linux/fast/block/margin-collapse/103-expected.txt:
- platform/chromium-linux/fast/css/input-search-padding-expected.txt:
- platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
- platform/chromium-linux/fast/forms/form-element-geometry-expected.txt:
- platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
- platform/chromium-linux/fast/forms/input-baseline-expected.txt:
- platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
- platform/chromium-linux/fast/forms/input-value-expected.txt:
- platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
- platform/chromium-linux/fast/forms/search-styled-expected.txt:
- platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
- platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
- platform/chromium-linux/fast/invalid/residual-style-expected.txt:
- platform/chromium-linux/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
- platform/chromium-linux/fast/layers/self-painting-outline-expected.txt: Added.
- platform/chromium-linux/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
- platform/chromium-linux/fast/repaint/subtree-root-clip-2-expected.txt: Added.
- platform/chromium-linux/fast/repaint/subtree-root-clip-3-expected.txt: Added.
- platform/chromium-linux/fast/repaint/subtree-root-clip-expected.txt: Added.
- platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt:
- platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.txt:
- platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
- platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt:
- platform/chromium-linux/fast/text/selection-painted-separately-expected.txt: Added.
- platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt:
- platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.txt:
- platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.txt:
- platform/chromium-linux/tables/mozilla/dom/tableDom-expected.txt:
- platform/chromium-linux/tables/mozilla/other/move_row-expected.txt:
- platform/chromium-mac-leopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
- platform/chromium-mac-leopard/fast/layers/self-painting-outline-expected.txt: Added.
- platform/chromium-mac-leopard/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
- platform/chromium-mac-leopard/fast/repaint/subtree-root-clip-2-expected.txt: Added.
- platform/chromium-mac-leopard/fast/repaint/subtree-root-clip-3-expected.txt: Added.
- platform/chromium-mac-leopard/fast/repaint/subtree-root-clip-expected.txt: Added.
- platform/chromium-mac-leopard/fast/text/selection-painted-separately-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/3690703-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/3690719-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/4975120-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.txt: Removed.
- platform/chromium-mac-snowleopard/editing/spelling/inline_spelling_markers-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/block/float/032-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/block/float/033-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/block/lineboxcontain/block-font-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/block/lineboxcontain/block-glyphs-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/block/lineboxcontain/font-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/block/lineboxcontain/glyphs-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/css/text-overflow-input-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-align-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.txt:
- platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.txt:
- platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-table-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/input-width-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
- platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.txt:
- platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/search-display-none-cancel-button-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/search-styled-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.txt:
- platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/html/details-open2-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/html/details-open4-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/invalid: Added.
- platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/layers/self-painting-outline-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/multicol/layers-split-across-columns-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/overflow/004-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/overflow/line-clamp-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/overflow/overflow-focus-ring-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/layer-outline-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/layer-outline-horizontal-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/lines-with-layout-delta-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/opacity-change-on-overflow-float-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-3-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/replaced/width100percent-searchfield-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.txt:
- platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/table/003-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/table/029-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/table/overflowHidden-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/table/spanOverlapRepaint-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/text/selection-painted-separately-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/text/selection-rect-rounding-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.txt: Added.
- platform/chromium-mac-snowleopard/plugins/mouse-click-plugin-clears-selection-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/45621-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug154780-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-4-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug44505-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
- platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Added.
- platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.txt: Added.
- platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt: Added.
- platform/chromium-mac/fast/block/float/033-expected.txt: Removed.
- platform/chromium-mac/fast/clip/008-expected.txt: Added.
- platform/chromium-mac/fast/clip/011-expected.txt: Added.
- platform/chromium-mac/fast/clip/012-expected.txt: Added.
- platform/chromium-mac/fast/css/input-search-padding-expected.txt: Added.
- platform/chromium-mac/fast/css/invalidation-errors-2-expected.txt: Added.
- platform/chromium-mac/fast/css/invalidation-errors-expected.txt: Added.
- platform/chromium-mac/fast/css/line-height-expected.txt: Added.
- platform/chromium-mac/fast/css/nested-layers-with-hover-expected.txt: Added.
- platform/chromium-mac/fast/dom/isindex-001-expected.txt: Added.
- platform/chromium-mac/fast/dom/isindex-002-expected.txt: Added.
- platform/chromium-mac/fast/events/context-no-deselect-expected.txt: Added.
- platform/chromium-mac/fast/forms/basic-inputs-expected.txt: Added.
- platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
- platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Added.
- platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
- platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Added.
- platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
- platform/chromium-win-vista/compositing/overflow: Removed.
- platform/chromium-win-vista/fast/layers: Added.
- platform/chromium-win-vista/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
- platform/chromium-win-vista/fast/layers/self-painting-outline-expected.txt: Added.
- platform/chromium-win-vista/fast/multicol: Removed.
- platform/chromium-win-vista/fast/repaint: Added.
- platform/chromium-win-vista/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
- platform/chromium-win-vista/fast/repaint/subtree-root-clip-2-expected.txt: Added.
- platform/chromium-win-vista/fast/repaint/subtree-root-clip-3-expected.txt: Added.
- platform/chromium-win-vista/fast/repaint/subtree-root-clip-expected.txt: Added.
- platform/chromium-win-vista/fast/text/selection-painted-separately-expected.txt: Added.
- platform/chromium-win-vista/http/tests/navigation: Removed.
- platform/chromium-win-vista/tables/mozilla/bugs: Added.
- platform/chromium-win-xp/compositing/overflow: Removed.
- platform/chromium-win-xp/fast/forms/search-styled-expected.txt:
- platform/chromium-win-xp/fast/layers: Added.
- platform/chromium-win-xp/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
- platform/chromium-win-xp/fast/layers/self-painting-outline-expected.txt: Added.
- platform/chromium-win-xp/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
- platform/chromium-win-xp/fast/repaint/subtree-root-clip-2-expected.txt: Added.
- platform/chromium-win-xp/fast/repaint/subtree-root-clip-3-expected.txt: Added.
- platform/chromium-win-xp/fast/repaint/subtree-root-clip-expected.txt: Added.
- platform/chromium-win-xp/fast/replaced: Removed.
- platform/chromium-win-xp/fast/text/selection-painted-separately-expected.txt: Added.
- platform/chromium-win/compositing/overflow/ancestor-overflow-expected.txt:
- platform/chromium-win/editing/inserting/before-after-input-element-expected.txt:
- platform/chromium-win/editing/pasteboard/4806874-expected.txt:
- platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
- platform/chromium-win/editing/pasteboard/input-field-1-expected.txt:
- platform/chromium-win/editing/selection/3690703-2-expected.txt:
- platform/chromium-win/editing/selection/3690703-expected.txt:
- platform/chromium-win/editing/selection/3690719-expected.txt:
- platform/chromium-win/editing/selection/4895428-3-expected.txt:
- platform/chromium-win/editing/selection/4975120-expected.txt:
- platform/chromium-win/editing/selection/drag-select-1-expected.txt:
- platform/chromium-win/editing/selection/expanding-selections-expected.txt:
- platform/chromium-win/editing/selection/leave-requested-block-expected.txt:
- platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
- platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.txt:
- platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.txt:
- platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
- platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
- platform/chromium-win/editing/spelling/inline_spelling_markers-expected.txt:
- platform/chromium-win/fast/block/float/032-expected.txt:
- platform/chromium-win/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
- platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
- platform/chromium-win/fast/block/lineboxcontain/block-font-expected.txt:
- platform/chromium-win/fast/block/lineboxcontain/block-glyphs-expected.txt:
- platform/chromium-win/fast/block/lineboxcontain/font-expected.txt:
- platform/chromium-win/fast/block/lineboxcontain/parsing-invalid-expected.txt:
- platform/chromium-win/fast/block/margin-collapse/103-expected.txt:
- platform/chromium-win/fast/css/input-search-padding-expected.txt:
- platform/chromium-win/fast/css/invalidation-errors-2-expected.txt:
- platform/chromium-win/fast/css/invalidation-errors-expected.txt:
- platform/chromium-win/fast/css/line-height-expected.txt:
- platform/chromium-win/fast/css/nested-layers-with-hover-expected.txt:
- platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt:
- platform/chromium-win/fast/css/text-overflow-input-expected.txt:
- platform/chromium-win/fast/dom/isindex-001-expected.txt:
- platform/chromium-win/fast/dom/isindex-002-expected.txt:
- platform/chromium-win/fast/events/autoscroll-expected.txt:
- platform/chromium-win/fast/events/context-no-deselect-expected.txt:
- platform/chromium-win/fast/forms/basic-inputs-expected.txt:
- platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
- platform/chromium-win/fast/forms/encoding-test-expected.txt:
- platform/chromium-win/fast/forms/fieldset-align-expected.txt:
- platform/chromium-win/fast/forms/floating-textfield-relayout-expected.txt:
- platform/chromium-win/fast/forms/form-element-geometry-expected.txt:
- platform/chromium-win/fast/forms/input-align-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-bkcolor-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-disabled-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-visibility-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-width-expected.txt:
- platform/chromium-win/fast/forms/input-baseline-expected.txt:
- platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
- platform/chromium-win/fast/forms/input-field-text-truncated-expected.txt:
- platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
- platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
- platform/chromium-win/fast/forms/input-readonly-empty-expected.txt:
- platform/chromium-win/fast/forms/input-spaces-expected.txt:
- platform/chromium-win/fast/forms/input-table-expected.txt:
- platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
- platform/chromium-win/fast/forms/input-text-click-outside-expected.txt:
- platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
- platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
- platform/chromium-win/fast/forms/input-value-expected.txt:
- platform/chromium-win/fast/forms/input-width-expected.txt:
- platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt:
- platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
- platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
- platform/chromium-win/fast/forms/placeholder-position-expected.txt:
- platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
- platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
- platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.txt:
- platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt:
- platform/chromium-win/fast/forms/search-rtl-expected.txt:
- platform/chromium-win/fast/forms/search-styled-expected.txt:
- platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
- platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
- platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
- platform/chromium-win/fast/forms/text-style-color-expected.txt:
- platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
- platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
- platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt:
- platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
- platform/chromium-win/fast/html/details-no-summary4-expected.txt:
- platform/chromium-win/fast/html/details-open-javascript-expected.txt:
- platform/chromium-win/fast/html/details-open2-expected.txt:
- platform/chromium-win/fast/html/details-open4-expected.txt:
- platform/chromium-win/fast/invalid/residual-style-expected.txt:
- platform/chromium-win/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
- platform/chromium-win/fast/layers/remove-layer-with-nested-stacking-expected.txt:
- platform/chromium-win/fast/layers/self-painting-outline-expected.txt: Added.
- platform/chromium-win/fast/lists/dynamic-marker-crash-expected.txt:
- platform/chromium-win/fast/multicol/layers-split-across-columns-expected.txt:
- platform/chromium-win/fast/overflow/004-expected.txt:
- platform/chromium-win/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
- platform/chromium-win/fast/overflow/line-clamp-expected.txt:
- platform/chromium-win/fast/overflow/overflow-focus-ring-expected.txt:
- platform/chromium-win/fast/repaint/inline-relative-positioned-expected.txt:
- platform/chromium-win/fast/repaint/layer-outline-expected.txt:
- platform/chromium-win/fast/repaint/layer-outline-horizontal-expected.txt:
- platform/chromium-win/fast/repaint/lines-with-layout-delta-expected.txt:
- platform/chromium-win/fast/repaint/opacity-change-on-overflow-float-expected.txt:
- platform/chromium-win/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
- platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
- platform/chromium-win/fast/repaint/repaint-resized-overflow-expected.txt:
- platform/chromium-win/fast/repaint/subtree-layoutstate-transform-expected.txt:
- platform/chromium-win/fast/repaint/subtree-root-clip-2-expected.txt: Added.
- platform/chromium-win/fast/repaint/subtree-root-clip-3-expected.txt: Added.
- platform/chromium-win/fast/repaint/subtree-root-clip-expected.txt: Added.
- platform/chromium-win/fast/repaint/subtree-root-skipped-expected.txt:
- platform/chromium-win/fast/replaced/replaced-breaking-expected.txt:
- platform/chromium-win/fast/replaced/replaced-breaking-mixture-expected.txt:
- platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt:
- platform/chromium-win/fast/replaced/width100percent-textfield-expected.txt:
- platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
- platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt:
- platform/chromium-win/fast/speech/speech-bidi-rendering-expected.txt:
- platform/chromium-win/fast/table/003-expected.txt:
- platform/chromium-win/fast/table/029-expected.txt:
- platform/chromium-win/fast/table/colspanMinWidth-expected.txt:
- platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
- platform/chromium-win/fast/table/overflowHidden-expected.txt:
- platform/chromium-win/fast/table/spanOverlapRepaint-expected.txt:
- platform/chromium-win/fast/table/text-field-baseline-expected.txt:
- platform/chromium-win/fast/text/selection-painted-separately-expected.txt: Added.
- platform/chromium-win/fast/text/selection-rect-rounding-expected.txt:
- platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt:
- platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
- platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.txt:
- platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt:
- platform/chromium-win/svg/hixie/mixed/003-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/45621-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug12384-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug154780-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug18359-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug24200-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug28928-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug4382-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug44505-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug51037-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug55545-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug7342-expected.txt:
- platform/chromium-win/tables/mozilla/bugs/bug99948-expected.txt:
- platform/chromium-win/tables/mozilla/dom/tableDom-expected.txt:
- platform/chromium-win/tables/mozilla/other/move_row-expected.txt:
- platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
- platform/chromium-win/tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
- platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
- platform/chromium/fast/block/float/033-expected.txt: Added.
- platform/chromium/fast/block/float/avoidance-rtl-expected.txt: Added.
- platform/chromium/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Added.
- platform/chromium/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
- platform/chromium/fast/block/float/in-margin-expected.txt: Added.
- platform/chromium/fast/clip: Added.
- platform/chromium/fast/clip/017-expected.txt: Added.
- platform/chromium/fast/dynamic: Added.
- platform/chromium/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
- platform/chromium/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
- platform/chromium/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
- platform/chromium/fast/invalid/residual-style-expected.txt: Removed.
- platform/chromium/fast/speech: Removed.
- platform/chromium/fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
- platform/chromium/test_expectations.txt:
- 11:15 AM Changeset in webkit [110178] by
-
- 2 edits in trunk/Source/WebCore
WebKitGtk+ fails to build on win32 against GTK3
https://bugs.webkit.org/show_bug.cgi?id=63919
Patch by Mikkel Kruse Johnsen <mikkel@linet.dk> on 2012-03-08
Reviewed by Gustavo Noronha Silva.
- plugins/gtk/PluginViewGtk.cpp: Don't use gtk_socket_new with GTK3 on Win32
(WebCore::PluginView::platformStart):
- 11:13 AM Changeset in webkit [110177] by
-
- 2 edits in trunk/Source/JavaScriptCore
Fix line endings for copy-files.cmd.
If a cmd file doesn't have Windows line endings, it doesn't work properly.
In this case, the label :clean wasn't found, breaking the clean build.
Reviewed by Jessie Berlin.
- JavaScriptCore.vcproj/JavaScriptCore/copy-files.cmd:
- 11:01 AM Changeset in webkit [110176] by
-
- 4 edits in trunk/Source/WebCore
[BlackBerry]New feature: support about:cookie for internal build.
https://bugs.webkit.org/show_bug.cgi?id=80367
Patch by Jason Liu <jason.liu@torchmobile.com.cn> on 2012-03-08
Reviewed by Antonio Gomes.
No new tests.
- platform/blackberry/CookieManager.cpp:
(WebCore::CookieManager::generateHtmlFragmentForCookies):
(WebCore):
- platform/blackberry/CookieManager.h:
- platform/network/blackberry/NetworkJob.cpp:
(WebCore::NetworkJob::handleAbout):
- 10:21 AM Changeset in webkit [110175] by
-
- 5 edits in trunk/Source/WebKit/blackberry
[BlackBerry] Always use the current focused node when processing focus changes
https://bugs.webkit.org/show_bug.cgi?id=80594
Patch by Mike Fenton <mifenton@rim.com> on 2012-03-08
Reviewed by Antonio Gomes.
Update InputHandler focused node handling to strictly use
the currently focused node. This prevents a handling loop
when JS is modifying the focus and we get a late notification
of a past change from ChromeClientBlackBerry with the previously
unfocused node.
- WebCoreSupport/ChromeClientBlackBerry.cpp:
(WebCore::ChromeClientBlackBerry::focusedNodeChanged):
- WebCoreSupport/EditorClientBlackBerry.cpp:
(WebCore::EditorClientBlackBerry::shouldChangeSelectedRange):
(WebCore::EditorClientBlackBerry::setInputMethodState):
- WebKitSupport/InputHandler.cpp:
(BlackBerry::WebKit::InputHandler::focusedNodeChanged):
- WebKitSupport/InputHandler.h:
- 10:09 AM Changeset in webkit [110174] by
-
- 2 edits in trunk/Source/ThirdParty
More Windows build fixing.
- gtest/msvc/gtest-md.vcproj:
- 9:48 AM Changeset in webkit [110173] by
-
- 2 edits in trunk/Tools
Made extract-localizable-strings ignore NSLocalizedFileSizeDescription
Reviewed by Eric Carlson.
- Scripts/extract-localizable-strings:
Added NSLocalizedFileSizeDescription to allowed list of tokens that start
with NSLocalized. Also improved an error message to include the troublesome token.
- 9:42 AM Changeset in webkit [110172] by
-
- 14 edits in trunk/Source
Make elements with attributes smaller by eliminating the m_element back pointer in NamedNodeMap
https://bugs.webkit.org/show_bug.cgi?id=75069
Reviewed by Ryosuke Niwa.
Source/WebCore:
NamedNodeMap is an exposed DOM representation of an element's attribute storage. As part of
its implementation it keeps a pointer to its associated Element plus all the attribute
storage.
This commit separate the two things: NamedNodeMap is now a wrapper to Element, containing
only the pointer, and the attribute storage is now owned by Element directly. Since usage
of NamedNodeMap is not very common, it can be stored in ElementRareData. As a result, most
elements with attributes now don't need to allocate memory for that extra pointer in
NamedNodeMap.
One consequence of this implementation is that now we explicitly don't support
DocumentType.notations and DocumentType.entities. They weren't supported before, a
NamedNodeMap was never created for those attributes -- and some NamedNodeMap functions
wouldn't work correctly without an associated Element.
NamedNodeMap itself was cleaned up, as well as unnecessary references to it removed in the
code and comments.
No new tests and should not change results for existing tests.
- dom/Attribute.h:
(WebCore):
- dom/DocumentType.h:
(DocumentType): Point out that we don't support does attributes yet.
- dom/Element.cpp:
(WebCore::Element::~Element): Detaching the NamedNodeMap is no longer necessary because it
will be destroyed. We still detach the potential Attrs inside our Attributes by using
clearAttributes().
(WebCore::Element::attributes): Looks in ElementRareData now. Note we ensure the creation
of the attribute storage.
(WebCore):
(WebCore::Element::getAttribute):
(WebCore::Element::setAttributeInternal):
(WebCore::Element::parserSetAttributes):
(WebCore::Element::hasAttributes):
(WebCore::Element::createAttributeData):
(WebCore::Element::insertedIntoDocument):
(WebCore::Element::removedFromDocument):
(WebCore::Element::getURLAttribute):
(WebCore::Element::getNonEmptyURLAttribute):
(WebCore::Element::hasNamedNodeMap): Helper function for Node::dumpStatistics().
- dom/Element.h:
(Element):
(WebCore::Element::attributeData):
(WebCore::Element::ensureAttributeData):
(WebCore::Element::fastHasAttribute):
(WebCore::Element::fastGetAttribute):
(WebCore::Element::hasAttributesWithoutUpdate):
(WebCore::Element::idForStyleResolution):
(WebCore::Element::attributeCount):
(WebCore::Element::attributeItem):
(WebCore::Element::getAttributeItem):
- dom/ElementAttributeData.h:
(WebCore::ElementAttributeData::create):
(ElementAttributeData):
- dom/ElementRareData.h:
(ElementRareData):
- dom/NamedNodeMap.cpp: Rewriting now that m_attributeData is not a member, using m_element
methods when possible.
(WebCore::NamedNodeMap::ref):
(WebCore::NamedNodeMap::deref):
(WebCore::NamedNodeMap::getNamedItem):
(WebCore::NamedNodeMap::getNamedItemNS):
(WebCore::NamedNodeMap::removeNamedItem):
(WebCore::NamedNodeMap::removeNamedItemNS):
(WebCore::NamedNodeMap::setNamedItem):
(WebCore::NamedNodeMap::item):
(WebCore::NamedNodeMap::length):
- dom/NamedNodeMap.h:
(WebCore):
(WebCore::NamedNodeMap::create):
(NamedNodeMap):
(WebCore::NamedNodeMap::NamedNodeMap): Instead of asserting m_element in every function, we
now assert only in the constructor.
- dom/Node.cpp:
(WebCore::Node::dumpStatistics): Add a counter for elements with rare data, this allows us
compare more clearly the impact of moving NamedNodeMap there.
(WebCore::Node::isEqualNode): Remove use of mapsEquivalent(). It was dead code, because
both entities and notations were always NULL.
(WebCore::Node::compareDocumentPosition):
- inspector/DOMPatchSupport.h:
(WebCore):
- svg/SVGElement.cpp:
(WebCore::SVGElement::attributeChanged):
Source/WebKit/chromium:
- src/WebElement.cpp: Include NamedNodeMap.h since Element.h doesn't include it anymore.
- 9:03 AM Moving to Git edited by
- (diff)
- 8:53 AM Changeset in webkit [110171] by
-
- 1 edit4 adds in trunk/Source/WebCore
[BlackBerry] Upstream WebGL related files from platform/graphics
https://bugs.webkit.org/show_bug.cgi?id=79876
Patch by Robin Cao <robin.cao@torchmobile.com.cn> on 2012-03-08
Reviewed by Rob Buis.
Initial upstream, no new tests.
- platform/graphics/blackberry/DrawingBufferBlackBerry.cpp: Added.
(WebCore):
(DrawingBufferInternal):
(WebCore::generateColorTexture):
(WebCore::DrawingBuffer::DrawingBuffer):
(WebCore::DrawingBuffer::~DrawingBuffer):
(WebCore::DrawingBuffer::publishToPlatformLayer):
(WebCore::DrawingBuffer::reset):
(WebCore::DrawingBuffer::platformLayer):
- platform/graphics/blackberry/GraphicsContext3DBlackBerry.cpp: Added.
(WebCore):
(WebCore::GraphicsContext3D::create):
(WebCore::GraphicsContext3D::GraphicsContext3D):
(WebCore::GraphicsContext3D::~GraphicsContext3D):
(WebCore::GraphicsContext3D::paintsIntoCanvasBuffer):
(WebCore::GraphicsContext3D::makeContextCurrent):
(WebCore::GraphicsContext3D::isGLES2Compliant):
(WebCore::GraphicsContext3D::isGLES2NPOTStrict):
(WebCore::GraphicsContext3D::isErrorGeneratedOnOutOfBoundsAccesses):
(WebCore::GraphicsContext3D::platformTexture):
(WebCore::GraphicsContext3D::platformLayer):
(WebCore::GraphicsContext3D::paintToCanvas):
(WebCore::GraphicsContext3D::setContextLostCallback):
- platform/graphics/blackberry/WebGLLayerWebKitThread.cpp: Added.
(WebCore):
(WebCore::WebGLLayerWebKitThread::WebGLLayerWebKitThread):
(WebCore::WebGLLayerWebKitThread::~WebGLLayerWebKitThread):
(WebCore::WebGLLayerWebKitThread::setNeedsDisplay):
(WebCore::WebGLLayerWebKitThread::updateTextureContentsIfNeeded):
- platform/graphics/blackberry/WebGLLayerWebKitThread.h: Added.
(WebCore):
(WebGLLayerWebKitThread):
(WebCore::WebGLLayerWebKitThread::create):
(WebCore::WebGLLayerWebKitThread::setWebGLContext):
- 8:43 AM WebKitGTK/1.8.x edited by
- Dropping the invalid changeset (diff)
- 8:42 AM Changeset in webkit [110170] by
-
- 2 edits in trunk/Source/WebCore
[BlackBerry] LayerRender should turn off stencil/scissor after drawing layers
https://bugs.webkit.org/show_bug.cgi?id=80598
Patch by Yong Li <yoli@rim.com> on 2012-03-08
Reviewed by Rob Buis.
Turn off stencil/scissor after using them to avoid affecting later GL operation
accidentally.
- platform/graphics/blackberry/LayerRenderer.cpp:
(WebCore::LayerRenderer::drawLayers):
- 8:05 AM Changeset in webkit [110169] by
-
- 3 edits in trunk/Source/WebKit2
[Qt WK2] Remove duplicate code related to dialog handling in QQuickWebView
https://bugs.webkit.org/show_bug.cgi?id=80557
Patch by Dinu Jacob <dinu.jacob@nokia.com> on 2012-03-08
Reviewed by Simon Hausmann.
Move common code related to running QtDialogRunner into a separate function
- UIProcess/API/qt/qquickwebview.cpp:
(QQuickWebViewPrivate::runJavaScriptAlert):
(QQuickWebViewPrivate::runJavaScriptConfirm):
(QQuickWebViewPrivate::runJavaScriptPrompt):
(QQuickWebViewPrivate::handleAuthenticationRequiredRequest):
(QQuickWebViewPrivate::handleProxyAuthenticationRequiredRequest):
(QQuickWebViewPrivate::handleCertificateVerificationRequest):
(QQuickWebViewPrivate::execDialogRunner):
- UIProcess/API/qt/qquickwebview_p_p.h:
(QQuickWebViewPrivate):
- 7:50 AM Changeset in webkit [110168] by
-
- 4 edits in trunk/LayoutTests
Fix flaky test by decreasing granularity of cues (cues cover longer time
intervals). The flakiness seems to appear because the video is paused
synchronously, while missed events events are dispatched asynchronously.
It can happen that multiple cues are actually missed cues, hence more exit
events are dispatched together, but the video was paused before the actual
dispatch.
https://bugs.webkit.org/show_bug.cgi?id=80067
Patch by Victor Carbune <vcarbune@adobe.com> on 2012-03-08
Reviewed by Eric Carlson.
- media/track/captions-webvtt/simple-captions.vtt:
- media/track/track-cues-pause-on-exit-expected.txt:
- media/track/track-cues-pause-on-exit.html:
- 7:28 AM Changeset in webkit [110167] by
-
- 36 edits in trunk/LayoutTests
[Qt] Rebaseline after r110072.
Patch by Ádám Kallai <kadam@inf.u-szeged.hu> on 2012-03-08
Reviewed by Csaba Osztrogonác.
- platform/qt/css3/selectors3/html/css3-modsel-23-expected.png:
- platform/qt/css3/selectors3/html/css3-modsel-23-expected.txt:
- platform/qt/css3/selectors3/html/css3-modsel-24-expected.png:
- platform/qt/css3/selectors3/html/css3-modsel-24-expected.txt:
- platform/qt/css3/selectors3/html/css3-modsel-68-expected.png:
- platform/qt/css3/selectors3/html/css3-modsel-68-expected.txt:
- platform/qt/css3/selectors3/html/css3-modsel-69-expected.png:
- platform/qt/css3/selectors3/html/css3-modsel-69-expected.txt:
- platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.png:
- platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
- platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.png:
- platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
- platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.png:
- platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
- platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.png:
- platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
- platform/qt/css3/selectors3/xml/css3-modsel-23-expected.png:
- platform/qt/css3/selectors3/xml/css3-modsel-23-expected.txt:
- platform/qt/css3/selectors3/xml/css3-modsel-24-expected.png:
- platform/qt/css3/selectors3/xml/css3-modsel-24-expected.txt:
- platform/qt/css3/selectors3/xml/css3-modsel-68-expected.png:
- platform/qt/css3/selectors3/xml/css3-modsel-68-expected.txt:
- platform/qt/css3/selectors3/xml/css3-modsel-69-expected.png:
- platform/qt/css3/selectors3/xml/css3-modsel-69-expected.txt:
- platform/qt/fast/clip/008-expected.png:
- platform/qt/fast/clip/008-expected.txt:
- platform/qt/fast/clip/011-expected.png:
- platform/qt/fast/clip/011-expected.txt:
- platform/qt/fast/clip/012-expected.png:
- platform/qt/fast/clip/012-expected.txt:
- platform/qt/fast/forms/input-text-double-click-expected.txt:
- platform/qt/fast/forms/textfield-overflow-expected.txt:
- platform/qt/http/tests/navigation/javascriptlink-frames-expected.png:
- platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
- platform/qt/test_expectations.txt:
- 7:08 AM Changeset in webkit [110166] by
-
- 2 edits in trunk/Source/WebCore
[Qt] Windows build fix.
Reviewed by Tor Arne Vestbø.
- DerivedSources.pri: Replace commandline that is too long for Windows with
separate lines to be executed in the Makefile for the IDL preprocessing.
- 6:09 AM Changeset in webkit [110165] by
-
- 2 edits in trunk/LayoutTests
[chromium] Unreviewed gardening.
Mark compositing/reflections/nested-reflection-opacity.html as flaky.
- platform/chromium/test_expectations.txt:
- 6:06 AM Changeset in webkit [110164] by
-
- 2 edits in trunk/Source/WebCore
Web Inspector: The function had to return a hash but it returned just address.
https://bugs.webkit.org/show_bug.cgi?id=80591
Reviewed by Yury Semikhatsky.
- bindings/v8/RetainedDOMInfo.cpp:
(WebCore::RetainedDOMInfo::GetHash):
- 5:24 AM Changeset in webkit [110163] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed single line fix. The function had to return a hash but it returned just address.
- bindings/v8/V8GCController.cpp:
(WebCore::UnspecifiedGroup::GetHash):
- 4:41 AM Changeset in webkit [110162] by
-
- 2 edits in trunk/LayoutTests
[chromium] Unreviewed gardening.
Mark some tests failing on Leopard after the Lion rebaselines.
- platform/chromium/test_expectations.txt:
- 3:25 AM Changeset in webkit [110161] by
-
- 18 edits4 adds in trunk
<shadow> should be rendered correctly.
https://bugs.webkit.org/show_bug.cgi?id=78596
Reviewed by Hajime Morita.
Source/WebCore:
This patch supports <shadow> element rendering.
When attaching <shadow> element, if it is in the oldest shadow tree, it runs a part of
distribution algorithm. If it is in non-oldest shadow tree, it runs tree a part of
tree composition algorithm to assign a older shadow root. In this patch, InsertionPonit
try to treat the distributed host children and the assigned shadow children similarly.
NodeRenderingContext supports rendering <shadow> element. Since the assigned shadow children
are treated like distributed host children, that change is to consider non-youngest shadow
tree basically also.
Tests: fast/dom/shadow/shadow-element-rendering-multiple.html
fast/dom/shadow/shadow-element-rendering-single.html
- dom/NodeRenderingContext.cpp:
(WebCore):
(WebCore::NodeRenderingContext::NodeRenderingContext):
Does not ignore non-youngest shadow tree.
- dom/ShadowRoot.cpp:
(WebCore::ShadowRoot::ShadowRoot):
- dom/ShadowRoot.h:
(ShadowRoot):
(WebCore::ShadowRoot::assignedTo):
(WebCore):
(WebCore::ShadowRoot::setAssignedTo):
(WebCore::ShadowRoot::isUsedForRendering):
Returns true if ShadowRoot is youngest or assigned to some InsertionPoint.
(WebCore::toShadowRoot):
- dom/ShadowTree.cpp:
(WebCore::ShadowTree::insertionPointFor):
Returns InsertionPoint to which node is distributed.
- dom/ShadowTree.h:
(ShadowTree):
- html/shadow/HTMLContentElement.h:
(WebCore::HTMLContentElement::doesSelectFromHostChildren):
(HTMLContentElement):
- html/shadow/HTMLShadowElement.cpp:
(WebCore::HTMLShadowElement::HTMLShadowElement):
(WebCore::HTMLShadowElement::select):
(WebCore::HTMLShadowElement::doesSelectFromHostChildren):
(WebCore):
- html/shadow/HTMLShadowElement.h:
(HTMLShadowElement):
- html/shadow/InsertionPoint.cpp:
(WebCore::InsertionPoint::attach):
(WebCore::InsertionPoint::detach):
(WebCore::InsertionPoint::assignedFrom):
(WebCore):
(WebCore::InsertionPoint::assignShadowRoot):
(WebCore::InsertionPoint::clearAssignment):
- html/shadow/InsertionPoint.h:
(InsertionPoint):
LayoutTests:
Contains tests both in case <shadow> appears in the oldest shadow root and
non-olderst shadow tree.
- fast/dom/shadow/shadow-element-rendering-multiple-expected.txt: Added.
- fast/dom/shadow/shadow-element-rendering-multiple.html: Added.
- fast/dom/shadow/shadow-element-rendering-single-expected.txt: Added.
- fast/dom/shadow/shadow-element-rendering-single.html: Added.
- platform/efl/Skipped:
- platform/mac/Skipped:
- platform/qt/Skipped:
- platform/win/Skipped:
- platform/wincairo/Skipped:
- platform/wk2/Skipped:
- 3:22 AM Changeset in webkit [110160] by
-
- 2 edits9 adds in trunk/Source/WebCore
Speech JavaScript API: SpeechRecognitionAlternative, Result and ResultList
https://bugs.webkit.org/show_bug.cgi?id=80424
Reviewed by Adam Barth.
Implement the SpeechRecognitionAlternative,
SpeechRecognitionResult and SpeechRecognitionResultList.
(Spec: http://speech-javascript-api-spec.googlecode.com/git/speechapi.html)
No new tests because these interfaces don't have constructors.
They will be tested as more of the API gets implemented.
- Modules/speech/SpeechRecognitionAlternative.cpp: Added.
(WebCore):
(WebCore::SpeechRecognitionAlternative::create):
(WebCore::SpeechRecognitionAlternative::SpeechRecognitionAlternative):
- Modules/speech/SpeechRecognitionAlternative.h: Added.
(WebCore):
(SpeechRecognitionAlternative):
(WebCore::SpeechRecognitionAlternative::transcript):
(WebCore::SpeechRecognitionAlternative::confidence):
- Modules/speech/SpeechRecognitionAlternative.idl: Added.
- Modules/speech/SpeechRecognitionResult.cpp: Added.
(WebCore):
(WebCore::SpeechRecognitionResult::create):
(WebCore::SpeechRecognitionResult::item):
(WebCore::SpeechRecognitionResult::SpeechRecognitionResult):
- Modules/speech/SpeechRecognitionResult.h: Added.
(WebCore):
(SpeechRecognitionResult):
(WebCore::SpeechRecognitionResult::length):
(WebCore::SpeechRecognitionResult::final):
- Modules/speech/SpeechRecognitionResult.idl: Added.
- Modules/speech/SpeechRecognitionResultList.cpp: Added.
(WebCore):
(WebCore::SpeechRecognitionResultList::create):
(WebCore::SpeechRecognitionResultList::item):
(WebCore::SpeechRecognitionResultList::SpeechRecognitionResultList):
- Modules/speech/SpeechRecognitionResultList.h: Added.
(WebCore):
(SpeechRecognitionResultList):
(WebCore::SpeechRecognitionResultList::length):
- Modules/speech/SpeechRecognitionResultList.idl: Added.
- WebCore.gypi:
- 2:01 AM Changeset in webkit [110159] by
-
- 2 edits in trunk/Source/JavaScriptCore
DFG CFA incorrectly handles ValueToInt32
https://bugs.webkit.org/show_bug.cgi?id=80568
Reviewed by Gavin Barraclough.
Changed it match exactly the decision pattern used in
DFG::SpeculativeJIT::compileValueToInt32
- dfg/DFGAbstractState.cpp:
(JSC::DFG::AbstractState::execute):
- 1:57 AM Changeset in webkit [110158] by
-
- 3 edits in trunk/Source/JavaScriptCore
[Qt] [WK2] Webkit fails to link when compiled with force_static_libs_as_shared
https://bugs.webkit.org/show_bug.cgi?id=80524
Reviewed by Simon Hausmann.
Move IdentifierTable methods defintion to WTFThreadData.cpp to fix linking
of WTF library.
- runtime/Identifier.cpp:
- wtf/WTFThreadData.cpp:
(JSC):
(JSC::IdentifierTable::~IdentifierTable):
(JSC::IdentifierTable::add):
- 1:51 AM Changeset in webkit [110157] by
-
- 3 edits in trunk/Tools
Unreviewed, rolling out r110115.
http://trac.webkit.org/changeset/110115
https://bugs.webkit.org/show_bug.cgi?id=80581
broke test-webkitpy (Requested by philn-tp on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-08
- Scripts/old-run-webkit-tests:
- Scripts/webkitpy/layout_tests/port/qt.py:
(QtPort):
(QtPort.determine_full_port_name):
(QtPort.baseline_search_path):
- 1:45 AM Changeset in webkit [110156] by
-
- 1 edit2 adds in trunk/Source/WebCore
[BlackBerry] Upstream GraphicsLayerBlackBerry.{h, cpp}
https://bugs.webkit.org/show_bug.cgi?id=79867
Patch by Robin Cao <robin.cao@torchmobile.com.cn> on 2012-03-08
Reviewed by Rob Buis.
Initial upstream, no new tests.
- platform/graphics/blackberry/GraphicsLayerBlackBerry.cpp: Added.
(WebCore):
(WebCore::setLayerBorderColor):
(WebCore::clearBorderColor):
(WebCore::setLayerBackgroundColor):
(WebCore::clearLayerBackgroundColor):
(WebCore::GraphicsLayer::create):
(WebCore::GraphicsLayerBlackBerry::GraphicsLayerBlackBerry):
(WebCore::GraphicsLayerBlackBerry::~GraphicsLayerBlackBerry):
(WebCore::GraphicsLayerBlackBerry::setName):
(WebCore::GraphicsLayerBlackBerry::setChildren):
(WebCore::GraphicsLayerBlackBerry::addChild):
(WebCore::GraphicsLayerBlackBerry::addChildAtIndex):
(WebCore::GraphicsLayerBlackBerry::addChildBelow):
(WebCore::GraphicsLayerBlackBerry::addChildAbove):
(WebCore::GraphicsLayerBlackBerry::replaceChild):
(WebCore::GraphicsLayerBlackBerry::removeFromParent):
(WebCore::GraphicsLayerBlackBerry::setPosition):
(WebCore::GraphicsLayerBlackBerry::setAnchorPoint):
(WebCore::GraphicsLayerBlackBerry::setSize):
(WebCore::GraphicsLayerBlackBerry::setTransform):
(WebCore::GraphicsLayerBlackBerry::setChildrenTransform):
(WebCore::GraphicsLayerBlackBerry::setPreserves3D):
(WebCore::GraphicsLayerBlackBerry::setMasksToBounds):
(WebCore::GraphicsLayerBlackBerry::setDrawsContent):
(WebCore::GraphicsLayerBlackBerry::setContentsVisible):
(WebCore::GraphicsLayerBlackBerry::setMaskLayer):
(WebCore::GraphicsLayerBlackBerry::setReplicatedByLayer):
(WebCore::GraphicsLayerBlackBerry::setFixedPosition):
(WebCore::GraphicsLayerBlackBerry::setHasFixedContainer):
(WebCore::GraphicsLayerBlackBerry::setHasFixedAncestorInDOMTree):
(WebCore::GraphicsLayerBlackBerry::setBackgroundColor):
(WebCore::GraphicsLayerBlackBerry::clearBackgroundColor):
(WebCore::GraphicsLayerBlackBerry::setContentsOpaque):
(WebCore::GraphicsLayerBlackBerry::setBackfaceVisibility):
(WebCore::GraphicsLayerBlackBerry::setOpacity):
(WebCore::GraphicsLayerBlackBerry::setContentsNeedsDisplay):
(WebCore::GraphicsLayerBlackBerry::setNeedsDisplay):
(WebCore::GraphicsLayerBlackBerry::setNeedsDisplayInRect):
(WebCore::GraphicsLayerBlackBerry::setContentsRect):
(WebCore::removeAnimationByIdAndProperty):
(WebCore::removeAnimationByName):
(WebCore::GraphicsLayerBlackBerry::addAnimation):
(WebCore::GraphicsLayerBlackBerry::pauseAnimation):
(WebCore::GraphicsLayerBlackBerry::removeAnimation):
(WebCore::GraphicsLayerBlackBerry::suspendAnimations):
(WebCore::GraphicsLayerBlackBerry::resumeAnimations):
(WebCore::GraphicsLayerBlackBerry::setContentsToImage):
(WebCore::GraphicsLayerBlackBerry::updateContentsImage):
(WebCore::GraphicsLayerBlackBerry::setContentsToCanvas):
(WebCore::GraphicsLayerBlackBerry::setContentsToMedia):
(WebCore::GraphicsLayerBlackBerry::hostLayerForSublayers):
(WebCore::GraphicsLayerBlackBerry::layerForSuperlayer):
(WebCore::GraphicsLayerBlackBerry::platformLayer):
(WebCore::GraphicsLayerBlackBerry::setDebugBackgroundColor):
(WebCore::GraphicsLayerBlackBerry::setDebugBorder):
(WebCore::GraphicsLayerBlackBerry::updateSublayerList):
(WebCore::GraphicsLayerBlackBerry::updateLayerPosition):
(WebCore::GraphicsLayerBlackBerry::updateLayerSize):
(WebCore::GraphicsLayerBlackBerry::updateAnchorPoint):
(WebCore::GraphicsLayerBlackBerry::updateTransform):
(WebCore::GraphicsLayerBlackBerry::updateChildrenTransform):
(WebCore::GraphicsLayerBlackBerry::updateMasksToBounds):
(WebCore::GraphicsLayerBlackBerry::updateContentsOpaque):
(WebCore::GraphicsLayerBlackBerry::updateBackfaceVisibility):
(WebCore::GraphicsLayerBlackBerry::updateLayerPreserves3D):
(WebCore::GraphicsLayerBlackBerry::updateLayerIsDrawable):
(WebCore::GraphicsLayerBlackBerry::updateFixedPosition):
(WebCore::GraphicsLayerBlackBerry::updateHasFixedContainer):
(WebCore::GraphicsLayerBlackBerry::updateHasFixedAncestorInDOMTree):
(WebCore::GraphicsLayerBlackBerry::updateLayerBackgroundColor):
(WebCore::GraphicsLayerBlackBerry::updateAnimations):
(WebCore::GraphicsLayerBlackBerry::updateContentsVideo):
(WebCore::GraphicsLayerBlackBerry::updateContentsRect):
(WebCore::GraphicsLayerBlackBerry::setupContentsLayer):
(WebCore::GraphicsLayerBlackBerry::updateOpacityOnLayer):
(WebCore::GraphicsLayerBlackBerry::contentsVisible):
- platform/graphics/blackberry/GraphicsLayerBlackBerry.h: Added.
(WebCore):
(GraphicsLayerBlackBerry):
(WebCore::GraphicsLayerBlackBerry::notifySyncRequired):
(WebCore::GraphicsLayerBlackBerry::notifyAnimationStarted):
(WebCore::GraphicsLayerBlackBerry::primaryLayer):
(WebCore::GraphicsLayerBlackBerry::contentsLayer):
- 1:31 AM Changeset in webkit [110155] by
-
- 1 edit18 moves1 add in trunk/LayoutTests
[Forms] Re-organize test files of label element
https://bugs.webkit.org/show_bug.cgi?id=80575
There are 988 files under LayoutTests/fast/forms. It is hard to find
a file from UI. To improve discoverability of file, it is better to
organize files based on element as some test files did.
This patch moves test files of "label" element to fast/forms/label and
adjusts path of JavaScript files.
Patch by Yoshifumi Inoue <yosin@chromium.org> on 2012-03-08
Reviewed by Kentaro Hara.
- fast/forms/label/labels-add-htmlFor-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-add-htmlFor-label-expected.txt.
- fast/forms/label/labels-add-htmlFor-label.html: Renamed from LayoutTests/fast/forms/labels-add-htmlFor-label.html.
- fast/forms/label/labels-add-parent-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-add-parent-label-expected.txt.
- fast/forms/label/labels-add-parent-label.html: Renamed from LayoutTests/fast/forms/labels-add-parent-label.html.
- fast/forms/label/labels-change-htmlFor-attribute-expected.txt: Renamed from LayoutTests/fast/forms/labels-change-htmlFor-attribute-expected.txt.
- fast/forms/label/labels-change-htmlFor-attribute.html: Renamed from LayoutTests/fast/forms/labels-change-htmlFor-attribute.html.
- fast/forms/label/labels-custom-property-expected.txt: Renamed from LayoutTests/fast/forms/labels-custom-property-expected.txt.
- fast/forms/label/labels-custom-property.html: Renamed from LayoutTests/fast/forms/labels-custom-property.html.
- fast/forms/label/labels-item-index-expected.txt: Renamed from LayoutTests/fast/forms/labels-item-index-expected.txt.
- fast/forms/label/labels-item-index.html: Renamed from LayoutTests/fast/forms/labels-item-index.html.
- fast/forms/label/labels-remove-htmlFor-attribute-expected.txt: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-attribute-expected.txt.
- fast/forms/label/labels-remove-htmlFor-attribute.html: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-attribute.html.
- fast/forms/label/labels-remove-htmlFor-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-label-expected.txt.
- fast/forms/label/labels-remove-htmlFor-label.html: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-label.html.
- fast/forms/label/labels-remove-parent-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-remove-parent-label-expected.txt.
- fast/forms/label/labels-remove-parent-label.html: Renamed from LayoutTests/fast/forms/labels-remove-parent-label.html.
- fast/forms/label/labels-set-htmlFor-attribute-expected.txt: Renamed from LayoutTests/fast/forms/labels-set-htmlFor-attribute-expected.txt.
- fast/forms/label/labels-set-htmlFor-attribute.html: Renamed from LayoutTests/fast/forms/labels-set-htmlFor-attribute.html.
- 1:06 AM Changeset in webkit [110154] by
-
- 2 edits in trunk/Source/JavaScriptCore
DFG instruction count threshold should be lifted to 10000
https://bugs.webkit.org/show_bug.cgi?id=80579
Reviewed by Gavin Barraclough.
- runtime/Options.cpp:
(JSC::Options::initializeOptions):
- 1:02 AM Changeset in webkit [110153] by
-
- 2 edits in trunk/Source/JavaScriptCore
Incorrect tracking of abstract values of variables forced double
https://bugs.webkit.org/show_bug.cgi?id=80566
<rdar://problem/11001442>
Reviewed by Gavin Barraclough.
- dfg/DFGAbstractState.cpp:
(JSC::DFG::AbstractState::mergeStateAtTail):
- 12:35 AM Changeset in webkit [110152] by
-
- 2 edits in trunk/Tools
Unreviewed. Added myself to watchlist.
- Scripts/webkitpy/common/config/watchlist:
- 12:22 AM Changeset in webkit [110151] by
-
- 8 edits in trunk/Source/WebCore
Refactoring: Remove Node::isContentElement and Node::isShadowElement.
https://bugs.webkit.org/show_bug.cgi?id=80501
Reviewed by Hajime Morita.
Removes Node::isContentElement and Node::isShadowElement. These methods are replaced
by hasTagName. However the tag name of HTMLContentElement was not consistent,
this patch make them consistent.
No new tests. Should be covered by existing tests.
- dom/Node.h:
- html/HTMLElement.h:
(WebCore::HTMLElement::isInsertionPoint):
(HTMLElement):
- html/HTMLSummaryElement.cpp:
(WebCore::SummaryContentElement::SummaryContentElement):
It uses HTMLNames::divTag as tagname. It should use HTMLNames::webkitShadowTagName.
- html/shadow/HTMLContentElement.h:
(HTMLContentElement):
- html/shadow/InsertionPoint.h:
(InsertionPoint):
(WebCore::InsertionPoint::isInsertionPoint):
(WebCore::isInsertionPoint):
- testing/Internals.cpp:
(WebCore::Internals::isValidContentSelect):
- testing/Internals.h:
(Internals):
Mar 7, 2012:
- 11:46 PM HackingGtk edited by
- Update lik to api ref (diff)
- 11:34 PM Changeset in webkit [110150] by
-
- 2 edits in trunk/Source/WebCore
ContainerNode::insertedIntoDocument and removedFromDocument use weak iteration patterns
https://bugs.webkit.org/show_bug.cgi?id=80569
Reviewed by Ryosuke Niwa.
This patch moves ContainerNode::insertedIntoDocument and
removedFromDocument to using a better iteration pattern in which we
collect all the nodes we're planning to iterate into a vector and then
iterate over them.
- dom/ContainerNode.cpp:
(WebCore::ContainerNode::insertedIntoDocument):
(WebCore::ContainerNode::removedFromDocument):
- 11:08 PM WebKitGTK/1.8.x edited by
- (diff)
- 10:55 PM Changeset in webkit [110149] by
-
- 4 edits in trunk/Source
[Chromium] Allow CCLayerTreeHost::context() to be called even with the threaded compositor enabled.
https://bugs.webkit.org/show_bug.cgi?id=80565
Reviewed by James Robinson.
This gets triggered by the video HW decode+render path when threaded compositor is enabled
(https://chromiumcodereview.appspot.com/9639005/)
No new tests.
- platform/graphics/chromium/cc/CCLayerTreeHost.cpp:
(WebCore::CCLayerTreeHost::context):
- 10:48 PM Changeset in webkit [110148] by
-
- 16 edits in trunk
CSS3 calc: mixed absolute/percentages work for width, height, margin and padding
https://bugs.webkit.org/show_bug.cgi?id=79621
Reviewed by Andreas Kling.
Source/WebCore:
ApplyPropertyLength in CSSStyleApplyPropery now handles mixed absolute/percentage
length expressions. All property handlers using this template now work with
mixed expressions.
This patch adds a new expression evaluator in CalculationValue.cpp. This is because
Length.[cpp|h] (in platform) cannot refer to CSSCalculationValue.[cpp|h] (in css)
due to layering restrictions.
Lengths can be copied, and so the expressions are stored in a hashmap, and only their
ids are copied along with Length. The expressions are RefCounted, and will get
cleaned up when the last referring Length is destructed.
- WebCore.exp.in:
- css/CSSCalculationValue.cpp:
(WebCore::CSSCalcPrimitiveValue::toCalcValue):
(CSSCalcPrimitiveValue):
(WebCore::CSSCalcBinaryOperation::toCalcValue):
(CSSCalcBinaryOperation):
- css/CSSCalculationValue.h:
(WebCore):
(CSSCalcExpressionNode):
(CSSCalcValue):
(WebCore::CSSCalcValue::toCalcValue):
- css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
- css/CSSStyleApplyProperty.cpp:
(WebCore::ApplyPropertyLength::applyValue):
- css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::collectMatchingRulesForList):
- css/CSSStyleSelector.h:
(CSSStyleSelector):
- platform/CalculationValue.cpp:
(WebCore::CalcExpressionBinaryOperation::evaluate):
(WebCore):
(WebCore::CalculationValue::create):
(WebCore::CalculationValue::evaluate):
- platform/CalculationValue.h:
(CalcExpressionNode):
(WebCore::CalcExpressionNode::~CalcExpressionNode):
(WebCore):
(CalculationValue):
(WebCore::CalculationValue::CalculationValue):
(CalcExpressionNumber):
(WebCore::CalcExpressionNumber::CalcExpressionNumber):
(WebCore::CalcExpressionNumber::evaluate):
(CalcExpressionLength):
(WebCore::CalcExpressionLength::CalcExpressionLength):
(WebCore::CalcExpressionLength::evaluate):
(CalcExpressionBinaryOperation):
(WebCore::CalcExpressionBinaryOperation::CalcExpressionBinaryOperation):
- platform/Length.cpp:
(WebCore):
(WebCore::Length::~Length):
(CalculationValueHandleMap):
(WebCore::CalculationValueHandleMap::CalculationValueHandleMap):
(WebCore::CalculationValueHandleMap::insert):
(WebCore::CalculationValueHandleMap::remove):
(WebCore::CalculationValueHandleMap::get):
(WebCore::calcHandles):
(WebCore::Length::Length):
(WebCore::Length::calculationValue):
(WebCore::Length::calculatedValue):
(WebCore::Length::calculatedMinValue):
(WebCore::Length::calculatedFloatValue):
(WebCore::Length::incrementCalculatedRef):
(WebCore::Length::decrementCalculatedRef):
(WebCore::Length::nonNanCalculatedValue):
- platform/Length.h:
(Length):
(WebCore::Length::Length):
(WebCore::Length::operator=):
(WebCore::Length::operator*=):
(WebCore::Length::value):
(WebCore::Length::setValue):
(WebCore::Length::calcValue):
(WebCore::Length::calcMinValue):
(WebCore::Length::calcFloatValue):
(WebCore::Length::isZero):
(WebCore::Length::isPositive):
(WebCore::Length::isNegative):
(WebCore::Length::isPercent):
(WebCore::Length::isSpecified):
(WebCore::Length::isCalculated):
(WebCore::Length::initFromLength):
(WebCore::Length::calculationHandle):
LayoutTests:
- css3/calc/margin-expected.txt:
- css3/calc/padding-expected.txt:
- css3/calc/simple-calcs-expected.txt:
- 10:15 PM Changeset in webkit [110147] by
-
- 2 edits in trunk/Source/JavaScriptCore
[Qt] Fix the MIPS/SH4 build after r109834
https://bugs.webkit.org/show_bug.cgi?id=80492
Patch by Chao-yng Fu <fu@mips.com> on 2012-03-07
Reviewed by Oliver Hunt.
Implement three-argument branch(Add,Sub)32.
- assembler/MacroAssemblerMIPS.h:
(JSC::MacroAssemblerMIPS::add32):
(MacroAssemblerMIPS):
(JSC::MacroAssemblerMIPS::sub32):
(JSC::MacroAssemblerMIPS::branchAdd32):
(JSC::MacroAssemblerMIPS::branchSub32):
- 10:06 PM Changeset in webkit [110146] by
-
- 5 edits in releases/WebKitGTK/webkit-1.8/Source/WebKit2
Merging r109881
- 9:31 PM Changeset in webkit [110145] by
-
- 2 edits in trunk/Source/WebCore
Do not refer to resutlsButtonElement and cancelButtonElement to compute paddings of search popups
https://bugs.webkit.org/show_bug.cgi?id=80564
Reviewed by Hajime Morita.
We'd like to reduce dependency of resultsButtonElement and
cancelButtonElement from RenderTextControlSingleLine.
No behavior change.
- rendering/RenderTextControlSingleLine.cpp:
(WebCore::RenderTextControlSingleLine::clientPaddingLeft):
Use the left position of innerBlockElement, instead of the width of resultsButtonElement.
They are equivalent.
(WebCore::RenderTextControlSingleLine::clientPaddingRight):
Use <the container width - right position of innerBlockElement>,
instead of the width of the cancelButtonElement. They are
equivalent.
- 8:49 PM Changeset in webkit [110144] by
-
- 2 edits in trunk/Source/WebCore
use DEFINE_STATIC_LOCAL on Lengths to avoid exit time destructors
https://bugs.webkit.org/show_bug.cgi?id=80561
Reviewed by Eric Seidel.
This is in preparation for http://wkb.ug/79621 where a destructor is added to Length.
No new tests as this is not a behaviour change.
- css/CSSStyleApplyProperty.cpp:
(WebCore::ApplyPropertyPageSize::getPageSizeFromName):
- 8:37 PM Changeset in webkit [110143] by
-
- 2 edits in trunk/LayoutTests
Unreviewed. update chromium test expectations.
- platform/chromium/test_expectations.txt:
- 8:27 PM Changeset in webkit [110142] by
-
- 6 edits in trunk
Turn Runs class into a proper model to implement incremental JSON update
https://bugs.webkit.org/show_bug.cgi?id=80364
Reviewed by Hajime Morita.
Move Runs from json_generators.py to models.py and turn it into a proper Model.
Now most JSON responses are held by Runs objects instead of PersistentCache.
Added some tests around update_or_insert and json_by_ids to test PersistentCache-like
behavior but there should be no user-visible behavioral differences.
- Websites/webkit-perf.appspot.com/controller.py:
(RunsUpdateHandler.post):
(CachedRunsHandler.get):
(RunsChartHandler.post):
- Websites/webkit-perf.appspot.com/json_generators.py:
(ManifestJSONGenerator.value):
- Websites/webkit-perf.appspot.com/json_generators_unittest.py:
(ManifestJSONGeneratorTest.test_value_two_tests):
- Websites/webkit-perf.appspot.com/models.py:
(Test):
(Runs):
(Runs._generate_runs):
(Runs._entry_from_build_and_result):
(Runs._key_name):
(Runs.update_or_insert):
(Runs.json_by_ids):
(Runs.to_json):
(Runs.chart_params):
- Websites/webkit-perf.appspot.com/models_unittest.py:
(RunsTest):
(RunsTest.setUp):
(RunsTest._create_results):
(RunsTest.test_generate_runs):
(RunsTest.test_update_or_insert):
(RunsTest.test_json_by_ids):
(RunsTest.test_to_json_without_results):
(RunsTest.test_to_json_with_results):
(RunsTest._assert_entry):
(RunsTest.test_run_from_build_and_result):
(RunsTest.test_run_from_build_and_result.create_build):
(RunsTest.test_chart_params_with_value):
(RunsTest.test_chart_params_with_value.split_as_int):
- 8:21 PM Changeset in webkit [110141] by
-
- 2 edits in trunk/LayoutTests
Unreviewed. update chromium test expecation.
- platform/chromium/test_expectations.txt:
- 8:16 PM Changeset in webkit [110140] by
-
- 1 edit in branches/chromium/963/Source/WebCore/dom/ContainerNode.cpp
Merge 110139 - ContainerNode::willRemove uses a weak iteration pattern
https://bugs.webkit.org/show_bug.cgi?id=80530
Reviewed by Ryosuke Niwa.
This patch moves ContainerNode::willRemove to using a better iteration
pattern in which we collect all the nodes we're planning to iterate
into a vector and then iterate over them.
- dom/ContainerNode.cpp:
(WebCore::ContainerNode::willRemove):
TBR=abarth@webkit.org
Review URL: https://chromiumcodereview.appspot.com/9641008
- 8:08 PM Changeset in webkit [110139] by
-
- 2 edits in trunk/Source/WebCore
ContainerNode::willRemove uses a weak iteration pattern
https://bugs.webkit.org/show_bug.cgi?id=80530
Reviewed by Ryosuke Niwa.
This patch moves ContainerNode::willRemove to using a better iteration
pattern in which we collect all the nodes we're planning to iterate
into a vector and then iterate over them.
- dom/ContainerNode.cpp:
(WebCore::ContainerNode::willRemove):
- 8:04 PM Changeset in webkit [110138] by
-
- 8 edits in trunk/Source/JavaScriptCore
Unreviewed, rolling out r110127.
http://trac.webkit.org/changeset/110127
https://bugs.webkit.org/show_bug.cgi?id=80562
compile failed on AppleWin (Requested by ukai on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-07
- heap/Heap.cpp:
(JSC::Heap::collectAllGarbage):
- heap/Heap.h:
(JSC):
(Heap):
- runtime/Executable.cpp:
(JSC::FunctionExecutable::FunctionExecutable):
(JSC::FunctionExecutable::finalize):
- runtime/Executable.h:
(FunctionExecutable):
(JSC::FunctionExecutable::create):
- runtime/JSGlobalData.cpp:
(WTF):
(Recompiler):
(WTF::Recompiler::operator()):
(JSC::JSGlobalData::recompileAllJSFunctions):
(JSC):
- runtime/JSGlobalData.h:
(JSGlobalData):
- runtime/JSGlobalObject.cpp:
(JSC::DynamicGlobalObjectScope::DynamicGlobalObjectScope):
- 8:02 PM Changeset in webkit [110137] by
-
- 6 edits in trunk/Source/WebCore
[V8][Performance] Optimize V8 bindings for HTMLElement.classList,
Element.dataset and Node.attributes
https://bugs.webkit.org/show_bug.cgi?id=80376
Reviewed by Adam Barth.
This patch improves the performance of HTMLElement.classList, Element.dataset
and Node.attributes by 6.4 times, 7.1 times and 10.9 times, respectively.
Previously, a 'hiddenReferenceName' string was allocated on v8::Handle and
created every time the DOM attribute is accessed, in spite of the fact that
the 'hiddenReferenceName' string is static.
This patch moves the 'hiddenReferenceName' string to v8::Persistent and makes it static.
Also, this patch removes 'if (!elementValue.IsEmpty() && elementValue->IsObject())',
since if 'element' exists, it is guaranteed that 'elementValue' is not empty
and is an Object.
Performance tests: https://bugs.webkit.org/attachment.cgi?id=130283
AppleWebKit/JavaScriptCore:
div.classList : 382ms
div.classList.foo = 123 : 335ms
div.dataset : 403ms
div.dataset.foo = 123 : 5250ms
div.attributes : 183ms
Chromium/V8 (without this patch):
div.classList : 9140ms
div.classList.foo = 123 : 9086ms
div.dataset : 9930ms
div.dataset.foo = 123 : 49698ms
div.attributes : 13489ms
Chromium/V8 (with this patch):
div.classList : 1435ms
div.classList.foo = 123 : 1470ms
div.dataset : 1400ms
div.dataset.foo = 123 : 30396ms
div.attributes : 1242ms
No tests. No change in behavior.
- bindings/v8/custom/V8DOMStringMapCustom.cpp: Modified as described above.
(WebCore::toV8):
- bindings/v8/custom/V8DOMTokenListCustom.cpp: Ditto.
(WebCore::toV8):
- bindings/v8/custom/V8NamedNodeMapCustom.cpp: Ditto.
(WebCore::toV8):
- bindings/v8/V8HiddenPropertyName.cpp: Defined a hidden property name string statically
to optimize the macro.
(WebCore):
(WebCore::V8HiddenPropertyName::hiddenReferenceName):
- bindings/v8/V8HiddenPropertyName.h: Modified to switch two prefixes "WebCore::HiddenProperty::"
and "WebCore::HiddenReference::", depending on whether a given name represents a hidden property
or a hidden reference.
(WebCore):
(V8HiddenPropertyName):
- 7:33 PM Changeset in webkit [110136] by
-
- 1 edit in trunk/Source/WebCore/bindings/generic/ActiveDOMCallback.cpp
Unreviewed build fix
- 7:31 PM Changeset in webkit [110135] by
-
- 12 edits in trunk/Source/WebCore
Add RenderBoxModelObject::marginWidth() and marginHeight()
https://bugs.webkit.org/show_bug.cgi?id=80556
Reviewed by Kentaro Hara.
They make some code shorter.
No behavior change.
- rendering/RenderBoxModelObject.h:
(WebCore::RenderBoxModelObject::marginHeight): Added.
(WebCore::RenderBoxModelObject::marginWidth): Added.
- inspector/DOMNodeHighlighter.cpp: Use marginHeight() and/or marginWidth().
- rendering/RenderBlock.h:
(WebCore::RenderBlock::FloatWithRect::FloatWithRect): ditto.
- rendering/RenderBlockLineLayout.cpp:
(WebCore::RenderBlock::checkFloatsInCleanLine): ditto.
- rendering/RenderBox.cpp:
(WebCore::RenderBox::repaintLayerRectsForImage): ditto.
- rendering/RenderDeprecatedFlexibleBox.cpp:
(WebCore::RenderDeprecatedFlexibleBox::layoutHorizontalBox): ditto.
(WebCore::RenderDeprecatedFlexibleBox::layoutVerticalBox): ditto.
- rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::crossAxisMarginExtentForChild): ditto.
(WebCore::RenderFlexibleBox::computeNextFlexLine): ditto.
- rendering/RenderInline.cpp:
(WebCore::RenderInline::culledInlineAbsoluteRects): ditto.
(WebCore::RenderInline::culledInlineAbsoluteQuads): ditto.
(WebCore::RenderInline::culledInlineBoundingBox): ditto.
- rendering/RenderScrollbar.cpp:
(WebCore::RenderScrollbar::trackPieceRectWithMargins): ditto.
- rendering/RenderTextControl.cpp:
(WebCore::RenderTextControl::computeLogicalHeight): ditto.
- rendering/RenderTextControlSingleLine.cpp:
(WebCore::RenderTextControlSingleLine::computeControlHeight): ditto.
- 7:15 PM Changeset in webkit [110134] by
-
- 2 edits in trunk/Source/JavaScriptCore
The end atom of the marked block considered to filter invalid cells
https://bugs.webkit.org/show_bug.cgi?id=79191
Patch by Hojong Han <hojong.han@samsung.com> on 2012-03-07
Reviewed by Geoffrey Garen.
Register file could have stale pointers beyond the end atom of marked block.
Those pointers can weasel out of filtering in-middle-of-cell pointer.
- heap/MarkedBlock.h:
(JSC::MarkedBlock::isLiveCell):
- 7:10 PM Changeset in webkit [110133] by
-
- 12 edits in trunk
Clean Windows build fails after r110033
https://bugs.webkit.org/show_bug.cgi?id=80553
Rubber-stamped by Jon Honeycutt and Eric Seidel.
Source/JavaScriptCore:
- JavaScriptCore.vcproj/JavaScriptCore/copy-files.cmd:
Place the implementation files next to their header files in the wtf/text subdirectory.
Use echo -F to tell xcopy that these are files (since there is apparently no flag).
- JavaScriptCore.vcproj/jsc/jsc.vcproj:
Update the path to those implementation files.
- JavaScriptCore.vcproj/testRegExp/testRegExp.vcproj:
Ditto.
Source/ThirdParty:
- gtest/msvc/gtest-md.vcproj:
Add the new JavaScriptCore include directory to the include path.
Source/WebCore:
- WebCore.vcproj/WebCore.vcproj:
Update the expected location of the copied JSC WTF string implementation files.
Tools:
Add the new JavaScriptCore include directory to some more vsprops files.
- DumpRenderTree/win/ImageDiffCommon.vsprops:
- WebKitTestRunner/Configurations/InjectedBundleCommon.vsprops:
- WebKitTestRunner/Configurations/WebKitTestRunnerCommon.vsprops:
- 7:08 PM Changeset in webkit [110132] by
-
- 7 edits2 adds in trunk/Source/JavaScriptCore
Eliminate redundant Phis in DFG
https://bugs.webkit.org/show_bug.cgi?id=80415
Reviewed by Filip Pizlo.
Although this may not have any advantage at current stage, this is towards
minimal SSA to make more high level optimizations (like bug 76770) easier.
We have the choices either to build minimal SSA from scratch or to
keep current simple Phi insertion mechanism and remove the redundancy
in another phase. Currently we choose the latter because the change
could be smaller.
- CMakeLists.txt:
- GNUmakefile.list.am:
- JavaScriptCore.xcodeproj/project.pbxproj:
- Target.pri:
- dfg/DFGDriver.cpp:
(JSC::DFG::compile):
- dfg/DFGGraph.cpp:
(JSC::DFG::Graph::dump):
- dfg/DFGRedundantPhiEliminationPhase.cpp: Added.
(DFG):
(RedundantPhiEliminationPhase):
(JSC::DFG::RedundantPhiEliminationPhase::RedundantPhiEliminationPhase):
(JSC::DFG::RedundantPhiEliminationPhase::run):
(JSC::DFG::RedundantPhiEliminationPhase::getRedundantReplacement):
(JSC::DFG::RedundantPhiEliminationPhase::replacePhiChild):
(JSC::DFG::RedundantPhiEliminationPhase::fixupPhis):
(JSC::DFG::RedundantPhiEliminationPhase::updateBlockVariableInformation):
(JSC::DFG::performRedundantPhiElimination):
- dfg/DFGRedundantPhiEliminationPhase.h: Added.
(DFG):
- 7:07 PM Changeset in webkit [110131] by
-
- 13 edits in trunk/Source/WebCore
[Chromium] Don't be so CRASH() happy in the bindings layer.
https://bugs.webkit.org/show_bug.cgi?id=75111
- change the v8 bindings generated code to check for the 'worker is terminating' condition prior to committing a suicidal CRASH()
- fixup custom v8 bindings accordingly
- simplify bindings/generic/ActiveDOMCallback, there is no need for it to support destruction on a different thread
Reviewed by David Levin.
No new tests, existing tests apply.
- bindings/generic/ActiveDOMCallback.cpp: Simplified in general.
(WebCore):
(WebCore::ActiveDOMCallback::ActiveDOMCallback):
(WebCore::ActiveDOMCallback::~ActiveDOMCallback):
(WebCore::ActiveDOMCallback::canInvokeCallback):
(WebCore::ActiveDOMCallback::isScriptControllerTerminating): New method to avoid CRASH()ing in exceptional conditions in v8 bindings.
- bindings/generic/ActiveDOMCallback.h: Derive from ContextDestructionObserver.
- bindings/js/WorkerScriptController.cpp:
(WebCore::WorkerScriptController::scheduleExecutionTermination): Use a mutex to provide a memory barrier.
(WebCore::WorkerScriptController::isExecutionTerminating): New supporting method to avoid CRASH()ing in exceptional conditions.
- bindings/js/WorkerScriptController.h:
(WorkerScriptController):
- bindings/scripts/CodeGeneratorV8.pm: Generates v8 bindding code that uses isScriptControllerTerminating to avoid CRASH()ing.
(GenerateCallbackImplementation):
- bindings/scripts/test/V8/V8TestCallback.cpp: Fixup expected outputs of the modified CodeGeneratorV8.pm script.
(WebCore::V8TestCallback::callbackWithClass1Param):
(WebCore::V8TestCallback::callbackWithClass2Param):
(WebCore::V8TestCallback::callbackWithStringList):
- bindings/v8/WorkerScriptController.cpp:
(WebCore::WorkerScriptController::WorkerScriptController): Initialize a new data member.
(WebCore::WorkerScriptController::scheduleExecutionTermination): Use a mutex to provide a memory barrier.
(WebCore::WorkerScriptController::isExecutionTerminating): New supporting method to avoid CRASH()ing in exceptional conditions.
- bindings/v8/WorkerScriptController.h: Add a pair of new data members, bool + mutex.
(WorkerScriptController):
- bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp:
(WebCore::V8SQLStatementErrorCallback::handleEvent):
- bindings/v8/custom/V8MutationCallbackCustom.cpp:
(WebCore::V8MutationCallback::handleEvent):
- dom/ScriptExecutionContext.cpp:
(WebCore::ScriptExecutionContext::ScriptExecutionContext): Initilaize data members.
(WebCore::ScriptExecutionContext::stopActiveDOMObjects): Set m_activeDOMObjectsAreStopped.
- dom/ScriptExecutionContext.h: Add m_activeDOMObjectsAreStopped data member.
(WebCore::ScriptExecutionContext::activeDOMObjectsAreStopped): Simple getter.
(ScriptExecutionContext):
- 7:02 PM Changeset in webkit [110130] by
-
- 6 edits4 adds in trunk
Remove meaningless code in RenderTextControlSingleLine::preferredContentWidth()
https://bugs.webkit.org/show_bug.cgi?id=80493
Reviewed by Hajime Morita.
Source/WebCore:
preferredContentWidth() added border+padding widths of the search result
button, search cancel button, and speech input button. It makes no sense
to make the intrinsic width wider by only their border+padding width,
not their content width.
The default borders and paddings of these buttons are 0 in all
platforms, and adding border or padding to these elements by page
authors made unreasonable behavior. So we had better remove this
code.
Tests: fast/forms/search/intrinsic-search-width-with-decoration-border-padding.html
fast/speech/intrinsic-input-width-with-speech-border-padding.html
- rendering/RenderTextControlSingleLine.cpp:
(WebCore::RenderTextControlSingleLine::preferredContentWidth):
Remove the meaningless code.
- rendering/RenderTextControlSingleLine.h:
(RenderTextControlSingleLine): Remove speechButtonElement(). It's unnecessary.
Source/WebKit/chromium:
- src/WebInputElement.cpp:
RenderTextControlSingleLine::speechButtonElement() is removed. The
following functions get it from HTMLInputElement.
(WebKit::WebInputElement::getSpeechInputState):
(WebKit::WebInputElement::startSpeechInput):
(WebKit::WebInputElement::stopSpeechInput):
LayoutTests:
Add tests to confirm that borders and paddings for decoration elements
don't affect intrinsic width of <input> elements.
- fast/forms/search/intrinsic-search-width-with-decoration-border-padding-expected.txt: Added.
- fast/forms/search/intrinsic-search-width-with-decoration-border-padding.html: Added.
- fast/speech/intrinsic-input-width-with-speech-border-padding-expected.txt: Added.
- fast/speech/intrinsic-input-width-with-speech-border-padding.html: Added.
- 6:50 PM Changeset in webkit [110129] by
-
- 16 edits in trunk
Unreviewed, rolling out r110126.
http://trac.webkit.org/changeset/110126
https://bugs.webkit.org/show_bug.cgi?id=80558
compile failed on AppleMac (Requested by ukai on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-07
Source/WebCore:
- WebCore.exp.in:
- css/CSSCalculationValue.cpp:
- css/CSSCalculationValue.h:
(WebCore):
(CSSCalcExpressionNode):
(CSSCalcValue):
- css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
- css/CSSStyleApplyProperty.cpp:
(WebCore::ApplyPropertyLength::applyValue):
- css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::collectMatchingRulesForList):
- css/CSSStyleSelector.h:
- platform/CalculationValue.cpp:
- platform/CalculationValue.h:
- platform/Length.cpp:
(WebCore::newLengthArray):
- platform/Length.h:
(WebCore::Length::operator*=):
(WebCore::Length::value):
(WebCore::Length::setValue):
(Length):
(WebCore::Length::calcValue):
(WebCore::Length::calcMinValue):
(WebCore::Length::calcFloatValue):
(WebCore::Length::isZero):
(WebCore::Length::isPositive):
(WebCore::Length::isNegative):
(WebCore::Length::isPercent):
(WebCore::Length::isSpecified):
LayoutTests:
- css3/calc/margin-expected.txt:
- css3/calc/padding-expected.txt:
- css3/calc/simple-calcs-expected.txt:
- 6:22 PM Changeset in webkit [110128] by
-
- 3 edits in trunk/Source/WebCore
Make Node::dumpStatistics() work again
https://bugs.webkit.org/show_bug.cgi?id=80327
Reviewed by Ryosuke Niwa.
Update the code in dumpStatistics() to the latest attribute storage changes. Also
move the DUMP_NODE_STATISTICS define here from the Node.cpp, since its also used
by Document.h.
- dom/Node.cpp:
(WebCore::Node::dumpStatistics): Use more self-describing variable names.
- dom/Node.h:
- 6:14 PM Changeset in webkit [110127] by
-
- 8 edits in trunk/Source/JavaScriptCore
Refactor recompileAllJSFunctions() to be less expensive
https://bugs.webkit.org/show_bug.cgi?id=80330
Reviewed by Geoffrey Garen.
This change is performance neutral on the JS benchmarks we track. It's mostly to improve page
load performance, which currently does at least a couple full GCs per navigation.
- heap/Heap.cpp:
(JSC::Heap::discardAllCompiledCode): Rename recompileAllJSFunctions to discardAllCompiledCode
because the function doesn't actually recompile anything (and never did); it simply throws code
away for it to be recompiled later if we determine we should do so.
(JSC):
(JSC::Heap::collectAllGarbage):
(JSC::Heap::addFunctionExecutable): Adds a newly created FunctionExecutable to the Heap's list.
(JSC::Heap::removeFunctionExecutable): Removes the specified FunctionExecutable from the Heap's list.
- heap/Heap.h:
(JSC):
(Heap):
- runtime/Executable.cpp: Added next and prev fields to FunctionExecutables so that they can
be used in DoublyLinkedLists.
(JSC::FunctionExecutable::FunctionExecutable):
(JSC::FunctionExecutable::finalize): Removes the FunctionExecutable from the Heap's list.
- runtime/Executable.h:
(FunctionExecutable):
(JSC::FunctionExecutable::create): Adds the FunctionExecutable to the Heap's list.
- runtime/JSGlobalData.cpp: Remove recompileAllJSFunctions, as it's the Heap's job to own and manage
the list of FunctionExecutables.
- runtime/JSGlobalData.h:
(JSGlobalData):
- runtime/JSGlobalObject.cpp:
(JSC::DynamicGlobalObjectScope::DynamicGlobalObjectScope): Use the new discardAllCompiledCode.
- 6:12 PM Changeset in webkit [110126] by
-
- 16 edits in trunk
CSS3 calc: mixed absolute/percentages work for width, height, margin and padding
https://bugs.webkit.org/show_bug.cgi?id=79621
Reviewed by Andreas Kling.
Source/WebCore:
ApplyPropertyLength in CSSStyleApplyPropery now handles mixed absolute/percentage
length expressions. All property handlers using this template now work with
mixed expressions.
This patch adds a new expression evaluator in CalculationValue.cpp. This is because
Length.[cpp|h] (in platform) cannot refer to CSSCalculationValue.[cpp|h] (in css)
due to layering restrictions.
Lengths can be copied, and so the expressions are stored in a hashmap, and only their
ids are copied along with Length. The expressions are RefCounted, and will get
cleaned up when the last referring Length is destructed.
- WebCore.exp.in:
- css/CSSCalculationValue.cpp:
(WebCore::CSSCalcPrimitiveValue::toCalcValue):
(CSSCalcPrimitiveValue):
(WebCore::CSSCalcBinaryOperation::toCalcValue):
(CSSCalcBinaryOperation):
- css/CSSCalculationValue.h:
(WebCore):
(CSSCalcExpressionNode):
(CSSCalcValue):
(WebCore::CSSCalcValue::toCalcValue):
- css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
- css/CSSStyleApplyProperty.cpp:
(WebCore::ApplyPropertyLength::applyValue):
- css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::collectMatchingRulesForList):
- css/CSSStyleSelector.h:
(CSSStyleSelector):
- platform/CalculationValue.cpp:
(WebCore::CalcExpressionBinaryOperation::evaluate):
(WebCore):
(WebCore::CalculationValue::create):
(WebCore::CalculationValue::evaluate):
- platform/CalculationValue.h:
(CalcExpressionNode):
(WebCore::CalcExpressionNode::~CalcExpressionNode):
(WebCore):
(CalculationValue):
(WebCore::CalculationValue::CalculationValue):
(CalcExpressionNumber):
(WebCore::CalcExpressionNumber::CalcExpressionNumber):
(WebCore::CalcExpressionNumber::evaluate):
(CalcExpressionLength):
(WebCore::CalcExpressionLength::CalcExpressionLength):
(WebCore::CalcExpressionLength::evaluate):
(CalcExpressionBinaryOperation):
(WebCore::CalcExpressionBinaryOperation::CalcExpressionBinaryOperation):
- platform/Length.cpp:
(WebCore):
(WebCore::Length::~Length):
(CalculationValueHandleMap):
(WebCore::CalculationValueHandleMap::CalculationValueHandleMap):
(WebCore::CalculationValueHandleMap::insert):
(WebCore::CalculationValueHandleMap::remove):
(WebCore::CalculationValueHandleMap::get):
(WebCore::calcHandles):
(WebCore::Length::Length):
(WebCore::Length::calculationValue):
(WebCore::Length::calculatedValue):
(WebCore::Length::calculatedMinValue):
(WebCore::Length::calculatedFloatValue):
(WebCore::Length::incrementCalculatedRef):
(WebCore::Length::decrementCalculatedRef):
(WebCore::Length::nonNanCalculatedValue):
- platform/Length.h:
(Length):
(WebCore::Length::Length):
(WebCore::Length::operator=):
(WebCore::Length::operator*=):
(WebCore::Length::value):
(WebCore::Length::setValue):
(WebCore::Length::calcValue):
(WebCore::Length::calcMinValue):
(WebCore::Length::calcFloatValue):
(WebCore::Length::isZero):
(WebCore::Length::isPositive):
(WebCore::Length::isNegative):
(WebCore::Length::isPercent):
(WebCore::Length::isSpecified):
(WebCore::Length::isCalculated):
(WebCore::Length::initFromLength):
(WebCore::Length::calculationHandle):
LayoutTests:
- css3/calc/margin-expected.txt:
- css3/calc/padding-expected.txt:
- css3/calc/simple-calcs-expected.txt:
- 5:47 PM Changeset in webkit [110125] by
-
- 7 edits in branches/subpixellayout/Source/WebCore/rendering
Change first/lastLineBoxBaseline to LayoutUnits to be consistent with baseline on branch.
- 5:45 PM Changeset in webkit [110124] by
-
- 2 edits in trunk/LayoutTests
[chromium] Unreviewed gardening.
(Leopard, you will be the death of me.)
- platform/chromium/test_expectations.txt:
- 5:22 PM Changeset in webkit [110123] by
-
- 277 edits252 copies36 moves292 adds18 deletes in trunk/LayoutTests
Yet another around of straightforward Chromium Lion rebaselines.
- 5:07 PM Changeset in webkit [110122] by
-
- 20 edits in trunk/Source/JavaScriptCore
Further harden 64-bit JIT
https://bugs.webkit.org/show_bug.cgi?id=80457
Reviewed by Filip Pizlo.
This patch implements blinding for ImmPtr. Rather than xor based blinding
we perform randomised pointer rotations in order to avoid the significant
cost in executable memory that would otherwise be necessary (and to avoid
the need for an additional scratch register in some cases).
As with the prior blinding patch there's a moderate amount of noise as we
correct the use of ImmPtr vs. TrustedImmPtr.
- assembler/AbstractMacroAssembler.h:
(ImmPtr):
(JSC::AbstractMacroAssembler::ImmPtr::asTrustedImmPtr):
- assembler/MacroAssembler.h:
(MacroAssembler):
(JSC::MacroAssembler::storePtr):
(JSC::MacroAssembler::branchPtr):
(JSC::MacroAssembler::shouldBlind):
(JSC::MacroAssembler::RotatedImmPtr::RotatedImmPtr):
(RotatedImmPtr):
(JSC::MacroAssembler::rotationBlindConstant):
(JSC::MacroAssembler::loadRotationBlindedConstant):
(JSC::MacroAssembler::convertInt32ToDouble):
(JSC::MacroAssembler::move):
(JSC::MacroAssembler::poke):
- assembler/MacroAssemblerARMv7.h:
(JSC::MacroAssemblerARMv7::storeDouble):
(JSC::MacroAssemblerARMv7::branchAdd32):
- assembler/MacroAssemblerX86_64.h:
(MacroAssemblerX86_64):
(JSC::MacroAssemblerX86_64::rotateRightPtr):
(JSC::MacroAssemblerX86_64::xorPtr):
- assembler/X86Assembler.h:
(X86Assembler):
(JSC::X86Assembler::xorq_rm):
(JSC::X86Assembler::rorq_i8r):
- dfg/DFGCCallHelpers.h:
(CCallHelpers):
(JSC::DFG::CCallHelpers::setupArgumentsWithExecState):
- dfg/DFGOSRExitCompiler32_64.cpp:
(JSC::DFG::OSRExitCompiler::compileExit):
- dfg/DFGOSRExitCompiler64.cpp:
(JSC::DFG::OSRExitCompiler::compileExit):
- dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::SpeculativeJIT::createOSREntries):
- dfg/DFGSpeculativeJIT.h:
(JSC::DFG::SpeculativeJIT::silentFillGPR):
(JSC::DFG::SpeculativeJIT::callOperation):
(JSC::DFG::SpeculativeJIT::emitEdgeCode):
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::fillInteger):
(JSC::DFG::SpeculativeJIT::fillDouble):
(JSC::DFG::SpeculativeJIT::fillJSValue):
(JSC::DFG::SpeculativeJIT::emitCall):
(JSC::DFG::SpeculativeJIT::compileObjectEquality):
(JSC::DFG::SpeculativeJIT::compileLogicalNot):
(JSC::DFG::SpeculativeJIT::emitBranch):
- jit/JIT.cpp:
(JSC::JIT::emitOptimizationCheck):
- jit/JITArithmetic32_64.cpp:
(JSC::JIT::emitSlow_op_post_inc):
- jit/JITInlineMethods.h:
(JSC::JIT::emitValueProfilingSite):
(JSC::JIT::emitGetVirtualRegister):
- jit/JITOpcodes.cpp:
(JSC::JIT::emit_op_mov):
(JSC::JIT::emit_op_new_object):
(JSC::JIT::emit_op_strcat):
(JSC::JIT::emit_op_ensure_property_exists):
(JSC::JIT::emit_op_resolve_skip):
(JSC::JIT::emitSlow_op_resolve_global):
(JSC::JIT::emit_op_resolve_with_base):
(JSC::JIT::emit_op_resolve_with_this):
(JSC::JIT::emit_op_jmp_scopes):
(JSC::JIT::emit_op_switch_imm):
(JSC::JIT::emit_op_switch_char):
(JSC::JIT::emit_op_switch_string):
(JSC::JIT::emit_op_throw_reference_error):
(JSC::JIT::emit_op_debug):
(JSC::JIT::emitSlow_op_resolve_global_dynamic):
(JSC::JIT::emit_op_new_array):
(JSC::JIT::emitSlow_op_new_array):
(JSC::JIT::emit_op_new_array_buffer):
- jit/JITOpcodes32_64.cpp:
(JSC::JIT::emit_op_new_object):
(JSC::JIT::emit_op_strcat):
(JSC::JIT::emit_op_ensure_property_exists):
(JSC::JIT::emit_op_resolve_skip):
(JSC::JIT::emitSlow_op_resolve_global):
(JSC::JIT::emit_op_resolve_with_base):
(JSC::JIT::emit_op_resolve_with_this):
(JSC::JIT::emit_op_jmp_scopes):
(JSC::JIT::emit_op_switch_imm):
(JSC::JIT::emit_op_switch_char):
(JSC::JIT::emit_op_switch_string):
- jit/JITPropertyAccess32_64.cpp:
(JSC::JIT::emit_op_put_by_index):
- jit/JITStubCall.h:
(JITStubCall):
(JSC::JITStubCall::addArgument):
- 4:59 PM Common pixel differences between ports edited by
- (diff)
- 4:20 PM Changeset in webkit [110121] by
-
- 236 edits206 copies92 moves207 adds15 deletes in trunk/LayoutTests
Another round of straightforward Chromium Lion rebaselines.
- 4:00 PM Changeset in webkit [110120] by
-
- 6 edits in trunk/Source/WebCore
Change remaining scroll methods to integers
https://bugs.webkit.org/show_bug.cgi?id=80539
Reviewed by Eric Seidel.
No new tests, no new functionality.
- rendering/RenderLayer.cpp:
(WebCore::RenderLayer::scrollByRecursively):
(WebCore::RenderLayer::scrollToOffset):
(WebCore::RenderLayer::scrollRectToVisible):
(WebCore::RenderLayer::scrollToXOffset):
(WebCore::RenderLayer::scrollToYOffset):
Change scrollTo methods to take integer x and y values as the actual
scrolling is done in increments of full pixels.
(WebCore::cornerStart):
(WebCore::RenderLayer::scrollWidth):
(WebCore::RenderLayer::scrollHeight):
Change scrollWidth/Height to return pixel snapped values and remove
pixelSnapped versions of same as all callers either used snapped the
values or used the pixelSnapped versions of these methods.
- rendering/RenderListBox.cpp:
(WebCore::RenderListBox::scrollWidth):
Change scrollWidth to return snapped client width.
- rendering/RenderListBox.h:
Change scrollSize, scrollPosition and setScrollOffset methods to use
integers in accordance with the interface defined by ScrollableArea.
- rendering/RenderTreeAsText.cpp:
(WebCore::write):
- 3:57 PM Changeset in webkit [110119] by
-
- 6 edits in trunk/Source/WebCore
Implement getAttributeNode() in terms of ElementAttributeData instead of NamedNodeMap
https://bugs.webkit.org/show_bug.cgi?id=80541
Reviewed by Ryosuke Niwa.
DOM methods exposed in Element and NamedNodeMap are now implemented in terms of
ElementAttributeData. The difference between them is that Element methods can early
return if there's no attribute storage.
- dom/Element.cpp:
(WebCore::Element::getAttributeNode):
Removed the manual lowercasing letting our existing mechanism in
ElementAttributeData::getAttributeItemIndex() take care of it. I considered that
this could be an optimization, but testing a few Dromaeo tests (dom-attr,
jslib-attr-jquery, jslib-attr-prototype) the difference isn't significant. It
shouldn't affect correctness either.
(WebCore::Element::getAttributeNodeNS):
- dom/ElementAttributeData.cpp:
- dom/ElementAttributeData.h:
(ElementAttributeData):
(WebCore::ElementAttributeData::getAttributeNode):
(WebCore):
- dom/NamedNodeMap.cpp:
(WebCore::NamedNodeMap::getNamedItem):
(WebCore::NamedNodeMap::getNamedItemNS):
- dom/NamedNodeMap.h:
(NamedNodeMap):
- 3:55 PM Changeset in webkit [110118] by
-
- 3 edits in trunk/Source/WebCore
[chromium] Support printing WebGL content in threaded compositor
https://bugs.webkit.org/show_bug.cgi?id=80464
Patch by James Robinson <jamesr@chromium.org> on 2012-03-07
Reviewed by Kenneth Russell.
Do the readback on the WebGL context instead of the compositor's context since we cannot use the latter from the
main thread. Since we're on the WebGL context, we have to be careful to restore any state we change.
Tested printing manually with threaded compositing enabled.
- platform/graphics/chromium/WebGLLayerChromium.cpp:
(WebCore::WebGLLayerChromium::paintRenderedResultsToCanvas):
- platform/graphics/chromium/WebGLLayerChromium.h:
(WebGLLayerChromium):
- 3:34 PM Changeset in webkit [110117] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Unreviewed gardening.
Another attempt to green up the Mac canaries.
- platform/chromium/test_expectations.txt:
- 3:31 PM Changeset in webkit [110116] by
-
- 2 edits in trunk/Source/WebKit/mac
<http://webkit.org/b/80510> Web Inspector crash (iCab)
Patch by Joseph Pecoraro <Joseph Pecoraro> on 2012-03-07
Reviewed by Timothy Hatcher.
- WebCoreSupport/WebInspectorClient.mm:
(WebInspectorClient::didResizeMainFrame):
- 3:21 PM Changeset in webkit [110115] by
-
- 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 Rafael Brandao <rafael.lobo@openbossa.org> on 2012-03-07
Reviewed by Dirk Pranke.
NRWT: The default platform name for Qt combined with --webkit-test-runner is now
"qt-5.0-wk2" instead of "qt-linux" and that name is now prefered for tests.
--platform will override the platform name and then we'll use it.
ORWT: We check for qt version and use platform name "qt-4.8" if the version is lower
than 5.0.0, and then we choose between "qt-5.0-wk1" and "qt-5.0-wk2". --platform will
override it in the end.
- Scripts/old-run-webkit-tests:
- Scripts/webkitpy/layout_tests/port/qt.py:
(QtPort):
(QtPort.determine_full_port_name):
(QtPort.baseline_search_path):
- 3:13 PM Changeset in webkit [110114] by
-
- 4 edits in trunk/Source
Remove #define private public from WebCache.cpp
https://bugs.webkit.org/show_bug.cgi?id=80520
Reviewed by Eric Seidel.
Source/WebCore:
Add some accessors for state used by WebCache.cpp.
- loader/cache/MemoryCache.h:
(WebCore::MemoryCache::minDeadCapacity):
(WebCore::MemoryCache::maxDeadCapacity):
(WebCore::MemoryCache::capacity):
(WebCore::MemoryCache::liveSize):
(WebCore::MemoryCache::deadSize):
(MemoryCache):
Source/WebKit/chromium:
This patch removes a hack we added long ago when Chromium used a forked
copy of WebKit and editing WebCore caused merge pain. Now that we're
on trunk, we can unwind this hack.
- src/WebCache.cpp:
(WebKit::WebCache::getUsageStats):
- 3:01 PM Changeset in webkit [110113] by
-
- 2 edits in trunk/Tools
[Qt][WK2] MiniBrowser on desktop does not react to click events
https://bugs.webkit.org/show_bug.cgi?id=80314
Patch by Hugo Parente Lima <Hugo Parente Lima> on 2012-03-07
Reviewed by Kenneth Rohde Christiansen.
Do not enable touch mocking on desktop mode.
- MiniBrowser/qt/MiniBrowserApplication.cpp:
(MiniBrowserApplication::handleUserOptions):
- 3:01 PM Changeset in webkit [110112] by
-
- 248 edits230 copies29 moves294 adds18 deletes in trunk/LayoutTests
Another round of straightforward Chromium Lion rebaselines.
- editing/execCommand/format-block-with-trailing-br-expected.txt: Renamed from LayoutTests/platform/gtk/editing/execCommand/format-block-with-trailing-br-expected.txt.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-height-013-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-height-014-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/block-non-replaced-height-014-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-height-015-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-height-016-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/block-non-replaced-height-016-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-width-003-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-width-004-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-width-005-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-width-006-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-width-007-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-non-replaced-width-008-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/block-non-replaced-width-008-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-height-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-height-002-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-height-004-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-height-005-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-height-007-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-width-001-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/block-replaced-width-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/dynamic-top-change-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/dynamic-top-change-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/dynamic-top-change-002-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/dynamic-top-change-002-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/dynamic-top-change-003-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/dynamic-top-change-003-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/dynamic-top-change-004-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/dynamic-top-change-004-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/empty-inline-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/empty-inline-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/empty-inline-002-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/empty-inline-002-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/empty-inline-003-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/empty-inline-003-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-height-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-003-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-004-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-005-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-006-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/float-non-replaced-width-006-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-007-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/float-non-replaced-width-007-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-008-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/float-non-replaced-width-008-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-009-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/float-non-replaced-width-009-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-010-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/float-non-replaced-width-010-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-011-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/float-non-replaced-width-011-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-non-replaced-width-012-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/float-non-replaced-width-012-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-height-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-height-002-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-height-004-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-height-005-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-height-007-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-width-006-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/height-width-inline-table-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/height-width-inline-table-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/height-width-table-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/height-width-table-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/inline-block-non-replaced-width-003-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/inline-block-non-replaced-width-004-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-non-replaced-height-002-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-non-replaced-height-003-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-height-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-height-002-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-height-004-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-height-005-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-height-007-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-width-011-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-width-012-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-width-013-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-width-014-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/inline-replaced-width-014-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-width-015-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-001-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-002-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-002-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-003-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-003-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-004-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-004-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-005-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-005-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-006-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-006-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-007-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-007-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-008-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-008-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-009-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-009-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-010-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-010-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-012-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-012-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-013-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-013-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-014-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-014-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-015-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/margin-applies-to-015-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/replaced-elements-001-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/replaced-elements-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-001-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-002-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-003-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/replaced-intrinsic-003-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-004-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-005-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/replaced-min-max-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/table-caption-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/table-caption-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/table-caption-margins-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/table-caption-margins-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/table-caption-optional-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/table-caption-optional-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/table-caption-optional-002-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/20110323/table-caption-optional-002-expected.png.
- platform/chromium-mac-snowleopard/css2.1/20110323/width-non-replaced-inline-001-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/20110323/width-non-replaced-inline-001-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t010403-shand-border-00-c-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t010403-shand-font-00-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t010403-shand-font-01-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t010403-shand-font-02-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t010403-shand-font-02-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t010403-shand-font-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t010403-shand-font-03-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040102-keywords-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040102-keywords-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040102-keywords-01-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t040103-case-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-case-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-case-01-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-case-01-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-escapes-00-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t040103-escapes-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-01-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-escapes-02-d-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-02-d-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-escapes-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-03-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-escapes-04-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-04-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-escapes-05-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-05-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-escapes-06-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-06-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-escapes-07-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-07-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-escapes-08-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-08-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-00-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-00-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-01-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-01-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-02-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-02-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-03-c-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-04-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-04-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-05-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-05-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-06-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-06-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-07-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-07-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-08-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-08-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-09-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-09-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-10-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-10-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-11-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-11-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-12-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-12-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040103-ident-13-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-13-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040105-atkeyw-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atkeyw-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040105-atkeyw-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atkeyw-01-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040105-atkeyw-02-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atkeyw-02-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040105-atrule-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atrule-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040105-atrule-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atrule-01-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040105-atrule-02-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atrule-02-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040105-atrule-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atrule-03-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040105-atrule-04-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atrule-04-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040105-import-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-import-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040105-import-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-import-01-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040105-import-10-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-import-10-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t040109-c17-comments-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040109-c17-comments-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0805-c5521-brdr-l-02-e-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0805-c5522-brdr-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0805-c5522-brdr-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0805-c5522-brdr-01-b-g-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t0805-c5522-brdr-02-e-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0805-c5522-ibrdr-00-a-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-00-d-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-00-d-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-02-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-03-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-04-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-fit-00-d-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-fit-00-d-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-wrap-00-e-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-wrap-00-e-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltblck-01-d-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-01-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-02-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-02-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-03-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-04-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-04-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-05-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-05-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-06-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-06-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-07-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-07-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-08-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-08-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-09-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-09-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1002-c5523-width-00-b-g-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1002-c5523-width-01-b-g-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1002-c5523-width-02-b-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1002-c5523-width-02-b-g-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1004-c5524-width-00-b-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1004-c5524-width-00-b-g-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1005-c5524-width-00-b-g-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1005-c5524-width-01-b-g-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-01-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1008-c44-ln-box-01-d-ag-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-00-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-01-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-02-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counter-03-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.txt: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-05-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-06-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-07-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counter-07-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-08-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-09-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-11-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-12-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-13-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-14-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-15-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counter-16-f-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-00-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-01-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-02-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counters-03-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.txt: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-05-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-06-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-07-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counters-07-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-11-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-12-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-13-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-14-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-15-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-16-c-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-17-d-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1202-counters-18-f-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1204-implied-00-b-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1204-implied-01-c-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1204-implied-02-d-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1204-multiple-00-c-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1204-multiple-01-c-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1204-order-00-c-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1204-order-01-d-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1204-root-e-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1205-c561-list-displ-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1205-c561-list-displ-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1205-c563-list-type-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1205-c563-list-type-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1205-c563-list-type-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1205-c563-list-type-01-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1205-c564-list-img-00-b-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1205-c564-list-img-00-b-g-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1205-c565-list-pos-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1205-c565-list-pos-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1401-c531-color-00-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1401-c531-color-00-a-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1402-c45-bg-canvas-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1402-c45-bg-canvas-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1503-c522-font-family-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1503-c522-font-family-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1504-c523-font-style-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1504-c523-font-style-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1505-c524-font-var-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1505-c524-font-var-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1506-c525-font-wt-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1506-c525-font-wt-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1507-c526-font-sz-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1507-c526-font-sz-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1507-c526-font-sz-01-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1507-c526-font-sz-01-b-a-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1507-c526-font-sz-02-b-a-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1507-c526-font-sz-03-f-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1507-c526-font-sz-03-f-a-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-00-b-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/css2.1/t1508-c527-font-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-01-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-02-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-02-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-04-b-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/css2.1/t1508-c527-font-04-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-05-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.txt: Added.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-06-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-06-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-07-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-07-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-08-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-08-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-09-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-09-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-10-c-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.txt: Added.
- platform/chromium-mac-snowleopard/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
- platform/chromium-mac-snowleopard/css2.1/t1601-c547-indent-01-d-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1601-c547-indent-01-d-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1602-c43-center-00-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1602-c43-center-00-d-ag-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1602-c546-txt-align-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1604-c541-word-sp-00-b-a-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1604-c542-letter-sp-01-b-a-expected.png.
- platform/chromium-mac-snowleopard/css2.1/t1606-c562-white-sp-00-b-ag-expected.png: Added.
- platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png: Removed.
- platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png: Removed.
- platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/list-item-1-expected.png.
- platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-different-styles-expected.png.
- platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png.
- platform/chromium-mac-snowleopard/editing/deleting/merge-into-empty-block-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png.
- platform/chromium-mac-snowleopard/editing/deleting/merge-into-empty-block-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png.
- platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-no-br-expected.png.
- platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png.
- platform/chromium-mac-snowleopard/editing/deleting/move-nodes-001-expected.png: Added.
- platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png.
- platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/smart-delete-003-expected.png.
- platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/smart-delete-004-expected.png.
- platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/table-cells-expected.png.
- platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/find-after-replace-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/find-after-replace-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/findString-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/findString-2-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/findString-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/findString-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/indent-list-item-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/indent-selection-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/insertImage-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/insertImage-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/paste-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/paste-1-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/paste-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/paste-2-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/4278698-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/4278698-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/4840662-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/4840662-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/4875189-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/4875189-1-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/4875189-2-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/4959067-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/4959067-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/4960120-1-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/4960120-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/4960120-2-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/5002441-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/5002441-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/5058163-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/5058163-1-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/5058163-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/5058163-2-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/5156401-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/5156401-2-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/5510537-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/5510537-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/5549929-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/5549929-2-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/5549929-3-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/5549929-3-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/6703873-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/6703873-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/inserting/editable-html-element-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/editable-html-element-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/editable-inline-element-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png: Removed.
- platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png: Removed.
- platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png: Removed.
- platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-009-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png.
- platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/3976872-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/3976872-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/4076267-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/4076267-2-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/4076267-3-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/4076267-3-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/4076267-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/4076267-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/4631972-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/4631972-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/4641033-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/4944770-2-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/4947130-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/4947130-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/4989774-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/4989774-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/5006779-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/5006779-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/5032095-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/5032095-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/5071074-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/5071074-2-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/5071074-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/5071074-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/5075944-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/5075944-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/5134759-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/5134759-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/5156401-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/5156401-1-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/5247341-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/5387578-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/5478250-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/5478250-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/5601583-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/5601583-1-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/7955-expected.png: Added.
- platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/8145-1-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/8145-3-expected.png.
- platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png.
- platform/chromium-mac-snowleopard/editing/selection/14971-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/14971-expected.png.
- platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/selection/3690703-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/selection/3690719-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/4397952-expected.png.
- platform/chromium-mac-snowleopard/editing/selection/4402375-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/4402375-expected.png.
- platform/chromium-mac-snowleopard/editing/selection/4776665-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/4776665-expected.png.
- platform/chromium-mac-snowleopard/editing/selection/4818145-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/4818145-expected.png.
- platform/chromium-mac-snowleopard/editing/selection/4866671-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/4866671-expected.png.
- platform/chromium-mac-snowleopard/editing/selection/4889598-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/4889598-expected.png.
- platform/chromium-mac-snowleopard/editing/selection/4895428-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/4895428-2-expected.png.
- platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/selection/6476-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/6476-expected.png.
- platform/chromium-mac-snowleopard/editing/selection/7152-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/7152-1-expected.png.
- platform/chromium-mac-snowleopard/editing/selection/7152-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/7152-2-expected.png.
- platform/chromium-mac-snowleopard/http/tests/loading/simple-subframe-expected.png: Copied from LayoutTests/platform/chromium-mac/http/tests/loading/simple-subframe-expected.png.
- platform/chromium-mac-snowleopard/http/tests/local/file-url-sent-as-referer-expected.png: Copied from LayoutTests/platform/chromium-mac/http/tests/local/file-url-sent-as-referer-expected.png.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-013-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-014-expected.png:
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-015-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-016-expected.png:
- platform/chromium-mac/css2.1/20110323/block-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-width-003-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-width-004-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-width-005-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-width-006-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-width-007-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-width-008-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-replaced-height-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-replaced-height-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-replaced-height-003-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-replaced-height-004-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-replaced-height-005-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-replaced-height-007-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-replaced-width-001-expected.png:
- platform/chromium-mac/css2.1/20110323/block-replaced-width-006-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/dynamic-top-change-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/dynamic-top-change-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/dynamic-top-change-003-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/dynamic-top-change-004-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/empty-inline-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/empty-inline-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/empty-inline-003-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-non-replaced-height-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-003-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-004-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-005-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-006-expected.png:
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-007-expected.png:
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-008-expected.png:
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-009-expected.png:
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-010-expected.png:
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-011-expected.png:
- platform/chromium-mac/css2.1/20110323/float-non-replaced-width-012-expected.png:
- platform/chromium-mac/css2.1/20110323/float-replaced-height-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-height-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-height-003-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-height-004-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-height-005-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-height-007-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-width-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-width-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-width-003-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-width-004-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-width-005-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-width-006-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/float-replaced-width-011-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/height-width-inline-table-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/height-width-table-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-non-replaced-width-003-expected.png:
- platform/chromium-mac/css2.1/20110323/inline-block-non-replaced-width-004-expected.png:
- platform/chromium-mac/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-non-replaced-height-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-non-replaced-height-003-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-height-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-height-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-height-003-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-height-004-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-height-005-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-height-007-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-width-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-width-006-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-width-011-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-width-012-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-width-013-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-width-014-expected.png:
- platform/chromium-mac/css2.1/20110323/inline-replaced-width-015-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/margin-applies-to-001-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-002-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-003-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-004-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-005-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-006-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-007-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-008-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-009-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-010-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-012-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-013-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-014-expected.png:
- platform/chromium-mac/css2.1/20110323/margin-applies-to-015-expected.png:
- platform/chromium-mac/css2.1/20110323/replaced-elements-001-expected.png:
- platform/chromium-mac/css2.1/20110323/replaced-intrinsic-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/replaced-intrinsic-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/replaced-intrinsic-003-expected.png:
- platform/chromium-mac/css2.1/20110323/replaced-intrinsic-004-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/replaced-intrinsic-005-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/replaced-min-max-001-expected.png:
- platform/chromium-mac/css2.1/20110323/table-caption-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/table-caption-margins-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/table-caption-optional-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/table-caption-optional-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/width-non-replaced-inline-001-expected.png:
- platform/chromium-mac/css2.1/20110323/width-replaced-element-001-expected.png: Added.
- platform/chromium-mac/css2.1/t010403-shand-border-00-c-expected.png: Added.
- platform/chromium-mac/css2.1/t010403-shand-font-00-b-expected.png: Added.
- platform/chromium-mac/css2.1/t010403-shand-font-01-b-expected.png: Added.
- platform/chromium-mac/css2.1/t010403-shand-font-02-b-expected.png:
- platform/chromium-mac/css2.1/t010403-shand-font-03-b-expected.png:
- platform/chromium-mac/css2.1/t040102-keywords-00-b-expected.png:
- platform/chromium-mac/css2.1/t040102-keywords-01-b-expected.png: Added.
- platform/chromium-mac/css2.1/t040103-case-00-b-expected.png:
- platform/chromium-mac/css2.1/t040103-case-01-c-expected.png:
- platform/chromium-mac/css2.1/t040103-escapes-00-b-expected.png: Added.
- platform/chromium-mac/css2.1/t040103-escapes-01-b-expected.png:
- platform/chromium-mac/css2.1/t040103-escapes-02-d-expected.png:
- platform/chromium-mac/css2.1/t040103-escapes-03-b-expected.png:
- platform/chromium-mac/css2.1/t040103-escapes-04-b-expected.png:
- platform/chromium-mac/css2.1/t040103-escapes-05-c-expected.png:
- platform/chromium-mac/css2.1/t040103-escapes-06-b-expected.png:
- platform/chromium-mac/css2.1/t040103-escapes-07-b-expected.png:
- platform/chromium-mac/css2.1/t040103-escapes-08-b-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-00-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-01-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-02-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-03-c-expected.png: Added.
- platform/chromium-mac/css2.1/t040103-ident-04-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-05-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-06-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-07-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-08-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-09-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-10-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-11-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-12-c-expected.png:
- platform/chromium-mac/css2.1/t040103-ident-13-c-expected.png:
- platform/chromium-mac/css2.1/t040105-atkeyw-00-b-expected.png:
- platform/chromium-mac/css2.1/t040105-atkeyw-01-b-expected.png:
- platform/chromium-mac/css2.1/t040105-atkeyw-02-b-expected.png:
- platform/chromium-mac/css2.1/t040105-atrule-00-b-expected.png:
- platform/chromium-mac/css2.1/t040105-atrule-01-b-expected.png:
- platform/chromium-mac/css2.1/t040105-atrule-02-b-expected.png:
- platform/chromium-mac/css2.1/t040105-atrule-03-b-expected.png:
- platform/chromium-mac/css2.1/t040105-atrule-04-b-expected.png:
- platform/chromium-mac/css2.1/t040105-import-00-b-expected.png:
- platform/chromium-mac/css2.1/t040105-import-01-b-expected.png:
- platform/chromium-mac/css2.1/t040105-import-10-b-expected.png:
- platform/chromium-mac/css2.1/t040109-c17-comments-00-b-expected.png:
- platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
- platform/chromium-mac/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
- platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
- platform/chromium-mac/css2.1/t0805-c5522-brdr-00-b-expected.png:
- platform/chromium-mac/css2.1/t0805-c5522-brdr-01-b-g-expected.png: Added.
- platform/chromium-mac/css2.1/t0805-c5522-brdr-02-e-expected.png: Added.
- platform/chromium-mac/css2.1/t0805-c5522-ibrdr-00-a-expected.png:
- platform/chromium-mac/css2.1/t0905-c414-flt-00-d-expected.png:
- platform/chromium-mac/css2.1/t0905-c414-flt-01-d-g-expected.png: Added.
- platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.png:
- platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.png:
- platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.png:
- platform/chromium-mac/css2.1/t0905-c414-flt-fit-00-d-expected.png:
- platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
- platform/chromium-mac/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
- platform/chromium-mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
- platform/chromium-mac/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Added.
- platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.png:
- platform/chromium-mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Added.
- platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
- platform/chromium-mac/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
- platform/chromium-mac/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Added.
- platform/chromium-mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Added.
- platform/chromium-mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
- platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
- platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
- platform/chromium-mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Added.
- platform/chromium-mac/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
- platform/chromium-mac/css2.1/t1001-abs-pos-cb-01-b-expected.png:
- platform/chromium-mac/css2.1/t1001-abs-pos-cb-02-b-expected.png:
- platform/chromium-mac/css2.1/t1001-abs-pos-cb-03-b-expected.png:
- platform/chromium-mac/css2.1/t1001-abs-pos-cb-04-b-expected.png:
- platform/chromium-mac/css2.1/t1001-abs-pos-cb-05-b-expected.png:
- platform/chromium-mac/css2.1/t1001-abs-pos-cb-06-b-expected.png:
- platform/chromium-mac/css2.1/t1001-abs-pos-cb-07-b-expected.png:
- platform/chromium-mac/css2.1/t1001-abs-pos-cb-08-b-expected.png:
- platform/chromium-mac/css2.1/t1001-abs-pos-cb-09-b-expected.png:
- platform/chromium-mac/css2.1/t1002-c5523-width-00-b-g-expected.png: Added.
- platform/chromium-mac/css2.1/t1002-c5523-width-01-b-g-expected.png: Added.
- platform/chromium-mac/css2.1/t1002-c5523-width-02-b-g-expected.png:
- platform/chromium-mac/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png:
- platform/chromium-mac/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png:
- platform/chromium-mac/css2.1/t1004-c5524-width-00-b-g-expected.png:
- platform/chromium-mac/css2.1/t1005-c5524-width-00-b-g-expected.png: Added.
- platform/chromium-mac/css2.1/t1005-c5524-width-01-b-g-expected.png: Added.
- platform/chromium-mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.png:
- platform/chromium-mac/css2.1/t1008-c44-ln-box-01-d-ag-expected.png:
- platform/chromium-mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.png:
- platform/chromium-mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.png:
- platform/chromium-mac/css2.1/t1202-counter-00-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-01-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-02-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-03-b-expected.png:
- platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png:
- platform/chromium-mac/css2.1/t1202-counter-05-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-06-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-07-b-expected.png:
- platform/chromium-mac/css2.1/t1202-counter-08-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-09-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-11-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-12-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-13-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-14-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-15-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counter-16-f-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-00-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-01-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-02-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-03-b-expected.png:
- platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png:
- platform/chromium-mac/css2.1/t1202-counters-05-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-06-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-07-b-expected.png:
- platform/chromium-mac/css2.1/t1202-counters-08-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-09-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-11-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-12-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-13-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-14-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-15-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-16-c-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-17-d-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-18-f-expected.png: Added.
- platform/chromium-mac/css2.1/t1204-implied-00-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1204-implied-01-c-expected.png: Added.
- platform/chromium-mac/css2.1/t1204-implied-02-d-expected.png: Added.
- platform/chromium-mac/css2.1/t1204-multiple-00-c-expected.png: Added.
- platform/chromium-mac/css2.1/t1204-multiple-01-c-expected.png: Added.
- platform/chromium-mac/css2.1/t1204-order-00-c-expected.png: Added.
- platform/chromium-mac/css2.1/t1204-order-01-d-expected.png: Added.
- platform/chromium-mac/css2.1/t1204-root-e-expected.png: Added.
- platform/chromium-mac/css2.1/t1205-c561-list-displ-00-b-expected.png:
- platform/chromium-mac/css2.1/t1205-c563-list-type-00-b-expected.png:
- platform/chromium-mac/css2.1/t1205-c563-list-type-01-b-expected.png:
- platform/chromium-mac/css2.1/t1205-c564-list-img-00-b-g-expected.png:
- platform/chromium-mac/css2.1/t1205-c565-list-pos-00-b-expected.png:
- platform/chromium-mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added.
- platform/chromium-mac/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
- platform/chromium-mac/css2.1/t1401-c531-color-00-a-expected.png:
- platform/chromium-mac/css2.1/t1402-c45-bg-canvas-00-b-expected.png:
- platform/chromium-mac/css2.1/t1503-c522-font-family-00-b-expected.png:
- platform/chromium-mac/css2.1/t1504-c523-font-style-00-b-expected.png:
- platform/chromium-mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png:
- platform/chromium-mac/css2.1/t1505-c524-font-var-00-b-expected.png:
- platform/chromium-mac/css2.1/t1506-c525-font-wt-00-b-expected.png:
- platform/chromium-mac/css2.1/t1507-c526-font-sz-00-b-expected.png:
- platform/chromium-mac/css2.1/t1507-c526-font-sz-01-b-a-expected.png:
- platform/chromium-mac/css2.1/t1507-c526-font-sz-02-b-a-expected.png:
- platform/chromium-mac/css2.1/t1507-c526-font-sz-03-f-a-expected.png:
- platform/chromium-mac/css2.1/t1508-c527-font-00-b-expected.png:
- platform/chromium-mac/css2.1/t1508-c527-font-01-b-expected.png:
- platform/chromium-mac/css2.1/t1508-c527-font-02-b-expected.png:
- platform/chromium-mac/css2.1/t1508-c527-font-04-b-expected.png:
- platform/chromium-mac/css2.1/t1508-c527-font-05-b-expected.png:
- platform/chromium-mac/css2.1/t1508-c527-font-06-b-expected.png:
- platform/chromium-mac/css2.1/t1508-c527-font-07-b-expected.png:
- platform/chromium-mac/css2.1/t1508-c527-font-08-b-expected.png:
- platform/chromium-mac/css2.1/t1508-c527-font-09-b-expected.png:
- platform/chromium-mac/css2.1/t1508-c527-font-10-c-expected.png:
- platform/chromium-mac/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
- platform/chromium-mac/css2.1/t1601-c547-indent-01-d-expected.png:
- platform/chromium-mac/css2.1/t1602-c43-center-00-d-ag-expected.png:
- platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.png:
- platform/chromium-mac/css2.1/t1604-c541-word-sp-00-b-a-expected.png:
- platform/chromium-mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png:
- platform/chromium-mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
- platform/chromium-mac/css2.1/t1604-c542-letter-sp-01-b-a-expected.png:
- platform/chromium-mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
- platform/chromium-mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Added.
- platform/chromium-mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.png: Added.
- platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
- platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
- platform/chromium-mac/editing/deleting/list-item-1-expected.png:
- platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
- platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
- platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png:
- platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png:
- platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
- platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
- platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png: Added.
- platform/chromium-mac/editing/deleting/move-nodes-001-expected.png: Added.
- platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
- platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
- platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
- platform/chromium-mac/editing/deleting/table-cells-expected.png:
- platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
- platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
- platform/chromium-mac/editing/execCommand/find-after-replace-expected.png:
- platform/chromium-mac/editing/execCommand/findString-2-expected.png:
- platform/chromium-mac/editing/execCommand/findString-expected.png:
- platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
- platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
- platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
- platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
- platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
- platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
- platform/chromium-mac/editing/execCommand/insertImage-expected.png:
- platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
- platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
- platform/chromium-mac/editing/execCommand/paste-1-expected.png:
- platform/chromium-mac/editing/execCommand/paste-2-expected.png:
- platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
- platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
- platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Added.
- platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png: Added.
- platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
- platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
- platform/chromium-mac/editing/inserting/12882-expected.png: Added.
- platform/chromium-mac/editing/inserting/4278698-expected.png:
- platform/chromium-mac/editing/inserting/4840662-expected.png:
- platform/chromium-mac/editing/inserting/4875189-1-expected.png:
- platform/chromium-mac/editing/inserting/4875189-2-expected.png:
- platform/chromium-mac/editing/inserting/4959067-expected.png:
- platform/chromium-mac/editing/inserting/4960120-1-expected.png:
- platform/chromium-mac/editing/inserting/4960120-2-expected.png:
- platform/chromium-mac/editing/inserting/5002441-expected.png:
- platform/chromium-mac/editing/inserting/5058163-1-expected.png:
- platform/chromium-mac/editing/inserting/5058163-2-expected.png:
- platform/chromium-mac/editing/inserting/5156401-2-expected.png:
- platform/chromium-mac/editing/inserting/5418891-expected.png:
- platform/chromium-mac/editing/inserting/5510537-expected.png:
- platform/chromium-mac/editing/inserting/5549929-2-expected.png:
- platform/chromium-mac/editing/inserting/5549929-3-expected.png:
- platform/chromium-mac/editing/inserting/6703873-expected.png:
- platform/chromium-mac/editing/inserting/before-after-input-element-expected.png: Added.
- platform/chromium-mac/editing/inserting/before-after-input-element-expected.txt: Added.
- platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
- platform/chromium-mac/editing/inserting/editable-html-element-expected.png:
- platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
- platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
- platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
- platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
- platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
- platform/chromium-mac/editing/pasteboard/3976872-expected.png:
- platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
- platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
- platform/chromium-mac/editing/pasteboard/4076267-expected.png:
- platform/chromium-mac/editing/pasteboard/4242293-expected.png:
- platform/chromium-mac/editing/pasteboard/4631972-expected.png:
- platform/chromium-mac/editing/pasteboard/4641033-expected.png:
- platform/chromium-mac/editing/pasteboard/4806874-expected.png: Added.
- platform/chromium-mac/editing/pasteboard/4806874-expected.txt: Added.
- platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
- platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
- platform/chromium-mac/editing/pasteboard/4947130-expected.png:
- platform/chromium-mac/editing/pasteboard/4989774-expected.png:
- platform/chromium-mac/editing/pasteboard/5006779-expected.png:
- platform/chromium-mac/editing/pasteboard/5032095-expected.png:
- platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
- platform/chromium-mac/editing/pasteboard/5071074-expected.png:
- platform/chromium-mac/editing/pasteboard/5075944-expected.png:
- platform/chromium-mac/editing/pasteboard/5134759-expected.png:
- platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
- platform/chromium-mac/editing/pasteboard/5247341-expected.png:
- platform/chromium-mac/editing/pasteboard/5387578-expected.png:
- platform/chromium-mac/editing/pasteboard/5478250-expected.png:
- platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
- platform/chromium-mac/editing/pasteboard/7955-expected.png: Added.
- platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
- platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
- platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
- platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
- platform/chromium-mac/editing/selection/13804-expected.png:
- platform/chromium-mac/editing/selection/14971-expected.png:
- platform/chromium-mac/editing/selection/3690703-2-expected.png: Added.
- platform/chromium-mac/editing/selection/3690703-2-expected.txt: Added.
- platform/chromium-mac/editing/selection/3690703-expected.png: Added.
- platform/chromium-mac/editing/selection/3690703-expected.txt: Added.
- platform/chromium-mac/editing/selection/3690719-expected.png: Added.
- platform/chromium-mac/editing/selection/3690719-expected.txt: Added.
- platform/chromium-mac/editing/selection/4397952-expected.png:
- platform/chromium-mac/editing/selection/4402375-expected.png:
- platform/chromium-mac/editing/selection/4776665-expected.png:
- platform/chromium-mac/editing/selection/4818145-expected.png:
- platform/chromium-mac/editing/selection/4866671-expected.png:
- platform/chromium-mac/editing/selection/4889598-expected.png:
- platform/chromium-mac/editing/selection/4895428-2-expected.png:
- platform/chromium-mac/editing/selection/4895428-3-expected.png: Added.
- platform/chromium-mac/editing/selection/4895428-3-expected.txt: Added.
- platform/chromium-mac/editing/selection/6476-expected.png:
- platform/chromium-mac/editing/selection/7152-1-expected.png:
- platform/chromium-mac/editing/selection/7152-2-expected.png:
- platform/chromium-mac/http/tests/loading/simple-subframe-expected.png:
- platform/chromium-mac/http/tests/local/file-url-sent-as-referer-expected.png:
- platform/chromium-win-vista/http/tests/loading/simple-subframe-expected.png: Removed.
- platform/chromium-win-vista/http/tests/local/file-url-sent-as-referer-expected.png: Removed.
- platform/chromium-win-xp/css2.1/t1202-counter-09-b-expected.png: Removed.
- platform/chromium/css2.1/20110323/block-non-replaced-width-008-expected.txt: Removed.
- platform/chromium/css2.1/20110323/empty-inline-001-expected.txt: Removed.
- platform/chromium/css2.1/20110323/empty-inline-002-expected.txt: Removed.
- platform/chromium/css2.1/20110323/empty-inline-003-expected.txt: Removed.
- platform/chromium/css2.1/20110323/table-caption-001-expected.txt: Removed.
- platform/chromium/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Removed.
- platform/chromium/css2.1/20110323/table-caption-margins-001-expected.txt: Removed.
- platform/chromium/css2.1/20110323/table-caption-optional-001-expected.txt: Removed.
- platform/chromium/css2.1/20110323/table-caption-optional-002-expected.txt: Removed.
- platform/mac-future/css2.1/t1508-c527-font-05-b-expected.png: Renamed from LayoutTests/platform/mac/css2.1/t1508-c527-font-05-b-expected.png.
- platform/mac-future/css2.1/t1508-c527-font-10-c-expected.png: Renamed from LayoutTests/platform/mac/css2.1/t1508-c527-font-10-c-expected.png.
- platform/mac-lion/editing/inserting/break-blockquote-after-delete-expected.png: Renamed from LayoutTests/platform/win/editing/inserting/break-blockquote-after-delete-expected.png.
- platform/mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png: Added.
- platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt: Renamed from LayoutTests/editing/deleting/delete-trailing-ws-002-expected.txt.
- platform/mac/editing/deleting/delete-ws-fixup-001-expected.txt: Renamed from LayoutTests/editing/deleting/delete-ws-fixup-001-expected.txt.
- platform/mac/editing/execCommand/format-block-with-trailing-br-expected.txt: Removed.
- platform/mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Renamed from LayoutTests/editing/input/caret-at-the-edge-of-contenteditable-expected.txt.
- platform/mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Renamed from LayoutTests/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt.
- platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Renamed from LayoutTests/editing/input/reveal-caret-of-multiline-input-expected.txt.
- platform/mac/editing/inserting/insert-br-004-expected.txt: Renamed from LayoutTests/editing/inserting/insert-br-004-expected.txt.
- platform/mac/editing/inserting/insert-br-005-expected.txt: Renamed from LayoutTests/editing/inserting/insert-br-005-expected.txt.
- platform/mac/editing/inserting/insert-br-007-expected.txt: Renamed from LayoutTests/editing/inserting/insert-br-007-expected.txt.
- 2:55 PM Changeset in webkit [110111] by
-
- 1 edit in branches/chromium/963/Source/WebCore/xml/XMLErrors.cpp
Fix XML error handling.
- 2:46 PM Changeset in webkit [110110] by
-
- 5 edits in branches/safari-534.54-branch/Source
Versioning.
- 2:44 PM Changeset in webkit [110109] by
-
- 1 delete in tags/Safari-534.54.16/safari-534.54-branch
- 2:42 PM Changeset in webkit [110108] by
-
- 1 copy in tags/Safari-534.54.17
New tag.
- 2:42 PM Changeset in webkit [110107] by
-
- 1 copy in tags/Safari-534.54.16/safari-534.54-branch
New tag.
- 2:36 PM Changeset in webkit [110106] by
-
- 7 edits1 delete in trunk/Source/WebCore
[V8][Performance] Optimize Element.firstElementChild, Element.lastElementChild,
Element.previousElementSibling, Element.nextElementSibling, Node.parentElement
https://bugs.webkit.org/show_bug.cgi?id=80506
Reviewed by Adam Barth.
This patch improves the performance of Element.firstElementChild by 5.8 times,
Element.lastElementChild by 6.2 times, Element.previousElementSibling by 7.1 times,
Element.nextElementSibling by 7.1 times, and Node.parentElement by 6.7 times.
Previously, while toV8(Node*) caches a wrapper object on a node object
(i.e. node->wrapper(), node->setWrapper()), toV8(Element*) does not
cache a wrapper object.
This patch removes toV8(Element*), so that DOM attribute getters that return
Element* use toV8(Node*). This change makes these DOM attribute getters
cache the wrapper object on a node object. This optimization is already
implemented in JavaScriptCore.
Performance tests: https://bugs.webkit.org/attachment.cgi?id=130594
The test results in my local Mac environment are as follows:
AppleWebKit/JavaScriptCore:
div.firstElementChild : 1162ms
div.lastElementChild : 1016ms
div.previousElementSibling : 918ms
div.nextElementSibling : 900ms
div.parentElement : 901ms
Chromium/V8 (without this patch):
div.firstElementChild : 9515ms
div.lastElementChild : 9449ms
div.previousElementSibling : 9254ms
div.nextElementSibling : 9315ms
div.parentElement : 9380ms
Chromium/V8 (with this patch):
div.firstElementChild : 1628ms
div.lastElementChild : 1527ms
div.previousElementSibling : 1310ms
div.nextElementSibling : 1310ms
div.parentElement : 1410ms
No tests. No change in behavior.
- dom/Element.idl: Removed toV8(Element*)
- bindings/v8/custom/V8NodeCustom.cpp: Ditto.
(WebCore::toV8Slow):
- bindings/scripts/CodeGeneratorV8.pm: Ditto.
(GenerateHeader):
- bindings/v8/custom/V8ElementCustom.cpp: Removed.
- Target.pri: Removed V8ElementCustom.cpp.
- UseV8.cmake: Ditto.
- WebCore.gypi: Ditto.
- 2:36 PM Changeset in webkit [110105] by
-
- 2 edits in trunk/LayoutTests
[chromium] Unreviewed gardening.
More post-r110072 mopup (mac remix).
- platform/chromium/test_expectations.txt:
- 2:32 PM Common pixel differences between ports edited by
- (diff)
- 2:31 PM Common pixel differences between ports edited by
- (diff)
- 2:29 PM Changeset in webkit [110104] by
-
- 7 edits in trunk/Source
[Chromium] IndexedDB: V8LocalContext creation in IDBKey extraction/injection is slow
https://bugs.webkit.org/show_bug.cgi?id=80358
Source/WebCore:
Cache a re-usable context (per isolate) for cases like IDB's key/SSV extraction/injection,
where no user script is run. This yields a 3x-4x performance improvement in basic IDB
operations.
Reviewed by Tony Chang.
No new tests - no behavior changes.
- bindings/v8/IDBBindingUtilities.cpp:
(WebCore::createIDBKeyFromSerializedValueAndKeyPath):
(WebCore::injectIDBKeyIntoSerializedValue):
- bindings/v8/V8Binding.h:
(WebCore::V8BindingPerIsolateData::auxiliaryContext):
(V8BindingPerIsolateData):
- bindings/v8/V8Utilities.cpp:
(WebCore::V8AuxiliaryContext::V8AuxiliaryContext):
(WebCore::V8AuxiliaryContext::~V8AuxiliaryContext):
(WebCore::V8AuxiliaryContext::auxiliaryContext):
- bindings/v8/V8Utilities.h:
(V8AuxiliaryContext):
Source/WebKit/chromium:
Reviewed by Tony Chang.
- tests/IDBBindingUtilitiesTest.cpp:
(WebCore::TEST):
- 2:28 PM Common pixel differences between ports edited by
- (diff)
- 2:21 PM Changeset in webkit [110103] by
-
- 10 edits in branches/subpixellayout/Source/WebCore
Change scrollWidth/Height to ints and get rid of pixelSnapped version on subpixel branch.
- 2:17 PM Changeset in webkit [110102] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Unexpected changes in SVG animated results
https://bugs.webkit.org/show_bug.cgi?id=80517
Unreviewed chromium test expectations.
Linux debug is failing too. Very odd.
- platform/chromium/test_expectations.txt:
- 2:12 PM Common pixel differences between ports edited by
- (diff)
- 2:07 PM Changeset in webkit [110101] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Unexpected changes in SVG animated filter results
https://bugs.webkit.org/show_bug.cgi?id=80517
Unreviewed Chromium test_expectations update.
A test is failing in Debug builds on mac and Win. No idea why.
- platform/chromium/test_expectations.txt:
- 1:59 PM Changeset in webkit [110100] by
-
- 2 edits in trunk/Source/WebCore
[chromium] Remove unused wasRecreate variable
https://bugs.webkit.org/show_bug.cgi?id=80533
Reviewed by Adrienne Walker.
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp:
(WebCore::CCLayerTreeHostImpl::initializeLayerRenderer):
- 1:57 PM Changeset in webkit [110099] by
-
- 2 edits in trunk/Source/WebCore
[chromium] Update GYP files to reflect file deletes/renames
https://bugs.webkit.org/show_bug.cgi?id=80525
Patch by Ryan Sleevi <rsleevi@chromium.org> on 2012-03-07
Reviewed by Ryosuke Niwa.
No change in functionality, so no tests.
- WebCore.gypi:
Updated AppleMac private headers due to r109877
Updated platform/qt references due to r109542
Updated platform/mac references due to r109147
Updated platform/mac references due to r108956
- 1:43 PM Changeset in webkit [110098] by
-
- 3 edits in trunk/Source/WebKit2
[Qt] Authentication dialog does not work
https://bugs.webkit.org/show_bug.cgi?id=79738
Patch by Dinu Jacob <dinu.jacob@nokia.com> on 2012-03-07
Reviewed by Simon Hausmann.
QQuickWebView should accept touch events only if there is
no active dialog.
- UIProcess/API/qt/qquickwebview.cpp:
(QQuickWebViewPrivate::QQuickWebViewPrivate):
(QQuickWebViewPrivate::runJavaScriptAlert):
(QQuickWebViewPrivate::runJavaScriptConfirm):
(QQuickWebViewPrivate::runJavaScriptPrompt):
(QQuickWebViewPrivate::handleAuthenticationRequiredRequest):
(QQuickWebViewPrivate::handleProxyAuthenticationRequiredRequest):
(QQuickWebViewPrivate::handleCertificateVerificationRequest):
(QQuickWebView::touchEvent):
- UIProcess/API/qt/qquickwebview_p_p.h:
(QQuickWebViewPrivate):
- 1:42 PM Changeset in webkit [110097] by
-
- 3 edits in trunk/Tools
Automatically move to the next test after rebaseline in the results view
https://bugs.webkit.org/show_bug.cgi?id=80527
Reviewed by Dimitri Glazkov.
- BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js:
- BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/results.js:
- 1:32 PM Changeset in webkit [110096] by
-
- 256 edits256 copies22 moves291 adds4 deletes in trunk/LayoutTests
Initial rebaselines for the Chromium Lion port.
All the rebaselines are one of the following:
-anti-aliasing differences
-scrollbar differences
-1 checkbox difference (checked box is blue instead of grey)
-1 png rendering difference (blue is slightly darker, better matches Chromium Linux/Win and Apple Mac)
-Clearly correct new results (e.g. SnowLeopard result says "FAIL", Lion result says "PASS")
- 1:26 PM Changeset in webkit [110095] by
-
- 8 edits4 adds in trunk
Html5 video element Useragent string is Quicktime
https://bugs.webkit.org/show_bug.cgi?id=46241
Reviewed by Daniel Bates.
Source/WebCore:
Test: http/tests/media/video-useragent.html
- html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::mediaPlayerUserAgent): Return the UA string for the current source.
- html/HTMLMediaElement.h:
- platform/graphics/MediaPlayer.cpp:
(WebCore::MediaPlayer::userAgent): New, return the client's mediaPlayerUserAgent.
- platform/graphics/MediaPlayer.h:
(WebCore::MediaPlayerClient::mediaPlayerUserAgent):
- platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
(WebCore::MediaPlayerPrivateAVFoundationObjC::createAVAssetForURL): Tell AVFoundation to set
the UA header.
LayoutTests:
- http/tests/media/resources/serve-video.php: Added.
- http/tests/media/resources/video-check-useragent.php: Added.
- http/tests/media/resources/video-referer-check-referer.php: Split media loading logic
out into serve-video.php.
- http/tests/media/video-useragent-expected.txt: Added.
- http/tests/media/video-useragent.html: Added.
- 1:14 PM Changeset in webkit [110094] by
-
- 2 edits in trunk/LayoutTests
[chromium] Unreviewed gardening.
More post-r110072 mopup.
- platform/chromium/test_expectations.txt:
- 1:13 PM Changeset in webkit [110093] by
-
- 4 edits in trunk/Source
Get ScrollAnimatorNone to handle the stop and reverse cases.
https://bugs.webkit.org/show_bug.cgi?id=80455
Patch by Scott Byer <scottbyer@chromium.org> on 2012-03-07
Reviewed by James Robinson.
Source/WebCore:
Chromium webkit_unit_tests ScrollAnimatorNoneTest.ScrollStopInMiddle and
ScrollAnimatorNoneTest.ReverseInMiddle.
- platform/ScrollAnimatorNone.cpp:
(WebCore::ScrollAnimatorNone::PerAxisData::updateDataFromParameters):
Source/WebKit/chromium:
- tests/ScrollAnimatorNoneTest.cpp:
(ScrollAnimatorNoneTest::updateDataFromParameters):
(TEST_F):
- 1:13 PM Changeset in webkit [110092] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, skip a test failing on GTK after r110072.
- platform/gtk/Skipped: fast/events/autoscroll-in-textfield.html
now fails.
- 1:05 PM Common pixel differences between ports edited by
- (diff)
- 1:03 PM Common pixel differences between ports edited by
- (diff)
- 1:02 PM Changeset in webkit [110091] by
-
- 2 edits in trunk/Source/WebCore
RenderImage ignores its percent width/height when setContainerSizeForRenderer
https://bugs.webkit.org/show_bug.cgi?id=80431
Patch by Yong Li <yoli@rim.com> on 2012-03-07
Reviewed by George Staikos.
Not only respect fixed width/height explicitly specified in img element, but also
respect percent width/height when determining container size for images.
No new tests because there is no functional change but only internal buffer sizes.
- rendering/RenderImage.cpp:
(WebCore::RenderImage::computeReplacedLogicalWidth):
- 12:57 PM Changeset in webkit [110090] by
-
- 17 edits4 adds in trunk/LayoutTests
Unreviewed rebaseline after r110072.
- platform/chromium-linux/fast/repaint/search-field-cancel-expected.png:
- platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.txt:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
- platform/chromium-mac-leopard/fast/repaint/search-field-cancel-expected.png:
- platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.png:
- platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.txt: Added.
- platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
- platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
- platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
- platform/chromium-win/fast/repaint/search-field-cancel-expected.png:
- platform/chromium-win/fast/repaint/search-field-cancel-expected.txt:
- platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.txt:
- platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
Rebaselined those entries on Chromium. search-field-cancel.html is showing a small harmless difference.
- platform/chromium/test_expectations.txt:
Removed the entries for some of the rebaselined test.
- platform/chromium/test_expectations.txt:
- platform/efl/test_expectations.txt:
- platform/gtk/test_expectations.txt:
- platform/mac/test_expectations.txt:
- platform/qt/test_expectations.txt:
- platform/win/Skipped:
Added an image regression filed as bug 80531.
- 12:57 PM Changeset in webkit [110089] by
-
- 4 edits in trunk/Source
[Mac] Update the configuration files for iOS
https://bugs.webkit.org/show_bug.cgi?id=80435
Patch by Benjamin Poulain <bpoulain@apple.com> on 2012-03-06
Reviewed by David Kilzer.
Source/WebCore:
- Configurations/WebCore.xcconfig:
Source/WebKit/mac:
- Configurations/WebKit.xcconfig:
- 12:46 PM Changeset in webkit [110088] by
-
- 12 edits in trunk/Source
[chromium] Cull occluded tiles during paint
https://bugs.webkit.org/show_bug.cgi?id=76838
Patch by Dana Jansens <danakj@chromium.org> on 2012-03-07
Reviewed by Adrienne Walker.
Source/WebCore:
Using CCOcclusionTracker instead of the old custom paint occlusion
tracking. Stops painting tiles when the tile is not visible.
CCOcclusionTracker only uses Layer::opaque() for determining
occlusion so far. The Layer::addSelfToOccludedRegion is being
replaced by a superior method in CCOcclusionTracker that will
work for both threads, so removing that support here.
Unit test: TiledLayerChromiumTest.cpp
- platform/graphics/chromium/ContentLayerChromium.cpp:
(WebCore::ContentLayerChromium::paintContentsIfDirty):
(WebCore::ContentLayerChromium::idlePaintContentsIfDirty):
- platform/graphics/chromium/ContentLayerChromium.h:
(ContentLayerChromium):
- platform/graphics/chromium/ImageLayerChromium.cpp:
(WebCore::ImageLayerChromium::paintContentsIfDirty):
- platform/graphics/chromium/LayerChromium.cpp:
- platform/graphics/chromium/LayerChromium.h:
(WebCore::LayerChromium::idlePaintContentsIfDirty):
(LayerChromium):
- platform/graphics/chromium/TiledLayerChromium.cpp:
(WebCore):
(WebCore::contentToLayerTransform):
(WebCore::TiledLayerChromium::prepareToUpdateTiles):
(WebCore::TiledLayerChromium::prepareToUpdate):
(WebCore::TiledLayerChromium::prepareToUpdateIdle):
- platform/graphics/chromium/TiledLayerChromium.h:
(TiledLayerChromium):
- platform/graphics/chromium/cc/CCLayerTreeHost.cpp:
(WebCore::CCLayerTreeHost::paintContentsIfDirty):
(WebCore::CCLayerTreeHost::paintLayerContents):
Source/WebKit/chromium:
- tests/CCLayerTreeHostTest.cpp:
(WTF::ContentLayerChromiumWithUpdateTracking::idlePaintContentsIfDirty):
- tests/TiledLayerChromiumTest.cpp:
(WTF::FakeLayerTextureUpdater::Texture::prepareRect):
(WTF::FakeLayerTextureUpdater::FakeLayerTextureUpdater):
(FakeLayerTextureUpdater):
(WTF::FakeLayerTextureUpdater::prepareRectCount):
(WTF::FakeLayerTextureUpdater::clearPrepareRectCount):
(WTF::FakeLayerTextureUpdater::prepareRect):
(WTF::FakeTiledLayerChromium::prepareToUpdate):
(WTF::FakeTiledLayerChromium::prepareToUpdateIdle):
(WTF::FakeTiledLayerChromium::paintContentsIfDirty):
(WTF::TEST):
(WTF):
- 12:44 PM Changeset in webkit [110087] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Unreviewed gardening.
Adding some more test suppressions post r110072.
- platform/chromium/test_expectations.txt:
- 12:37 PM Changeset in webkit [110086] by
-
- 7 edits in trunk/Source/WebCore
Implement removeAttributeNode() in terms of ElementAttributeData instead of NamedNodeMap
https://bugs.webkit.org/show_bug.cgi?id=80522
Reviewed by Andreas Kling.
DOM methods exposed in Element and NamedNodeMap are now implemented in terms of
ElementAttributeData. A helper function takeAttribute() was added to increase
code sharing. Also removed some unneeded methods.
- dom/Element.cpp:
(WebCore::Element::removeAttribute): Use ElementAttributeData function directly.
(WebCore::Element::removeAttributeNode): Get the index manually and use new
takeAttribute() directly.
- dom/Element.h:
(Element): Remove unused removeAttribute(unsigned index).
- dom/ElementAttributeData.cpp:
(WebCore::ElementAttributeData::takeAttribute): Like removeAttribute() but
returns a reference to old Attr.
(WebCore):
- dom/ElementAttributeData.h:
(ElementAttributeData):
- dom/NamedNodeMap.cpp:
(WebCore::NamedNodeMap::removeNamedItem): Avoid looking up the property twice by
getting the index directly from the name, instead of going through the qualified name.
- dom/NamedNodeMap.h: Remove now unused internal methods for removing attributes.
- 12:23 PM Changeset in webkit [110085] by
-
- 12 edits4 adds in trunk/Source/WebKit2
<rdar://problem/8494396> WebKit2 lacks API for obtaining a representation of the render tree of a page, like WebRenderNode
https://bugs.webkit.org/show_bug.cgi?id=80230
Reviewed by Beth Dakin.
- CMakeLists.txt:
- GNUmakefile.am:
- Shared/API/c/WKBase.h: Added a type definition of WKRenderObjectRef.
- Shared/API/c/WKRenderObject.cpp: Added.
(WKRenderObjectGetTypeID): Added. Returns the WKRenderObject type ID.
(WKRenderObjectCopyName): Added this getter wrapper.
(WKRenderObjectGetAbsolutePosition): Ditto.
(WKRenderObjectGetFrameRect): Ditto.
(WKRenderObjectGetChildren): Ditto.
- Shared/API/c/WKRenderObject.h: Added.
- Shared/APIObject.h: Added TypeRenderObject to the APIObject::Type enum.
- Shared/UserMessageCoders.h:
(WebKit::UserMessageEncoder::baseEncode): Added WebRenderObject encoding.
(WebKit::UserMessageDecoder::baseDecode): Added WebRenderObject decoding.
- Shared/WebRenderObject.cpp: Added.
(WebKit::WebRenderObject::create): Added. Creates a WebRenderObject for the page’s main
frame content renderer.
(WebKit::WebRenderObject::WebRenderObject): Added. Constructs a WebRenderObject with the
name, metrics and children of the given RenderObject, following the rules used in WebKit1
WebRenderNode. In particular, a RenderWidget representing a frame gets the frame’s content
renderer as a child.
- Shared/WebRenderObject.h: Added.
(WebKit::WebRenderObject::create):
(WebKit::WebRenderObject::children):
(WebKit::WebRenderObject::name):
(WebKit::WebRenderObject::absolutePosition):
(WebKit::WebRenderObject::frameRect):
(WebKit::WebRenderObject::WebRenderObject):
- Target.pri:
- UIProcess/API/C/WKAPICast.h: Added a mapping between WKRenderObjectRef and WebRenderObject.
- WebKit2.xcodeproj/project.pbxproj: Added WebRenderObject.{cpp,h} and WKRenderObject.{cpp.h}.
- WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:
(WKBundlePageCopyRenderTree): Added this bundle API for getting the render tree.
- WebProcess/InjectedBundle/API/c/WKBundlePagePrivate.h:
- win/WebKit2.vcproj:
- 12:10 PM Changeset in webkit [110084] by
-
- 5 edits in branches/safari-534.54-branch/Source
Rollout 110083
- 12:06 PM Changeset in webkit [110083] by
-
- 5 edits in branches/safari-534.54-branch/Source
Versioning.
- 12:02 PM Changeset in webkit [110082] by
-
- 6 edits4 copies in branches/safari-534.54-branch
Merge 109594.
- 12:01 PM Changeset in webkit [110081] by
-
- 27 edits in trunk/LayoutTests
Unreviewed, GTK rebaseline after r110072.
- 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-68-expected.txt:
- platform/gtk/css3/selectors3/html/css3-modsel-69-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-68-expected.txt:
- platform/gtk/css3/selectors3/xhtml/css3-modsel-69-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-68-expected.txt:
- platform/gtk/css3/selectors3/xml/css3-modsel-69-expected.txt:
- platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
- platform/gtk/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
- platform/gtk/fast/clip/008-expected.txt:
- platform/gtk/fast/clip/011-expected.txt:
- platform/gtk/fast/clip/012-expected.txt:
- platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
- platform/gtk/fast/forms/input-text-double-click-expected.txt:
- platform/gtk/fast/forms/input-text-drag-down-expected.txt:
- platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
- platform/gtk/fast/forms/textfield-outline-expected.txt:
- platform/gtk/fast/forms/textfield-overflow-expected.txt:
- platform/gtk/fast/repaint/overflow-delete-line-expected.txt:
- platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
- platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
- 12:01 PM UsingGitWithWebKit edited by
- typo (diff)
- 11:58 AM Changeset in webkit [110080] by
-
- 2 edits in trunk/Source/WebCore
Merge AsyncFileStream with FileStreamProxy
https://bugs.webkit.org/show_bug.cgi?id=80325
Build fix.
- WebCore.xcodeproj/project.pbxproj: Removed files that got mysteriously added to the project with a merge.
- 11:50 AM Changeset in webkit [110079] by
-
- 3 edits in trunk/Tools
garden-o-matic rebaseline is broken for ports that don't have a fallback port
https://bugs.webkit.org/show_bug.cgi?id=80526
Reviewed by Adam Barth.
Passing "None" as the fallback port throws an error in "webkit-patch rebaseline-test"
since there is no "None" port.
- Scripts/webkitpy/tool/servers/gardeningserver.py:
(GardeningHTTPRequestHandler.rebaseline):
- Scripts/webkitpy/tool/servers/gardeningserver_unittest.py:
(GardeningServerTest.test_rebaseline):
- 11:44 AM Changeset in webkit [110078] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed ASSERT failure fix.
https://bugs.webkit.org/show_bug.cgi?id=75568
- rendering/RenderBoxModelObject.cpp:
(WebCore::RenderBoxModelObject::styleDidChange):
Fix a bad merge of the patch, we should call updateCachedSizeForOverflowClip if we lose
our layer.
- 11:23 AM Changeset in webkit [110077] by
-
- 4 edits in trunk/Source/WebCore
[EFL] Revise PlatformKeyboardEventEfl and EflKeyboardUtilities
https://bugs.webkit.org/show_bug.cgi?id=80511
Patch by ChangSeok Oh <ChangSeok Oh> on 2012-03-07
Reviewed by Gustavo Noronha Silva.
Added 'const' keyword in front of argument of keyIdentifiersForEvasKeyName/windowsKeyCodeForEvasKeyName.
Since they should not be changed while processing each function.
And initialized missing member variables of PlatformKeyboardEventEfl.
No new tests, since no new feature.
- platform/efl/EflKeyboardUtilities.cpp:
(WebCore::keyIdentifierForEvasKeyName): Added const keyword
(WebCore::windowsKeyCodeForEvasKeyName): Added const keyword
- platform/efl/EflKeyboardUtilities.h:
(WebCore):
- platform/efl/PlatformKeyboardEventEfl.cpp:
(WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent):
- 11:23 AM Changeset in webkit [110076] by
-
- 2 edits in trunk/Source/WebKit/blackberry
[BlackBerry] WebKit rendering problem when show/hide VKB
https://bugs.webkit.org/show_bug.cgi?id=80448
RIM PR: 141727
Patch by Jacky Jiang <zhajiang@rim.com> on 2012-03-07
Reviewed by Antonio Gomes.
When setting viewport size, layout happens inside
WebPagePrivate::setDefaultLayoutSize(), in this way, the layout is
outside of the code path of "needsLayout" so that the contents are
not rendered into the backing store. This is a regression of r108718,
switch back to do the layout inside the public API
WebPage::setDefaultLayoutSize().
We haven't upstreamed the manual tests directory yet, therefore,
the new manual test case will be upstreamed later.
- Api/WebPage.cpp:
(BlackBerry::WebKit::WebPagePrivate::setDefaultLayoutSize):
(BlackBerry::WebKit::WebPage::setDefaultLayoutSize):
- 11:18 AM Changeset in webkit [110075] by
-
- 4 edits in trunk/Tools
[chromium] Remove the TestWebPlugin's use of implicit FBO for offscreen contexts
https://bugs.webkit.org/show_bug.cgi?id=80521
Reviewed by Kenneth Russell.
Switches TestWebPlugin from using a context created by WebViewClient::createGraphicsContext3D(..., false) over
to an explicitly offscreen context with explicitly managed texture / FBO, so we can deprecate the
renderDirectlyToHostWindow flag from WebViewClient::createGraphicsContext3D.
Covered by platform/chromium/compositing/plugins/*
- DumpRenderTree/chromium/TestWebPlugin.cpp:
(TestWebPlugin::TestWebPlugin):
(TestWebPlugin::initialize):
(TestWebPlugin::updateGeometry):
(TestWebPlugin::initScene):
(TestWebPlugin::destroyScene):
- DumpRenderTree/chromium/TestWebPlugin.h:
(TestWebPlugin):
- DumpRenderTree/chromium/WebViewHost.cpp:
(WebViewHost::createPlugin):
- 11:12 AM Changeset in webkit [110074] by
-
- 14 edits1 copy3 moves5 adds8 deletes in trunk/LayoutTests
[chromium] Unreviewed, rebaseline tests after r109851.
- platform/chromium-linux/compositing/reflections/reflection-on-composited-expected.png:
- platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
- platform/chromium-linux/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
- platform/chromium-mac-leopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
- platform/chromium-mac-leopard/compositing/reflections/reflection-on-composited-expected.png: Added.
- platform/chromium-mac-leopard/compositing/shadows/shadow-drawing-expected.png:
- platform/chromium-mac-snowleopard/compositing/reflections/reflection-on-composited-expected.png: Added.
- platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
- platform/chromium-mac-snowleopard/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Added.
- platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png.
- platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png.
- platform/chromium-mac/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed.
- platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png:
- platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png: Added.
- platform/chromium-mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Renamed from LayoutTests/platform/chromium/fast/repaint/block-selection-gap-in-composited-layer-expected.png.
- platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png:
- platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png: Removed.
- platform/chromium-win/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Removed.
- platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
- platform/chromium-win/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed.
- platform/chromium-win/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed.
- platform/chromium-win/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed.
- platform/chromium-win/compositing/reflections/reflection-on-composited-expected.png:
- platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
- platform/chromium-win/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
- platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/geometry/limit-layer-bounds-transformed-expected.txt.
- platform/chromium/test_expectations.txt:
- platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.txt: Removed.
- platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.txt: Removed.
- 11:08 AM Changeset in webkit [110073] by
-
- 3 edits3 adds in trunk
[Chromium] Mirror the resizer image of an RTL element when WTF_USE_RTL_SCROLLBAR is 1
https://bugs.webkit.org/show_bug.cgi?id=9223
Reviewed by Tony Chang.
This change mirrors a resizer image of an RTL element horizontall as Firefox
does. This change also mirrors its dragging behavior, i.e. draging the resizer
of an RTL element to the left side increases its width. (This feature is enabled
only when WTF_USE_RTL_SCROLLBAR is 1.)
Source/WebCore:
Test: platform/chromium/scrollbars/drag-rtl-resizer.html
- rendering/RenderLayer.cpp:
(WebCore::RenderLayer::resize): Mirrored the x coordinate of mouse positions
when mirroring a resizer.
(WebCore::RenderLayer::offsetFromResizeCorner): Returned the offset from the
bottom-left corner when rendering a resizer there.
(WebCore::RenderLayer::drawPlatformResizerImage): Mirrored the resizer bitmap
horizontally when rendering a resizer to the bottom-left corner.
LayoutTests:
- platform/chromium/scrollbars: Added.
- platform/chromium/scrollbars/drag-rtl-resizer-expected.txt: Added.
- platform/chromium/scrollbars/drag-rtl-resizer.html: Added.
- 11:05 AM Changeset in webkit [110072] by
-
- 18 edits in trunk
Lazily allocate overflow: hidden layers if we have overflowing content
https://bugs.webkit.org/show_bug.cgi?id=75568
Reviewed by David Hyatt.
Source/WebCore:
Change covered by the existing tests and the tons of rebaselines.
This change makes us lazily allocate our RenderLayer for overflow: hidden layers only.
Apart from saving some memory, it will also speed up the rendering as we don't need to
go through the layer's machinery when painting and hit testing.
On http://dglazkov.github.com/performance-tests/biggrid.html benchmark, this puts the
overflow: hidden case in par with the overflow: visible case when scrolling that is a
very-smooth scrolling vs a jerky one currently (mostly due to the painting speedup).
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::updateScrollInfoAfterLayout):
Changed this method to update our size cache if needed.
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::layoutBlock):
(WebCore::RenderBlock::paint):
(WebCore::RenderBlock::isPointInOverflowControl):
- rendering/RenderBlock.h:
(RenderBlock):
- rendering/RenderBox.cpp:
(WebCore::RenderBox::willBeDestroyed):
(WebCore::RenderBox::styleDidChange):
(WebCore::RenderBox::layout):
(WebCore::RenderBox::scrollWidth):
(WebCore::RenderBox::scrollHeight):
(WebCore::RenderBox::scrollLeft):
(WebCore::RenderBox::scrollTop):
(WebCore::RenderBox::setScrollLeft):
(WebCore::RenderBox::setScrollTop):
(WebCore::RenderBox::includeVerticalScrollbarSize):
(WebCore::RenderBox::includeHorizontalScrollbarSize):
(WebCore::RenderBox::scrolledContentOffset):
(WebCore::RenderBox::pushContentsClip):
(WebCore::RenderBox::popContentsClip):
(WebCore::RenderBox::addLayoutOverflow):
Added layer() check to the previous call sites.
(WebCore::cachedSizeForOverflowClipMap):
(WebCore::RenderBox::cachedSizeForOverflowClip):
(WebCore::RenderBox::updateCachedSizeForOverflowClip):
(WebCore::RenderBox::clearCachedSizeForOverflowClip):
This logic stores the size information for later repainting.
It is in practice replicating what RenderLayer is doing.
I had to disable an ASSERT here as it would trigger in NRWT but
not under DRT. I haven't found by code inspection what was wrong.
- rendering/RenderBox.h:
(WebCore::RenderBox::hasOverflowClipWithLayer):
Helper function.
(WebCore::RenderBox::requiresLayerForOverflowClip):
This determines if we can survive without a RenderLayer. For the moment,
it is very conservative.
(WebCore::RenderBox::requiresLayer):
Updated to call requiresLayerForOverflowClip.
- rendering/RenderBoxModelObject.cpp:
(WebCore::RenderBoxModelObject::ensureLayer):
Added this function to create and add a new layer.
(WebCore::RenderBoxModelObject::willBeDestroyed):
(WebCore::RenderBoxModelObject::styleDidChange):
Patched those method to handle updating / removing
cached size entries.
- rendering/RenderBoxModelObject.h:
(WebCore::RenderBoxModelObject::requiresLayer):
Pushed the overflowClip check down to RenderBox as only RenderBoxes can have
overflow clips.
- rendering/RenderTableRow.h:
(WebCore::RenderTableRow::requiresLayer):
Added a comment about why we need a layout for table rows.
- rendering/RenderDeprecatedFlexibleBox.cpp:
(WebCore::RenderDeprecatedFlexibleBox::layoutBlock):
- rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::layoutBlock):
- rendering/RenderTableSection.cpp:
(WebCore::RenderTableSection::layout):
Updated those call sites to use RenderBlock::updateScrollInfoAfterLayout
or RenderBox::updateCachedSizeForOverflowClip. The current logic is really
not tight proof and would need to be rethought to not avoid cases.
LayoutTests:
- platform/chromium/test_expectations.txt:
- platform/efl/test_expectations.txt:
- platform/gtk/test_expectations.txt:
- platform/mac/test_expectations.txt:
- platform/qt/test_expectations.txt:
- platform/win/Skipped:
Disable gazillions tests that need a small rebaseline after losing some layers. The expectations are
updated to match each platform as best as I could but expect some breakage...
- 11:01 AM Changeset in webkit [110071] by
-
- 2 edits in trunk/Source/WebCore
[BlackBerry] Fix warnings in CookieMap
https://bugs.webkit.org/show_bug.cgi?id=80512
Patch by Konrad Piascik <kpiascik@rim.com> on 2012-03-07
Reviewed by Rob Buis.
No new tests. No behavioural changes.
- platform/blackberry/CookieMap.cpp:
(WebCore::CookieMap::addOrReplaceCookie):
(WebCore::CookieMap::removeCookie):
(WebCore::CookieMap::getAllCookies):
(WebCore::CookieMap::updateOldestCookie):
- 10:59 AM Changeset in webkit [110070] by
-
- 5 edits in trunk/Source/WebCore
Update usage of LayoutUnits in InlineBox and InlineFlowBox
https://bugs.webkit.org/show_bug.cgi?id=80051
Reviewed by Eric Seidel.
Updating LayoutUnit vs Integer usage in InlineBox and InlineFlowBox. While the
line box tree remains floating point, margins are now subpixel, and rects from
the render tree use LayoutUnits. For more information, see the LayoutUnit wiki
page: https://trac.webkit.org/wiki/LayoutUnit
No new tests. No change in behavior.
- rendering/InlineBox.cpp:
(WebCore::InlineBox::flipForWritingMode): Changing over to LayoutUnits.
- rendering/InlineBox.h:
(InlineBox):
- rendering/InlineFlowBox.cpp:
(WebCore::InlineFlowBox::getFlowSpacingLogicalWidth): Returning a LayoutUnit
instead of an integer, as it uses margin which is a LayoutUnit.
(WebCore::InlineFlowBox::placeBoxesInInlineDirection): Using a LayoutUnit for
margin.
(WebCore::InlineFlowBox::placeBoxesInBlockDirection): Build fixes for when
LayoutUnits are subpixel.
(WebCore::InlineFlowBox::paintFillLayer): Ditto.
- rendering/InlineFlowBox.h:
(WebCore::InlineFlowBox::marginBorderPaddingLogicalLeft): Returning a LayoutUnit
instead of an integer since margin is a LayoutUnit.
(WebCore::InlineFlowBox::marginBorderPaddingLogicalRight): Ditto.
(InlineFlowBox):
(WebCore::InlineFlowBox::logicalLeftLayoutOverflow): Adding a static_cast that's
redundant now, but required when we switch to subpixel LayoutUnits.
(WebCore::InlineFlowBox::logicalRightLayoutOverflow): Ditto.
(WebCore::InlineFlowBox::logicalLeftVisualOverflow): Ditto.
(WebCore::InlineFlowBox::logicalRightVisualOverflow): Ditto.
- 10:44 AM WebKitGTK/1.8.x edited by
- (diff)
- 10:40 AM Changeset in webkit [110069] by
-
- 991 edits336 adds1 delete in trunk/LayoutTests
Switch svg/dynamic-updates tests to repaint harness
https://bugs.webkit.org/show_bug.cgi?id=78219
Unreviewed Chromium test rebaselining.
- platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
- platform/chromium-linux/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
- platform/chromium-linux/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
- platform/chromium-linux/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
- platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Added.
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
- platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
- platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added.
- platform/chromium-win-xp/svg/dynamic-updates: Removed.
- platform/chromium-win-xp/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Removed.
- platform/chromium-win-xp/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Removed.
- platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
- platform/chromium-win/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
- platform/chromium-win/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
- platform/chromium-win/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
- platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Added.
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
- platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
- platform/chromium/test_expectations.txt:
- 10:22 AM Changeset in webkit [110068] by
-
- 2 edits in trunk/LayoutTests
[chromium] Unreviewed gardening.
- platform/chromium/test_expectations.txt:
- 10:16 AM Changeset in webkit [110067] by
-
- 4 edits in trunk
[Qt] Unskip http/tests/websocket/tests/hixie76/long-invalid-header.html
https://bugs.webkit.org/show_bug.cgi?id=80516
Reviewed by Csaba Osztrogonác.
Source/WebCore:
Missed some files related to websocket, take them in.
- Target.pri:
LayoutTests:
- platform/qt-5.0-wk2/Skipped:
- 10:04 AM LayoutUnit edited by
- Adding a line to the table specifying that MathML uses pixel snapped … (diff)
- 9:55 AM WebKitGTK/1.8.x edited by
- Added 109584 (with gtk+-3.3.18 lots of flickering happens during page … (diff)
- 9:47 AM Changeset in webkit [110066] by
-
- 13 edits2 moves1 delete in trunk/Source/WebCore
Merge AsyncFileStream with FileStreamProxy
https://bugs.webkit.org/show_bug.cgi?id=80325
Reviewed by Filip Pizlo.
AsyncFileStream sounds like a platform concept, but the implementation is web specific.
Better to just keep it in one place.
This is a step toward decoupling blob scheme support from ResourceHandle, which is supposed
to be an interface to platform networking APIs only, and definitely shouldn't know about
Web concepts.
No change in functionality, so no tests.
- CMakeLists.txt:
- GNUmakefile.list.am:
- Target.pri:
- WebCore.gypi:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj: Updated for moved and removed files. Namely, platform/AsyncFileStream is dead, and fileapi/FileStreamProxy is now fileapi/AsyncFileStream.
- fileapi/AsyncFileStream.cpp: Copied from Source/WebCore/fileapi/FileStreamProxy.cpp. (WebCore::AsyncFileStream::AsyncFileStream): (WebCore::AsyncFileStream::create): (WebCore::AsyncFileStream::~AsyncFileStream): (WebCore::AsyncFileStream::fileThread): (WebCore::didStart): (WebCore::AsyncFileStream::startOnFileThread): (WebCore::AsyncFileStream::stop): (WebCore::derefProxyOnContext): (WebCore::AsyncFileStream::stopOnFileThread): (WebCore::didGetSize): (WebCore::AsyncFileStream::getSize): (WebCore::AsyncFileStream::getSizeOnFileThread): (WebCore::didOpen): (WebCore::AsyncFileStream::openForRead): (WebCore::AsyncFileStream::openForReadOnFileThread): (WebCore::AsyncFileStream::openForWrite): (WebCore::AsyncFileStream::openForWriteOnFileThread): (WebCore::AsyncFileStream::close): (WebCore::AsyncFileStream::closeOnFileThread): (WebCore::didRead): (WebCore::AsyncFileStream::read): (WebCore::AsyncFileStream::readOnFileThread): (WebCore::didWrite): (WebCore::AsyncFileStream::write): (WebCore::AsyncFileStream::writeOnFileThread): (WebCore::didTruncate): (WebCore::AsyncFileStream::truncate): (WebCore::AsyncFileStream::truncateOnFileThread):
- fileapi/AsyncFileStream.h: Copied from Source/WebCore/fileapi/FileStreamProxy.h. (WebCore): (AsyncFileStream): (WebCore::AsyncFileStream::client): (WebCore::AsyncFileStream::setClient):
- fileapi/FileStreamProxy.cpp: Removed.
- fileapi/FileStreamProxy.h: Removed.
- loader/ResourceLoader.cpp: (WebCore::ResourceLoader::createAsyncFileStream):
- platform/AsyncFileStream.h: Removed. Fewer files!
- platform/network/BlobRegistry.h: Removed createResourceHandle(). It's logically a method on in-process BlobRegistryImpl only, and we no longer need to call this from platform code.
- platform/network/BlobRegistryImpl.cpp: (WebCore::createResourceHandle): (WebCore::registerBlobResourceHandleConstructor): (WebCore::BlobRegistryImpl::registerBlobURL):
- platform/network/BlobRegistryImpl.h: Except for chromium, "blob" is a scheme that's handled internally. Added hooks for that.
- platform/network/ResourceHandle.cpp: (WebCore::builtinResourceHandleConstructorMap): (WebCore::ResourceHandle::registerBuiltinConstructor): (WebCore::ResourceHandle::create):
- platform/network/ResourceHandle.h: Added a way for other code to register handlers for URL schemes. Non-Chromium platforms use this for blob: now.
- 9:38 AM Changeset in webkit [110065] by
-
- 3 edits2 adds in trunk
<rdar://problem/10923294> REGRESSION (r100847): Entries are clipped out in Day One
https://bugs.webkit.org/show_bug.cgi?id=80494
Reviewed by Sam Weinig.
Source/WebCore:
Test: fast/dom/HTMLDocument/width-and-height.html
- html/HTMLDocument.idl: Reverted r100847 by re-enabling the width and height properties
in the JavaScript bindings.
LayoutTests:
- fast/dom/HTMLDocument/width-and-height-expected.txt: Added.
- fast/dom/HTMLDocument/width-and-height.html: Added.
- 9:27 AM Changeset in webkit [110064] by
-
- 4 edits in trunk
[GTK] media/audio-garbage-collect.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=72698
Reviewed by Xan Lopez.
Source/WebCore:
Call ::hasPendingActivity() instead of ::paused() when checking if
the audio element is still active. This is similar to what the
image element (another ActiveDOMObject implementation) does just
above. This contributes to fixing the audio-garbage-collect.html
test.
- bindings/js/JSNodeCustom.cpp:
(WebCore::isReachableFromDOM):
LayoutTests:
- platform/gtk/test_expectations.txt: test is no longer flaky.
- 9:23 AM Changeset in webkit [110063] by
-
- 2 edits in trunk/Source/WebCore
REGRESSION(r96566): Cursor is I-beam upon dragging an attachment in mail
https://bugs.webkit.org/show_bug.cgi?id=80458
<rdar://problem/10873195>
Reviewed by Dan Bernstein.
No tests because we currently don't have any test machinery for cursors.
Make sure the shortcut to always use an iBeam cursor during selection isn't used during dragging.
Before r96566, we handled plugin cursors as a special case before calling into selectCursor, so we never hit this code path.
- page/EventHandler.cpp: (WebCore::EventHandler::selectCursor):
- 9:23 AM Changeset in webkit [110062] by
-
- 2 edits in trunk/Tools
[GTK] remove webkitpy dependency in run-gtk-tests
https://bugs.webkit.org/show_bug.cgi?id=80500
Reviewed by Martin Robinson.
Replace Executive calls with bare subprocess calls.
- Scripts/run-gtk-tests:
(TestRunner):
(TestRunner._lookup_atspi2_binary):
(TestRunner.run):
(TestRunner.run.run_for_real):
- 9:15 AM Changeset in webkit [110061] by
-
- 4 edits in trunk/Source/WebCore
[EFL] Key press event is not processed properly.
https://bugs.webkit.org/show_bug.cgi?id=80491
Patch by ChangSeok Oh <ChangSeok Oh> on 2012-03-07
Reviewed by Gustavo Noronha Silva.
This issue is related with mutation observer feature.
If enter key is pressed, then a keyboard event should be processed
and reach to the mutation observer, but it doesn't.
Some special keys like Enter, Backspace and Tab key should be processed
and change to a single character code, but EFL port hasn't handled like that.
At least we can verify this with following two tests as I know. but they require another
functionality for bug79601. I'm going to submit the patch for it after this one.
Test: fast/mutation/end-of-task-delivery.html
fast/mutation/inline-event-listener.html
- platform/efl/EflKeyboardUtilities.cpp:
(WebCore::singleCharacterString):
(WebCore):
- platform/efl/EflKeyboardUtilities.h:
(WebCore):
- platform/efl/PlatformKeyboardEventEfl.cpp:
(WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent):
- 9:11 AM Changeset in webkit [110060] by
-
- 2 edits in trunk/Tools
Unreviewed, GTK build fix after r110059.
- Scripts/run-gtk-tests:
(TestRunner._check_if_tests_have_timed_out):
(TestRunner.run.run_tests):
(TestRunner):
- 8:58 AM Changeset in webkit [110059] by
-
- 2 edits in trunk/Tools
[GTK] race condition in run-gtk-tests
https://bugs.webkit.org/show_bug.cgi?id=80495
Reviewed by Martin Robinson.
Refactored the script to wait the a11y dbus service becomes
available before starting the tests.
- Scripts/run-gtk-tests:
(TestRunner._lookup_atspi2_binary):
(TestRunner):
(TestRunner._wait_dbus_service_and_run):
(TestRunner._wait_dbus_service_and_run.on_name_appeared):
(TestRunner._wait_dbus_service_and_run.on_name_vanished):
(TestRunner.run):
(TestRunner.run.bailout):
(TestRunner.run.run_for_real):
- 8:56 AM Changeset in webkit [110058] by
-
- 3 edits in trunk/Tools
[Qt] REGRESSION(r109575) Broke tap-to-zoom gesture
https://bugs.webkit.org/show_bug.cgi?id=80425
Patch by Dinu Jacob <dinu.jacob@nokia.com> on 2012-03-07
Reviewed by Simon Hausmann.
Set startScreenPos in mock touch point
- MiniBrowser/qt/MiniBrowserApplication.cpp:
(MiniBrowserApplication::notify):
- MiniBrowser/qt/MiniBrowserApplication.h:
(MiniBrowserApplication):
- 8:52 AM Changeset in webkit [110057] by
-
- 2 edits in trunk/Source/WebCore
Add Histograms for reporting on PageCache reject reasons
https://bugs.webkit.org/show_bug.cgi?id=80187
Enhance the PageCache debug mode so that it uses Histograms to
report on causes of failure. Turn on the debug printing path
even in non-debug Chromium builds, so these histograms will
update.
Reviewed by Brady Eidson.
No new tests, does not change behaviour.
- history/PageCache.cpp:
(WebCore):
(WebCore::logCanCacheFrameDecision):
(WebCore::logCanCachePageDecision):
(WebCore::PageCache::canCache):
- 8:35 AM Changeset in webkit [110056] by
-
- 6 edits in trunk/Source
[Chromium] Remove use_skia option from GYP
https://bugs.webkit.org/show_bug.cgi?id=75811
Patch by Elliot Poger <epoger@google.com> on 2012-03-07
Reviewed by Tony Chang.
Source/WebCore:
- WebCore.gyp/WebCore.gyp:
Source/WebKit/chromium:
- WebKit.gyp:
- WebKit.gypi:
- features.gypi:
- 8:29 AM Changeset in webkit [110055] by
-
- 17 edits2 adds in trunk/Source/WebCore
[Forms] Introduce LabelableElement to share "labels" attribute implementation
https://bugs.webkit.org/show_bug.cgi?id=80392
Patch by Yoshifumi Inoue <yosin@chromium.org> on 2012-03-07
Reviewed by Kent Tamura.
This patch introduces new class LabelableElement as base class of
HTMLFormControlElement for sharing implementation of "labels"
attribute among form-associate elements, "meter" element, and
"progress" element.
This patch allows us to change base class of HTMLMeterElement and
HTMLProgressElement dervied from HTMLFormControlElement to
HTMLElement for remove them from HTMLFormElement::m_associatedFormElements
where we don't need to put "meter" and "progress" elements(bug 80381.)
This patch also changes implementation of isLabelable using virtual
method rather than sequence of hasTagName for execution speed and
better readability.
No new tests are required. No behavior changes.
- CMakeLists.txt: Add LabelableElement.cpp and .h
- GNUmakefile.list.am: Add LabelableElement.cpp and .h
- Target.pri: Add LabelableElement.cpp and .h
- WebCore.gypi: Add LabelableElement.cpp and .h
- WebCore.vcproj/WebCore.vcproj: Add LabelableElement.cpp and .h
- WebCore.xcodeproj/project.pbxproj: Add LabelableElement.cpp and .h
- html/HTMLButtonElement.h: Implement isLabelable.
- html/HTMLFormControlElement.cpp:
(WebCore::HTMLFormControlElement::HTMLFormControlElement): Change direct base class.
- html/HTMLFormControlElement.h:
(HTMLFormControlElement): Change direct base class.
- html/HTMLInputElement.cpp:
(WebCore::HTMLInputElement::isLabelable): Removed to use virtual method instead of hasTagName.
(WebCore):
- html/HTMLInputElement.h: Declaration of isLabelable.
- html/HTMLKeygenElement.h: Implement isLabelable.
- html/HTMLMeterElement.h: Implement isLabelable.
- html/HTMLProgressElement.h: Implement isLabelable.
- html/HTMLSelectElement.h: Implement isLabelable.
- html/HTMLTextAreaElement.h: Implement isLabelable.
- html/LabelableElement.cpp: Added.
(WebCore):
(WebCore::LabelableElement::LabelableElement):
(WebCore::LabelableElement::~LabelableElement):
(WebCore::LabelableElement::labels): Moved from HTMLFormControlElement.
- html/LabelableElement.h: Added.
(WebCore):
(LabelableElement):
- 7:46 AM Changeset in webkit [110054] by
-
- 2 edits in trunk/Tools
[Qt] Windows build fix.
Reviewed by Tor Arne Vestbø.
Pass the -j parameter only to "make", not "nmake".
- Scripts/webkitdirs.pm:
(buildQMakeProjects):
- 7:16 AM Changeset in webkit [110053] by
-
- 2 edits in trunk/LayoutTests
[chromium] Marking file-writer-events.html as flaky-crashing on Win.
Unreviewed gardening.
- platform/chromium/test_expectations.txt:
- 6:07 AM Changeset in webkit [110052] by
-
- 5 edits in trunk
Source/WebCore: HTMLTrackElement.idl doesn't have default attribute.
https://bugs.webkit.org/show_bug.cgi?id=80116
Patch by Arun Patole <bmf834@motorola.com> on 2012-03-07
Reviewed by Kentaro Hara.
Renamed isDefault to 'default' so that in JS, it will be track.default instead of track.isDefault.
- html/HTMLTrackElement.idl:
LayoutTests: HTMLTrackElement.idl doesn't have default attribute.
https://bugs.webkit.org/show_bug.cgi?id=80116
Patch by Arun Patole <bmf834@motorola.com> on 2012-03-07
Reviewed by Kentaro Hara.
Make sure 'default' IDL attribute reflects the content attribute of the same name.
- media/track/track-default-attribute-expected.txt:
- media/track/track-default-attribute.html:
- 6:05 AM Changeset in webkit [110051] by
-
- 2 edits in trunk/LayoutTests
[chromium] Mark rtl-scrollbar.html as flaky.
Unreviewed gardening.
- platform/chromium/test_expectations.txt:
- 5:53 AM Changeset in webkit [110050] by
-
- 9 edits in trunk
[Qt] Fix compilation without QtQuick1 https://bugs.webkit.org/show_bug.cgi?id=80503
Reviewed by Tor Arne Vestbø.
.:
- Source/tests.pri: Compile qml1 tests only with Qt 4 for the moment.
Source/WebKit/qt:
Compile and enable the QtQuick1/QML1 plugin and webview
only if we're using Qt 4 at the moment. QQuick1 clashes
with QQuick2 right now because both declare QDeclarativeEngine
and friends as classes.
- declarative/plugin.cpp:
(WebKitQmlPlugin::registerTypes):
- declarative/public.pri:
- tests/tests.pri:
Tools:
Introduce HAVE_QQUICK1 as feature and added haveQtModule
as convenience function.
- qmake/mkspecs/features/features.prf:
- qmake/mkspecs/features/functions.prf:
- 5:32 AM Changeset in webkit [110049] by
-
- 8 edits7 copies in trunk/LayoutTests
Unreviewd, more editing/execCommand baselines for chromium-mac-lion
- platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5080333-1-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5080333-2-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5136770-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5138441-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5142012-1-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/5142012-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5142012-2-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/5190926-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5190926-expected.png.
- platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
- platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
- platform/chromium-mac/editing/execCommand/5136770-expected.png:
- platform/chromium-mac/editing/execCommand/5138441-expected.png:
- platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
- platform/chromium-mac/editing/execCommand/5142012-2-expected.png:
- platform/chromium-mac/editing/execCommand/5190926-expected.png:
- 5:30 AM Changeset in webkit [110048] by
-
- 3 edits in trunk/Source/WebKit2
Pinch zoom acts weirdly on nytimes.com while loading https://webkit.org/b/80508
Reviewed by Simon Hausmann.
Make sure to suspend the page while doing pinch zooming.
If the page is suspended (which happens while pinch zooming)
then do not send touch events to the page, even if it has
listeners.
- UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::handleTouchEvent):
- UIProcess/qt/QtViewportInteractionEngine.cpp:
(WebKit::QtViewportInteractionEngine::pinchGestureStarted):
- 4:28 AM Changeset in webkit [110047] by
-
- 5 edits in trunk/Source/WebKit2
[Qt] QWebNavigationRequest 'action' property should have an enum type instead of int
https://bugs.webkit.org/show_bug.cgi?id=80164
Reviewed by Simon Hausmann.
Use the appropriate enum type instead of int. Make IgnoreRequest have a bigger
value that give some room for us to put Experimental values in the middle. This
way the Experimental values are in a valid range for the original enumeration. To
avoid confusion, the Experimental enumeration was renamed.
- UIProcess/API/qt/qquickwebview_p.h:
- UIProcess/API/qt/qwebnavigationrequest.cpp:
(QWebNavigationRequestPrivate):
(QWebNavigationRequest::setAction):
(QWebNavigationRequest::action):
- UIProcess/API/qt/qwebnavigationrequest_p.h:
- UIProcess/API/qt/tests/publicapi/tst_publicapi.cpp:
- 4:04 AM Changeset in webkit [110046] by
-
- 7 edits in trunk/Source/WebKit2
[WK2] Make it possible to build without geolocation support
https://bugs.webkit.org/show_bug.cgi?id=80426
Reviewed by Simon Hausmann.
Add missing guards.
- UIProcess/GeolocationPermissionRequestManagerProxy.cpp:
(WebKit::GeolocationPermissionRequestManagerProxy::didReceiveGeolocationPermissionDecision):
- UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::close):
(WebKit::WebPageProxy::processDidCrash):
- WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp:
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::WebPage):
(WebKit):
- WebProcess/WebPage/WebPage.h:
(WebPage):
- WebProcess/WebPage/WebPage.messages.in:
- 3:54 AM Changeset in webkit [110045] by
-
- 4 edits6 adds in trunk
[Qt] Add qmake config tests for JPEG and PNG library
https://bugs.webkit.org/show_bug.cgi?id=80398
Source/WebCore:
Reviewed by Tor Arne Vestbø.
Add JPEG and PNG library tests to config.tests and
add error() abort to WebCore.pri if tests don't work.
- WebCore.pri:
Tools:
Add JPEG and PNG library tests to config.tests and
add error() abort to WebCore.pri if tests don't work.
Reviewed by Tor Arne Vestbø.
- qmake/config.tests/libjpeg/libjpeg.cpp: Added.
(main):
- qmake/config.tests/libjpeg/libjpeg.pro: Added.
- qmake/config.tests/libpng/libpng.cpp: Added.
(main):
- qmake/config.tests/libpng/libpng.pro: Added.
- qmake/sync.profile:
- 3:30 AM Changeset in webkit [110044] by
-
- 2 edits in trunk/Source/JavaScriptCore
ARM build fix.
Reviewed by Zoltan Herczeg.
Implement three-argument branch(Add,Sub)32.
- assembler/MacroAssemblerARM.h:
(JSC::MacroAssemblerARM::add32):
(MacroAssemblerARM):
(JSC::MacroAssemblerARM::sub32):
(JSC::MacroAssemblerARM::branchAdd32):
(JSC::MacroAssemblerARM::branchSub32):
- 2:50 AM Changeset in webkit [110043] by
-
- 7 edits in trunk
Web Inspector: extract source mapping logic from DebuggerPresentationModel to ScriptMappingImpl.
https://bugs.webkit.org/show_bug.cgi?id=80412
Reviewed by Vsevolod Vlasov.
Source/WebCore:
- WebCore.gypi:
- WebCore.vcproj/WebCore.vcproj:
- inspector/compile-front-end.sh:
- inspector/front-end/ScriptMapping.js:
(WebInspector.ScriptMappingImpl):
(WebInspector.ScriptMappingImpl.prototype.rawLocationToUILocation):
(WebInspector.ScriptMappingImpl.prototype.createLiveLocation):
(WebInspector.ScriptMappingImpl.prototype.uiSourceCodeList):
(WebInspector.ScriptMappingImpl.prototype._handleUISourceCodeListChanged):
(WebInspector.ScriptMappingImpl.prototype._uiSourceCodeListChanged):
(WebInspector.ScriptMappingImpl.prototype._bindScriptToRawSourceCode):
(WebInspector.ScriptMappingImpl.prototype.setFormatSource):
(WebInspector.ScriptMappingImpl.prototype.forceUpdateSourceMapping):
(WebInspector.ScriptMappingImpl.prototype.reset):
LayoutTests:
- inspector/debugger/breakpoint-manager.html:
- inspector/debugger/callstack-placards-discarded.html:
- inspector/debugger/linkifier.html:
- 2:47 AM Changeset in webkit [110042] by
-
- 2 edits in trunk/Source/WebCore
Fix DerivedSources.make to not assume that WTF and WebCore build in to the same build directory.
We can't assume that wtf/Platform.h can be found inside BUILT_PRODUCTS_DIR as
that won't be the case if WTF and WebCore are building in to different build
directories. We should instead look for wtf/Platform.h in the header search path.
Unreviewed due to being a build fix.
- DerivedSources.make: Set up the header search path, and invoke the compiler in
such a manner that it looks for wtf/Platform.h in that search path.
- 2:39 AM Changeset in webkit [110041] by
-
- 9 edits8 copies in trunk/LayoutTests
Unreviewed, add editing/execCommand baselines for chromium-mac-lion
- platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4580583-1-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4580583-2-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4641880-1-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4641880-2-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4747450-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4916402-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4916541-expected.png.
- platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4924441-expected.png.
- platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
- platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
- platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
- platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
- platform/chromium-mac/editing/execCommand/4747450-expected.png:
- platform/chromium-mac/editing/execCommand/4916402-expected.png:
- platform/chromium-mac/editing/execCommand/4916541-expected.png:
- platform/chromium-mac/editing/execCommand/4924441-expected.png:
- 2:33 AM Changeset in webkit [110040] by
-
- 1 edit4 adds in trunk/Source/WebCore
[BlackBerry] Upstream Texture and TextureCache
https://bugs.webkit.org/show_bug.cgi?id=80121
Patch by Robin Cao <robin.cao@torchmobile.com.cn> on 2012-03-07
Reviewed by Rob Buis.
Initial upstream, no new tests.
- platform/graphics/blackberry/Texture.cpp: Added.
(WebCore):
(WebCore::copyImageData):
(WebCore::Texture::Texture):
(WebCore::Texture::~Texture):
(WebCore::Texture::updateContents):
(WebCore::Texture::setContentsToColor):
(WebCore::Texture::protect):
- platform/graphics/blackberry/Texture.h: Added.
(WebCore):
(Texture):
(WebCore::Texture::create):
(WebCore::Texture::textureId):
(WebCore::Texture::isDirty):
(WebCore::Texture::hasTexture):
(WebCore::Texture::isColor):
(WebCore::Texture::isOpaque):
(WebCore::Texture::isProtected):
(WebCore::Texture::protect):
(WebCore::Texture::unprotect):
(WebCore::Texture::size):
(WebCore::Texture::width):
(WebCore::Texture::height):
(WebCore::Texture::bytesPerPixel):
(WebCore::Texture::setTextureId):
- platform/graphics/blackberry/TextureCacheCompositingThread.cpp: Added.
(WebCore):
(TextureProtector):
(WebCore::TextureProtector::TextureProtector):
(WebCore::TextureProtector::~TextureProtector):
(WebCore::TextureCacheCompositingThread::TextureCacheCompositingThread):
(WebCore::TextureCacheCompositingThread::allocateTextureId):
(WebCore::TextureCacheCompositingThread::freeTextureId):
(WebCore::TextureCacheCompositingThread::collectGarbage):
(WebCore::TextureCacheCompositingThread::textureResized):
(WebCore::TextureCacheCompositingThread::textureDestroyed):
(WebCore::TextureCacheCompositingThread::install):
(WebCore::TextureCacheCompositingThread::evict):
(WebCore::TextureCacheCompositingThread::textureAccessed):
(WebCore::textureCacheCompositingThread):
(WebCore::TextureCacheCompositingThread::prune):
(WebCore::TextureCacheCompositingThread::clear):
(WebCore::TextureCacheCompositingThread::setMemoryUsage):
(WebCore::TextureCacheCompositingThread::textureForTiledContents):
(WebCore::TextureCacheCompositingThread::textureForColor):
(WebCore::TextureCacheCompositingThread::updateContents):
(WebCore::TextureCacheCompositingThread::key):
- platform/graphics/blackberry/TextureCacheCompositingThread.h: Added.
(WebCore):
(TextureCacheCompositingThread):
(WebCore::TextureCacheCompositingThread::createTexture):
(WebCore::TextureCacheCompositingThread::memoryUsage):
(WebCore::TextureCacheCompositingThread::memoryLimit):
(WebCore::TextureCacheCompositingThread::setMemoryLimit):
(WebCore::TextureCacheCompositingThread::prune):
(WebCore::TextureCacheCompositingThread::ZombieTexture::ZombieTexture):
(ZombieTexture):
(WebCore::TextureCacheCompositingThread::incMemoryUsage):
(WebCore::TextureCacheCompositingThread::decMemoryUsage):
(WebCore::TextureCacheCompositingThread::ColorHash::hash):
(WebCore::TextureCacheCompositingThread::ColorHash::equal):
(ColorHash):
(ColorHashTraits):
(WebCore::TextureCacheCompositingThread::ColorHashTraits::constructDeletedValue):
(WebCore::TextureCacheCompositingThread::ColorHashTraits::isDeletedValue):
- 2:18 AM Changeset in webkit [110039] by
-
- 6 edits in trunk/Source/JavaScriptCore
Parser: Inline ScopeNodeData into ScopeNode
https://bugs.webkit.org/show_bug.cgi?id=79776
Reviewed by Geoffrey Garen.
It used to be that some ScopeNode members were kept in a separate
structure because sometimes they wouldn't be needed, and
allocating a ParserArena was expensive. This patch makes
ParserArena lazily allocate its IdentifierArena, allowing the
members to be included directly, which is simpler and easier to
reason about.
- parser/ParserArena.cpp:
(JSC::ParserArena::ParserArena):
(JSC::ParserArena::reset):
(JSC::ParserArena::isEmpty):
- parser/ParserArena.h:
(JSC::ParserArena::identifierArena): Lazily allocate the
IdentifierArena.
- parser/Nodes.cpp:
(JSC::ScopeNode::ScopeNode):
(JSC::ScopeNode::singleStatement):
(JSC::ProgramNode::create):
(JSC::EvalNode::create):
(JSC::FunctionBodyNode::create):
- parser/Nodes.h:
(JSC::ScopeNode::destroyData):
(JSC::ScopeNode::needsActivationForMoreThanVariables):
(JSC::ScopeNode::needsActivation):
(JSC::ScopeNode::hasCapturedVariables):
(JSC::ScopeNode::capturedVariableCount):
(JSC::ScopeNode::captures):
(JSC::ScopeNode::varStack):
(JSC::ScopeNode::functionStack):
(JSC::ScopeNode::neededConstants):
(ScopeNode):
- bytecompiler/NodesCodegen.cpp:
(JSC::ScopeNode::emitStatementsBytecode): Inline ScopeNodeData
into ScopeNode. Adapt accessors.
- 2:11 AM Changeset in webkit [110038] by
-
- 3 edits1 add in trunk
Teach make to build WTF.
.:
- Source/Makefile:
Source/WTF:
- Makefile: Added.
- 1:39 AM Changeset in webkit [110037] by
-
- 6 edits4 adds in trunk
[WebSocket] Should raise SYNTAX_ERR when message contains unpaired surrogates
https://bugs.webkit.org/show_bug.cgi?id=80103
Reviewed by Kent Tamura.
Source/WebCore:
Add UTF8 validation checks for WebSocket message and close reason.
Tests: http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html
http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html
- Modules/websockets/WebSocket.cpp:
(WebCore::WebSocket::send): Raise SYNTAX_ERR if the message is invalid.
(WebCore::WebSocket::close):Raise SYNTAX_ERR if the reason is invalid.
- Modules/websockets/WebSocketChannel.cpp:
(WebCore::WebSocketChannel::send): Check whether message is a valid UTF8 string.
LayoutTests:
Added tests for unpaired surrogates check for WebSocket message and close reason.
Updated two expectations for close() tests because further error message is added.
- http/tests/websocket/tests/hybi/close-expected.txt: Updated.
- http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Added.
- http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Added.
- http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Added.
- http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Added.
- http/tests/websocket/tests/hybi/workers/close-expected.txt: Updated.
- 1:31 AM Changeset in webkit [110036] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, update chromium test expectations
- platform/chromium/test_expectations.txt:
- 1:24 AM Changeset in webkit [110035] by
-
- 4 edits in trunk
[EFL] Build warning: Fix warn_unused_result warnings.
https://bugs.webkit.org/show_bug.cgi?id=79194
Patch by Byungwoo Lee <bw80.lee@samsung.com> on 2012-03-07
Reviewed by Filip Pizlo.
Fixed build warning which is getting generated when not using return
value of a fuction, especially declared with warn_unused_result
attribute.
Source/WebCore:
- platform/efl/SharedBufferEfl.cpp:
(WebCore::SharedBuffer::createWithContentsOfFile):
Tools:
- DumpRenderTree/efl/ImageDiff.cpp:
(printImage):
- 1:04 AM Changeset in webkit [110034] by
-
- 7 edits in trunk/Source/WebCore
Cleanup of RenderTextControl::adjustControlHeightBasedOnLineHeight()
https://bugs.webkit.org/show_bug.cgi?id=80480
Reviewed by Hajime Morita.
The callsite of adjustControlHeightBasedOnLineHeight() stored
padding+border+margin height of the inner text in height(), and
adjustControlHeightBasedOnLineHeight() implementations refered it. It
was unreasonable and hard to understand.
The purpose of adjustControlHeightBasedOnLineHeight() is to compute
- the maximum height of line-heights of the inner text and decorations
- the maximum height of padding+border+margin heights of the inner text and decorations,
and to sum them up. This patch rewrites the code to make it understood easily.
adjustControlHeightBasedOnLineHeight() is renamed to
computeControlheight(), it takes additional parameter of
padding+boder+margin height, and returns the sum of them.
No behavior change.
- rendering/RenderTextControl.cpp:
(WebCore::RenderTextControl::computeLogicalHeight):
- rendering/RenderTextControl.h:
(RenderTextControl):
- rendering/RenderTextControlMultiLine.cpp:
(WebCore::RenderTextControlMultiLine::computeControlHeight):
- rendering/RenderTextControlMultiLine.h:
(RenderTextControlMultiLine):
- rendering/RenderTextControlSingleLine.cpp:
(WebCore::RenderTextControlSingleLine::computeControlHeight):
- rendering/RenderTextControlSingleLine.h:
(RenderTextControlSingleLine):
- 12:50 AM Changeset in webkit [110033] by
-
- 134 edits196 deletes in trunk
Make WTF public headers use fully-qualified include paths and remove ForwardingHeaders/wtf
https://bugs.webkit.org/show_bug.cgi?id=80363
Reviewed by Mark Rowe.
Source/JavaScriptCore:
Historically WTF has been part of JavaScriptCore, and on Mac and Windows
its headers have appeared as part of the "private" headers exported by
JavaScriptCore. All of the WTF headers there are "flattened" into a single
private headers directory, and WebCore, WebKit and WebKit2 have used "ForwardingHeaders"
to re-map fully-qualified <wtf/text/Foo.h> includes to simple <JavaScriptCore/Foo.h> includes.
However, very soon, we are moving the WTF source code out of JavaScriptCore into its
own directory and project. As part of such, the WTF headers will no longer be part of
the JavaScriptCore private interfaces.
In preparation for that, this change makes both the Mac and Win builds export
WTF headers in a non-flattened manner. On Mac, that means into usr/local/include/wtf
(and subdirectories), on Windows for now that means JavaScriptCore/wtf (and subdirectories).
There are 5 parts to this change.
- Updates the JavaScriptCore XCode and VCProj files to actually install these headers
(and header directories) into the appropriate places in the build directory.
- Updates JavaScriptCore.xcodeproj to look for these WTF headers in this install location
(WebCore, WebKit, etc. had already been taught to look in previous patches).
- Fixes all JavaScriptCore source files, and WTF headers to include WTF headers
using fully qualified paths.
- Stops the Mac and Win builds from installing these WTF headers in their old "flattened" location.
- Removes WebCore and WebKit ForwardingHeaders/wtf directories now that the flattened headers no longer exist.
Unfortunately we see no way to do this change in smaller parts, since all of these steps are interdependant.
It is possible there are internal Apple projects which depend on JavaScriptCore/Foo.h working for WTF
headers, those will have to be updated to use <wtf/Foo.h> after this change.
I've discussed this proposed change at length with Mark Rowe, and my understanding is they
are ready for (and interested in) this change happening.
- API/tests/JSNode.c:
- API/tests/JSNodeList.c:
- Configurations/Base.xcconfig:
- JavaScriptCore.vcproj/JavaScriptCore/copy-files.cmd:
- JavaScriptCore.xcodeproj/project.pbxproj:
- assembler/MacroAssemblerCodeRef.h:
- bytecompiler/BytecodeGenerator.h:
- dfg/DFGOperations.cpp:
- heap/GCAssertions.h:
- heap/HandleHeap.h:
- heap/HandleStack.h:
- heap/MarkedSpace.h:
- heap/PassWeak.h:
- heap/Strong.h:
- heap/Weak.h:
- jit/HostCallReturnValue.cpp:
- jit/JIT.cpp:
- jit/JITStubs.cpp:
- jit/ThunkGenerators.cpp:
- parser/Lexer.cpp:
- runtime/Completion.cpp:
- runtime/Executable.cpp:
- runtime/Identifier.h:
- runtime/InitializeThreading.cpp:
- runtime/JSDateMath.cpp:
- runtime/JSGlobalObjectFunctions.cpp:
- runtime/JSStringBuilder.h:
- runtime/JSVariableObject.h:
- runtime/NumberPrototype.cpp:
- runtime/WriteBarrier.h:
- tools/CodeProfile.cpp:
- tools/TieredMMapArray.h:
- wtf/AVLTree.h:
- wtf/Alignment.h:
- wtf/AlwaysInline.h:
- wtf/ArrayBufferView.h:
- wtf/Assertions.h:
- wtf/Atomics.h:
- wtf/Bitmap.h:
- wtf/BoundsCheckedPointer.h:
- wtf/CheckedArithmetic.h:
- wtf/Deque.h:
- wtf/ExportMacros.h:
- wtf/FastAllocBase.h:
- wtf/FastMalloc.h:
- wtf/Float32Array.h:
- wtf/Float64Array.h:
- wtf/Functional.h:
- wtf/HashCountedSet.h:
- wtf/HashFunctions.h:
- wtf/HashMap.h:
- wtf/HashSet.h:
- wtf/HashTable.h:
- wtf/HashTraits.h:
- wtf/Int16Array.h:
- wtf/Int32Array.h:
- wtf/Int8Array.h:
- wtf/IntegralTypedArrayBase.h:
- wtf/ListHashSet.h:
- wtf/MainThread.h:
- wtf/MetaAllocator.h:
- wtf/Noncopyable.h:
- wtf/OwnArrayPtr.h:
- wtf/OwnPtr.h:
- wtf/PackedIntVector.h:
- wtf/ParallelJobs.h:
- wtf/PassOwnArrayPtr.h:
- wtf/PassOwnPtr.h:
- wtf/PassRefPtr.h:
- wtf/PassTraits.h:
- wtf/Platform.h:
- wtf/PossiblyNull.h:
- wtf/RefCounted.h:
- wtf/RefCountedLeakCounter.h:
- wtf/RefPtr.h:
- wtf/RetainPtr.h:
- wtf/SimpleStats.h:
- wtf/Spectrum.h:
- wtf/StdLibExtras.h:
- wtf/TCPageMap.h:
- wtf/TemporaryChange.h:
- wtf/ThreadSafeRefCounted.h:
- wtf/Threading.h:
- wtf/ThreadingPrimitives.h:
- wtf/TypeTraits.h:
- wtf/TypedArrayBase.h:
- wtf/Uint16Array.h:
- wtf/Uint32Array.h:
- wtf/Uint8Array.h:
- wtf/Uint8ClampedArray.h:
- wtf/UnusedParam.h:
- wtf/Vector.h:
- wtf/VectorTraits.h:
- wtf/dtoa/double-conversion.h:
- wtf/dtoa/utils.h:
- wtf/gobject/GRefPtr.h:
- wtf/gobject/GlibUtilities.h:
- wtf/text/AtomicString.h:
- wtf/text/AtomicStringImpl.h:
- wtf/text/CString.h:
- wtf/text/StringConcatenate.h:
- wtf/text/StringHash.h:
- wtf/text/WTFString.h:
- wtf/unicode/CharacterNames.h:
- wtf/unicode/UTF8.h:
- wtf/unicode/glib/UnicodeGLib.h:
- wtf/unicode/qt4/UnicodeQt4.h:
- wtf/unicode/wince/UnicodeWinCE.h:
- wtf/url/api/ParsedURL.h:
- wtf/url/api/URLString.h:
- wtf/wince/FastMallocWinCE.h:
- yarr/YarrJIT.cpp:
Source/WebCore:
ForwardingHeaders/wtf is no longer needed (or functional) now that
JavaScriptCore no longer includes the WTF headers as private headers.
- DerivedSources.make:
- ForwardingHeaders/wtf/ASCIICType.h: Removed.
- ForwardingHeaders/wtf/AVLTree.h: Removed.
- ForwardingHeaders/wtf/Alignment.h: Removed.
- ForwardingHeaders/wtf/AlwaysInline.h: Removed.
- ForwardingHeaders/wtf/ArrayBuffer.h: Removed.
- ForwardingHeaders/wtf/ArrayBufferView.h: Removed.
- ForwardingHeaders/wtf/Assertions.h: Removed.
- ForwardingHeaders/wtf/Atomics.h: Removed.
- ForwardingHeaders/wtf/Bitmap.h: Removed.
- ForwardingHeaders/wtf/BloomFilter.h: Removed.
- ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
- ForwardingHeaders/wtf/ByteArray.h: Removed.
- ForwardingHeaders/wtf/CheckedArithmetic.h: Removed.
- ForwardingHeaders/wtf/CheckedBoolean.h: Removed.
- ForwardingHeaders/wtf/Compiler.h: Removed.
- ForwardingHeaders/wtf/Complex.h: Removed.
- ForwardingHeaders/wtf/CryptographicallyRandomNumber.h: Removed.
- ForwardingHeaders/wtf/CurrentTime.h: Removed.
- ForwardingHeaders/wtf/DataLog.h: Removed.
- ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
- ForwardingHeaders/wtf/DateMath.h: Removed.
- ForwardingHeaders/wtf/DecimalNumber.h: Removed.
- ForwardingHeaders/wtf/Decoder.h: Removed.
- ForwardingHeaders/wtf/Deque.h: Removed.
- ForwardingHeaders/wtf/DisallowCType.h: Removed.
- ForwardingHeaders/wtf/DoublyLinkedList.h: Removed.
- ForwardingHeaders/wtf/DynamicAnnotations.h: Removed.
- ForwardingHeaders/wtf/Encoder.h: Removed.
- ForwardingHeaders/wtf/ExportMacros.h: Removed.
- ForwardingHeaders/wtf/FastAllocBase.h: Removed.
- ForwardingHeaders/wtf/FastMalloc.h: Removed.
- ForwardingHeaders/wtf/FixedArray.h: Removed.
- ForwardingHeaders/wtf/Float32Array.h: Removed.
- ForwardingHeaders/wtf/Float64Array.h: Removed.
- ForwardingHeaders/wtf/Forward.h: Removed.
- ForwardingHeaders/wtf/Functional.h: Removed.
- ForwardingHeaders/wtf/GetPtr.h: Removed.
- ForwardingHeaders/wtf/HashCountedSet.h: Removed.
- ForwardingHeaders/wtf/HashFunctions.h: Removed.
- ForwardingHeaders/wtf/HashMap.h: Removed.
- ForwardingHeaders/wtf/HashSet.h: Removed.
- ForwardingHeaders/wtf/HashTable.h: Removed.
- ForwardingHeaders/wtf/HashTraits.h: Removed.
- ForwardingHeaders/wtf/HexNumber.h: Removed.
- ForwardingHeaders/wtf/Int16Array.h: Removed.
- ForwardingHeaders/wtf/Int32Array.h: Removed.
- ForwardingHeaders/wtf/Int8Array.h: Removed.
- ForwardingHeaders/wtf/ListHashSet.h: Removed.
- ForwardingHeaders/wtf/ListRefPtr.h: Removed.
- ForwardingHeaders/wtf/Locker.h: Removed.
- ForwardingHeaders/wtf/MD5.h: Removed.
- ForwardingHeaders/wtf/MainThread.h: Removed.
- ForwardingHeaders/wtf/MathExtras.h: Removed.
- ForwardingHeaders/wtf/MessageQueue.h: Removed.
- ForwardingHeaders/wtf/MetaAllocator.h: Removed.
- ForwardingHeaders/wtf/MetaAllocatorHandle.h: Removed.
- ForwardingHeaders/wtf/NonCopyingSort.h: Removed.
- ForwardingHeaders/wtf/Noncopyable.h: Removed.
- ForwardingHeaders/wtf/NotFound.h: Removed.
- ForwardingHeaders/wtf/OSAllocator.h: Removed.
- ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
- ForwardingHeaders/wtf/OwnPtr.h: Removed.
- ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
- ForwardingHeaders/wtf/PageAllocation.h: Removed.
- ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
- ForwardingHeaders/wtf/PageBlock.h: Removed.
- ForwardingHeaders/wtf/PageReservation.h: Removed.
- ForwardingHeaders/wtf/ParallelJobs.h: Removed.
- ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
- ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
- ForwardingHeaders/wtf/PassRefPtr.h: Removed.
- ForwardingHeaders/wtf/Platform.h: Removed.
- ForwardingHeaders/wtf/PossiblyNull.h: Removed.
- ForwardingHeaders/wtf/RandomNumber.h: Removed.
- ForwardingHeaders/wtf/RedBlackTree.h: Removed.
- ForwardingHeaders/wtf/RefCounted.h: Removed.
- ForwardingHeaders/wtf/RefCountedLeakCounter.h: Removed.
- ForwardingHeaders/wtf/RefPtr.h: Removed.
- ForwardingHeaders/wtf/RetainPtr.h: Removed.
- ForwardingHeaders/wtf/SHA1.h: Removed.
- ForwardingHeaders/wtf/SegmentedVector.h: Removed.
- ForwardingHeaders/wtf/SimpleStats.h: Removed.
- ForwardingHeaders/wtf/Spectrum.h: Removed.
- ForwardingHeaders/wtf/StackBounds.h: Removed.
- ForwardingHeaders/wtf/StaticConstructors.h: Removed.
- ForwardingHeaders/wtf/StdLibExtras.h: Removed.
- ForwardingHeaders/wtf/StringExtras.h: Removed.
- ForwardingHeaders/wtf/StringHasher.h: Removed.
- ForwardingHeaders/wtf/TemporaryChange.h: Removed.
- ForwardingHeaders/wtf/ThreadRestrictionVerifier.h: Removed.
- ForwardingHeaders/wtf/ThreadSafeRefCounted.h: Removed.
- ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
- ForwardingHeaders/wtf/Threading.h: Removed.
- ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
- ForwardingHeaders/wtf/TypeTraits.h: Removed.
- ForwardingHeaders/wtf/Uint16Array.h: Removed.
- ForwardingHeaders/wtf/Uint32Array.h: Removed.
- ForwardingHeaders/wtf/Uint8Array.h: Removed.
- ForwardingHeaders/wtf/Uint8ClampedArray.h: Removed.
- ForwardingHeaders/wtf/UnusedParam.h: Removed.
- ForwardingHeaders/wtf/VMTags.h: Removed.
- ForwardingHeaders/wtf/ValueCheck.h: Removed.
- ForwardingHeaders/wtf/Vector.h: Removed.
- ForwardingHeaders/wtf/VectorTraits.h: Removed.
- ForwardingHeaders/wtf/WTFThreadData.h: Removed.
- ForwardingHeaders/wtf/dtoa.h: Removed.
- ForwardingHeaders/wtf/dtoa/double-conversion.h: Removed.
- ForwardingHeaders/wtf/text/ASCIIFastPath.h: Removed.
- ForwardingHeaders/wtf/text/AtomicString.h: Removed.
- ForwardingHeaders/wtf/text/AtomicStringHash.h: Removed.
- ForwardingHeaders/wtf/text/AtomicStringImpl.h: Removed.
- ForwardingHeaders/wtf/text/CString.h: Removed.
- ForwardingHeaders/wtf/text/StringBuffer.h: Removed.
- ForwardingHeaders/wtf/text/StringBuilder.h: Removed.
- ForwardingHeaders/wtf/text/StringConcatenate.h: Removed.
- ForwardingHeaders/wtf/text/StringHash.h: Removed.
- ForwardingHeaders/wtf/text/StringImpl.h: Removed.
- ForwardingHeaders/wtf/text/TextPosition.h: Removed.
- ForwardingHeaders/wtf/text/WTFString.h: Removed.
- ForwardingHeaders/wtf/unicode/CharacterNames.h: Removed.
- ForwardingHeaders/wtf/unicode/Collator.h: Removed.
- ForwardingHeaders/wtf/unicode/UTF8.h: Removed.
- ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
- ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
- ForwardingHeaders/wtf/unicode/wince/UnicodeWince.h: Removed.
- ForwardingHeaders/wtf/url/ParsedURL.h: Removed.
Source/WebKit/mac:
ForwardingHeaders/wtf is no longer necessary (or functional) now that JavaScriptCore
no longer includes the WTF headers as private headers.
- ForwardingHeaders/wtf/ASCIICType.h: Removed.
- ForwardingHeaders/wtf/AlwaysInline.h: Removed.
- ForwardingHeaders/wtf/Assertions.h: Removed.
- ForwardingHeaders/wtf/Deque.h: Removed.
- ForwardingHeaders/wtf/DisallowCType.h: Removed.
- ForwardingHeaders/wtf/FastMalloc.h: Removed.
- ForwardingHeaders/wtf/Forward.h: Removed.
- ForwardingHeaders/wtf/GetPtr.h: Removed.
- ForwardingHeaders/wtf/HashCountedSet.h: Removed.
- ForwardingHeaders/wtf/HashMap.h: Removed.
- ForwardingHeaders/wtf/HashSet.h: Removed.
- ForwardingHeaders/wtf/HashTraits.h: Removed.
- ForwardingHeaders/wtf/ListHashSet.h: Removed.
- ForwardingHeaders/wtf/ListRefPtr.h: Removed.
- ForwardingHeaders/wtf/Locker.h: Removed.
- ForwardingHeaders/wtf/MathExtras.h: Removed.
- ForwardingHeaders/wtf/Noncopyable.h: Removed.
- ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
- ForwardingHeaders/wtf/OwnPtr.h: Removed.
- ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
- ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
- ForwardingHeaders/wtf/PassRefPtr.h: Removed.
- ForwardingHeaders/wtf/Platform.h: Removed.
- ForwardingHeaders/wtf/RefCounted.h: Removed.
- ForwardingHeaders/wtf/RefCountedLeakCounter.h: Removed.
- ForwardingHeaders/wtf/RefPtr.h: Removed.
- ForwardingHeaders/wtf/RetainPtr.h: Removed.
- ForwardingHeaders/wtf/StdLibExtras.h: Removed.
- ForwardingHeaders/wtf/TemporaryChange.h: Removed.
- ForwardingHeaders/wtf/Threading.h: Removed.
- ForwardingHeaders/wtf/UnusedParam.h: Removed.
- ForwardingHeaders/wtf/VMTags.h: Removed.
- ForwardingHeaders/wtf/ValueCheck.h: Removed.
- ForwardingHeaders/wtf/Vector.h: Removed.
- ForwardingHeaders/wtf/VectorTraits.h: Removed.
- ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
- ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
- 12:43 AM Changeset in webkit [110032] by
-
- 22 edits8 deletes in trunk
[DRT] Remove PlainTextController implementations.
https://bugs.webkit.org/show_bug.cgi?id=79959
Patch by Kangil Han <kangil.han@samsung.com> on 2012-03-07
Reviewed by Hajime Morita.
PlainTextController usages in existing tests have been
replaced by internals API by bug 78570.
So this patch will remove PlainTextController implementations
to avoid further usage in new tests.
Source/WebKit/gtk:
- WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
- WebCoreSupport/DumpRenderTreeSupportGtk.h:
(DumpRenderTreeSupportGtk):
Source/WebKit/qt:
- WebCoreSupport/DumpRenderTreeSupportQt.cpp:
- WebCoreSupport/DumpRenderTreeSupportQt.h:
Tools:
- DumpRenderTree/DumpRenderTree.gypi:
- DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
- DumpRenderTree/chromium/PlainTextController.cpp: Removed.
- DumpRenderTree/chromium/PlainTextController.h: Removed.
- DumpRenderTree/chromium/TestShell.cpp:
(TestShell::TestShell):
(TestShell::bindJSObjectsToWindow):
- DumpRenderTree/chromium/TestShell.h:
(TestShell):
- DumpRenderTree/gtk/DumpRenderTree.cpp:
(webViewWindowObjectCleared):
- DumpRenderTree/gtk/PlainTextController.cpp: Removed.
- DumpRenderTree/gtk/PlainTextController.h: Removed.
- DumpRenderTree/mac/FrameLoadDelegate.mm:
(-[FrameLoadDelegate didClearWindowObjectInStandardWorldForFrame:]):
- DumpRenderTree/mac/PlainTextController.h: Removed.
- DumpRenderTree/mac/PlainTextController.mm: Removed.
- DumpRenderTree/qt/DumpRenderTree.pro:
- DumpRenderTree/qt/DumpRenderTreeQt.cpp:
(WebCore::DumpRenderTree::DumpRenderTree):
(WebCore::DumpRenderTree::initJSObjects):
- DumpRenderTree/qt/DumpRenderTreeQt.h:
(DumpRenderTree):
- DumpRenderTree/qt/PlainTextControllerQt.cpp: Removed.
- DumpRenderTree/qt/PlainTextControllerQt.h: Removed.
- GNUmakefile.am:
LayoutTests:
- fast/dom/Window/script-tests/window-property-descriptors.js:
- fast/dom/Window/window-properties.html:
- fast/dom/script-tests/prototype-inheritance-2.js:
- fast/dom/script-tests/prototype-inheritance.js:
- 12:17 AM Changeset in webkit [110031] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, update chromium test expectations
- platform/chromium/test_expectations.txt:
- 12:13 AM Changeset in webkit [110030] by
-
- 4 edits in releases/WebKitGTK/webkit-1.8
Update the NEWS and version for the 1.7.91 release.
Reviewed by Gustavo Noronha Silva.
.:
- configure.ac: Update.
Source/WebKit/gtk:
- NEWS: Update.
- 12:09 AM Changeset in webkit [110029] by
-
- 5 edits in trunk/Source/WebCore
[Forms] The "legend" element should not be a form-associated element.
https://bugs.webkit.org/show_bug.cgi?id=80239
Patch by Yoshifumi Inoue <yosin@chromium.org> on 2012-03-07
Reviewed by Kent Tamura.
This patch changes base class of HTMLLegendElement to HTMLElement from
HTMLFormControlElement for saving memory space and iteration time of
extra "legend" elements in HTMLFormElement::m_formAssociatedElements
and matching the HTML5 specification for ease of maintenance.
Changes of TextIterator is lead by usage of isFormControlElement. This
changes will be replaced with more meaningful predicate as part of
https://bugs.webkit.org/show_bug.cgi?id=80381
No new tests are required. No behavior changes.
- editing/TextIterator.cpp:
(WebCore::TextIterator::advance): Check HTMLLegendElement in addition to isFormControlElement. This change is for text dump in LayoutTests implemented by document.innerText attribute.
- html/HTMLLegendElement.cpp:
(WebCore::HTMLLegendElement::HTMLLegendElement): Remove form parameter.
(WebCore::HTMLLegendElement::create): Remove form parameter.
(WebCore::HTMLLegendElement::associatedControl): Stop checking legend element, because HTMLLegendElement is no longer HTMLFormControlElement.
(WebCore::HTMLLegendElement::supportFocus): Removed. It called HTMLElement::supportFocus.
(WebCore::HTMLLegendElement::formControlType): Remove implementation of virtual method declared in HTMLFormControlElement.
- html/HTMLLegendElement.h:
(HTMLLegendElement): Change base class to HTMLElement.
- html/HTMLTagNames.in: Remove "constructorNeedsFormElement" for not passing "form" parameter in HTMLElementFactory.
Mar 6, 2012:
- 11:54 PM Changeset in webkit [110028] by
-
- 5 edits in trunk
[EFL][DRT] Implements LayoutTestController's setPopupBlockingEnabled.
https://bugs.webkit.org/show_bug.cgi?id=80137
Patch by Grzegorz Czajkowski <g.czajkowski@samsung.com> on 2012-03-06
Reviewed by Eric Seidel.
Tools:
Adds implementation LayoutTestController's setPopupBlockingEnabled.
To pass popup-blocking-click-in-iframe.html EventSender should not
repeat click events in idler's function. EventSender allows to
asynchronously send click event through ecore_idler_add.
This event will be called repeatedly as long as it return true.
Click event should be called only once by returning ECORE_CALLBACK_CANCEL.
- DumpRenderTree/efl/EventSender.cpp:
(sendMouseEvent): Changed return value from bool to void because it always returns true.
(sendClick): Idler is deleted by returning ECORE_CALLBACK_CANCEL.
(mouseDownCallback): Remove unnecessary checking of return value.
- DumpRenderTree/efl/LayoutTestControllerEfl.cpp:
(LayoutTestController::setPopupBlockingEnabled):
LayoutTests:
Enables tests connected with setPopupBlockingEnabled.
- platform/efl/Skipped:
- 11:50 PM Changeset in webkit [110027] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, GTK test_expectations update after r109934.
- platform/gtk/test_expectations.txt:
- 11:48 PM Changeset in webkit [110026] by
-
- 11 edits in trunk
Array.prototype functions should throw if delete fails
https://bugs.webkit.org/show_bug.cgi?id=80467
Reviewed by Oliver Hunt.
Source/JavaScriptCore:
All calls to Delete from Array.prototype are specified to pass 'true' as the value of Throw.
In the case of shift/unshift, these are also missing a throw from the 'put' in the implementations
in JSArray.cpp. There are effectively three copies of each of the generic shift/unshift routines,
one in splice, one in ArrayPrototype's shift/unshift methods, and one in JSArray's shift/unshift
routines, for handling arrays with holes. These three copies should be unified.
- runtime/ArrayPrototype.cpp:
(JSC::shift):
(JSC::unshift):
- Added - shared copies of the shift/unshift functionality.
(JSC::arrayProtoFuncPop):
- should throw if the delete fails.
(JSC::arrayProtoFuncReverse):
- should throw if the delete fails.
(JSC::arrayProtoFuncShift):
(JSC::arrayProtoFuncSplice):
(JSC::arrayProtoFuncUnShift):
- use shift/unshift.
- runtime/JSArray.cpp:
(JSC::JSArray::shiftCount):
(JSC::JSArray::unshiftCount):
- Don't try to handle arrays with holes; return a value indicating the generic routine should be used instead.
- runtime/JSArray.h:
- declaration for shiftCount/unshiftCount changed.
- tests/mozilla/js1_6/Array/regress-304828.js:
- this was asserting incorrect behaviour.
LayoutTests:
- fast/js/mozilla/strict/15.4.4.12-expected.txt:
- fast/js/mozilla/strict/15.4.4.13-expected.txt:
- fast/js/mozilla/strict/15.4.4.6-expected.txt:
- fast/js/mozilla/strict/15.4.4.8-expected.txt:
- fast/js/mozilla/strict/15.4.4.9-expected.txt:
- check in passing test results.
- 11:46 PM Changeset in webkit [110025] by
-
- 4 edits1 delete in trunk/LayoutTests
fullscreen/video-controls is too specific to the mac port
https://bugs.webkit.org/show_bug.cgi?id=73583
Reviewed by Eric Carlson.
Relax the test on the document's view height to not depend on the
mac port fullscreen controls stylesheet.
- fullscreen/video-controls-override-expected.txt:
- fullscreen/video-controls-override.html:
- platform/gtk/Skipped:
- 11:37 PM Changeset in webkit [110024] by
-
- 10 edits in trunk
[CMake] Make the removal of transitive library dependencies work with CMake < 2.8.7.
https://bugs.webkit.org/show_bug.cgi?id=80469
Reviewed by Antonio Gomes.
.:
- CMakeLists.txt: Do not set the CMAKE_LINK_INTERFACE_LIBRARIES
variable here; it was introduced in CMake 2.8.7 so we can't depend
on it as we actually support CMake >= 2.8.0.
Source/JavaScriptCore:
- CMakeLists.txt: Manually set the LINK_INTERFACE_LIBRARIES target
property on the library being created.
Source/WebCore:
No new tests, this is a buildsystem change.
- CMakeLists.txt: Manually set the LINK_INTERFACE_LIBRARIES target
property on the library being created.
Source/WebKit:
- CMakeLists.txt: Manually set the LINK_INTERFACE_LIBRARIES target
property on the library being created.
Source/WebKit2:
- CMakeLists.txt: Manually set the LINK_INTERFACE_LIBRARIES target
property on the library being created.
- 11:24 PM Changeset in webkit [110023] by
-
- 12 edits in trunk/Source
[BlackBerry] Set correct ResourceRequest target type.
https://bugs.webkit.org/show_bug.cgi?id=80430
Patch by Lianghui Chen <liachen@rim.com> on 2012-03-06
Reviewed by Rob Buis.
Source/WebCore:
For loads started by AppCache, they are based on the manifest file,
it is not definitely sure what target it is for, so we just guess
based on its mimetype or file extension.
- loader/appcache/ApplicationCacheGroup.cpp:
(WebCore::ApplicationCacheGroup::createResourceHandle):
- loader/cache/CachedResource.cpp:
(WebCore):
(WebCore::CachedResource::load):
- platform/network/blackberry/ResourceRequest.h:
(ResourceRequest):
- platform/network/blackberry/ResourceRequestBlackBerry.cpp:
(WebCore):
(WebCore::mimeTypeRequestTypeMap):
(WebCore::ResourceRequest::targetTypeFromMimeType):
- workers/DefaultSharedWorkerRepository.cpp:
(WebCore::SharedWorkerScriptLoader::load):
- workers/Worker.cpp:
(WebCore::Worker::create):
- workers/WorkerContext.cpp:
(WebCore::WorkerContext::importScripts):
- workers/WorkerScriptLoader.cpp:
(WebCore::WorkerScriptLoader::createResourceRequest):
- workers/WorkerScriptLoader.h:
(WorkerScriptLoader):
Source/WebKit/blackberry:
Removed unused code in dispatchWillSendRequest(). These codes are too
late as the target type has already been referred to when calling
ResourceRequest::initializePlatformRequest().
- WebCoreSupport/FrameLoaderClientBlackBerry.cpp:
(WebCore::FrameLoaderClientBlackBerry::dispatchWillSendRequest):
- 11:19 PM Changeset in webkit [110022] by
-
- 5 edits1 add1 delete in trunk/LayoutTests
[Shadow DOM] Extend a 'path' notation in utility function so that we can specify arbitrary ShadowRoot.
https://bugs.webkit.org/show_bug.cgi?id=80405
Reviewed by Dimitri Glazkov.
Extract common utility function, getElementByIdInShadow(path), into a shadow-dom.js
(renamed from create-dom.js) and support 'consecutive slashes' notation so that
we can specify arbitrary ShadowRoot in shadow DOM tree. Until now, we can get an element
only from the youngest ShadowRoot.
- fast/dom/shadow/access-key.html:
- fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt:
- fast/dom/shadow/get-element-by-id-in-shadow-root.html:
- fast/dom/shadow/resources/shadow-dom.js: Renamed from LayoutTests/fast/dom/shadow/resources/create-dom.js.
(createShadowRoot):
(createDOM):
(isShadowRoot):
(getElementInShadowTreeStack):
- fast/dom/shadow/shadow-boundary-events.html:
- 11:16 PM Changeset in webkit [110021] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, update chromium test expectations
- platform/chromium/test_expectations.txt:
- 11:07 PM Changeset in webkit [110020] by
-
- 5 edits in trunk/Source
[chromium] Add clipping to scissor rect to CCOcclusionTracker
https://bugs.webkit.org/show_bug.cgi?id=79927
Patch by Dana Jansens <danakj@chromium.org> on 2012-03-06
Reviewed by Adrienne Walker.
Source/WebCore:
Adds logic to CCOcclusionTracker to occlude anything outside of the
current screen and target surface scissor rects. When tracking
damage for partial swaps, the scissor rects are bounded by the
tracked damage rects.
Unit tests: CCOcclusionTrackerTest.cpp
- platform/graphics/chromium/cc/CCOcclusionTracker.cpp:
(WebCore::::CCOcclusionTrackerBase):
(WebCore):
(WebCore::::markOccludedBehindLayer):
(WebCore::testContentRectOccluded):
(WebCore::::occluded):
(WebCore::computeUnoccludedContentRect):
(WebCore::::unoccludedContentRect):
(WebCore::::layerScissorRect):
- platform/graphics/chromium/cc/CCOcclusionTracker.h:
(WebCore):
(CCOcclusionTrackerDamageClientBase):
(CCOcclusionTrackerBase):
Source/WebKit/chromium:
- tests/CCOcclusionTrackerTest.cpp:
(WebCore::TestCCOcclusionTracker::TestCCOcclusionTracker):
(TestCCOcclusionTracker):
(WebCore::TestCCOcclusionTracker::setLayerScissorRect):
(WebCore::TestCCOcclusionTracker::useDefaultLayerScissorRect):
(WebCore::TestCCOcclusionTracker::layerScissorRect):
(WebCore):
(TestDamageClient):
(WebCore::TestDamageClient::damageRect):
(WebCore::TestDamageClient::TestDamageClient):
(WebCore::TestDamageClient::setDamageRect):
(WebCore::TEST):
- 10:35 PM Changeset in webkit [110019] by
-
- 6 edits in trunk/Source/WebCore
Unreviewed, rolling out r110011.
http://trac.webkit.org/changeset/110011
https://bugs.webkit.org/show_bug.cgi?id=80376
layout tests crash
- bindings/v8/V8HiddenPropertyName.cpp:
(WebCore):
(WebCore::V8HiddenPropertyName::hiddenReferenceName):
- bindings/v8/V8HiddenPropertyName.h:
(WebCore):
(V8HiddenPropertyName):
- bindings/v8/custom/V8DOMStringMapCustom.cpp:
(WebCore::toV8):
- bindings/v8/custom/V8DOMTokenListCustom.cpp:
(WebCore::toV8):
- bindings/v8/custom/V8NamedNodeMapCustom.cpp:
(WebCore::toV8):
- 10:33 PM Changeset in webkit [110018] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed, rolling out r110016.
http://trac.webkit.org/changeset/110016
layout tests crash
- bindings/v8/custom/V8NamedNodeMapCustom.cpp:
(WebCore::toV8):
- 10:19 PM Changeset in webkit [110017] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, fix lint error
- platform/chromium/test_expectations.txt:
- 10:05 PM Changeset in webkit [110016] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed, fixed test crashes.
- bindings/v8/custom/V8NamedNodeMapCustom.cpp:
(WebCore::toV8):
- 9:39 PM Changeset in webkit [110015] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, update chromium test expectation.
- platform/chromium/test_expectations.txt: update svg/W3C-SVG-1.1/animate-elem-77-t.svg
- 9:29 PM Changeset in webkit [110014] by
-
- 13 edits2 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=79935
REGRESSION: <content> element is not HTMLUnknownElement when Shadow DOM API is disabled
Patch by Hajime Morrita <morrita@chromium.org> on 2012-03-06
Reviewed by Adam Barth.
.:
Added a newly exported symbol.
- Source/autotools/symbols.filter:
Source/WebCore:
This change introduced "runtimeConditional" keyword to make_name.pl sources,
which allows HTMLElementFactory and HTMLElementWrapperFactory to check RuntimeEnabledFeatures
and treat any tag name as HTMLUnknownElement if its definition has runtimeConditional and
the flag given is turned off.
Test: fast/dom/shadow/content-shadow-unknown.html
- WebCore.exp.in:
- dom/make_names.pl:
(defaultTagPropertyHash):
(printConstructorInterior):
(printFactoryCppFile):
(printWrapperFunctions):
(printWrapperFactoryCppFile):
- html/HTMLTagNames.in:
- html/shadow/HTMLContentElement.cpp:
(WebCore::contentTagName):
- testing/InternalSettings.cpp:
(WebCore::InternalSettings::InternalSettings):
(WebCore::InternalSettings::restoreTo):
(WebCore::InternalSettings::setShadowDOMEnabled):
(WebCore):
- testing/InternalSettings.h:
(InternalSettings):
- testing/InternalSettings.idl:
LayoutTests:
- fast/dom/resources/shadow-test-driver.js:
(createContentWithText):
- fast/dom/shadow/content-element-move.html: Replaced accidentaly used <content> using an Internals API.
- fast/dom/shadow/content-shadow-unknown-expected.txt: Added.
- fast/dom/shadow/content-shadow-unknown.html: Added.
- 9:25 PM Changeset in webkit [110013] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, update chromium test expectation.
- platform/chromium/test_expectations.txt:
- 9:13 PM Changeset in webkit [110012] by
-
- 11 edits in trunk/Source
[WebSocket] Introduce ThreadableWebSocketChannel::SendResult
https://bugs.webkit.org/show_bug.cgi?id=80356
Reviewed by Kent Tamura.
Source/WebCore:
Introduced ThreadableWebSocketChannel::SendResult type so that
WebSocketChannel can pass the validation result.
No new test. No changes in behavior.
- Modules/websockets/ThreadableWebSocketChannel.h: Added SendResult.
- Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp:
(WebCore::ThreadableWebSocketChannelClientWrapper::ThreadableWebSocketChannelClientWrapper):
(WebCore::ThreadableWebSocketChannelClientWrapper::sendRequestResult): Use ThreadableWebSocketChannel::SendResult instead of bool.
(WebCore::ThreadableWebSocketChannelClientWrapper::setSendRequestResult): Ditto.
- Modules/websockets/ThreadableWebSocketChannelClientWrapper.h:
(ThreadableWebSocketChannelClientWrapper):
- Modules/websockets/WebSocketChannel.cpp:
(WebCore::WebSocketChannel::send): Use ThreadableWebSocketChannel::SendResult instead of bool. Pass Cstring to enqueTextFrame instead of String.
(WebCore::WebSocketChannel::enqueueTextFrame): Ditto.
(WebCore::WebSocketChannel::processOutgoingFrameQueue): Ditto.
- Modules/websockets/WebSocketChannel.h:
(WebSocketChannel):
(QueuedFrame): Changed the type of stringData from String to CString.
- Modules/websockets/WorkerThreadableWebSocketChannel.cpp:
(WebCore::WorkerThreadableWebSocketChannel::send): Use ThreadableWebSocketChannel::SendResult instead of bool.
(WebCore::workerContextDidSend): Ditto.
(WebCore::WorkerThreadableWebSocketChannel::Peer::send): Ditto.
(WebCore::WorkerThreadableWebSocketChannel::Bridge::send): Ditto.
- Modules/websockets/WorkerThreadableWebSocketChannel.h:
(WorkerThreadableWebSocketChannel): ditto.
(Bridge): Ditto.
Source/WebKit/chromium:
- src/WebSocketImpl.cpp:
(WebKit::WebSocketImpl::sendText): Checks whether the return value of send() is ThreadableWebSocketChannel::SendSuccess.
(WebKit::WebSocketImpl::sendArrayBuffer): Ditto.
- 9:05 PM Changeset in webkit [110011] by
-
- 6 edits in trunk/Source/WebCore
[V8][Performance] Optimize V8 bindings for HTMLElement.classList,
Element.dataset and Node.attributes
https://bugs.webkit.org/show_bug.cgi?id=80376
Reviewed by Adam Barth.
This patch improves the performance of HTMLElement.classList, Element.dataset
and Node.attributes by 6.4 times, 7.1 times and 10.9 times, respectively.
Previously, a 'hiddenReferenceName' string was allocated on v8::Handle and
created every time the DOM attribute is accessed, in spite of the fact that
the 'hiddenReferenceName' string is static.
This patch moves the 'hiddenReferenceName' string to v8::Persistent and makes it static.
Also, this patch removes 'if (!elementValue.IsEmpty() && elementValue->IsObject())',
since if 'element' exists, it is guaranteed that 'elementValue' is not empty
and is an Object.
Performance tests: https://bugs.webkit.org/attachment.cgi?id=130283
AppleWebKit/JavaScriptCore:
div.classList : 382ms
div.classList.foo = 123 : 335ms
div.dataset : 403ms
div.dataset.foo = 123 : 5250ms
div.attributes : 183ms
Chromium/V8 (without this patch):
div.classList : 9140ms
div.classList.foo = 123 : 9086ms
div.dataset : 9930ms
div.dataset.foo = 123 : 49698ms
div.attributes : 13489ms
Chromium/V8 (with this patch):
div.classList : 1435ms
div.classList.foo = 123 : 1470ms
div.dataset : 1400ms
div.dataset.foo = 123 : 30396ms
div.attributes : 1242ms
No tests. No change in behavior.
- bindings/v8/custom/V8DOMStringMapCustom.cpp: Modified as described above.
(WebCore::toV8):
- bindings/v8/custom/V8DOMTokenListCustom.cpp: Ditto.
(WebCore::toV8):
- bindings/v8/custom/V8NamedNodeMapCustom.cpp: Ditto.
(WebCore::toV8):
- bindings/v8/V8HiddenPropertyName.cpp: Defined a hidden property name string statically
to optimize the macro.
(WebCore):
(WebCore::V8HiddenPropertyName::hiddenReferenceName):
- bindings/v8/V8HiddenPropertyName.h: Modified to switch two prefixes "WebCore::HiddenProperty::"
and "WebCore::HiddenReference::", depending on whether a given name represents a hidden property
or a hidden reference.
(WebCore):
(V8HiddenPropertyName):
- 8:58 PM Changeset in webkit [110010] by
-
- 25 edits in trunk/Source
[chromium] CCThreadProxy context lost support
https://bugs.webkit.org/show_bug.cgi?id=80100
Reviewed by James Robinson.
Source/WebCore:
- platform/graphics/chromium/cc/CCScheduler.cpp:
(WebCore::CCScheduler::didLoseContext):
(WebCore):
(WebCore::CCScheduler::didRecreateContext):
(WebCore::CCScheduler::processScheduledActions):
- platform/graphics/chromium/cc/CCScheduler.h:
(CCSchedulerClient):
(CCScheduler):
- platform/graphics/chromium/cc/CCSchedulerStateMachine.cpp:
(WebCore::CCSchedulerStateMachine::CCSchedulerStateMachine):
(WebCore::CCSchedulerStateMachine::nextAction):
(WebCore::CCSchedulerStateMachine::updateState):
(WebCore::CCSchedulerStateMachine::vsyncCallbackNeeded):
(WebCore::CCSchedulerStateMachine::didLoseContext):
(WebCore):
(WebCore::CCSchedulerStateMachine::didRecreateContext):
- platform/graphics/chromium/cc/CCSchedulerStateMachine.h:
(CCSchedulerStateMachine):
- platform/graphics/chromium/cc/CCThreadProxy.cpp:
(WebCore::CCThreadProxy::recreateContext):
(WebCore::CCThreadProxy::loseContext):
(WebCore::CCThreadProxy::scheduledActionBeginContextRecreation):
(WebCore):
(WebCore::CCThreadProxy::scheduledActionDrawAndSwap):
(WebCore::CCThreadProxy::setAnimationEvents):
(WebCore::CCThreadProxy::beginContextRecreation):
(WebCore::CCThreadProxy::recreateContextOnImplThread):
(WebCore::CCThreadProxy::loseContextOnImplThread):
- platform/graphics/chromium/cc/CCThreadProxy.h:
(CCThreadProxy):
Source/WebKit/chromium:
- tests/CCSchedulerStateMachineTest.cpp:
- tests/CCSchedulerTest.cpp:
(WebKitTests::FakeCCSchedulerClient::scheduledActionBeginContextRecreation):
(WebKitTests::SchedulerClientThatSetNeedsDrawInsideDraw::scheduledActionBeginContextRecreation):
(WebKitTests::SchedulerClientThatSetNeedsCommitInsideDraw::scheduledActionBeginContextRecreation):
- 8:56 PM Changeset in webkit [110009] by
-
- 2 edits in trunk/PerformanceTests
[Perf tests] Reduce the number of loops in dom-attributes.html
https://bugs.webkit.org/show_bug.cgi?id=80077
Reviewed by Ryosuke Niwa.
dom-attributes.html takes 100~ seconds in the perf bots. This patch reduces
the time by reducing the number of loops.
This is just a temporary fix. After more detailed investigation, I will reduce
the number of tests in dom-attributes.html, and revert back the number of loops
to guarantee the reliability of the perf test results.
- Bindings/dom-attributes.html:
- 8:56 PM Changeset in webkit [110008] by
-
- 8 edits in trunk/Source/JavaScriptCore
DFG BasicBlock should group the Phi nodes together and separate them
from the other nodes
https://bugs.webkit.org/show_bug.cgi?id=80361
Reviewed by Filip Pizlo.
This would make it more efficient to remove the redundant Phi nodes or
insert new Phi nodes for SSA, besides providing a cleaner BasicBlock structure.
This is performance neutral on SunSpider, V8 and Kraken.
- dfg/DFGAbstractState.cpp:
(JSC::DFG::AbstractState::clobberStructures):
(JSC::DFG::AbstractState::dump):
- dfg/DFGBasicBlock.h:
(JSC::DFG::BasicBlock::BasicBlock):
(BasicBlock):
- dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCodeParser::addToGraph):
(JSC::DFG::ByteCodeParser::insertPhiNode):
- dfg/DFGCFAPhase.cpp:
(JSC::DFG::CFAPhase::performBlockCFA):
- dfg/DFGCSEPhase.cpp:
(JSC::DFG::CSEPhase::pureCSE):
(JSC::DFG::CSEPhase::impureCSE):
(JSC::DFG::CSEPhase::globalVarLoadElimination):
(JSC::DFG::CSEPhase::getByValLoadElimination):
(JSC::DFG::CSEPhase::checkFunctionElimination):
(JSC::DFG::CSEPhase::checkStructureLoadElimination):
(JSC::DFG::CSEPhase::getByOffsetLoadElimination):
(JSC::DFG::CSEPhase::getPropertyStorageLoadElimination):
(JSC::DFG::CSEPhase::getIndexedPropertyStorageLoadElimination):
(JSC::DFG::CSEPhase::getScopeChainLoadElimination):
(JSC::DFG::CSEPhase::performBlockCSE):
- dfg/DFGGraph.cpp:
(JSC::DFG::Graph::dump):
- dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- 8:39 PM Changeset in webkit [110007] by
-
- 3 edits in trunk/Source/WebCore
refactor method names in RenderFlexibleBox to make them more consistent
https://bugs.webkit.org/show_bug.cgi?id=80446
Reviewed by Ojan Vafai.
No new tests, just renaming internal methods.
- rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::flowAwareBorderAfter): New, used by layoutAndPlaceChildren
(WebCore::RenderFlexibleBox::flowAwarePaddingAfter): New, used by layoutAndPlaceChildren
(WebCore::RenderFlexibleBox::marginBoxAscentForChild): Add ForChild for consistency.
(WebCore::RenderFlexibleBox::layoutAndPlaceChildren): We were adding the before padding+border twice (it's in the offset and
crossAxisBorderAndPaddingExtent() and subtracting it once. Instead, just add the after padding+border.
(WebCore::RenderFlexibleBox::alignChildren):
- rendering/RenderFlexibleBox.h:
(RenderFlexibleBox): Reorder methods to match the .cpp file.
- 8:07 PM Changeset in webkit [110006] by
-
- 3 edits in releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk
Merging r110002
- 8:03 PM Changeset in webkit [110005] by
-
- 4 edits in releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk
Merging r109997
- 7:58 PM WebKitGTK/1.8.x edited by
- (diff)
- 7:53 PM Changeset in webkit [110004] by
-
- 6 edits in trunk/Source/WebCore
Unreviewed, rolling out r109969.
http://trac.webkit.org/changeset/109969
https://bugs.webkit.org/show_bug.cgi?id=80376
layout tests crash
- bindings/v8/V8HiddenPropertyName.cpp:
(WebCore):
(WebCore::V8HiddenPropertyName::hiddenReferenceName):
- bindings/v8/V8HiddenPropertyName.h:
(WebCore):
(V8HiddenPropertyName):
- bindings/v8/custom/V8DOMStringMapCustom.cpp:
(WebCore::toV8):
- bindings/v8/custom/V8DOMTokenListCustom.cpp:
(WebCore::toV8):
- bindings/v8/custom/V8NamedNodeMapCustom.cpp:
(WebCore::toV8):
- 7:52 PM Changeset in webkit [110003] by
-
- 3 edits in trunk/Source/WebCore
Unreviewed, rolling out r109999.
http://trac.webkit.org/changeset/109999
layout tests crash
- bindings/v8/custom/V8DOMStringMapCustom.cpp:
(WebCore::toV8):
- bindings/v8/custom/V8DOMTokenListCustom.cpp:
(WebCore::toV8):
- 7:50 PM Changeset in webkit [110002] by
-
- 2 edits in trunk/Source/WebKit/gtk
Fix a compilation warning encountered during the GTK+ build.
Reviewed by Gustavo Noronha Silva.
- tests/testcopyandpaste.c:
(test_copy_and_paste): Cast the WebKitWebView to a GtkWidget.
- 7:26 PM Changeset in webkit [110001] by
-
- 7 edits in trunk/LayoutTests
Unreviewed, update mac text baselines after r109851
- compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
- compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
- compositing/geometry/limit-layer-bounds-positioned-expected.txt:
- compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
- compositing/geometry/limit-layer-bounds-transformed-expected.txt:
- compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
- 6:47 PM Changeset in webkit [110000] by
-
- 2 edits in trunk/LayoutTests
Remove the no-longer-needed 'CPU' and 'GPU' modifiers.
Unreviewed, expectations change.
- platform/chromium/test_expectations.txt:
- 6:45 PM Changeset in webkit [109999] by
-
- 3 edits in trunk/Source/WebCore
Unreviewed, fix crashes.
- bindings/v8/custom/V8DOMStringMapCustom.cpp:
(WebCore::toV8):
- bindings/v8/custom/V8DOMTokenListCustom.cpp:
(WebCore::toV8):
- 6:40 PM Changeset in webkit [109998] by
-
- 2 edits in trunk/LayoutTests
Re-sort the platform/chromium/virtual/gpu expectations next to the original expectations.
Unreviewed, expectations change.
- platform/chromium/test_expectations.txt:
- 6:40 PM Changeset in webkit [109997] by
-
- 4 edits in trunk/Source/WebKit/gtk
[GTK] FrameLoader signals: gtk-doc fixes
https://bugs.webkit.org/show_bug.cgi?id=79495
Patch by Philippe Normand <pnormand@igalia.com> on 2012-03-06
Reviewed by Martin Robinson.
- webkit/webkitwebframe.cpp:
(webkit_web_frame_class_init):
- webkit/webkitwebresource.cpp:
(webkit_web_resource_class_init):
- webkit/webkitwebview.cpp:
(webkit_web_view_class_init):
- 6:22 PM Changeset in webkit [109996] by
-
- 1 edit3 deletes in trunk/Tools
rebaseline_chromium_webkit_tests is obsolete and should be removed
https://bugs.webkit.org/show_bug.cgi?id=80347
Reviewed by Tony Chang.
- Scripts/rebaseline-chromium-webkit-tests: Removed.
- Scripts/webkitpy/to_be_moved/rebaseline_chromium_webkit_tests.py: Removed.
- Scripts/webkitpy/to_be_moved/rebaseline_chromium_webkit_tests_unittest.py: Removed.
- 6:20 PM Changeset in webkit [109995] by
-
- 2 edits in trunk/Tools
test_start_cmd (webkitpy.layout_tests.servers.http_server_unittest.TestHttpServer) is broken
https://bugs.webkit.org/show_bug.cgi?id=80468
Unreviewed, build fix.
Fixing a bug revealed by r80443 when we fixed filesystem.copyfile().
- Scripts/webkitpy/layout_tests/servers/http_server.py:
(Lighttpd._prepare_config):
- 6:17 PM Changeset in webkit [109994] by
-
- 6 edits2 deletes in trunk/Tools
remove chromium_gpu ports
https://bugs.webkit.org/show_bug.cgi?id=80345
Reviewed by Ojan Vafai.
This change leaves in the 'graphics_type' distinction in the
test_expectations; removing that will require more updates and a
pass over test_expectations.txt, so I'm separating that out.
- Scripts/webkitpy/layout_tests/port/builders.py:
- Scripts/webkitpy/layout_tests/port/chromium.py:
(ChromiumPort):
- Scripts/webkitpy/layout_tests/port/chromium_gpu.py: Removed.
- Scripts/webkitpy/layout_tests/port/chromium_gpu_unittest.py: Removed.
- Scripts/webkitpy/layout_tests/port/factory.py:
(PortFactory):
(PortFactory.get):
- Scripts/webkitpy/layout_tests/port/factory_unittest.py:
(FactoryTest.test_qt):
- Scripts/webkitpy/tool/commands/rebaseline_unittest.py:
(TestRebaseline.test_rebaseline_expectations):
- 6:13 PM Changeset in webkit [109993] by
-
- 3 edits in trunk/Source/WebCore
[chromium] Fix threaded compositing issues in WebGLLayerChromium (except for printing)
https://bugs.webkit.org/show_bug.cgi?id=80459
Reviewed by Kenneth Russell.
This fixes a few wrong-thread issues in WebGLLayerChromium for threaded compositing. The key requirements that
threaded compositing imposes on LayerChromium subclasses are that the compositor's context can only be used from
the compositor thread, meaning inside of updateCompositorResources() and pushPropertiesTo(), and that
non-compositor contexts can only be used from the main thread. This means specifically that we can't use the
DrawingBuffer's context in either of these two functions.
Summary of changes:
*) Move the publishToPlatformLayer() call and related logic inside of paintContentsIfDirty(), which is called
on the main thread.
*) Move lost context tracking outside of drawsContent(), since that function is called from both threads, to a
separate bool that is updated after each WebGL composite and setDrawingBuffer call.
Printing still doesn't work in threaded mode with this patch, I'll address that separately. Printing and lost
context recovery still work as they did in the single-threaded path.
- platform/graphics/chromium/WebGLLayerChromium.cpp:
(WebCore::WebGLLayerChromium::WebGLLayerChromium):
(WebCore::WebGLLayerChromium::drawsContent):
(WebCore::WebGLLayerChromium::paintContentsIfDirty):
(WebCore::WebGLLayerChromium::updateCompositorResources):
(WebCore::WebGLLayerChromium::setDrawingBuffer):
- platform/graphics/chromium/WebGLLayerChromium.h:
(WebGLLayerChromium):
- 6:04 PM WebKitGTK/1.8.x edited by
- (diff)
- 5:58 PM Changeset in webkit [109992] by
-
- 2 edits in trunk/Source/WebCore
Cracks between tiles when zoomed in
https://bugs.webkit.org/show_bug.cgi?id=80460
<rdar://problem/10996688>
Use enclosingIntRect instead of enclosedIntRect when converting from FloatRect to IntRect.
- platform/graphics/mac/WebLayer.mm:
(drawLayerContents):
- 5:45 PM Changeset in webkit [109991] by
-
- 8 edits6 copies in branches/chromium/1025
Merge 109104 - Percent width/height SVG not always scaled on window resize
https://bugs.webkit.org/show_bug.cgi?id=79490
Patch by Florin Malita <fmalita@google.com> on 2012-02-28
Reviewed by Nikolas Zimmermann.
Source/WebCore:
Tests: fast/repaint/percent-minheight-resize-expected.html
fast/repaint/percent-minheight-resize.html
svg/custom/svg-percent-scale-expected.html
svg/custom/svg-percent-scale-vonly-expected.html
svg/custom/svg-percent-scale-vonly.html
svg/custom/svg-percent-scale.html
Fix a couple of problems preventing correct SVG scaling on window resize:
- RenderReplaced::computePreferredLogicalWidths is not SVG attribute aware and computes
a non-zero m_minPreferredLogicalWidth even when the SVG widh/height are percentages.
- RenderBlock::layoutInlineChildren is also not SVG attribute aware and does not trigger
percent height child layouts on vertical-only resizes.
- rendering/RenderBlockLineLayout.cpp:
(WebCore::RenderBlock::layoutInlineChildren):
Use hasRelativeDimensions() instead of direct width/height->isPercent tests. This also fixes
an HTML issue where percent {min,max}Height inline elements are not updated on vertical-only resizes.
- rendering/RenderBox.cpp:
(WebCore::RenderBox::hasRelativeDimensions):
(WebCore):
- rendering/RenderBox.h:
(RenderBox):
Add virtual hasRelativeDimensions() method.
- rendering/RenderReplaced.cpp:
(WebCore::RenderReplaced::computePreferredLogicalWidths):
Use hasRelativeDimensions() instead of direct width/height->isPercent tests.
- rendering/svg/RenderSVGRoot.cpp:
(WebCore::RenderSVGRoot::computeReplacedLogicalHeight):
(WebCore::RenderSVGRoot::willBeDestroyed):
Register percent-height SVG elements with the gPercentHeightDescendantsMap, and clean-up on destruction
or height unit change.
(WebCore::RenderSVGRoot::hasRelativeDimensions):
(WebCore):
- rendering/svg/RenderSVGRoot.h:
(RenderSVGRoot):
SVG-aware hasRelativeDimensions() override.
LayoutTests:
- fast/repaint/percent-minheight-resize-expected.html: Added.
- fast/repaint/percent-minheight-resize.html: Added.
- svg/custom/svg-percent-scale-expected.html: Added.
- svg/custom/svg-percent-scale-vonly-expected.html: Added.
- svg/custom/svg-percent-scale-vonly.html: Added.
- svg/custom/svg-percent-scale.html: Added.
TBR=commit-queue@webkit.org
Review URL: https://chromiumcodereview.appspot.com/9617034
- 5:43 PM Changeset in webkit [109990] by
-
- 1 edit3 copies in branches/chromium/1025
Merge 107519
BUG=113837
Review URL: https://chromiumcodereview.appspot.com/9617035
- 5:35 PM Changeset in webkit [109989] by
-
- 1 edit in branches/chromium/1025/Source/WebCore/css/CSSParser.cpp
Merge 107999
BUG=113730
Review URL: https://chromiumcodereview.appspot.com/9615047
- 5:33 PM Changeset in webkit [109988] by
-
- 2 edits in branches/chromium/1025/Source/WebCore
Merge 109973 - [chromium] Increase the accelerated canvas min size to 256 * 256
https://bugs.webkit.org/show_bug.cgi?id=80451
Reviewed by Stephen White.
Test: Manually
- page/Settings.cpp:
(WebCore::Settings::Settings):
TBR=vangelis@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9618044
- 5:32 PM Changeset in webkit [109987] by
-
- 5 edits2 copies in branches/chromium/1025
Merge 107622
BUG=113567
Review URL: https://chromiumcodereview.appspot.com/9546037
- 5:25 PM Changeset in webkit [109986] by
-
- 3 edits in trunk/Source/WebCore
Tile cache layers should always be clipped to the view's bounds
https://bugs.webkit.org/show_bug.cgi?id=80456
<rdar://problem/10996174>
Reviewed by Simon Fraser.
- rendering/RenderLayerBacking.cpp:
(WebCore::RenderLayerBacking::shouldClipCompositedBounds):
Factor this code out into a separate function for better clarity. Always return true if we have a tile cache layer.
(WebCore::RenderLayerBacking::updateCompositedBounds):
Call shouldClipCompositedBounds directly.
- 5:16 PM Changeset in webkit [109985] by
-
- 4 edits in trunk/Source
[chromium] Null-check m_layerRenderer in CCLayerTreeHostImpl::finishAllRendering()
https://bugs.webkit.org/show_bug.cgi?id=80445
Reviewed by Adrienne Walker.
Source/WebCore:
Null-check CCLayerTreeHostImpl::m_layerRenderer since it won't be set if context initialiation failed for any
reason.
Covered by new unit test in CCLayerTreeHostImplTest.
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp:
(WebCore::CCLayerTreeHostImpl::finishAllRendering):
Source/WebKit/chromium:
- tests/CCLayerTreeHostImplTest.cpp:
(FakeWebGraphicsContext3DMakeCurrentFails):
(WebKit::FakeWebGraphicsContext3DMakeCurrentFails::makeContextCurrent):
(WebKit):
(WebKit::TEST_F):
- 5:13 PM Changeset in webkit [109984] by
-
- 5 edits in trunk
Can't select a line of RTL text on Facebook
https://bugs.webkit.org/show_bug.cgi?id=59435
Reviewed by Eric Seidel.
Source/WebCore:
Deploy prevLeafChildIgnoringLineBreak and nextLeafChildIgnoringLineBreak
in RenderedPosition::leftBoundaryOfBidiRun and RenderedPosition::rightBoundaryOfBidiRun.
Without this patch, WebKit extends selection from right to left when the user selects
<span dir="rtl">ABC<br></span> from left to right by a mouse drag.
Test: editing/selection/select-bidi-run.html
- editing/RenderedPosition.cpp:
(WebCore::RenderedPosition::leftBoundaryOfBidiRun):
(WebCore::RenderedPosition::rightBoundaryOfBidiRun):
LayoutTests:
Added a regression test case.
- editing/selection/select-bidi-run-expected.txt:
- editing/selection/select-bidi-run.html:
- 5:11 PM Changeset in webkit [109983] by
-
- 7 edits in trunk
undefined reference to JSC::IdentifierTable::~IdentifierTable() on EFL port
https://bugs.webkit.org/show_bug.cgi?id=80282
Reviewed by Antonio Gomes.
.:
Remove transitive library dependencies; they are especially
dangerous when one ends up linking against WTF, JSC and then WTF
again, since some symbols will not be defined.
Passing --no-copy-dt-needed-entries and --as-needed to the linker
(which some recent Linux distros do by default) makes the issue
even more evident.
- CMakeLists.txt: Set CMAKE_LINK_INTERFACE_LIBRARIES to an empty
list to prevent implicit transitive library dependencies from
being created by default.
Source/WebCore:
No new tests, this is a buildsystem change.
Remove transitive library dependencies; they are especially
dangerous when one ends up linking against WTF, JSC and then WTF
again, since some symbols will not be defined.
Passing --no-copy-dt-needed-entries and --as-needed to the linker
(which some recent Linux distros do by default) makes the issue
even more evident.
- CMakeLists.txt: Explicitly link to WTF as WebCore uses symbols
from it.
- PlatformEfl.cmake: Explicitly link against libjpeg and libpng.
Tools:
Remove transitive library dependencies; they are especially
dangerous when one ends up linking against WTF, JSC and then WTF
again, since some symbols will not be defined.
Passing --no-copy-dt-needed-entries and --as-needed to the linker
(which some recent Linux distros do by default) makes the issue
even more evident.
- DumpRenderTree/efl/CMakeLists.txt: Do not link directly to WTF,
as the other libraries have the needed symbols. Explicitly link
against fontconfig.
- 5:08 PM Changeset in webkit [109982] by
-
- 2 edits in trunk/Source/WebCore
[chromium] REGRESSION(109469): WebGL printing busted
https://bugs.webkit.org/show_bug.cgi?id=80450
Reviewed by Kenneth Russell.
Avoid marking layers as needing display in setContentsTo...() since this breaks WebGL's damage tracking and is
unnecessary.
Tested WebGL printing manually.
- platform/graphics/chromium/GraphicsLayerChromium.cpp:
(WebCore::GraphicsLayerChromium::setContentsToCanvas):
(WebCore::GraphicsLayerChromium::setContentsToMedia):
- 5:05 PM Changeset in webkit [109981] by
-
- 3 edits2 adds in trunk
Overlap map for compositing should ignore empty layers
https://bugs.webkit.org/show_bug.cgi?id=63499
Reviewed by Simon Fraser.
Source/WebCore:
Test: compositing/layer-creation/overlap-empty-layer.html
- rendering/RenderLayerCompositor.cpp:
(WebCore::RenderLayerCompositor::addToOverlapMap):
(WebCore::RenderLayerCompositor::computeCompositingRequirements):
LayoutTests:
- compositing/layer-creation/overlap-empty-layer-expected.txt: Added.
- compositing/layer-creation/overlap-empty-layer.html: Added.
- 5:02 PM Changeset in webkit [109980] by
-
- 9 edits in trunk/LayoutTests
[Chromium] Rebaseline of input-appearance-numberandspeech.html for r109876.
https://bugs.webkit.org/show_bug.cgi?id=78326
- platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png:
- platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
- platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
- platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
- platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.txt:
- platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png:
- platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt:
- platform/chromium/test_expectations.txt:
- 4:59 PM Changeset in webkit [109979] by
-
- 2 edits in trunk/LayoutTests
[chromium] More test_expectations updates after the svg <use> change.
Unreviewed gardening.
- platform/chromium/test_expectations.txt:
- 4:45 PM Changeset in webkit [109978] by
-
- 1 edit in branches/subpixellayout/Source/WebCore/rendering/RenderThemeSafari.h
Fix typo in RenderThemeSafari.
- 4:42 PM Changeset in webkit [109977] by
-
- 37 edits in branches/subpixellayout/LayoutTests/platform/mac/mathml/presentation
Updating mac mathml expected results for our branch.
- 4:36 PM Changeset in webkit [109976] by
-
- 1 edit in branches/subpixellayout/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp
Fixing MathML sub/sup layout, which corrects many subpixel rendering changes.
- 4:33 PM Changeset in webkit [109975] by
-
- 2 edits in trunk/Tools
filter-build-webkit needs more filters
https://bugs.webkit.org/show_bug.cgi?id=80440
Reviewed by Joseph Pecoraro.
Added as many missing filters as I could find for Apple
builds. Plus a few minor style updates.
- Scripts/filter-build-webkit:
(printLine):
- 4:24 PM Changeset in webkit [109974] by
-
- 7 edits in branches/subpixellayout/Source/WebCore/platform
Platform LayoutUnit/int fixes for subpixel branch.
- 4:16 PM Changeset in webkit [109973] by
-
- 2 edits in trunk/Source/WebCore
[chromium] Increase the accelerated canvas min size to 256 * 256
https://bugs.webkit.org/show_bug.cgi?id=80451
Reviewed by Stephen White.
Test: Manually
- page/Settings.cpp:
(WebCore::Settings::Settings):
- 4:12 PM Changeset in webkit [109972] by
-
- 1 edit3 adds in trunk/LayoutTests
[chromium] Unreviewed gardening.
New text results for css3 filters tests.
- platform/chromium-mac/css3/filters: Added.
- platform/chromium-mac/css3/filters/composited-during-animation-layertree-expected.txt: Added.
- platform/chromium-win/css3/filters/composited-during-animation-layertree-expected.txt: Added.
- 4:08 PM Changeset in webkit [109971] by
-
- 2 edits in branches/subpixellayout/Source/WebCore/rendering
Reverting LineWidth left and right to int, and fixing flex-hang by ignoring remaining space that's less than a pixel.
- 4:07 PM Changeset in webkit [109970] by
-
- 39 edits in branches/subpixellayout/Source/WebCore
Change baselinePosition and InlineFlowBox::placeBoxesInBlockDirection on subpixel branch to use LayoutUnits for calculations.
- 3:54 PM Changeset in webkit [109969] by
-
- 6 edits in trunk/Source/WebCore
[V8][Performance] Optimize V8 bindings for HTMLElement.classList,
Element.dataset and Node.attributes
https://bugs.webkit.org/show_bug.cgi?id=80376
Reviewed by Adam Barth.
This patch improves the performance of HTMLElement.classList, Element.dataset
and Node.attributes by 6.4 times, 7.1 times and 10.9 times, respectively.
Previously, a 'hiddenReferenceName' string was allocated on v8::Handle and
created every time the DOM attribute is accessed, in spite of the fact that
the 'hiddenReferenceName' string is static.
This patch moves the 'hiddenReferenceName' string to v8::Persistent and makes it static.
Also, this patch removes 'if (!elementValue.IsEmpty() && elementValue->IsObject())',
since if 'element' exists, it is guaranteed that 'elementValue' is not empty
and is an Object.
Performance tests: https://bugs.webkit.org/attachment.cgi?id=130283
AppleWebKit/JavaScriptCore:
div.classList : 382ms
div.classList.foo = 123 : 335ms
div.dataset : 403ms
div.dataset.foo = 123 : 5250ms
div.attributes : 183ms
Chromium/V8 (without this patch):
div.classList : 9140ms
div.classList.foo = 123 : 9086ms
div.dataset : 9930ms
div.dataset.foo = 123 : 49698ms
div.attributes : 13489ms
Chromium/V8 (with this patch):
div.classList : 1435ms
div.classList.foo = 123 : 1470ms
div.dataset : 1400ms
div.dataset.foo = 123 : 30396ms
div.attributes : 1242ms
No tests. No change in behavior.
- bindings/v8/custom/V8DOMStringMapCustom.cpp: Modified as described above.
(WebCore::toV8):
- bindings/v8/custom/V8DOMTokenListCustom.cpp: Ditto.
(WebCore::toV8):
- bindings/v8/custom/V8NamedNodeMapCustom.cpp: Ditto.
(WebCore::toV8):
- bindings/v8/V8HiddenPropertyName.cpp: Defined a hidden property name string statically
to optimize the macro.
(WebCore):
(WebCore::V8HiddenPropertyName::hiddenReferenceName):
- bindings/v8/V8HiddenPropertyName.h: Modified to switch two prefixes "WebCore::HiddenProperty::"
and "WebCore::HiddenReference::", depending on whether a given name represents a hidden property
or a hidden reference.
(WebCore):
(V8HiddenPropertyName):
- 3:52 PM Changeset in webkit [109968] by
-
- 5 edits in trunk
getComputedStyle returns incorrect values for the width and height of pseudo-elements
https://bugs.webkit.org/show_bug.cgi?id=37835
Reviewed by Tony Chang.
Source/WebCore:
In case we are querying the computed style of an element with a pseudo-element we can't use
the renderer of the element as this one is not the one used to render the pseudo-element. We need
to use the one created to render the pseudo-element.
No new tests : Extend the existing getComputedStyle-with-pseudo-element.
- css/CSSComputedStyleDeclaration.cpp:
(WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
LayoutTests:
Extend existing test to cover the bug.
- fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt:
- fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html:
- 3:50 PM Changeset in webkit [109967] by
-
- 2 edits in trunk/LayoutTests
REGRESSION(r109191): Shadow DOM tests stopped running on ports that do not have SHADOW_DOM flag enabled.
https://bugs.webkit.org/show_bug.cgi?id=80449
Reviewed by Ryosuke Niwa.
- fast/dom/shadow/resources/create-dom.js:
(createDOM): Fixed a typo.
- 3:35 PM Changeset in webkit [109966] by
-
- 1 edit3 adds in trunk/LayoutTests
[chromium] Unreviewed gardening.
- platform/chromium-mac-snowleopard/css3/filters/composited-during-transition-layertree-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/css/circle-in-mask-with-shadow-expected.png: Added.
- platform/chromium-win/css3/filters/composited-during-transition-layertree-expected.txt: Added.
- 3:09 PM Changeset in webkit [109965] by
-
- 2 edits in trunk/Source/WebCore
[chromium] Make compositeAndReadback and damage tracking play nicely together
https://bugs.webkit.org/show_bug.cgi?id=80199
Reviewed by James Robinson.
Requires system-level testing (pixels on front-buffer should be
observed for correct behavior) that cannot be done by layout tests
or unit tests, have to rely on manual testing.
- platform/graphics/chromium/cc/CCSingleThreadProxy.cpp:
(WebCore::CCSingleThreadProxy::compositeAndReadback):
- 3:06 PM Changeset in webkit [109964] by
-
- 2 edits in trunk/Source/WebCore
Make CSSStyleSelector::convertToLength() behave more like CSSPrimitiveValue::convertToLength().
https://bugs.webkit.org/show_bug.cgi?id=80375
Reviewed by Eric Seidel.
No new tests / cleanup only.
This patch removes the bool* ok parameter from CSSStyleSelector's convertToLength,
and instead uses the recently added Length(Undefined) value to indicate failure.
This paves the way for a future patch that will call primitiveValue->convertToLength directly.
- css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::collectMatchingRulesForList):
- 2:54 PM Common pixel differences between ports edited by
- (diff)
- 2:52 PM Changeset in webkit [109963] by
-
- 4 edits in trunk/Tools
Copying old baselines throws an error if the new directory doesn't exist
https://bugs.webkit.org/show_bug.cgi?id=80443
Reviewed by Adam Barth.
Existing tests cover the new code with the fix to filesystem_mock.
- Scripts/webkitpy/common/system/filesystem_mock.py:
(MockFileSystem.copyfile):
Fix the mock to better match python's copyfile semantics.
- Scripts/webkitpy/to_be_moved/rebaseline_chromium_webkit_tests.py:
(Rebaseliner._create_html_baseline_files):
- Scripts/webkitpy/tool/commands/rebaseline.py:
(RebaselineTest._copy_existing_baseline):
- 2:45 PM Changeset in webkit [109962] by
-
- 3 edits in trunk/Source/WebCore
Add state variable and ASSERTs to DocumentWriter to help track down
https://bugs.webkit.org/show_bug.cgi?id=80427 and prevent illegal usage
of DocumentWriter. This also makes endIfNotLoadingMainResource() private
as there is no external usage.
Patch by Raymes Khoury <raymes@chromium.org> on 2012-03-06
Reviewed by Adam Barth.
This only adds ASSERT/CRASH and does not change existing behaviour.
- loader/DocumentWriter.cpp:
(WebCore::DocumentWriter::DocumentWriter):
(WebCore::DocumentWriter::begin):
(WebCore::DocumentWriter::addData):
(WebCore::DocumentWriter::endIfNotLoadingMainResource):
(WebCore::DocumentWriter::setDocumentWasLoadedAsPartOfNavigation):
- loader/DocumentWriter.h:
(DocumentWriter):
- 2:41 PM Changeset in webkit [109961] by
-
- 5 edits in trunk
[CSSRegions][CSSOM]Restrict parsing of named flow name
https://bugs.webkit.org/show_bug.cgi?id=80359
Reviewed by Andreas Kling.
The function that does the parsing for flow thread name should restrict the
number of parsed properties to 1, otherwise it would allow parsing of
"-webkit-flow-into: flow; color: red;" constructions.
Source/WebCore:
Modified fast/regions/webkit-named-flow-invalid-name.html to include the above case.
- css/CSSParser.cpp:
(WebCore::validFlowName):
(WebCore::CSSParser::parseFlowThread):
LayoutTests:
- fast/regions/webkit-named-flow-invalid-name-expected.txt:
- fast/regions/webkit-named-flow-invalid-name.html:
- 2:41 PM Changeset in webkit [109960] by
-
- 1 edit3 copies in branches/chromium/1025
Merge 109543 - REGRESSION (r104060): Page contents not painted if inserting a new stylesheet and temporary body node
https://bugs.webkit.org/show_bug.cgi?id=76590
Reviewed by Maciej Stachowiak.
Source/WebCore:
Test: fast/css/pending-stylesheet-repaint.html
If there has been a style recalc with a pending stylesheet, the forced repaint will need to be triggered even
if the stylesheet doesn't affect the rendering. Otherwise we may end up never painting at all.
- dom/Document.cpp:
(WebCore::Document::styleSelectorChanged):
LayoutTests:
- fast/css/pending-stylesheet-repaint-expected.png: Added.
- fast/css/pending-stylesheet-repaint-expected.txt: Added.
- fast/css/pending-stylesheet-repaint.html: Added.
TBR=Antti Koivisto
Review URL: https://chromiumcodereview.appspot.com/9618030
- 2:16 PM Changeset in webkit [109959] by
-
- 2 edits in trunk/Source/WebKit/blackberry
[BlackBerry] Remove unused and unneeded WebPageClient::downloadRequested(NetworkRequest&)
https://bugs.webkit.org/show_bug.cgi?id=80438
Patch by Lianghui Chen <liachen@rim.com> on 2012-03-06
Reviewed by Antonio Gomes.
- Api/WebPageClient.h:
- 1:59 PM Changeset in webkit [109958] by
-
- 2 edits in trunk/Source/WebKit/chromium
[Chromium] Add OVERRIDEs to WebWorkerClientImpl.h
https://bugs.webkit.org/show_bug.cgi?id=80434
Reviewed by Tony Chang.
Tests: just that it compiles.
- src/WebWorkerClientImpl.h:
(WebWorkerClientImpl):
- 1:43 PM Changeset in webkit [109957] by
-
- 3 edits in trunk/Source/WebKit2
MiniBrowser --window-size 480x800 www.nytimes.com doesn't paint bottom tiles.
https://bugs.webkit.org/show_bug.cgi?id=80313
Patch by Hugo Parente Lima <Hugo Parente Lima> on 2012-03-06
Reviewed by Kenneth Rohde Christiansen.
Fix the math to get the visible rectangle and add a method to get it.
- UIProcess/API/qt/qquickwebview.cpp:
(QQuickWebViewPrivate::visibleContentsRect):
(QQuickWebViewFlickablePrivate::_q_commitScaleChange):
(QQuickWebViewPrivate::_q_commitPositionChange):
- UIProcess/API/qt/qquickwebview_p_p.h:
(QQuickWebViewPrivate):
- 1:32 PM Changeset in webkit [109956] by
-
- 4 edits in trunk/Source/JavaScriptCore
GCActivityCallback timer should vary with the length of the previous GC
https://bugs.webkit.org/show_bug.cgi?id=80344
Reviewed by Geoffrey Garen.
- heap/Heap.cpp: Gave Heap the ability to keep track of the length of its last
GC length so that the GC Activity Callback can use it.
(JSC::Heap::Heap):
(JSC::Heap::collect):
- heap/Heap.h:
(JSC::Heap::lastGCLength):
(Heap):
- runtime/GCActivityCallbackCF.cpp:
(JSC):
(JSC::DefaultGCActivityCallback::operator()): Use the length of the Heap's last
GC to determine the length of our timer trigger (currently set at 100x the duration
of the last GC).
- 1:32 PM Changeset in webkit [109955] by
-
- 2 edits in trunk/LayoutTests
Update Chromium/SVG expectations after the <use> rewrite
https://bugs.webkit.org/show_bug.cgi?id=79568
Unreviewed Chromium test_expectations update.
As expected, some tests are failing due to missing or incorrect baselines.
- platform/chromium/test_expectations.txt:
- 1:11 PM Changeset in webkit [109954] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed build fix for minimal build after r109939.
Guard access to page->inspectorController with ENABLE(INSPECTOR).
- page/FrameView.cpp:
(WebCore::FrameView::performPostLayoutTasks):
- 1:01 PM Changeset in webkit [109953] by
-
- 4 edits7 adds in trunk
Enable compositing when a CSS filter is animating
https://bugs.webkit.org/show_bug.cgi?id=79048
Reviewed by Simon Fraser.
Source/WebCore:
Now that some systems (e.g. OS X) have both hardware accelerated
CSS filters, and the ability to animate them via the hardware
compositor, all CSS filters should be composited when animating.
Tests: css3/filters/composited-during-animation-layertree.html
css3/filters/composited-during-animation.html
css3/filters/composited-during-transition-layertree.html
- platform/graphics/ca/GraphicsLayerCA.cpp:
(WebCore):
(WebCore::supportsAcceleratedFilterAnimations):
new method that returns true if the platform supports
hardware animations of filters.
(WebCore::GraphicsLayerCA::addAnimation):
(WebCore::GraphicsLayerCA::createAnimationFromKeyframes):
only create layer-animations if the platform supports it.
- rendering/RenderLayerCompositor.cpp:
(WebCore::RenderLayerCompositor::requiresCompositingForAnimation):
create a compositing layer if animating a filter on a
supported platform.
LayoutTests:
- platform/mac/css3/filters/composited-during-animation-expected.txt: Added.
- platform/mac/css3/filters/composited-during-animation-layertree-expected.txt: Added.
- css3/filters/composited-during-animation-layertree.html: Added.
- css3/filters/composited-during-animation.html: Added.
- platform/mac/css3/filters/composited-during-transition-layertree-expected.txt: Added.
- css3/filters/composited-during-transition-layertree.html: Added.
- 12:50 PM Changeset in webkit [109952] by
-
- 3 edits in trunk/Source/JavaScriptCore
BlackBerry] Fix cast-align gcc warnings when compiling JSC
https://bugs.webkit.org/show_bug.cgi?id=80420
Reviewed by Gavin Barraclough.
Fix warnings given in Blackberry build.
- heap/CopiedBlock.h:
(JSC::CopiedBlock::CopiedBlock):
- wtf/RefCountedArray.h:
(WTF::RefCountedArray::Header::fromPayload):
- 12:41 PM Common pixel differences between ports edited by
- (diff)
- 12:38 PM Common pixel differences between ports created by
- 12:34 PM WikiStart edited by
- (diff)
- 12:30 PM Changeset in webkit [109951] by
-
- 73 edits50 adds2 deletes in trunk/LayoutTests
Update Chromium/SVG expectations after the <use> rewrite
https://bugs.webkit.org/show_bug.cgi?id=79568
Unreviewed Chromium expectation updates.
This covers the remaining text failures after r109097. There are no
image updates here (expect a missing one) because the flakiness board
indicated that no images were failing that were not already failing.
Of course, that may be incorrect but the best way to find out is to
try it.
- platform/chromium-linux-x86/svg/filters/filter-refresh-expected.txt:
- platform/chromium-linux-x86/svg/stroke: Added.
- platform/chromium-linux-x86/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added.
- platform/chromium-linux-x86/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
- platform/chromium-linux/svg/batik/text/smallFonts-expected.png: Added.
- platform/chromium-linux/svg/batik/text/textPosition-expected.txt:
- platform/chromium-linux/svg/batik/text/textPosition2-expected.txt:
- platform/chromium-linux/svg/carto.net/window-expected.txt: Removed.
- platform/chromium-linux/svg/filters/filter-refresh-expected.txt:
- platform/chromium-linux/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added.
- platform/chromium-linux/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added.
- platform/chromium-mac-leopard/svg/batik/text/smallFonts-expected.png: Added.
- platform/chromium-mac-leopard/svg/filters/filter-refresh-expected.txt:
- platform/chromium-mac-leopard/svg/stroke: Added.
- platform/chromium-mac-leopard/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added.
- platform/chromium-mac-leopard/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
- platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
- platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/batik/text/longTextOnPath-expected.txt:
- platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/batik/text/textOnPath2-expected.txt:
- platform/chromium-mac-snowleopard/svg/batik/text/textOnPath3-expected.txt:
- platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/filters/filter-refresh-expected.txt:
- platform/chromium-mac-snowleopard/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/text/text-text-05-t-expected.txt: Added.
- platform/chromium-win-vista/svg/filters/filter-refresh-expected.txt:
- platform/chromium-win-vista/svg/stroke: Added.
- platform/chromium-win-vista/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added.
- platform/chromium-win-vista/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added.
- platform/chromium-win-xp/svg/filters/filter-refresh-expected.txt:
- platform/chromium-win-xp/svg/stroke: Added.
- platform/chromium-win-xp/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added.
- platform/chromium-win-xp/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added.
- platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
- platform/chromium-win/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
- platform/chromium-win/svg/batik/filters/feTile-expected.txt:
- platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
- platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
- platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
- platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
- platform/chromium-win/svg/batik/paints/patternRegionA-expected.txt:
- platform/chromium-win/svg/batik/paints/patternRegions-expected.txt:
- platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
- platform/chromium-win/svg/batik/text/longTextOnPath-expected.txt:
- platform/chromium-win/svg/batik/text/smallFonts-expected.png: Added.
- platform/chromium-win/svg/batik/text/smallFonts-expected.txt: Added.
- platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
- platform/chromium-win/svg/batik/text/textDecoration-expected.txt:
- platform/chromium-win/svg/batik/text/textEffect-expected.txt:
- platform/chromium-win/svg/batik/text/textEffect2-expected.txt:
- platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
- platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
- platform/chromium-win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
- platform/chromium-win/svg/batik/text/textLayout-expected.txt:
- platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
- platform/chromium-win/svg/batik/text/textLength-expected.txt:
- platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
- platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
- platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
- platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
- platform/chromium-win/svg/batik/text/textPosition-expected.txt:
- platform/chromium-win/svg/batik/text/textPosition2-expected.txt:
- platform/chromium-win/svg/batik/text/textProperties-expected.txt:
- platform/chromium-win/svg/batik/text/textProperties2-expected.txt:
- platform/chromium-win/svg/batik/text/textStyles-expected.txt:
- platform/chromium-win/svg/batik/text/verticalText-expected.txt:
- platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
- platform/chromium-win/svg/carto.net/button-expected.txt:
- platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
- platform/chromium-win/svg/carto.net/slider-expected.txt:
- platform/chromium-win/svg/carto.net/window-expected.txt:
- platform/chromium-win/svg/filters/filter-refresh-expected.txt:
- platform/chromium-win/svg/hixie/error/017-expected.txt:
- platform/chromium-win/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added.
- platform/chromium-win/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added.
- platform/chromium-win/svg/text/text-gradient-positioning-expected.txt:
- platform/chromium-win/svg/text/text-path-01-b-expected.txt:
- platform/chromium-win/svg/text/text-text-04-t-expected.txt:
- platform/chromium-win/svg/text/text-text-05-t-expected.txt:
- platform/chromium-win/svg/text/text-text-06-t-expected.txt:
- platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
- platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
- platform/chromium/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt: Replaced.
- platform/chromium/test_expectations.txt:
- 12:23 PM Changeset in webkit [109950] by
-
- 2 edits in trunk/LayoutTests
[chromium] Unreviewed gardening.
- platform/chromium-mac-leopard/svg/custom/use-on-text-expected.png:
- 12:20 PM Changeset in webkit [109949] by
-
- 12 edits in trunk
writable/configurable not respected for some properties of Function/String/Arguments
https://bugs.webkit.org/show_bug.cgi?id=80436
Reviewed by Oliver Hunt.
Special properties should behave like regular properties.
Source/JavaScriptCore:
- runtime/Arguments.cpp:
(JSC::Arguments::defineOwnProperty):
- Mis-nested logic for making read-only properties non-live.
- runtime/JSFunction.cpp:
(JSC::JSFunction::put):
- arguments/length/caller are non-writable, non-configurable - reject appropriately.
(JSC::JSFunction::deleteProperty):
- Attempting to delete prototype/caller should fail.
(JSC::JSFunction::defineOwnProperty):
- Ensure prototype is reified on attempt to reify it.
- arguments/length/caller are non-writable, non-configurable - reject appropriately.
- runtime/JSFunction.h:
- added declaration for defineOwnProperty.
(JSFunction):
- runtime/StringObject.cpp:
(JSC::StringObject::put):
- length is non-writable, non-configurable - reject appropriately.
LayoutTests:
- fast/js/mozilla/strict/10.6-expected.txt:
- fast/js/mozilla/strict/15.3.5.1-expected.txt:
- fast/js/mozilla/strict/15.3.5.2-expected.txt:
- fast/js/mozilla/strict/15.5.5.1-expected.txt:
- Check in passing test results.
- fast/js/script-tests/arguments.js:
- Fix test - this was asserting incorrect behaviour.
- 12:16 PM Changeset in webkit [109948] by
-
- 6 edits in trunk/Source/WebKit/chromium
IndexedDB: Check WebCommonWorkerClient::allowIndexedDB before proceeding from a shared worker
https://bugs.webkit.org/show_bug.cgi?id=79954
Tests: The 'allow' case will be tested once the patch at
http://webkit.org/b/80189 and
https://chromiumcodereview.appspot.com/9585031/ both land. Bug for
testing the 'deny' case is http://crbug.com/113738.
Reviewed by Tony Chang.
- public/WebCommonWorkerClient.h:
(WebKit::WebCommonWorkerClient::allowDatabase):
(WebKit::WebCommonWorkerClient::allowFileSystem):
(WebKit::WebCommonWorkerClient::openFileSystem):
(WebCommonWorkerClient):
(WebKit::WebCommonWorkerClient::allowIndexedDB):
- public/WebSharedWorkerClient.h:
(WebSharedWorkerClient):
- src/IDBFactoryBackendProxy.cpp:
(WebKit::AllowIndexedDBMainThreadBridge::create):
(WebKit::AllowIndexedDBMainThreadBridge::cancel):
(WebKit::AllowIndexedDBMainThreadBridge::signalCompleted):
(WebKit::AllowIndexedDBMainThreadBridge::AllowIndexedDBMainThreadBridge):
(WebKit::AllowIndexedDBMainThreadBridge::allowIndexedDBTask):
(AllowIndexedDBMainThreadBridge):
(WebKit::IDBFactoryBackendProxy::allowIDBFromWorkerThread):
- src/WebWorkerClientImpl.cpp:
(WebKit):
(WebKit::WebWorkerClientImpl::allowIndexedDB):
- src/WebWorkerClientImpl.h:
(WebWorkerClientImpl):
- 12:14 PM Changeset in webkit [109947] by
-
- 3 edits in branches/subpixellayout/Source/WebCore/rendering
Cleaning up RenderBlock* before merging changes to trunk. Also fixing an assert in RenderLayer because of an unecessary LayoutUnit.
- 12:13 PM Changeset in webkit [109946] by
-
- 6 edits1 delete in trunk/Source
Unreviewed, rolling out r109825.
http://trac.webkit.org/changeset/109825
https://bugs.webkit.org/show_bug.cgi?id=79413
Broke webkit_unit_tests on Chromium Win
Source/WebCore:
- Modules/indexeddb/IDBLevelDBBackingStore.cpp:
(WebCore::IDBLevelDBBackingStore::open):
- platform/leveldb/LevelDBDatabase.cpp:
(WebCore):
- platform/leveldb/LevelDBDatabase.h:
(LevelDBDatabase):
Source/WebKit/chromium:
- WebKit.gypi:
- tests/LevelDBTest.cpp: Removed.
- 12:11 PM Changeset in webkit [109945] by
-
- 6 edits in trunk/Tools
Add a mechanism to rebaseline new ports
https://bugs.webkit.org/show_bug.cgi?id=80355
Reviewed by Adam Barth.
For a test that's only failing on a new port, we want
to first copy the existing result into the location for the
port it's replacing in order to not break that port.
For example, bringing up the chromium-lion port, if we just
stick the results in the chromium-mac directory, the snow leopard
will start failing. Instead, we first copy the existing result
to the chromium-mac-snowleopard directory.
- Scripts/webkitpy/layout_tests/port/builders.py:
(builder_path_for_port_name):
(fallback_port_name_for_new_port):
- Scripts/webkitpy/tool/commands/rebaseline.py:
(RebaselineTest):
(RebaselineTest._copy_existing_baseline):
(RebaselineTest._rebaseline_test):
(RebaselineTest.execute):
- Scripts/webkitpy/tool/commands/rebaseline_unittest.py:
(TestRebaseline.test_rebaseline_test):
(TestRebaseline):
(TestRebaseline.test_rebaseline_and_copy_test):
(test_rebaseline_and_copy_test_no_existing_result):
(test_rebaseline_and_copy_test_with_lion_result):
(test_rebaseline_and_copy_no_overwrite_test):
- Scripts/webkitpy/tool/servers/gardeningserver.py:
(GardeningHTTPRequestHandler.rebaseline):
- Scripts/webkitpy/tool/servers/gardeningserver_unittest.py:
(GardeningServerTest.test_rebaseline):
(GardeningServerTest):
(GardeningServerTest.test_rebaseline_new_port):
- 12:08 PM Changeset in webkit [109944] by
-
- 9 edits1 add in trunk
https://bugs.webkit.org/show_bug.cgi?id=80351
InlineTextBox is using the wrong origin when calling
addRelevantRepaintedObject
-and corresponding-
<rdar://problem/10970221>
Reviewed by Sam Weinig.
Source/WebCore:
boxOrigin represents the actual location of the text. The adjustedPaintOffset
(which I was using previously) will only correspond to the first line in a
block of lines.
- rendering/InlineTextBox.cpp:
(WebCore::InlineTextBox::paint):
Tools:
This test has actually been broken since revision 109273. This change makes
the test pass again, and it makes it specifically exercise the fix for this
bug.
- TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
- TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout.cpp:
(TestWebKitAPI::TEST):
Adjust comments in the other tests to reflect the API changes from 109273.
- TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayoutFails.cpp:
(TestWebKitAPI::TEST):
- TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayoutFails_Bundle.cpp:
(TestWebKitAPI::NewFirstVisuallyNonEmptyLayoutFailsTest::didCreatePage):
- TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayoutFrames_Bundle.cpp:
(TestWebKitAPI::NewFirstVisuallyNonEmptyLayoutFramesTest::didCreatePage):
- TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout_Bundle.cpp:
(TestWebKitAPI::NewFirstVisuallyNonEmptyLayoutTest::didCreatePage):
- TestWebKitAPI/Tests/WebKit2/lots-of-text.html: Added.
- 11:59 AM Changeset in webkit [109943] by
-
- 2 edits in trunk/Source/WebCore
[BlackBerry] Disable border radius clips (r95239) for BlackBerry
https://bugs.webkit.org/show_bug.cgi?id=80416
Patch by Filip Spacek <fspacek@rim.com> on 2012-03-06
Reviewed by Antonio Gomes
The BlackBerry port suffers from the same performance
degradation when border radius clip is enabled as Chromium.
- rendering/RenderLayer.cpp:
- 11:55 AM Changeset in webkit [109942] by
-
- 9 edits in trunk/Source/WebCore
Unreviewed, rolling out r109832.
http://trac.webkit.org/changeset/109832
https://bugs.webkit.org/show_bug.cgi?id=80356
Broke WebSocket tests on Chrome Mac and Linux
- Modules/websockets/ThreadableWebSocketChannel.h:
(ThreadableWebSocketChannel):
- Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp:
(WebCore::ThreadableWebSocketChannelClientWrapper::ThreadableWebSocketChannelClientWrapper):
(WebCore::ThreadableWebSocketChannelClientWrapper::sendRequestResult):
(WebCore::ThreadableWebSocketChannelClientWrapper::setSendRequestResult):
- Modules/websockets/ThreadableWebSocketChannelClientWrapper.h:
(ThreadableWebSocketChannelClientWrapper):
- Modules/websockets/WebSocket.cpp:
(WebCore::WebSocket::send):
- Modules/websockets/WebSocketChannel.cpp:
(WebCore::WebSocketChannel::send):
(WebCore::WebSocketChannel::enqueueTextFrame):
(WebCore::WebSocketChannel::processOutgoingFrameQueue):
- Modules/websockets/WebSocketChannel.h:
(WebSocketChannel):
(QueuedFrame):
- Modules/websockets/WorkerThreadableWebSocketChannel.cpp:
(WebCore::WorkerThreadableWebSocketChannel::send):
(WebCore::workerContextDidSend):
(WebCore::WorkerThreadableWebSocketChannel::Peer::send):
(WebCore::WorkerThreadableWebSocketChannel::Bridge::send):
- Modules/websockets/WorkerThreadableWebSocketChannel.h:
(WorkerThreadableWebSocketChannel):
(Bridge):
- 11:50 AM Changeset in webkit [109941] by
-
- 6 edits4 deletes in trunk
Unreviewed, rolling out r109840.
http://trac.webkit.org/changeset/109840
https://bugs.webkit.org/show_bug.cgi?id=80103
Broke WebSocket tests on Chrome Mac and Linux
Source/WebCore:
- Modules/websockets/WebSocket.cpp:
(WebCore::WebSocket::send):
(WebCore::WebSocket::close):
- Modules/websockets/WebSocketChannel.cpp:
(WebCore::WebSocketChannel::send):
LayoutTests:
- http/tests/websocket/tests/hybi/close-expected.txt:
- http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Removed.
- http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Removed.
- http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Removed.
- http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Removed.
- http/tests/websocket/tests/hybi/workers/close-expected.txt:
- 11:44 AM Changeset in webkit [109940] by
-
- 3 edits in branches/subpixellayout/Source/WebCore
Add size_t version of AppUnit::operator/ on branch.
- 11:33 AM Changeset in webkit [109939] by
-
- 19 edits in trunk/Source
<http://webkit.org/b/78575> Web Inspector: Disable dock button when not allowed to dock
There are times when an undocked inspector frontend is not allowed to
attach to the main window. We can disable the dock button in those cases.
Reviewed by Pavel Feldman.
No new tests. This functionality is port specific right now.
- page/FrameView.cpp:
(WebCore::FrameView::performPostLayoutTasks):
When the main frame is resized we let the inspector client know,
so that it can react to it as needed.
- WebCore.exp.in:
- inspector/InspectorClient.h:
(WebCore::InspectorClient::didResizeMainFrame):
- inspector/InspectorController.cpp:
- inspector/InspectorController.h:
(WebCore::InspectorController::inspectorClient):
Call up to the port though to the InspectorClient.
- inspector/InspectorFrontendClientLocal.cpp:
(WebCore::InspectorFrontendClientLocal::frontendLoaded):
(WebCore::InspectorFrontendClientLocal::setDockingUnavailable):
- inspector/InspectorFrontendClientLocal.h:
On ports where the inspector frontend client is local, provide a
setDockingUnavailable InspectorFrontendAPI to update the docking state.
Automatically update availability when the frontend completes loading.
- inspector/front-end/InspectorFrontendAPI.js:
(InspectorFrontendAPI.setDockingUnavailable):
- inspector/front-end/inspector.js:
(WebInspector._createGlobalStatusBarItems):
(WebInspector.setAttachedWindow):
(WebInspector.setDockingUnavailable):
(WebInspector.updateDockToggleButton):
Update the dock button's enabled/disabled state when its created,
when the attached state changes, when get a frontend API notification
that we cannot attach.
- inspector/front-end/InspectorFrontendHostStub.js:
Remove unused canAttachWindow method.
Source/WebKit/mac: Web Inspector: Hide dock button when not allowed to dock
https://bugs.webkit.org/show_bug.cgi?id=78575
Reviewed by Pavel Feldman.
- WebCoreSupport/WebInspectorClient.h:
(WebCore):
(WebInspectorClient):
- WebCoreSupport/WebInspectorClient.mm:
(WebInspectorClient::didResizeMainFrame):
Source/WebKit2: Web Inspector: Hide dock button when not allowed to dock
https://bugs.webkit.org/show_bug.cgi?id=78575
Reviewed by Pavel Feldman.
- WebProcess/WebCoreSupport/WebInspectorClient.cpp:
(WebKit::WebInspectorClient::didResizeMainFrame):
- WebProcess/WebCoreSupport/WebInspectorClient.h:
- WebProcess/WebPage/WebInspector.cpp:
(WebKit::WebInspector::updateDockingAvailability):
- WebProcess/WebPage/WebInspector.h:
- 11:23 AM Changeset in webkit [109938] by
-
- 6 edits8 adds in trunk
Speech JavaScript API: add SpeechRecognitionError
https://bugs.webkit.org/show_bug.cgi?id=80410
Source/WebCore:
Reviewed by Adam Barth.
Add SpeechRecognitionError.
Test: fast/speech/scripted/speechrecognitionerror-basics.html
- Modules/speech/DOMWindowSpeech.idl: Added.
- Modules/speech/SpeechRecognitionError.cpp: Added.
(WebCore):
(WebCore::SpeechRecognitionError::create):
(WebCore::SpeechRecognitionError::SpeechRecognitionError):
- Modules/speech/SpeechRecognitionError.h: Added.
(WebCore):
(SpeechRecognitionError):
(WebCore::SpeechRecognitionError::code):
(WebCore::SpeechRecognitionError::message):
- Modules/speech/SpeechRecognitionError.idl: Added.
- WebCore.gyp/WebCore.gyp:
- WebCore.gypi:
Tools:
Chromium: enable the runtime flag for scripted speech so we can run
the layout tests for it.
Reviewed by Adam Barth.
- DumpRenderTree/chromium/TestShell.cpp:
(TestShell::TestShell):
LayoutTests:
Add a test for SpeechRecognitionError.
Reviewed by Adam Barth.
- fast/speech/scripted/speechrecognitionerror-basics.html: Added.
- 11:08 AM Changeset in webkit [109937] by
-
- 2 edits in trunk/Tools
Enable universal newlines in chromium android layout test runner
https://bugs.webkit.org/show_bug.cgi?id=80418
Patch by Sami Kyostila <skyostil@chromium.org> on 2012-03-06
Reviewed by Adam Barth.
The Chromium Android layout test runner uses the 'adb' program to
communicate with the Android device. Adb uses CRLF ('\r\n') to delimit
output lines from the test runner, while the test expectation files are
written with LF ('\n') delimiters. This causes the results to have
spurious whitespace differences, making them more difficult to
interpret.
The fix is to enable universal newlines for the DumpRenderTree pipe,
causing the output to only contain LF newlines like on other platforms.
- Scripts/webkitpy/layout_tests/port/chromium_android.py:
(ChromiumAndroidDriver._start):
- 11:07 AM Changeset in webkit [109936] by
-
- 3 edits4 copies in branches/chromium/1025
Merge 109480
BUG=114513
Review URL: https://chromiumcodereview.appspot.com/9617017
- 11:01 AM Changeset in webkit [109935] by
-
- 8 edits in branches/subpixellayout/Source/WebCore/rendering
Fix basline bug in RenderDeprecatedFlexibleBox on branch.
- 10:35 AM Changeset in webkit [109934] by
-
- 2 edits in trunk/LayoutTests
select-line-break-with-opposite-directionality.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=80227
Unreviewed test fix attempt.
- editing/selection/select-line-break-with-opposite-directionality.html:
- 10:15 AM Changeset in webkit [109933] by
-
- 3 edits in trunk/Source/WebCore
Unreleased gst_object_reference to audio sink in MediaPlayerPrivateGStreamer
https://bugs.webkit.org/show_bug.cgi?id=79795
Bug fix: Used a GRefPtr to hold the reference to the audio sink instead of a GstElement*.
Code cleanup: Used the same pattern for webkit web source and removed explicit gst_unref in destructor.
Patch by David Corvoysier <david.corvoysier@orange.com> on 2012-03-06
Reviewed by Philippe Normand.
No new tests. No change in behavior.
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::~MediaPlayerPrivateGStreamer):
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
(MediaPlayerPrivateGStreamer):
- 10:03 AM Changeset in webkit [109932] by
-
- 2 edits in trunk/Source/WebCore
[CMake] Build fix for !ENABLE(WORKERS) after r109556 and r109833.
- CMakeLists.txt:
- 9:57 AM Changeset in webkit [109931] by
-
- 2 edits in trunk/Source/WebCore
[Qt][WK2] Crash in Frame.cpp when loading index.hu
https://bugs.webkit.org/show_bug.cgi?id=80165
Guard against possible null document, which can happen
when unsetting a document in a frame.
Patch by Allan Sandfeld Jensen <allan.jensen@nokia.com> on 2012-03-06
Reviewed by Kenneth Rohde Christiansen.
- page/Frame.cpp:
(WebCore::Frame::setDocument):
- 9:54 AM Changeset in webkit [109930] by
-
- 3 edits in trunk/Source/WebKit2
[Qt] Interaction Engine suspends content during pageload.
https://bugs.webkit.org/show_bug.cgi?id=80294
Only suspend content when viewport updates are deferred
for a non-instantanious interaction.
Patch by Allan Sandfeld Jensen <allan.jensen@nokia.com> on 2012-03-06
Reviewed by Kenneth Rohde Christiansen.
- UIProcess/qt/QtViewportInteractionEngine.cpp:
(WebKit::ViewportUpdateDeferrer::ViewportUpdateDeferrer):
(WebKit::ViewportUpdateDeferrer::~ViewportUpdateDeferrer):
(WebKit::QtViewportInteractionEngine::QtViewportInteractionEngine):
(WebKit::QtViewportInteractionEngine::flickableMoveStarted):
(WebKit::QtViewportInteractionEngine::scaleAnimationStateChanged):
- UIProcess/qt/QtViewportInteractionEngine.h:
(QtViewportInteractionEngine):
- 9:51 AM Changeset in webkit [109929] by
-
- 2 edits4 adds in trunk/Source/WebCore
WebCore build exceeds address space on 32-bit Windows builds.
https://bugs.webkit.org/show_bug.cgi?id=80346
Patch by Lucas Forschler <Lucas Forschler> on 2012-03-06
Reviewed by Jessie Berlin.
Patch by Lucas Forschler, landed by Jessie Berlin.
Add AllInOne.cpp files for a few projects.
This will only affect Production and Release builds.
Let VS rebuild the project file.
- WebCore.vcproj/WebCore.vcproj:
- css/MediaAllInOne.cpp: Added.
- loader/appcache/ApplicationCacheAllInOne.cpp: Added.
- mathml/MathMLAllInOne.cpp: Added.
- platform/text/TextAllInOne.cpp: Added.
- 9:46 AM Changeset in webkit [109928] by
-
- 4 edits in trunk/LayoutTests
[GTK] fullscreen/full-screen-iframe-legacy.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=74279
Reviewed by Eric Carlson.
- fullscreen/full-screen-iframe-legacy.html: Wait for canplaythrough
event on the video and increase the timeout to 100ms to reduce
flakiness. Also set the iframe video url from the main frame
before installing the canplaythrough event listener.
- 9:17 AM Changeset in webkit [109927] by
-
- 9 edits in trunk
Web Inspector: add support for inspection of huge (1M elements) arrays.
https://bugs.webkit.org/show_bug.cgi?id=80421
Reviewed by Vsevolod Vlasov.
Source/WebCore:
- inspector/front-end/ConsoleView.js:
(WebInspector.ConsoleView.prototype.completionsForExpression.evaluated):
- inspector/front-end/ElementsPanel.js:
- inspector/front-end/ObjectPropertiesSection.js:
(WebInspector.ObjectPropertiesSection.prototype.update.callback):
(WebInspector.ObjectPropertiesSection.prototype.update):
(WebInspector.ObjectPropertiesSection.prototype.updateProperties):
(WebInspector.ObjectPropertyTreeElement.prototype.onpopulate.callback):
(WebInspector.ObjectPropertyTreeElement.prototype.onpopulate):
(WebInspector.ArrayGroupingTreeElement):
(WebInspector.ArrayGroupingTreeElement._populateArray):
(WebInspector.ArrayGroupingTreeElement._populateRanges):
(WebInspector.ArrayGroupingTreeElement._populateRanges.callback):
(WebInspector.ArrayGroupingTreeElement._populateAsFragment):
(WebInspector.ArrayGroupingTreeElement._populateAsFragment.processArrayFragment):
(WebInspector.ArrayGroupingTreeElement._populateAsFragment.processProperties):
(WebInspector.ArrayGroupingTreeElement._populateNonIndexProperties.buildObjectFragment):
(WebInspector.ArrayGroupingTreeElement._populateNonIndexProperties.processObjectFragment):
(WebInspector.ArrayGroupingTreeElement._populateNonIndexProperties.processProperties):
(WebInspector.ArrayGroupingTreeElement._populateNonIndexProperties):
(WebInspector.ArrayGroupingTreeElement.prototype.onpopulate):
(WebInspector.ArrayGroupingTreeElement.prototype.onattach):
- inspector/front-end/PropertiesSidebarPane.js:
(WebInspector.PropertiesSidebarPane.prototype.update.nodeResolved):
- inspector/front-end/RemoteObject.js:
(WebInspector.RemoteObject.prototype.callFunction):
(WebInspector.RemoteObject.prototype.callFunctionJSON):
LayoutTests:
- http/tests/inspector/indexeddb/database-data.html:
- inspector/console/console-big-array.html:
- 9:09 AM Changeset in webkit [109926] by
-
- 2 edits in trunk/Source/WebKit/blackberry
[BlackBerry] Don't suspend accel comp when backgrounding a page.
https://bugs.webkit.org/show_bug.cgi?id=80369
RIM PR: 137609
Reviewed by Adam Treat.
Just because the page is in the background doesn't mean
it's invisible, doesn't mean it won't have to be redrawn
at some point - on rotation, for instance.
We still suspend accelerated compositing on setVisible(false).
- Api/WebPage.cpp:
(BlackBerry::WebKit::WebPage::notifyPageBackground):
(BlackBerry::WebKit::WebPage::notifyPageForeground):
- 8:58 AM Changeset in webkit [109925] by
-
- 8 edits2 adds2 deletes in trunk/LayoutTests
[chromium] Rebaseline some SVG tests now giving correct results.
Unreviewed gardening.
- platform/chromium-linux/svg/custom/use-on-text-expected.png:
- platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
- platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.png:
- platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.txt: Removed.
- platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.png:
- platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Removed.
- platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.png:
- platform/chromium-win/svg/custom/use-on-text-expected.png:
- platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.png:
- platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png:
- 8:34 AM Changeset in webkit [109924] by
-
- 2 edits in tags/Safari-536.2.1/Source/WebKit2
Merged r109826.
- 8:33 AM Changeset in webkit [109923] by
-
- 2 edits in trunk/Source/WebCore
Web Inspector: Open link in resources panel only works the second time
https://bugs.webkit.org/show_bug.cgi?id=80407
Reviewed by Pavel Feldman.
- inspector/front-end/inspector.js:
(WebInspector.openResource):
- 8:20 AM Changeset in webkit [109922] by
-
- 11 edits in trunk/Source/WebCore
Web Inspector: InspectorCounters mechanism should be thread-safe
https://bugs.webkit.org/show_bug.cgi?id=80166
Make InspectorCounters instance thread local so that it can be safely accessed
in workers.
Reviewed by Pavel Feldman.
- bindings/js/JSEventListener.cpp:
(WebCore::JSEventListener::JSEventListener):
(WebCore::JSEventListener::~JSEventListener):
- bindings/v8/V8AbstractEventListener.cpp:
(WebCore::V8AbstractEventListener::V8AbstractEventListener):
(WebCore::V8AbstractEventListener::~V8AbstractEventListener):
- dom/Document.cpp:
(WebCore::Document::Document):
(WebCore::Document::~Document):
- dom/Document.h:
(WebCore::Node::Node):
- dom/Node.cpp:
(WebCore::Node::~Node):
- inspector/InspectorCounters.cpp:
(WebCore::InspectorCounters::InspectorCounters):
(WebCore::InspectorCounters::counterValue):
(WebCore):
(WebCore::InspectorCounters::current):
- inspector/InspectorCounters.h:
(WebCore::InspectorCounters::incrementCounter):
(WebCore::InspectorCounters::decrementCounter):
(InspectorCounters):
- inspector/InspectorTimelineAgent.cpp:
(WebCore::InspectorTimelineAgent::setHeapSizeStatistic):
- platform/ThreadGlobalData.cpp:
(WebCore::ThreadGlobalData::ThreadGlobalData):
(WebCore::ThreadGlobalData::destroy):
- platform/ThreadGlobalData.h:
(WebCore):
(ThreadGlobalData):
(WebCore::ThreadGlobalData::inspectorCounters):
- 8:10 AM Changeset in webkit [109921] by
-
- 4 edits in trunk/LayoutTests
[GStreamer] media/video-played-collapse.html
https://bugs.webkit.org/show_bug.cgi?id=36165
Reviewed by Eric Carlson.
Refactored the test to minimize flakiness risks.
- media/video-played-collapse-expected.txt:
- media/video-played-collapse.html:
- platform/gtk/test_expectations.txt:
- 8:10 AM Changeset in webkit [109920] by
-
- 8 edits2 deletes in releases/WebKitGTK/webkit-1.8
Merging r109791
- 7:50 AM Changeset in webkit [109919] by
-
- 2 edits in trunk/Source/WebCore
[BlackBerry] Upstream typedef of NativeImageSourcePtr and NativeImagePtr
https://bugs.webkit.org/show_bug.cgi?id=80388
Reviewed by Antonio Gomes.
These are the BlackBerry typdefs of NativeImageSourcePtr and NativeImagePtr.
- platform/graphics/ImageSource.h:
(WebCore):
- 7:46 AM WebKit Team edited by
- (diff)
- 7:30 AM Changeset in webkit [109918] by
-
- 5 edits in trunk
TypedArray subarray call for subarray does not clamp the end index parameter properly
https://bugs.webkit.org/show_bug.cgi?id=80285
Patch by Ulan Degenbaev <ulan@chromium.org> on 2012-03-06
Reviewed by Kenneth Russell.
Source/JavaScriptCore:
- wtf/ArrayBufferView.h:
(WTF::ArrayBufferView::calculateOffsetAndLength):
LayoutTests:
- fast/canvas/webgl/array-unit-tests-expected.txt:
- fast/canvas/webgl/array-unit-tests.html:
- 7:17 AM Changeset in webkit [109917] by
-
- 80 edits18 adds14 deletes in trunk/LayoutTests
Update Chromium/SVG expectations after the <use> rewrite
https://bugs.webkit.org/show_bug.cgi?id=79568
Unreviewed Chromium expectations update.
Stage 1 of expectations updating for SVG <use> refactor. This covers the svg/custom directory.
- platform/chromium-linux-x86/svg/custom/use-disappears-after-style-update-expected.txt:
- platform/chromium-linux-x86/svg/custom/use-on-symbol-inside-pattern-expected.txt:
- platform/chromium-linux-x86/svg/custom/use-setAttribute-crash-expected.txt: Added.
- platform/chromium-linux/svg/custom/use-disappears-after-style-update-expected.txt:
- platform/chromium-linux/svg/custom/use-on-symbol-inside-pattern-expected.txt:
- platform/chromium-linux/svg/custom/use-on-text-expected.png:
- platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png: Removed.
- platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
- platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png: Removed.
- platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.txt:
- platform/chromium-mac-leopard/svg/custom/use-disappears-after-style-update-expected.txt: Added.
- platform/chromium-mac-leopard/svg/custom/use-font-face-crash-expected.txt:
- platform/chromium-mac-leopard/svg/custom/use-on-text-expected.png:
- platform/chromium-mac-leopard/svg/custom/use-setAttribute-crash-expected.txt:
- platform/chromium-mac-snowleopard/svg/custom/broken-internal-references-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/custom/clip-path-referencing-use2-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/custom/recursive-clippath-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/custom/recursive-mask-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/custom/recursive-pattern-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/custom/use-css-events-expected.txt:
- platform/chromium-mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.png:
- platform/chromium-mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/custom/use-events-crash-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/custom/use-on-non-svg-namespaced-element-expected.png: Added.
- platform/chromium-mac-snowleopard/svg/custom/use-on-symbol-inside-pattern-expected.txt:
- platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.png:
- platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.png:
- platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
- platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.png:
- platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.txt:
- platform/chromium-mac/svg/custom/broken-internal-references-expected.png: Removed.
- platform/chromium-mac/svg/custom/clip-path-referencing-use2-expected.txt: Removed.
- platform/chromium-mac/svg/custom/recursive-clippath-expected.png: Removed.
- platform/chromium-mac/svg/custom/recursive-mask-expected.png: Removed.
- platform/chromium-mac/svg/custom/recursive-pattern-expected.png: Removed.
- platform/chromium-mac/svg/custom/use-events-crash-expected.png: Removed.
- platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Removed.
- platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Removed.
- platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Removed.
- platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Removed.
- platform/chromium-mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: Removed.
- platform/chromium-win-vista/svg/custom/use-disappears-after-style-update-expected.txt:
- platform/chromium-win-vista/svg/custom/use-setAttribute-crash-expected.txt:
- platform/chromium-win-xp/svg/custom/use-disappears-after-style-update-expected.txt:
- platform/chromium-win-xp/svg/custom/use-setAttribute-crash-expected.txt:
- platform/chromium-win/svg/custom/broken-internal-references-expected.txt:
- platform/chromium-win/svg/custom/clip-path-referencing-use-expected.txt:
- platform/chromium-win/svg/custom/clip-path-referencing-use2-expected.txt:
- platform/chromium-win/svg/custom/embedding-external-svgs-expected.txt:
- platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
- platform/chromium-win/svg/custom/pattern-rotate-expected.txt:
- platform/chromium-win/svg/custom/recursive-clippath-expected.txt:
- platform/chromium-win/svg/custom/recursive-mask-expected.txt:
- platform/chromium-win/svg/custom/recursive-pattern-expected.txt:
- platform/chromium-win/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
- platform/chromium-win/svg/custom/relative-sized-shadow-tree-content-expected.txt:
- platform/chromium-win/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
- platform/chromium-win/svg/custom/relative-sized-use-on-symbol-expected.txt:
- platform/chromium-win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
- platform/chromium-win/svg/custom/struct-use-09-b-expected.txt:
- platform/chromium-win/svg/custom/use-clipped-hit-expected.txt:
- platform/chromium-win/svg/custom/use-css-events-expected.txt:
- platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png:
- platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.txt:
- platform/chromium-win/svg/custom/use-dynamic-append-expected.txt:
- platform/chromium-win/svg/custom/use-elementInstance-event-target-expected.txt:
- platform/chromium-win/svg/custom/use-elementInstance-methods-expected.txt:
- platform/chromium-win/svg/custom/use-event-handler-on-referenced-element-expected.txt:
- platform/chromium-win/svg/custom/use-event-handler-on-use-element-expected.txt:
- platform/chromium-win/svg/custom/use-events-crash-expected.txt:
- platform/chromium-win/svg/custom/use-font-face-crash-expected.txt:
- platform/chromium-win/svg/custom/use-instanceRoot-modifications-expected.txt:
- platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
- platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
- platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
- platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
- platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
- platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
- platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
- platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
- platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
- platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
- platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
- platform/chromium-win/svg/custom/use-on-g-expected.txt:
- platform/chromium-win/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
- platform/chromium-win/svg/custom/use-on-rect-expected.txt:
- platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
- platform/chromium-win/svg/custom/use-on-symbol-inside-pattern-expected.txt:
- platform/chromium-win/svg/custom/use-on-text-expected.png:
- platform/chromium-win/svg/custom/use-on-text-expected.txt:
- platform/chromium-win/svg/custom/use-on-use-expected.txt:
- platform/chromium-win/svg/custom/use-property-changes-through-dom-expected.txt:
- platform/chromium-win/svg/custom/use-property-changes-through-svg-dom-expected.txt:
- platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
- platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
- platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
- platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
- platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.png:
- platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
- platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png:
- platform/chromium-win/svg/custom/use-setAttribute-crash-expected.txt:
- platform/chromium-win/svg/custom/use-transform-expected.txt:
- platform/chromium/test_expectations.txt:
- platform/mac-future/svg/custom: Added.
- platform/mac-future/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
- platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png: Removed.
- 7:05 AM Changeset in webkit [109916] by
-
- 4 edits2 adds in trunk
SVG transform-origin presentation attribute
https://bugs.webkit.org/show_bug.cgi?id=79678
Patch by Hans Muller <hmuller@adobe.com> on 2012-03-06
Reviewed by Nikolas Zimmermann.
Source/WebCore:
Added the SVG transform-origin presentation attribute. Currently WebCore::mapAttributeToCSSProperty()
just maps it to -webkit-transform-origin. When the transform-origin CSS property is supported, this
part of the change can be removed.
Test: svg/transforms/transform-origin-presentation-attribute.xhtml
- svg/SVGStyledElement.cpp:
(WebCore::mapAttributeToCSSProperty):
(WebCore::SVGStyledElement::cssPropertyIdForSVGAttributeName):
- svg/svgattrs.in:
LayoutTests:
Test case just verifies that the transform-origin presentation attribute
changes an SVG element's getComputedStyle() as expected.
- svg/transforms/transform-origin-presentation-attribute-expected.txt: Added.
- svg/transforms/transform-origin-presentation-attribute.xhtml: Added.
- 7:02 AM Changeset in webkit [109915] by
-
- 19 edits in trunk/Source
[GStreamer] disable GStreamerGWorld when building against 0.11
https://bugs.webkit.org/show_bug.cgi?id=77088
Source/WebCore:
Reviewed by Martin Robinson.
Don't build GStreamerGWorld and PlatformVideoWindow under
GStreamer 0.11. It's supposed to be removed soon anyway.
- platform/graphics/gstreamer/GStreamerGWorld.cpp:
- platform/graphics/gstreamer/GStreamerGWorld.h:
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::totalBytes):
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
(MediaPlayerPrivateGStreamer):
- platform/graphics/gstreamer/PlatformVideoWindow.h:
- platform/graphics/gstreamer/PlatformVideoWindowEfl.cpp:
- platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp:
- platform/graphics/gstreamer/PlatformVideoWindowMac.mm:
- platform/graphics/gstreamer/PlatformVideoWindowQt.cpp:
Source/WebKit/gtk:
Disable the FullscreenVideoController if we build against
GStreamer 0.11. This code depends on GStreamerGWorld which wasn't
ported to 0.11 because it will soon be removed anyway.
Reviewed by Martin Robinson.
- WebCoreSupport/FullscreenVideoController.cpp:
- WebCoreSupport/FullscreenVideoController.h:
- webkit/webkitwebview.cpp:
(webViewEnterFullscreen):
(webViewExitFullscreen):
- webkit/webkitwebviewprivate.h:
(_WebKitWebViewPrivate):
Source/WebKit/qt:
Reviewed by Martin Robinson.
- WebCoreSupport/ChromeClientQt.cpp:
(WebCore::ChromeClientQt::ChromeClientQt):
(WebCore::ChromeClientQt::~ChromeClientQt):
(WebCore):
- WebCoreSupport/FullScreenVideoQt.cpp:
(WebCore):
(WebCore::FullScreenVideoQt::FullScreenVideoQt):
(WebCore::FullScreenVideoQt::~FullScreenVideoQt):
(WebCore::FullScreenVideoQt::enterFullScreenForNode):
(WebCore::FullScreenVideoQt::exitFullScreenForNode):
(WebCore::FullScreenVideoQt::isValid):
- WebCoreSupport/FullScreenVideoQt.h:
(WebCore):
- 6:10 AM Changeset in webkit [109914] by
-
- 3 edits in trunk/Source/WebCore
Rename m_tileCreationTimer in the tiled backing store https://bugs.webkit.org/show_bug.cgi?id=80414
Patch by Kenneth Rohde Christiansen and Alexander Færøy.
Reviewed by Tor Arne Vestbø.
The m_tileCreationTimer member is currently being used to represent a
timer that is fired when the backing store has been updated which is
confusing with its current name. This patch fixes this by renaming
the m_tileCreationTimer to m_backingStoreUpdateTimer.
- platform/graphics/TiledBackingStore.cpp:
(WebCore::TiledBackingStore::TiledBackingStore):
(WebCore::TiledBackingStore::setTileSize):
(WebCore::TiledBackingStore::coverWithTilesIfNeeded):
(WebCore::TiledBackingStore::createTiles):
(WebCore::TiledBackingStore::startBackingStoreUpdateTimer):
(WebCore::TiledBackingStore::backingStoreUpdateTimerFired):
(WebCore::TiledBackingStore::setContentsFrozen):
- platform/graphics/TiledBackingStore.h:
(TiledBackingStore):
- 5:41 AM Changeset in webkit [109913] by
-
- 2 edits in trunk/PerformanceTests
Web Inspector: Heap Snapshot test: split overal time metric into separate metrics.
https://bugs.webkit.org/show_bug.cgi?id=80409
Reviewed by Yury Semikhatsky.
- inspector/detailed-heapshots-smoke-test.html:
- 5:37 AM Changeset in webkit [109912] by
-
- 2 edits in trunk/Source/WebKit2
[Qt] Make QQuickWebView's url property work with a flickable webview
Reviewed by Tor Arne Vestbø.
QQuickWebViewPrivate::onComponentComplete implements the deferred url loading
when the url property is set in the component instantiation. QQuickWebViewFlickablePrivate
is the private sub-class used for a flickable webview, which re-implemented onComponentComplete
but forgot to call the base implementation.
- UIProcess/API/qt/qquickwebview.cpp:
(QQuickWebViewFlickablePrivate::onComponentComplete):
- 5:37 AM Changeset in webkit [109911] by
-
- 2 edits in trunk/Source/WebKit
[EFL] Unreviewed; fix the build after r109877.
- CMakeLists.txt: Add WebCore/Modules/webdatabase to the list of
include directories so that #include'ing DatabaseDetails.h and
friends still works.
- 5:32 AM Changeset in webkit [109910] by
-
- 3 edits in trunk/Source/WebCore
Remove TileTimer typedef from the tiled backing store https://bugs.webkit.org/show_bug.cgi?id=80408
Patch by Kenneth Rohde Christiansen and Alexander Færøy.
Reviewed by Tor Arne Vestbø.
- platform/graphics/TiledBackingStore.cpp:
(WebCore::TiledBackingStore::tileBufferUpdateTimerFired):
(WebCore::TiledBackingStore::tileCreationTimerFired):
- platform/graphics/TiledBackingStore.h:
(TiledBackingStore):
- 5:25 AM Changeset in webkit [109909] by
-
- 5 edits in trunk/Tools
[Qt] Revert r109900, it was completly busted
HAVE_FOO does _not_ have a WTF_ prefix, go figure.
We still leave in the HAVE(FOO) in QtInitializeTestFonts.cpp, instead
of manual define checks.
Reviewed by Ossy.
- 5:15 AM Changeset in webkit [109908] by
-
- 1 edit2 adds in trunk/Source/WebCore
[BlackBerry] Upstream LayerRenderer.{h, cpp}
https://bugs.webkit.org/show_bug.cgi?id=79874
Patch by Robin Cao <robin.cao@torchmobile.com.cn> on 2012-03-06
Reviewed by Antonio Gomes.
Initial upstream, no new tests.
- platform/graphics/blackberry/LayerRenderer.cpp: Added.
(WebCore):
(WebCore::checkGLError):
(WebCore::loadShader):
(WebCore::loadShaderProgram):
(WebCore::orthoMatrix):
(WebCore::rawPtrVectorFromRefPtrVector):
(WebCore::LayerRenderer::create):
(WebCore::LayerRenderer::LayerRenderer):
(WebCore::LayerRenderer::~LayerRenderer):
(WebCore::LayerRenderer::releaseLayerResources):
(WebCore::compareLayerZ):
(WebCore::LayerRenderer::drawLayers):
(WebCore::LayerRenderer::useSurface):
(WebCore::LayerRenderer::drawLayersOnSurfaces):
(WebCore::LayerRenderer::setRootLayer):
(WebCore::LayerRenderer::addLayer):
(WebCore::LayerRenderer::removeLayer):
(WebCore::LayerRenderer::addLayerToReleaseTextureResourcesList):
(WebCore::LayerRenderer::toOpenGLWindowCoordinates):
(WebCore::LayerRenderer::toWebKitWindowCoordinates):
(WebCore::LayerRenderer::toWebKitDocumentCoordinates):
(WebCore::LayerRenderer::drawDebugBorder):
(WebCore::LayerRenderer::drawHolePunchRect):
(WebCore::LayerRenderer::updateLayersRecursive):
(WebCore::hasRotationalComponent):
(WebCore::LayerRenderer::layerAlreadyOnSurface):
(WebCore::collect3DPreservingLayers):
(WebCore::LayerRenderer::compositeLayersRecursive):
(WebCore::LayerRenderer::updateScissorIfNeeded):
(WebCore::LayerRenderer::makeContextCurrent):
(WebCore::LayerRenderer::bindCommonAttribLocation):
(WebCore::LayerRenderer::initializeSharedGLObjects):
(WebCore::LayerRenderingResults::holePunchRect):
(WebCore::LayerRenderingResults::addHolePunchRect):
(WebCore::LayerRenderingResults::addDirtyRect):
(WebCore::LayerRenderingResults::isEmpty):
- platform/graphics/blackberry/LayerRenderer.h: Added.
(WebCore):
(LayerRenderingResults):
(WebCore::LayerRenderingResults::LayerRenderingResults):
(WebCore::LayerRenderingResults::holePunchRectSize):
(WebCore::LayerRenderingResults::dirtyRect):
(LayerRenderer):
(WebCore::LayerRenderer::rootLayer):
(WebCore::LayerRenderer::hardwareCompositing):
(WebCore::LayerRenderer::setClearSurfaceOnDrawLayers):
(WebCore::LayerRenderer::clearSurfaceOnDrawLayers):
(WebCore::LayerRenderer::context):
(WebCore::LayerRenderer::lastRenderingResults):
(WebCore::LayerRenderer::setNeedsCommit):
- 4:59 AM Changeset in webkit [109907] by
-
- 2 edits in trunk/Source/WebKit/blackberry
[BlackBerry] function rename issue after MediaPlayerPrivateBlackBerry.[cpp\h] upstream
https://bugs.webkit.org/show_bug.cgi?id=80377
Patch by Jonathan Dong <Jonathan Dong> on 2012-03-06
Reviewed by Rob Buis.
As some of the function names changed in class MediaPlayerPrivate
with the upstream of MediaPlayerPrivateBlackBerry.[cpp|h], we
should update WebKit/blackberry/Api/WebPage.cpp which uses these
functions accordingly.
Renamed functions in class MediaPlayerPrivate:
windowGet() -> getWindow()
windowPositionGet() -> getWindowPosition()
mmrContextNameGet() -> mmrContextName()
- Api/WebPage.cpp:
(BlackBerry::WebKit::WebPagePrivate::enterFullscreenForNode):
- 4:42 AM Changeset in webkit [109906] by
-
- 2 edits in trunk/Source/WebCore
r109563 caused perf regression
https://bugs.webkit.org/show_bug.cgi?id=80404
Add test for Element or ShadowRoot.
Reviewed by Antti Koivisto.
No new tests. (fix)
- css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::pushParentElement):
- 4:39 AM Changeset in webkit [109905] by
-
- 5 edits in trunk
Web Inspector: prepare for extracting ScriptMapping implementation from DebuggerPresentationModel.
https://bugs.webkit.org/show_bug.cgi?id=80396
Source/WebCore:
Limit RawSourceCode usages to a subset of methods. This subset will be moved to ScriptMapping implementation in a separate change.
Reviewed by Vsevolod Vlasov.
- inspector/front-end/DebuggerPresentationModel.js:
(WebInspector.DebuggerPresentationModel):
(WebInspector.DebuggerPresentationModel.prototype.createPlacard):
(WebInspector.DebuggerPresentationModel.prototype.createLiveLocation):
(WebInspector.DebuggerPresentationModel.prototype._parsedScriptSource):
(WebInspector.DebuggerPresentationModel.prototype._failedToParseScriptSource):
(WebInspector.DebuggerPresentationModel.prototype.setScriptSource.didEditScriptSource):
(WebInspector.DebuggerPresentationModel.prototype.setScriptSource):
(WebInspector.DebuggerPresentationModel.prototype._forceUpdateSourceMapping):
(WebInspector.DebuggerPresentationModel.prototype._addConsoleMessageToScript):
(WebInspector.DebuggerPresentationModel.prototype._debuggerPaused):
(WebInspector.DebuggerPresentationModel.prototype.set selectedCallFrame):
(WebInspector.PresentationCallFrame):
(WebInspector.PresentationCallFrame.prototype.uiLocation):
(WebInspector.DebuggerPresentationModel.CallFramePlacard):
(WebInspector.DebuggerPresentationModelResourceBinding.prototype.canSetContent):
(WebInspector.DebuggerPresentationModelResourceBinding.prototype.setContent):
(WebInspector.DebuggerPresentationModelResourceBinding.prototype._uiSourceCodeForResource):
(WebInspector.DebuggerPresentationModel.Linkifier.prototype.linkifyRawLocation):
LayoutTests:
Reviewed by Vsevolod Vlasov.
- inspector/debugger/callstack-placards-discarded.html:
- inspector/debugger/linkifier.html:
- 4:34 AM Changeset in webkit [109904] by
-
- 6 edits2 adds in trunk/Tools
[Qt] Use config test to determine if the compiler supports -MD
We used to assume that unix systems building against Qt5 would have
a compiler that supported -MD. Although this was usually the case,
we failed to take into account broken tools for distributed builds
(e.g. teambuilder or icecream) which would end up producing .d files
in the root of the build dir instead of along-side the object file.
Now that we use a config-test to determine the support, we'll capture
those cases, unless distributed builds are enabled after the initial
build-webkit run.
Reviewed by Csaba Osztrogonác.
- 4:28 AM Changeset in webkit [109903] by
-
- 8 edits2 adds in trunk
Web Inspector: [Regression] Execution line is not revealed when debugger is stopped if scripts panel was not yet shown.
https://bugs.webkit.org/show_bug.cgi?id=80306
Reviewed by Pavel Feldman.
Source/WebCore:
Test: inspector/debugger/reveal-execution-line.html
- inspector/front-end/ConsoleView.js:
- inspector/front-end/DebuggerPresentationModel.js:
(WebInspector.DebuggerPresentationModel.prototype._debuggerPaused):
- inspector/front-end/JavaScriptSourceFrame.js:
(WebInspector.JavaScriptSourceFrame.prototype.afterTextChanged):
(WebInspector.JavaScriptSourceFrame.prototype.setExecutionLine):
- inspector/front-end/ScriptsPanel.js:
(WebInspector.ScriptsPanel.prototype._executionLineChanged):
(WebInspector.ScriptsPanel.prototype._revealExecutionLine):
(WebInspector.ScriptsPanel.prototype._callFrameSelected):
- inspector/front-end/SourceFrame.js:
(WebInspector.SourceFrame.prototype.willHide):
(WebInspector.SourceFrame.prototype.highlightLine):
(WebInspector.SourceFrame.prototype.revealLine):
(WebInspector.SourceFrame.prototype._clearLineToReveal):
(WebInspector.SourceFrame.prototype.setContent):
LayoutTests:
- inspector/debugger/callstack-placards-discarded-expected.txt:
- inspector/debugger/reveal-execution-line-expected.txt: Added.
- inspector/debugger/reveal-execution-line.html: Added.
- 4:25 AM Changeset in webkit [109902] by
-
- 2 edits in trunk/Tools
REGRESSION(r109294): It broke the unittest of master.cfg
https://bugs.webkit.org/show_bug.cgi?id=80253
Reviewed by Tor Arne Vestbø.
- BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py: Use json instead of simplejson.
(BuildBotConfigLoader._create_mock_passwords_dict):
(BuildBotConfigLoader._mock_open):
(BuildBotConfigLoader._add_dependant_modules_to_sys_modules):
(BuildBotConfigLoader.load_config):
- 4:24 AM Changeset in webkit [109901] by
-
- 2 edits in trunk/Tools
Qt API test buildstep throws exception after buildmaster update
https://bugs.webkit.org/show_bug.cgi?id=80249
This patch based on Peter Gal's work.
Patch by Kristóf Kosztyó <kkristof@inf.u-szeged.hu> on 2012-03-06
Reviewed by Csaba Osztrogonác.
- BuildSlaveSupport/build.webkit.org-config/master.cfg:
(RunQtAPITests):
(BuildAndTestFactory.init): Enable API tests on the Qt platform again.
- 4:19 AM WebKit Team edited by
- Add myself to the team list. (diff)
- 4:15 AM Changeset in webkit [109900] by
-
- 6 edits in trunk/Tools
[Qt] Use correct define names for HAVE(FOO) style optional dependencies
Reviewed by Simon Hausmann.
Reviewed by Ossy.
- 4:11 AM Changeset in webkit [109899] by
-
- 8 edits in trunk
Web Inspector: remove reference to RawSourceCode from UISourceCode.
https://bugs.webkit.org/show_bug.cgi?id=80395
Reviewed by Vsevolod Vlasov.
Source/WebCore:
- inspector/compile-front-end.sh:
- inspector/front-end/DebuggerPresentationModel.js:
(WebInspector.DebuggerPresentationModel):
(WebInspector.DebuggerPresentationModel.prototype._handleUISourceCodeListChanged):
(WebInspector.DebuggerPresentationModel.prototype._uiSourceCodeListChanged):
(WebInspector.DebuggerPresentationModel.prototype._restoreBreakpoints):
(WebInspector.DebuggerPresentationModel.prototype.setScriptSource.didEditScriptSource):
(WebInspector.DebuggerPresentationModel.prototype.setScriptSource):
(WebInspector.DebuggerPresentationModel.prototype.continueToLine):
(WebInspector.DebuggerPresentationModel.prototype._debuggerReset):
- inspector/front-end/RawSourceCode.js:
(WebInspector.RawSourceCode.prototype._createUISourceCode):
- inspector/front-end/UISourceCode.js:
(WebInspector.UISourceCode):
LayoutTests:
- inspector/debugger/raw-source-code.html:
- inspector/debugger/ui-source-code.html:
- 4:09 AM Changeset in webkit [109898] by
-
- 8 edits in trunk/Source/WebCore
Web Inspector: move timeline panel overview mode toggle buttons to overview sidebar tree
https://bugs.webkit.org/show_bug.cgi?id=80304
Reviewed by Pavel Feldman.
- inspector/front-end/Images/statusbarButtonGlyphs.png:
- inspector/front-end/Settings.js:
(WebInspector.ExperimentsSettings):
- inspector/front-end/TimelineOverviewPane.js:
(WebInspector.TimelineOverviewPane):
(WebInspector.TimelineOverviewPane.prototype._showTimelines):
(WebInspector.TimelineOverviewPane.prototype._showMemoryGraph):
(WebInspector.TimelineOverviewPane.prototype._setVerticalOverview):
(WebInspector.TimelineOverviewPane.prototype._onOverviewModeChanged):
(WebInspector.TimelineOverviewPane.prototype.update):
(WebInspector.TimelineOverviewPane.prototype.reset):
(WebInspector.TimelineOverviewPane.prototype._onWindowChanged):
(WebInspector.TimelineVerticalOverview):
(WebInspector.TimelineOverviewModeSelector):
(WebInspector.TimelineOverviewModeSelector.prototype.addButton):
(WebInspector.TimelineOverviewModeSelector.prototype.get value):
(WebInspector.TimelineOverviewModeSelector.prototype._createButton):
(WebInspector.TimelineOverviewModeSelector.prototype._select):
(WebInspector.TimelineOverviewModeSelector.prototype._onClick):
- inspector/front-end/TimelinePanel.js:
(WebInspector.TimelinePanel):
(WebInspector.TimelinePanel.prototype.get statusBarItems):
(WebInspector.TimelinePanel.prototype._createStatusbarButtons):
(WebInspector.TimelinePanel.prototype._updateEventDividers):
(WebInspector.TimelinePanel.prototype._glueParentButtonClicked):
(WebInspector.TimelinePanel.prototype.revealRecordAt):
- inspector/front-end/inspector.css:
- inspector/front-end/timelinePanel.css:
(.timeline-vertical-overview #timeline-overview-grid):
(.timeline-vertical-overview .timeline-overview-window):
(.timeline-vertical-overview .timeline-overview-dividers-background):
(.timeline-vertical-overview #timeline-overview-memory):
(.timeline-vertical-overview-status-bar-item.toggled-on .glyph):
(.timeline-vertical-overview-bars):
(.timeline-vertical-overview-bars .padding):
(.timeline-vertical-overview-bars .timeline-bar-vertical):
(.timeline.timeline-vertical-overview .resources-divider):
(.sidebar-tree-item .timeline-vertical-overview-status-bar-item):
(.timeline-overview-mode-selector):
(.timeline-overview-mode-selector .glyph):
(.timeline-overview-mode-selector button):
(.timeline-overview-mode-selector button.toggled):
(.timeline-overview-mode-selector button:active):
(.sidebar-tree-item:not(.selected) .timeline-overview-mode-selector button):
(.sidebar-tree-item:not(.selected) .timeline-overview-mode-selector button.toggled):
(.timeline-overview-mode-selector button:first-of-type):
(.timeline-overview-mode-selector button:last-of-type):
(.timeline-mode-vertical-bars .glyph):
(.timeline-mode-horizontal-bars .glyph):
- 4:04 AM Changeset in webkit [109897] by
-
- 3 edits in trunk/Source/WebCore
Make it explicit when we are allowing updates to the actual backing store or the tile buffers https://bugs.webkit.org/show_bug.cgi?id=80288
Patch by Kenneth Rohde Christiansen and Alexander Færøy.
Reviewed by Noam Rosenthal.
- platform/graphics/TiledBackingStore.cpp:
(WebCore::TiledBackingStore::createTiles):
(WebCore::TiledBackingStore::isBackingStoreUpdatesSuspended):
(WebCore):
(WebCore::TiledBackingStore::isTileBufferUpdatesSuspended):
(WebCore::TiledBackingStore::startTileBufferUpdateTimer):
(WebCore::TiledBackingStore::startTileCreationTimer):
- platform/graphics/TiledBackingStore.h:
(TiledBackingStore):
- 4:03 AM Changeset in webkit [109896] by
-
- 2 edits in trunk/Tools
[Qt] Don't add recursive qmake_all target if there are no subdirs to recurse
Reviewed by Ossy.
- 4:00 AM Changeset in webkit [109895] by
-
- 2 edits in trunk/Source/WebCore
Build fix after r109877.
- WebCore.xcodeproj/project.pbxproj: Ensure that headers are copied in to WebCore.framework so that
WebKit can still find them.
- 3:51 AM Changeset in webkit [109894] by
-
- 2 edits in trunk/Tools
[Qt] Make sure clean builds are followed by make qmake && make if needed
On non-GNUmake systems we have to run make qmake so that the generated
sources are generated before we run qmake on the target pro files. This
is achieved by using the 'incremental' target.
Reviewed by Ossy.
- 3:50 AM WebKit Team edited by
- (diff)
- 3:31 AM Changeset in webkit [109893] by
-
- 2 edits in trunk/Source/WebCore
Remove incorrect WTF::Vector traits for CSSProperty.
<http://webkit.org/b/53285>
<rdar://problem/10161286>
Reviewed by Antti Koivisto.
We shouldn't allow copying Vector<CSSProperty> contents around with memcpy()
as CSSProperty has a RefPtr member and this would muck up the refcount.
This was added to facilitate fast comparison of property vectors, and we no
longer use that, so there shouldn't be any performance concerns here.
- css/CSSProperty.h:
- 2:56 AM Changeset in webkit [109892] by
-
- 2 edits in trunk/Tools
DumpRenderTree should support preciseTime()
https://bugs.webkit.org/show_bug.cgi?id=80397
Reviewed by Gavin Barraclough.
- DumpRenderTree/LayoutTestController.cpp:
(preciseTimeCallback):
(LayoutTestController::staticFunctions):
- 2:50 AM Changeset in webkit [109891] by
-
- 2 edits in trunk/LayoutTests
[Qt] Gardening, skip some failing tests.
Patch by Ádám Kallai <kadam@inf.u-szeged.hu> on 2012-03-06
Reviewed by Csaba Osztrogonác.
- platform/qt/Skipped:
- 2:39 AM Changeset in webkit [109890] by
-
- 6 edits in trunk/Tools
Unreviewed, rolling out r109887.
http://trac.webkit.org/changeset/109887
https://bugs.webkit.org/show_bug.cgi?id=80402
It broke the build (Requested by Ossy on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-06
- DumpRenderTree/qt/DumpRenderTree.pro:
- DumpRenderTree/qt/QtInitializeTestFonts.cpp:
(WebKit::initializeTestFonts):
- QtTestBrowser/QtTestBrowser.pro:
- WebKitTestRunner/InjectedBundle/Target.pri:
- qmake/mkspecs/features/features.prf:
- 2:17 AM Changeset in webkit [109889] by
-
- 4 edits in trunk/Source/WebKit/chromium
[Chromium] [WebSocket] Add WebSocket extensions query WebKit API
https://bugs.webkit.org/show_bug.cgi?id=80190
Reviewed by Darin Fisher.
- public/WebSocket.h: Add extensions() declaration.
(WebSocket):
- src/WebSocketImpl.cpp: Implement extensions() bridge.
(WebKit::WebSocketImpl::extensions):
(WebKit):
- src/WebSocketImpl.h: Add extensions() declaration.
(WebSocketImpl):
- 2:03 AM Changeset in webkit [109888] by
-
- 36 edits in trunk
Unreviewed, rolling out r109837.
http://trac.webkit.org/changeset/109837
https://bugs.webkit.org/show_bug.cgi?id=80399
breaks Mac Productions builds, too late to try and fix it
tonight (Requested by eseidel on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-06
Source/JavaScriptCore:
- API/tests/JSNode.c:
- API/tests/JSNodeList.c:
- Configurations/Base.xcconfig:
- JavaScriptCore.vcproj/JavaScriptCore/copy-files.cmd:
- JavaScriptCore.xcodeproj/project.pbxproj:
- assembler/MacroAssemblerCodeRef.h:
- bytecompiler/BytecodeGenerator.h:
- dfg/DFGOperations.cpp:
- heap/GCAssertions.h:
- heap/HandleHeap.h:
- heap/HandleStack.h:
- heap/MarkedSpace.h:
- heap/PassWeak.h:
- heap/Strong.h:
- heap/Weak.h:
- jit/HostCallReturnValue.cpp:
- jit/JIT.cpp:
- jit/JITStubs.cpp:
- jit/ThunkGenerators.cpp:
- parser/Lexer.cpp:
- runtime/Completion.cpp:
- runtime/Executable.cpp:
- runtime/Identifier.h:
- runtime/InitializeThreading.cpp:
- runtime/JSDateMath.cpp:
- runtime/JSGlobalObjectFunctions.cpp:
- runtime/JSStringBuilder.h:
- runtime/JSVariableObject.h:
- runtime/NumberPrototype.cpp:
- runtime/WriteBarrier.h:
- tools/CodeProfile.cpp:
- tools/TieredMMapArray.h:
- yarr/YarrJIT.cpp:
Tools:
- Scripts/build-webkit:
- 2:00 AM Changeset in webkit [109887] by
-
- 6 edits in trunk/Tools
[Qt] Use correct define names for HAVE(FOO) style optional dependencies
Reviewed by Simon Hausmann.
- 1:49 AM Changeset in webkit [109886] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, gardening.
- platform/chromium/test_expectations.txt:
- 1:44 AM Changeset in webkit [109885] by
-
- 2 edits in trunk/Source/WebCore
Attempt to fix the Qt minimal build.
- Target.pri:
- 1:43 AM Changeset in webkit [109884] by
-
- 5 edits in trunk
:scope should behave as :root outside scoped style sheet
https://bugs.webkit.org/show_bug.cgi?id=80389
Source/WebCore:
Fall through to :root implementation if no scope is used.
Reviewed by Antti Koivisto.
Test: fast/css/style-scoped/scope-pseudo.html
- css/SelectorChecker.cpp:
(WebCore::SelectorChecker::checkOneSelector):
LayoutTests:
Update test with :scope in global style sheet
Reviewed by Antti Koivisto.
- fast/css/style-scoped/scope-pseudo-expected.txt:
- fast/css/style-scoped/scope-pseudo.html:
- 1:36 AM Changeset in webkit [109883] by
-
- 2 edits in trunk/Source/JavaScriptCore
[Qt][ARM] Speculative buildfix after r109834.
Patch by Zoltan Herczeg <zherczeg@webkit.org> on 2012-03-06
Reviewed by Csaba Osztrogonác.
- assembler/MacroAssemblerARM.h:
(JSC::MacroAssemblerARM::and32):
(MacroAssemblerARM):
- 1:32 AM Changeset in webkit [109882] by
-
- 6 edits in trunk
Web Inspector: [Regression] Message bubbles are not removed from scripts panel source frames after console was cleared.
https://bugs.webkit.org/show_bug.cgi?id=80275
Reviewed by Pavel Feldman.
Source/WebCore:
- inspector/front-end/ScriptsPanel.js:
(WebInspector.ScriptsPanel.prototype._consoleMessagesCleared):
- inspector/front-end/utilities.js:
LayoutTests:
- inspector/debugger/source-frame-expected.txt:
- inspector/debugger/source-frame.html:
- 1:29 AM Changeset in webkit [109881] by
-
- 5 edits in trunk/Source/WebKit2
[GTK] Fix several documentation issues in WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=80281
Reviewed by Martin Robinson.
- UIProcess/API/gtk/WebKitFindController.cpp:
- UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:
(webkit_navigation_policy_decision_class_init):
- UIProcess/API/gtk/WebKitPrintOperation.cpp:
- UIProcess/API/gtk/WebKitWebView.h:
- 1:26 AM Changeset in webkit [109880] by
-
- 9 edits3 adds in trunk/Source/WebKit2
[GTK] Use a single signal for script dialogs in WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=80271
Reviewed by Martin Robinson.
Add a new signal WebKitWebView::script-dialog that passes a
WebKitScriptDialog boxed type that can be used to build the dialog
and set the responses. It simplifies the API and makes it bindings
friendly.
- GNUmakefile.am:
- UIProcess/API/gtk/WebKitScriptDialog.cpp: Added.
(webkitScriptDialogCopy): Copy method for boxed type.
(webkitScriptDialogFree): Free method for boxed type.
(webkit_script_dialog_get_dialog_type): Return the type of dialog:
alert, confirm or prompt.
(webkit_script_dialog_get_message): Return the message of the dialog.
(webkit_script_dialog_confirm_set_confirmed): Set whether user
confirmed the dialog, for confirm dialogs.
(webkit_script_dialog_prompt_get_default_text): Get the default
text of prompt dialogs.
(webkit_script_dialog_prompt_set_text): Set the text entered by
the user, for prompt dialogs.
- UIProcess/API/gtk/WebKitScriptDialog.h: Added.
- UIProcess/API/gtk/WebKitScriptDialogPrivate.h: Added.
- UIProcess/API/gtk/WebKitWebView.cpp:
(webkitWebViewScriptDialog): Default implementation of
WebKitWebView::script-dialog signal.
(webkit_web_view_class_init): Add WebKitWebView::script-dialog and
remove alert, confirm and propmpt.
(webkitWebViewRunJavaScriptAlert): Create a WebKitScriptDialog and
emit WebKitWebView::script-dialog signal.
(webkitWebViewRunJavaScriptConfirm): Ditto.
(webkitWebViewRunJavaScriptPrompt): Ditto.
- UIProcess/API/gtk/WebKitWebView.h:
- UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Add new
symbols.
- UIProcess/API/gtk/docs/webkit2gtk.types: Add webkit_script_dialog_get_type().
- UIProcess/API/gtk/tests/TestWebKitWebView.cpp:
(testWebViewJavaScriptDialogs): Update javascript dialog test to
use the new API.
- UIProcess/API/gtk/webkit2marshal.list:
- UIProcess/API/gtk/webkit2.h:
- 1:26 AM Changeset in webkit [109879] by
-
- 1 edit2 moves1 add in trunk/LayoutTests
Unreviewed, gardening.
- platform/chromium-mac-snowleopard/fast/repaint/transform-rotate-and-remove-expected.png: Added.
- platform/chromium-win/fast/repaint/transform-rotate-and-remove-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/repaint/transform-rotate-and-remove-expected.png.
- platform/chromium/fast/repaint/transform-rotate-and-remove-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/repaint/transform-rotate-and-remove-expected.txt.
- 1:23 AM Changeset in webkit [109878] by
-
- 4 edits in trunk/Tools
[Qt] Create EWS to build WebKit2
https://bugs.webkit.org/show_bug.cgi?id=80277
Reviewed by Csaba Osztrogonác.
- QueueStatusServer/model/queues.py:
(Queue):
- Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(QtWK2EWS):
- Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py:
(EarlyWarningSytemTest.test_builder_ewses):
- 1:22 AM Changeset in webkit [109877] by
-
- 14 edits77 adds75 deletes in trunk/Source/WebCore
Move SQLDatabase code into Modules/webdatabase
https://bugs.webkit.org/show_bug.cgi?id=80393
Reviewed by Kentaro Hara.
There are still a couple (minor) SQLDatabase references from WebCore
proper, but we've gotten this code to the point where it makes sense to
move it into the Modules directory. (This patch just moves code---no
behavior change.)
- CMakeLists.txt:
- DerivedSources.make:
- DerivedSources.pri:
- GNUmakefile.am:
- GNUmakefile.list.am:
- Modules/webdatabase: Added.
- Modules/webdatabase/AbstractDatabase.cpp: Copied from Source/WebCore/storage/AbstractDatabase.cpp.
- Modules/webdatabase/AbstractDatabase.h: Copied from Source/WebCore/storage/AbstractDatabase.h.
- Modules/webdatabase/ChangeVersionWrapper.cpp: Copied from Source/WebCore/storage/ChangeVersionWrapper.cpp.
- Modules/webdatabase/ChangeVersionWrapper.h: Copied from Source/WebCore/storage/ChangeVersionWrapper.h.
- Modules/webdatabase/DOMWindowSQLDatabase.cpp: Copied from Source/WebCore/storage/DOMWindowSQLDatabase.cpp.
- Modules/webdatabase/DOMWindowSQLDatabase.h: Copied from Source/WebCore/storage/DOMWindowSQLDatabase.h.
- Modules/webdatabase/DOMWindowSQLDatabase.idl: Copied from Source/WebCore/storage/DOMWindowSQLDatabase.idl.
- Modules/webdatabase/Database.cpp: Copied from Source/WebCore/storage/Database.cpp.
- Modules/webdatabase/Database.h: Copied from Source/WebCore/storage/Database.h.
- Modules/webdatabase/Database.idl: Copied from Source/WebCore/storage/Database.idl.
- Modules/webdatabase/DatabaseAuthorizer.cpp: Copied from Source/WebCore/storage/DatabaseAuthorizer.cpp.
- Modules/webdatabase/DatabaseAuthorizer.h: Copied from Source/WebCore/storage/DatabaseAuthorizer.h.
- Modules/webdatabase/DatabaseCallback.h: Copied from Source/WebCore/storage/DatabaseCallback.h.
- Modules/webdatabase/DatabaseCallback.idl: Copied from Source/WebCore/storage/DatabaseCallback.idl.
- Modules/webdatabase/DatabaseContext.cpp: Copied from Source/WebCore/storage/DatabaseContext.cpp.
- Modules/webdatabase/DatabaseContext.h: Copied from Source/WebCore/storage/DatabaseContext.h.
- Modules/webdatabase/DatabaseDetails.h: Copied from Source/WebCore/storage/DatabaseDetails.h.
- Modules/webdatabase/DatabaseSync.cpp: Copied from Source/WebCore/storage/DatabaseSync.cpp.
- Modules/webdatabase/DatabaseSync.h: Copied from Source/WebCore/storage/DatabaseSync.h.
- Modules/webdatabase/DatabaseSync.idl: Copied from Source/WebCore/storage/DatabaseSync.idl.
- Modules/webdatabase/DatabaseTask.cpp: Copied from Source/WebCore/storage/DatabaseTask.cpp.
- Modules/webdatabase/DatabaseTask.h: Copied from Source/WebCore/storage/DatabaseTask.h.
- Modules/webdatabase/DatabaseThread.cpp: Copied from Source/WebCore/storage/DatabaseThread.cpp.
- Modules/webdatabase/DatabaseThread.h: Copied from Source/WebCore/storage/DatabaseThread.h.
- Modules/webdatabase/DatabaseTracker.cpp: Copied from Source/WebCore/storage/DatabaseTracker.cpp.
- Modules/webdatabase/DatabaseTracker.h: Copied from Source/WebCore/storage/DatabaseTracker.h.
- Modules/webdatabase/DatabaseTrackerClient.h: Copied from Source/WebCore/storage/DatabaseTrackerClient.h.
- Modules/webdatabase/OriginQuotaManager.cpp: Copied from Source/WebCore/storage/OriginQuotaManager.cpp.
- Modules/webdatabase/OriginQuotaManager.h: Copied from Source/WebCore/storage/OriginQuotaManager.h.
- Modules/webdatabase/OriginUsageRecord.cpp: Copied from Source/WebCore/storage/OriginUsageRecord.cpp.
- Modules/webdatabase/OriginUsageRecord.h: Copied from Source/WebCore/storage/OriginUsageRecord.h.
- Modules/webdatabase/SQLCallbackWrapper.h: Copied from Source/WebCore/storage/SQLCallbackWrapper.h.
- Modules/webdatabase/SQLError.h: Copied from Source/WebCore/storage/SQLError.h.
- Modules/webdatabase/SQLError.idl: Copied from Source/WebCore/storage/SQLError.idl.
- Modules/webdatabase/SQLException.cpp: Copied from Source/WebCore/storage/SQLException.cpp.
- Modules/webdatabase/SQLException.h: Copied from Source/WebCore/storage/SQLException.h.
- Modules/webdatabase/SQLException.idl: Copied from Source/WebCore/storage/SQLException.idl.
- Modules/webdatabase/SQLResultSet.cpp: Copied from Source/WebCore/storage/SQLResultSet.cpp.
- Modules/webdatabase/SQLResultSet.h: Copied from Source/WebCore/storage/SQLResultSet.h.
- Modules/webdatabase/SQLResultSet.idl: Copied from Source/WebCore/storage/SQLResultSet.idl.
- Modules/webdatabase/SQLResultSetRowList.cpp: Copied from Source/WebCore/storage/SQLResultSetRowList.cpp.
- Modules/webdatabase/SQLResultSetRowList.h: Copied from Source/WebCore/storage/SQLResultSetRowList.h.
- Modules/webdatabase/SQLResultSetRowList.idl: Copied from Source/WebCore/storage/SQLResultSetRowList.idl.
- Modules/webdatabase/SQLStatement.cpp: Copied from Source/WebCore/storage/SQLStatement.cpp.
- Modules/webdatabase/SQLStatement.h: Copied from Source/WebCore/storage/SQLStatement.h.
- Modules/webdatabase/SQLStatementCallback.h: Copied from Source/WebCore/storage/SQLStatementCallback.h.
- Modules/webdatabase/SQLStatementCallback.idl: Copied from Source/WebCore/storage/SQLStatementCallback.idl.
- Modules/webdatabase/SQLStatementErrorCallback.h: Copied from Source/WebCore/storage/SQLStatementErrorCallback.h.
- Modules/webdatabase/SQLStatementErrorCallback.idl: Copied from Source/WebCore/storage/SQLStatementErrorCallback.idl.
- Modules/webdatabase/SQLStatementSync.cpp: Copied from Source/WebCore/storage/SQLStatementSync.cpp.
- Modules/webdatabase/SQLStatementSync.h: Copied from Source/WebCore/storage/SQLStatementSync.h.
- Modules/webdatabase/SQLTransaction.cpp: Copied from Source/WebCore/storage/SQLTransaction.cpp.
- Modules/webdatabase/SQLTransaction.h: Copied from Source/WebCore/storage/SQLTransaction.h.
- Modules/webdatabase/SQLTransaction.idl: Copied from Source/WebCore/storage/SQLTransaction.idl.
- Modules/webdatabase/SQLTransactionCallback.h: Copied from Source/WebCore/storage/SQLTransactionCallback.h.
- Modules/webdatabase/SQLTransactionCallback.idl: Copied from Source/WebCore/storage/SQLTransactionCallback.idl.
- Modules/webdatabase/SQLTransactionClient.cpp: Copied from Source/WebCore/storage/SQLTransactionClient.cpp.
- Modules/webdatabase/SQLTransactionClient.h: Copied from Source/WebCore/storage/SQLTransactionClient.h.
- Modules/webdatabase/SQLTransactionCoordinator.cpp: Copied from Source/WebCore/storage/SQLTransactionCoordinator.cpp.
- Modules/webdatabase/SQLTransactionCoordinator.h: Copied from Source/WebCore/storage/SQLTransactionCoordinator.h.
- Modules/webdatabase/SQLTransactionErrorCallback.h: Copied from Source/WebCore/storage/SQLTransactionErrorCallback.h.
- Modules/webdatabase/SQLTransactionErrorCallback.idl: Copied from Source/WebCore/storage/SQLTransactionErrorCallback.idl.
- Modules/webdatabase/SQLTransactionSync.cpp: Copied from Source/WebCore/storage/SQLTransactionSync.cpp.
- Modules/webdatabase/SQLTransactionSync.h: Copied from Source/WebCore/storage/SQLTransactionSync.h.
- Modules/webdatabase/SQLTransactionSync.idl: Copied from Source/WebCore/storage/SQLTransactionSync.idl.
- Modules/webdatabase/SQLTransactionSyncCallback.h: Copied from Source/WebCore/storage/SQLTransactionSyncCallback.h.
- Modules/webdatabase/SQLTransactionSyncCallback.idl: Copied from Source/WebCore/storage/SQLTransactionSyncCallback.idl.
- Modules/webdatabase/WorkerContextSQLDatabase.cpp: Copied from Source/WebCore/storage/WorkerContextSQLDatabase.cpp.
- Modules/webdatabase/WorkerContextSQLDatabase.h: Copied from Source/WebCore/storage/WorkerContextSQLDatabase.h.
- Modules/webdatabase/WorkerContextSQLDatabase.idl: Copied from Source/WebCore/storage/WorkerContextSQLDatabase.idl.
- Modules/webdatabase/chromium: Added.
- Modules/webdatabase/chromium/DatabaseObserver.h: Copied from Source/WebCore/storage/chromium/DatabaseObserver.h.
- Modules/webdatabase/chromium/DatabaseTrackerChromium.cpp: Copied from Source/WebCore/storage/chromium/DatabaseTrackerChromium.cpp.
- Modules/webdatabase/chromium/QuotaTracker.cpp: Copied from Source/WebCore/storage/chromium/QuotaTracker.cpp.
- Modules/webdatabase/chromium/QuotaTracker.h: Copied from Source/WebCore/storage/chromium/QuotaTracker.h.
- Modules/webdatabase/chromium/SQLTransactionClientChromium.cpp: Copied from Source/WebCore/storage/chromium/SQLTransactionClientChromium.cpp.
- Target.pri:
- WebCore.gyp/WebCore.gyp:
- WebCore.gypi:
- WebCore.pri:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.vcproj/WebCoreCommon.vsprops:
- WebCore.vcproj/copyForwardingHeaders.cmd:
- WebCore.xcodeproj/project.pbxproj:
- storage/AbstractDatabase.cpp: Removed.
- storage/AbstractDatabase.h: Removed.
- storage/ChangeVersionWrapper.cpp: Removed.
- storage/ChangeVersionWrapper.h: Removed.
- storage/DOMWindowSQLDatabase.cpp: Removed.
- storage/DOMWindowSQLDatabase.h: Removed.
- storage/DOMWindowSQLDatabase.idl: Removed.
- storage/Database.cpp: Removed.
- storage/Database.h: Removed.
- storage/Database.idl: Removed.
- storage/DatabaseAuthorizer.cpp: Removed.
- storage/DatabaseAuthorizer.h: Removed.
- storage/DatabaseCallback.h: Removed.
- storage/DatabaseCallback.idl: Removed.
- storage/DatabaseContext.cpp: Removed.
- storage/DatabaseContext.h: Removed.
- storage/DatabaseDetails.h: Removed.
- storage/DatabaseSync.cpp: Removed.
- storage/DatabaseSync.h: Removed.
- storage/DatabaseSync.idl: Removed.
- storage/DatabaseTask.cpp: Removed.
- storage/DatabaseTask.h: Removed.
- storage/DatabaseThread.cpp: Removed.
- storage/DatabaseThread.h: Removed.
- storage/DatabaseTracker.cpp: Removed.
- storage/DatabaseTracker.h: Removed.
- storage/DatabaseTrackerClient.h: Removed.
- storage/OriginQuotaManager.cpp: Removed.
- storage/OriginQuotaManager.h: Removed.
- storage/OriginUsageRecord.cpp: Removed.
- storage/OriginUsageRecord.h: Removed.
- storage/SQLCallbackWrapper.h: Removed.
- storage/SQLError.h: Removed.
- storage/SQLError.idl: Removed.
- storage/SQLException.cpp: Removed.
- storage/SQLException.h: Removed.
- storage/SQLException.idl: Removed.
- storage/SQLResultSet.cpp: Removed.
- storage/SQLResultSet.h: Removed.
- storage/SQLResultSet.idl: Removed.
- storage/SQLResultSetRowList.cpp: Removed.
- storage/SQLResultSetRowList.h: Removed.
- storage/SQLResultSetRowList.idl: Removed.
- storage/SQLStatement.cpp: Removed.
- storage/SQLStatement.h: Removed.
- storage/SQLStatementCallback.h: Removed.
- storage/SQLStatementCallback.idl: Removed.
- storage/SQLStatementErrorCallback.h: Removed.
- storage/SQLStatementErrorCallback.idl: Removed.
- storage/SQLStatementSync.cpp: Removed.
- storage/SQLStatementSync.h: Removed.
- storage/SQLTransaction.cpp: Removed.
- storage/SQLTransaction.h: Removed.
- storage/SQLTransaction.idl: Removed.
- storage/SQLTransactionCallback.h: Removed.
- storage/SQLTransactionCallback.idl: Removed.
- storage/SQLTransactionClient.cpp: Removed.
- storage/SQLTransactionClient.h: Removed.
- storage/SQLTransactionCoordinator.cpp: Removed.
- storage/SQLTransactionCoordinator.h: Removed.
- storage/SQLTransactionErrorCallback.h: Removed.
- storage/SQLTransactionErrorCallback.idl: Removed.
- storage/SQLTransactionSync.cpp: Removed.
- storage/SQLTransactionSync.h: Removed.
- storage/SQLTransactionSync.idl: Removed.
- storage/SQLTransactionSyncCallback.h: Removed.
- storage/SQLTransactionSyncCallback.idl: Removed.
- storage/WorkerContextSQLDatabase.cpp: Removed.
- storage/WorkerContextSQLDatabase.h: Removed.
- storage/WorkerContextSQLDatabase.idl: Removed.
- storage/chromium/DatabaseObserver.h: Removed.
- storage/chromium/DatabaseTrackerChromium.cpp: Removed.
- storage/chromium/QuotaTracker.cpp: Removed.
- storage/chromium/QuotaTracker.h: Removed.
- storage/chromium/SQLTransactionClientChromium.cpp: Removed.
- 1:12 AM Changeset in webkit [109876] by
-
- 7 edits2 adds in trunk
Do not reformat strings in <input type=number> on platforms using LocalizedNumberICU.
https://bugs.webkit.org/show_bug.cgi?id=78326
Reviewed by Hajime Morita.
Source/WebCore:
We had bugs such as stripping leading zeros, dropping lower digits
of large numbers because we parse a user-input string to a double
value, and generate a string from the double value.
In order to avoid such reformatting, we converts number strings by
replacing standard digits to corresponding localized digits.
- WebCore.gypi: Added LocalizedNumberICU.h
- platform/text/LocalizedNumberICU.cpp:
(WebCore::ICULocale::ICULocale): Added.
(WebCore::ICULocale::create): A testing factory function.
(WebCore::ICULocale::createForCurrentLocale): A practical factory function.
(WebCore::ICULocale::setDecimalSymbol): Initialize a symbol table.
(WebCore::ICULocale::initializeDecimalFormat): Initialize ICU DecimalFormat.
(WebCore::ICULocale::convertToLocalizedNumber):
Replace characters to corresponding localized characters.
(WebCore::matches): A helper function for convertFromLocalizedNumber.
(WebCore::endsWith): ditto.
(WebCore::ICULocale::determineStartPosition): ditto.
(WebCore::ICULocale::matchedDecimalSymbolIndex): ditto.
(WebCore::ICULocale::convertFromLocalizedNumber):
Replace characters to corresponding standard characters.
(WebCore::currentLocale): Added.
(WebCore::convertToLocalizedNumber): Uses ICULocale::convertToLocalizedNumber.
(WebCore::convertFromLocalizedNumber): Uses ICULocale::convertFromLocalizedNumber.
- platform/text/LocalizedNumberICU.h: Added.
(ICULocale): Added. This is exposed to WebKit/chromium/tests/LocalizedNumberICUTest.cpp.
Source/WebKit/chromium:
Add a test for WebCore/platform/text/LocalizedNumberICU.
- WebKit.gypi: Added LocalizedNumberICUTest.cpp
- tests/LocalizedNumberICUTest.cpp: Added.
LayoutTests:
- platform/chromium/test_expectations.txt:
Need to do rebaseline for
fast/speech/input-appearance-numberandspeech.html because the
number rounding issue is fixed.
- 1:07 AM Changeset in webkit [109875] by
-
- 3 edits in trunk/Source/WebCore
Attempt to fix the GTK minimal build
https://bugs.webkit.org/show_bug.cgi?id=80390
Reviewed by Csaba Osztrogonác.
Add some missing ifdefs.
- Modules/geolocation/NavigatorGeolocation.cpp:
- Modules/geolocation/NavigatorGeolocation.h:
- 1:06 AM Changeset in webkit [109874] by
-
- 3 edits in trunk/LayoutTests
CSS3 calc: rewrite margin test to use getComputedStyle
https://bugs.webkit.org/show_bug.cgi?id=80379
Note that parts of this test still fail, due to yet-to-be-landed CSS3 calc()
functionality (see http://wkb.ug/16662)
Reviewed by Kent Tamura.
- css3/calc/margin-expected.txt:
- css3/calc/margin.html:
- 12:48 AM Changeset in webkit [109873] by
-
- 2 edits in trunk/LayoutTests
REGRESSION (r109461): broke fast/js/function-dot-arguments-and-caller.html on GTK
https://bugs.webkit.org/show_bug.cgi?id=80117
Unreviewed, unskip the fixed test.
- platform/gtk/Skipped:
- 12:10 AM Changeset in webkit [109872] by
-
- 9 edits1 add in trunk
Web Inspector: stop using RawSourceCode in BreakpointManager.
https://bugs.webkit.org/show_bug.cgi?id=80286
Reviewed by Vsevolod Vlasov.
Source/WebCore:
- WebCore.gypi:
- WebCore.vcproj/WebCore.vcproj:
- inspector/front-end/BreakpointManager.js:
(WebInspector.BreakpointManager.prototype.uiSourceCodeAdded):
(WebInspector.BreakpointManager.prototype.setBreakpoint):
(WebInspector.BreakpointManager.prototype._materializeBreakpoint):
(WebInspector.BreakpointManager.prototype._breakpointDebuggerLocationChanged):
- inspector/front-end/DebuggerPresentationModel.js:
(WebInspector.DebuggerPresentationModel):
- inspector/front-end/ScriptMapping.js: Added.
(WebInspector.ScriptMapping):
(WebInspector.ScriptMapping.prototype.rawLocationToUILocation):
(WebInspector.ScriptMapping.prototype.uiLocationToRawLocation):
(WebInspector.ScriptMapping.prototype.createLiveLocation):
(WebInspector.ScriptMapping.prototype.uiSourceCodeList):
- inspector/front-end/WebKit.qrc:
- inspector/front-end/inspector.html:
LayoutTests:
- inspector/debugger/breakpoint-manager.html:
- 12:04 AM Changeset in webkit [109871] by
-
- 2 edits in trunk/Source/JavaScriptCore
Unreviewed windows build fix pt 2.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: