Changeset 121655 in webkit


Ignore:
Timestamp:
Jul 1, 2012 10:11:32 PM (12 years ago)
Author:
keishi@webkit.org
Message:

Unreviewed, rolling out r121650.
http://trac.webkit.org/changeset/121650
https://bugs.webkit.org/show_bug.cgi?id=90303

runhooks is failing for chromium win bots and
WebAnimationTest.DefaultSettings is crashing

Source/Platform:

  • Platform.gypi:
  • chromium/public/WebAnimation.h: Removed.
  • chromium/public/WebAnimationCurve.h: Removed.
  • chromium/public/WebFloatAnimationCurve.h: Removed.
  • chromium/public/WebFloatKeyframe.h: Removed.
  • chromium/public/WebTransformAnimationCurve.h: Removed.
  • chromium/public/WebTransformKeyframe.h: Removed.

Source/WebKit/chromium:

  • WebKit.gyp:
  • WebKit.gypi:
  • src/WebAnimation.cpp: Removed.
  • src/WebAnimationCurveCommon.cpp: Removed.
  • src/WebAnimationCurveCommon.h: Removed.
  • src/WebFloatAnimationCurve.cpp: Removed.
  • src/WebTransformAnimationCurve.cpp: Removed.
  • tests/WebAnimationTest.cpp: Removed.
  • tests/WebFloatAnimationCurveTest.cpp: Removed.
  • tests/WebTransformAnimationCurveTest.cpp: Removed.
Location:
trunk/Source
Files:
14 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/Platform/ChangeLog

    r121650 r121655  
     12012-07-01  Keishi Hattori  <keishi@webkit.org>
     2
     3        Unreviewed, rolling out r121650.
     4        http://trac.webkit.org/changeset/121650
     5        https://bugs.webkit.org/show_bug.cgi?id=90303
     6
     7        runhooks is failing for chromium win bots and
     8        WebAnimationTest.DefaultSettings is crashing
     9
     10        * Platform.gypi:
     11        * chromium/public/WebAnimation.h: Removed.
     12        * chromium/public/WebAnimationCurve.h: Removed.
     13        * chromium/public/WebFloatAnimationCurve.h: Removed.
     14        * chromium/public/WebFloatKeyframe.h: Removed.
     15        * chromium/public/WebTransformAnimationCurve.h: Removed.
     16        * chromium/public/WebTransformKeyframe.h: Removed.
     17
    1182012-07-01  Ian Vollick  <vollick@chromium.org>
    219
  • trunk/Source/Platform/Platform.gypi

    r121650 r121655  
    3333        'platform_files': [
    3434            'chromium/public/Platform.h',
    35             'chromium/public/WebAnimation.h'
    36             'chromium/public/WebAnimationCurve.h',
    3735            'chromium/public/WebAudioBus.h',
    3836            'chromium/public/WebAudioDevice.h',
     
    5755            'chromium/public/WebFilterOperation.h',
    5856            'chromium/public/WebFilterOperations.h',
    59             'chromium/public/WebFloatAnimationCurve.h',
    60             'chromium/public/WebFloatKeyframe.h',
    6157            'chromium/public/WebFloatPoint.h',
    6258            'chromium/public/WebFloatQuad.h',
     
    113109            'chromium/public/WebThreadSafeData.h',
    114110            'chromium/public/WebTransformationMatrix.h',
    115             'chromium/public/WebTransformAnimationCurve.h',
    116             'chromium/public/WebTransformKeyframe.h',
    117111            'chromium/public/WebTransformOperations.h',
    118112            'chromium/public/WebPrerender.h',
  • trunk/Source/WebKit/chromium/ChangeLog

    r121650 r121655  
     12012-07-01  Keishi Hattori  <keishi@webkit.org>
     2
     3        Unreviewed, rolling out r121650.
     4        http://trac.webkit.org/changeset/121650
     5        https://bugs.webkit.org/show_bug.cgi?id=90303
     6
     7        runhooks is failing for chromium win bots and
     8        WebAnimationTest.DefaultSettings is crashing
     9
     10        * WebKit.gyp:
     11        * WebKit.gypi:
     12        * src/WebAnimation.cpp: Removed.
     13        * src/WebAnimationCurveCommon.cpp: Removed.
     14        * src/WebAnimationCurveCommon.h: Removed.
     15        * src/WebFloatAnimationCurve.cpp: Removed.
     16        * src/WebTransformAnimationCurve.cpp: Removed.
     17        * tests/WebAnimationTest.cpp: Removed.
     18        * tests/WebFloatAnimationCurveTest.cpp: Removed.
     19        * tests/WebTransformAnimationCurveTest.cpp: Removed.
     20
    1212012-07-01  Ian Vollick  <vollick@chromium.org>
    222
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r121650 r121655  
    478478                'src/WebTextCheckingResult.cpp',
    479479                'src/WebAccessibilityObject.cpp',
    480                 'src/WebAnimation.cpp',
    481480                'src/WebAnimationControllerImpl.cpp',
    482481                'src/WebAnimationControllerImpl.h',
    483                 'src/WebAnimationCurveCommon.cpp',
    484                 'src/WebAnimationCurveCommon.h',
    485482                'src/WebArrayBuffer.cpp',
    486483                'src/WebArrayBufferView.cpp',
     
    531528                'src/WebFileSystemCallbacksImpl.cpp',
    532529                'src/WebFileSystemCallbacksImpl.h',
    533                 'src/WebFloatAnimationCurve.cpp',
    534530                'src/WebFontCache.cpp',
    535531                'src/WebFontDescription.cpp',
     
    656652                'src/WebTextInputInfo.cpp',
    657653                'src/WebTextRun.cpp',
    658                 'src/WebTransformAnimationCurve.cpp',
    659654                'src/WebURLLoadTiming.cpp',
    660655                'src/WebScopedUserGesture.cpp',
  • trunk/Source/WebKit/chromium/WebKit.gypi

    r121650 r121655  
    150150            'tests/TreeTestHelpers.cpp',
    151151            'tests/TreeTestHelpers.h',
    152             'tests/WebAnimationTest.cpp',
    153152            'tests/WebCompositorInputHandlerImplTest.cpp',
    154             'tests/WebFloatAnimationCurveTest.cpp',
    155153            'tests/WebFrameTest.cpp',
    156154            'tests/WebLayerTest.cpp',
     
    161159            'tests/WebSocketDeflaterTest.cpp',
    162160            'tests/WebSocketExtensionDispatcherTest.cpp',
    163             'tests/WebTransformAnimationCurveTest.cpp',
    164161            'tests/WebTransformationMatrixTest.cpp',
    165162            'tests/WebTransformOperationsTest.cpp',
Note: See TracChangeset for help on using the changeset viewer.