Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2010-07-19 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r63671. http://trac.webkit.org/changeset/63671 https://bugs.webkit.org/show_bug.cgi?id=42575 broke windows (Requested by weinig on #webkit). * WebKitTestRunner/Configurations/Base.xcconfig: * WebKitTestRunner/Configurations/DebugRelease.xcconfig: * WebKitTestRunner/DerivedSources.make: Removed. * WebKitTestRunner/ForwardingHeaders/wtf/GetPtr.h: Removed. * WebKitTestRunner/InjectedBundle/Bindings/CodeGeneratorTestRunner.pm: Removed. * WebKitTestRunner/InjectedBundle/Bindings/JSWrappable.h: Removed. * WebKitTestRunner/InjectedBundle/Bindings/JSWrapper.cpp: Removed. * WebKitTestRunner/InjectedBundle/Bindings/JSWrapper.h: Removed. * WebKitTestRunner/InjectedBundle/Bindings/LayoutTestController.idl: Removed. * WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp: (WTR::InjectedBundlePage::dump): (WTR::InjectedBundlePage::setStatusbarText): * WebKitTestRunner/InjectedBundle/LayoutTestController.cpp: (WTR::LayoutTestController::setWaitToDump): (WTR::displayCallback): (WTR::dumpAsTextCallback): (WTR::dumpStatusCallbacksCallback): (WTR::waitUntilDoneCallback): (WTR::notifyDoneCallback): (WTR::numberOfActiveAnimationsCallback): (WTR::pauseAnimationAtTimeOnElementWithIdCallback): (WTR::repaintSweepHorizontallyCallback): (WTR::testRepaintCallback): (WTR::layoutTestControllerObjectFinalize): (WTR::LayoutTestController::makeWindowObject): (WTR::LayoutTestController::getJSClass): (WTR::LayoutTestController::staticFunctions): * WebKitTestRunner/InjectedBundle/LayoutTestController.h: (WTR::LayoutTestController::dumpAsText): (WTR::LayoutTestController::setDumpAsText): (WTR::LayoutTestController::dumpStatusCallbacks): (WTR::LayoutTestController::setDumpStatusCallbacks): (WTR::LayoutTestController::setTestRepaint): (WTR::LayoutTestController::setTestRepaintSweepHorizontally): * WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj: Canonical link: https://commits.webkit.org/54514@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63674 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
183 additions
and 932 deletions.
- +44 −0 WebKitTools/ChangeLog
- +0 −3 WebKitTools/WebKitTestRunner/Configurations/Base.xcconfig
- +0 −2 WebKitTools/WebKitTestRunner/Configurations/DebugRelease.xcconfig
- +0 −49 WebKitTools/WebKitTestRunner/DerivedSources.make
- +0 −1 WebKitTools/WebKitTestRunner/ForwardingHeaders/wtf/GetPtr.h
- +0 −525 WebKitTools/WebKitTestRunner/InjectedBundle/Bindings/CodeGeneratorTestRunner.pm
- +0 −42 WebKitTools/WebKitTestRunner/InjectedBundle/Bindings/JSWrappable.h
- +0 −79 WebKitTools/WebKitTestRunner/InjectedBundle/Bindings/JSWrapper.cpp
- +0 −50 WebKitTools/WebKitTestRunner/InjectedBundle/Bindings/JSWrapper.h
- +0 −45 WebKitTools/WebKitTestRunner/InjectedBundle/Bindings/LayoutTestController.idl
- +2 −2 WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp
- +122 −9 WebKitTools/WebKitTestRunner/InjectedBundle/LayoutTestController.cpp
- +15 −13 WebKitTools/WebKitTestRunner/InjectedBundle/LayoutTestController.h
- +0 −112 WebKitTools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -66,6 +66,3 @@ SDKROOT_1060_1050 = macosx10.5; | ||
SDKROOT_1070_1040 = macosx10.4; | ||
SDKROOT_1070_1050 = macosx10.5; | ||
SDKROOT_1070_1060 = macosx10.6; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -38,5 +38,3 @@ MACOSX_DEPLOYMENT_TARGET_1040 = 10.4; | ||
MACOSX_DEPLOYMENT_TARGET_1050 = 10.5; | ||
MACOSX_DEPLOYMENT_TARGET_1060 = 10.6; | ||
MACOSX_DEPLOYMENT_TARGET_1070 = 10.7; | ||
Oops, something went wrong.