Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Issue 11142031: Remove WTF dependencies from webkit_compositor_bindings (Closed)

Created:
8 years, 2 months ago by jamesr
Modified:
8 years, 2 months ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Remove WTF dependencies from webkit_compositor_bindings This removes almost all the WTF uses from webkit_compositor_bindings and updates the includes of chromium-style headers to be chromium-style (full path, etc). Things that are still using wtf are: - CCThreadTaskImpl uses OwnPtr/PassOwnPtr - fix will be a bit more involved - WebTransformationMatrixTest uses wtf/MathExtras.h - will fix on its own - WebTransformOperationsTest uses a Vector<OwnPtr<...> > - will rewrite this test on its own Also removed WebCompositorInputHandlerImpl.h/cpp which don't compile and aren't listed in the gyp. BUG=154451, 144577 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162101

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -663 lines) Patch
M webkit/compositor_bindings/CCThreadImpl.h View 2 chunks +5 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/CCThreadImpl.cpp View 3 chunks +8 lines, -8 lines 0 comments Download
M webkit/compositor_bindings/WebAnimationCurveCommon.h View 1 chunk +1 line, -2 lines 0 comments Download
M webkit/compositor_bindings/WebAnimationCurveCommon.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebAnimationImpl.h View 1 chunk +1 line, -3 lines 0 comments Download
M webkit/compositor_bindings/WebAnimationImpl.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M webkit/compositor_bindings/WebAnimationTest.cpp View 2 chunks +10 lines, -30 lines 0 comments Download
M webkit/compositor_bindings/WebCompositorImpl.h View 2 chunks +1 line, -6 lines 0 comments Download
M webkit/compositor_bindings/WebCompositorImpl.cpp View 1 2 chunks +7 lines, -9 lines 0 comments Download
D webkit/compositor_bindings/WebCompositorInputHandlerImpl.h View 1 chunk +0 lines, -85 lines 0 comments Download
D webkit/compositor_bindings/WebCompositorInputHandlerImpl.cpp View 1 chunk +0 lines, -341 lines 0 comments Download
M webkit/compositor_bindings/WebContentLayerImpl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebContentLayerImpl.cpp View 2 chunks +9 lines, -9 lines 0 comments Download
M webkit/compositor_bindings/WebDelegatedRendererLayerImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebDelegatedRendererLayerImpl.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebExternalTextureLayerImpl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M webkit/compositor_bindings/WebFloatAnimationCurveImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebFloatAnimationCurveImpl.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebFloatAnimationCurveTest.cpp View 14 chunks +17 lines, -20 lines 0 comments Download
M webkit/compositor_bindings/WebIOSurfaceLayerImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebIOSurfaceLayerImpl.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebImageLayerImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebImageLayerImpl.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/WebLayerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebLayerImpl.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/compositor_bindings/WebLayerTreeViewImpl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/WebLayerTreeViewImpl.cpp View 2 chunks +13 lines, -13 lines 0 comments Download
M webkit/compositor_bindings/WebLayerTreeViewTest.cpp View 1 9 chunks +27 lines, -23 lines 0 comments Download
M webkit/compositor_bindings/WebScrollbarLayerImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebScrollbarLayerImpl.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/WebSolidColorLayerImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebSolidColorLayerImpl.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebToCCInputHandlerAdapter.h View 2 chunks +6 lines, -8 lines 0 comments Download
M webkit/compositor_bindings/WebToCCInputHandlerAdapter.cpp View 3 chunks +8 lines, -8 lines 0 comments Download
M webkit/compositor_bindings/WebTransformAnimationCurveImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebTransformAnimationCurveImpl.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebTransformAnimationCurveTest.cpp View 14 chunks +19 lines, -22 lines 0 comments Download
M webkit/compositor_bindings/WebVideoLayerImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebVideoLayerImpl.cpp View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jamesr
8 years, 2 months ago (2012-10-16 01:06:21 UTC) #1
enne (OOO)
lgtm, with two small questions: https://codereview.chromium.org/11142031/diff/1/webkit/compositor_bindings/WebAnimationTest.cpp File webkit/compositor_bindings/WebAnimationTest.cpp (left): https://codereview.chromium.org/11142031/diff/1/webkit/compositor_bindings/WebAnimationTest.cpp#oldcode40 webkit/compositor_bindings/WebAnimationTest.cpp:40: // https://bugs.webkit.org/show_bug.cgi?id=90651 Should this ...
8 years, 2 months ago (2012-10-16 01:17:35 UTC) #2
jamesr
On 2012/10/16 01:17:35, enne wrote: > lgtm, with two small questions: > > https://codereview.chromium.org/11142031/diff/1/webkit/compositor_bindings/WebAnimationTest.cpp > ...
8 years, 2 months ago (2012-10-16 01:19:12 UTC) #3
enne (OOO)
Ah, that makes more sense. Thanks for the explanation. :)
8 years, 2 months ago (2012-10-16 01:23:37 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/11142031/1
8 years, 2 months ago (2012-10-16 01:27:27 UTC) #5
commit-bot: I haz the power
Retried try job too often for step(s) sync_integration_tests
8 years, 2 months ago (2012-10-16 02:02:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/11142031/1
8 years, 2 months ago (2012-10-16 02:21:09 UTC) #7
commit-bot: I haz the power
Failed to apply patch for webkit/compositor_bindings/WebLayerTreeViewTest.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 2 months ago (2012-10-16 02:21:25 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/11142031/9001
8 years, 2 months ago (2012-10-16 06:14:48 UTC) #9
commit-bot: I haz the power
8 years, 2 months ago (2012-10-16 08:12:23 UTC) #10
Change committed as 162101

Powered by Google App Engine
This is Rietveld 408576698