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

Issue 1739743003: Blink Compositor Animation: Erase old animation system. (Closed)

Created:
4 years, 10 months ago by loyso (OOO)
Modified:
4 years, 9 months ago
CC:
achuith+watch_chromium.org, darktears, asvitkine+watch_chromium.org, avayvod+watch_chromium.org, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-api_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, cc-bugs_chromium.org, chromium-reviews, creis+watch_chromium.org, danakj+watch_chromium.org, darin-cc_chromium.org, davemoore+watch_chromium.org, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, dzhioev+watch_chromium.org, eae+blinkwatch, Eric Willigers, feature-media-reviews_chromium.org, f(malita), jam, jbroman, jchaffraix+rendering, jochen+watch_chromium.org, Justin Novosad, kenneth.christiansen, kinuko+watch, leviw+renderwatch, mcasas+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-test-runner_chromium.org, mlamouri+watch-media_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, oshima+watch_chromium.org, pdr+graphicswatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans, szager+layoutwatch_chromium.org, vmpstr+blinkwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Blink Compositor Animation: Erase old animation system. Basically, specialize all the code as if use_compositor_animation_timelines is always true. Next CL: Erase cc::LayerSettings everywhere. BUG=575041 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/510a9b6ff13b7d569c98c847b2e83155501a4769 Cr-Commit-Position: refs/heads/master@{#378629}

Patch Set 1 #

Patch Set 2 : Fix it. #

Patch Set 3 : Fix compilation. #

Total comments: 7

Patch Set 4 : Exclude histograms.xml #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -435 lines) Patch
M cc/blink/web_content_layer_impl.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/blink/web_external_texture_layer_impl.cc View 2 chunks +2 lines, -1 line 0 comments Download
M cc/blink/web_image_layer_impl.cc View 2 chunks +2 lines, -1 line 0 comments Download
M cc/blink/web_layer_impl.h View 4 chunks +1 line, -16 lines 0 comments Download
M cc/blink/web_layer_impl.cc View 3 chunks +3 lines, -52 lines 0 comments Download
M cc/blink/web_layer_impl_fixed_bounds_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_scrollbar_layer_impl.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/layers/video_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M components/test_runner/test_plugin.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M content/renderer/child_frame_compositing_helper.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 2 chunks +1 line, -11 lines 0 comments Download
M content/renderer/media/android/webmediaplayer_android.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/webmediaplayer_ms.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/npapi/webplugin_impl.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_compositor_host.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M content/test/test_blink_web_unit_test_support.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M content/test/web_layer_tree_view_impl_for_testing.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/test/web_layer_tree_view_impl_for_testing.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M media/blink/webmediaplayer_impl.cc View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/animation/Animation.cpp View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/animation/AnimationTimeline.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/CompositorAnimations.cpp View 1 2 3 chunks +9 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp View 1 chunk +6 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/animation/CompositorAnimation.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.h View 1 2 3 5 chunks +1 line, -16 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 1 2 3 3 chunks +0 lines, -41 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp View 1 chunk +23 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.cpp View 3 chunks +12 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollableArea.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp View 1 2 3 1 chunk +0 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/web/GraphicsLayerFactoryChromium.h View 1 chunk +1 line, -6 lines 0 comments Download
M third_party/WebKit/Source/web/GraphicsLayerFactoryChromium.cpp View 2 chunks +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/web/LinkHighlightImpl.cpp View 3 chunks +14 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/web/WebRuntimeFeatures.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 3 chunks +2 lines, -8 lines 0 comments Download
M third_party/WebKit/public/platform/WebLayer.h View 3 chunks +1 line, -25 lines 0 comments Download
M third_party/WebKit/public/platform/WebLayerTreeView.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/public/web/WebRuntimeFeatures.h View 1 chunk +0 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 35 (17 generated)
loyso (OOO)
4 years, 10 months ago (2016-02-26 05:32:04 UTC) #4
loyso (OOO)
4 years, 10 months ago (2016-02-26 05:34:06 UTC) #6
loyso (OOO)
4 years, 9 months ago (2016-02-29 00:07:20 UTC) #9
loyso (OOO)
Owners, PTAL at your primary system! This is a trivial deletion. Thanks in advance!
4 years, 9 months ago (2016-02-29 04:25:56 UTC) #13
tkent
third_party/WebKit lgtm
4 years, 9 months ago (2016-02-29 04:30:47 UTC) #14
loyso (OOO)
https://codereview.chromium.org/1739743003/diff/40001/cc/layers/video_layer.h File cc/layers/video_layer.h (right): https://codereview.chromium.org/1739743003/diff/40001/cc/layers/video_layer.h#newcode12 cc/layers/video_layer.h:12: #include "cc/layers/layer_settings.h" This is temp to comply with current ...
4 years, 9 months ago (2016-02-29 06:25:00 UTC) #15
Ian Vollick
This is exciting! lgtm with a few small questions. What's the plan for getting rid ...
4 years, 9 months ago (2016-02-29 13:21:38 UTC) #16
Ian Vollick
On 2016/02/29 13:21:38, vollick wrote: > This is exciting! lgtm with a few small questions. ...
4 years, 9 months ago (2016-02-29 13:23:08 UTC) #17
Mark P
https://codereview.chromium.org/1739743003/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/1739743003/diff/40001/tools/metrics/histograms/histograms.xml#oldcode71526 tools/metrics/histograms/histograms.xml:71526: - <int value="-1892555086" label="disable-compositor-animation-timelines"/> Please do not delete entries. ...
4 years, 9 months ago (2016-02-29 18:09:20 UTC) #19
loyso (OOO)
https://codereview.chromium.org/1739743003/diff/40001/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in File third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in (left): https://codereview.chromium.org/1739743003/diff/40001/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in#oldcode38 third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in:38: CompositorAnimationTimelines On 2016/02/29 13:21:37, vollick wrote: > This is ...
4 years, 9 months ago (2016-02-29 22:39:28 UTC) #20
loyso (OOO)
Content/, media/, chrome/ review needed! PTAL!
4 years, 9 months ago (2016-02-29 22:41:04 UTC) #21
esprehn
This patch is so big it's a bit hard to review, but I think it ...
4 years, 9 months ago (2016-03-01 01:21:15 UTC) #22
DaleCurtis
lgtm
4 years, 9 months ago (2016-03-01 23:21:58 UTC) #23
Avi (use Gerrit)
lgtm deletion!
4 years, 9 months ago (2016-03-01 23:51:10 UTC) #26
sky
LGTM
4 years, 9 months ago (2016-03-02 00:27:03 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1739743003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1739743003/60001
4 years, 9 months ago (2016-03-02 00:34:19 UTC) #31
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-02 00:43:09 UTC) #33
commit-bot: I haz the power
4 years, 9 months ago (2016-03-02 00:44:33 UTC) #35
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/510a9b6ff13b7d569c98c847b2e83155501a4769
Cr-Commit-Position: refs/heads/master@{#378629}

Powered by Google App Engine
This is Rietveld 408576698