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

Issue 986173002: Animations: Implement runtime flag for enabling compositor animation timelines. (Closed)

Created:
5 years, 9 months ago by loyso (OOO)
Modified:
5 years, 8 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, creis+watch_chromium.org, dzhioev+watch_chromium.org, jam, darin-cc_chromium.org, oshima+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, piman+watch_chromium.org, cc-bugs_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Animations: Implement runtime flag for enabling compositor animation timelines. Blink part: https://codereview.chromium.org/946323002 BUG=394777 R=ajuma@chromium.org R=vollick@chromium.org Committed: https://crrev.com/deacf332d96dd3a837dded971b86d3851a6ca93f Cr-Commit-Position: refs/heads/master@{#323390}

Patch Set 1 #

Patch Set 2 : Rename command line switch (as discussed). #

Total comments: 2

Patch Set 3 : Move switch from cc to content. Introduce ui switch. #

Total comments: 6

Patch Set 4 : Fix codereview issues. #

Total comments: 4

Patch Set 5 : Don't touch the order. #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -3 lines) Patch
M cc/trees/layer_tree_settings.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 4 5 3 chunks +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M ui/compositor/compositor.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M ui/compositor/compositor_switches.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/compositor_switches.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (7 generated)
loyso (OOO)
5 years, 9 months ago (2015-03-09 00:47:19 UTC) #2
loyso (OOO)
On 2015/03/09 00:47:19, loyso wrote: This is a prerequisite to implement this: https://codereview.chromium.org/947033002/
5 years, 9 months ago (2015-03-09 00:49:15 UTC) #3
Ian Vollick
On 2015/03/09 00:49:15, loyso wrote: > On 2015/03/09 00:47:19, loyso wrote: > > This is ...
5 years, 9 months ago (2015-03-09 03:42:19 UTC) #4
loyso (OOO)
content/ review, anyone please?
5 years, 9 months ago (2015-03-10 03:55:40 UTC) #5
danakj
https://codereview.chromium.org/986173002/diff/20001/cc/base/switches.h File cc/base/switches.h (right): https://codereview.chromium.org/986173002/diff/20001/cc/base/switches.h#newcode38 cc/base/switches.h:38: CC_EXPORT extern const char kEnableCompositorAnimationTimelines[]; You have this in ...
5 years, 9 months ago (2015-03-10 17:07:09 UTC) #8
loyso (OOO)
https://codereview.chromium.org/986173002/diff/20001/cc/base/switches.h File cc/base/switches.h (right): https://codereview.chromium.org/986173002/diff/20001/cc/base/switches.h#newcode38 cc/base/switches.h:38: CC_EXPORT extern const char kEnableCompositorAnimationTimelines[]; On 2015/03/10 17:07:09, danakj ...
5 years, 9 months ago (2015-03-10 23:18:48 UTC) #9
chromium-reviews
Yes, exactly the same flag in exactly the same way: ui::Compositor::Compositor() { ... settings.use_compositor_animation_timelines = ...
5 years, 9 months ago (2015-03-10 23:28:27 UTC) #10
danakj
On Tue, Mar 10, 2015 at 4:18 PM, <loyso@chromium.org> wrote: > > https://codereview.chromium.org/986173002/diff/20001/cc/base/switches.h > File ...
5 years, 9 months ago (2015-03-10 23:29:07 UTC) #11
danakj
On Tue, Mar 10, 2015 at 4:28 PM, Alexey Baskakov <loyso@google.com> wrote: > Yes, exactly ...
5 years, 9 months ago (2015-03-10 23:46:07 UTC) #12
danakj
LGTM w/ a couple comments https://codereview.chromium.org/986173002/diff/40001/chrome/browser/chromeos/login/chrome_restart_request.cc File chrome/browser/chromeos/login/chrome_restart_request.cc (right): https://codereview.chromium.org/986173002/diff/40001/chrome/browser/chromeos/login/chrome_restart_request.cc#newcode173 chrome/browser/chromeos/login/chrome_restart_request.cc:173: ::switches::kEnableCompositorAnimationTimelines, please add these ...
5 years, 9 months ago (2015-03-12 20:29:58 UTC) #14
piman
LGTM for content after Dana's comments are addressed.
5 years, 9 months ago (2015-03-12 22:04:40 UTC) #16
loyso (OOO)
https://codereview.chromium.org/986173002/diff/40001/chrome/browser/chromeos/login/chrome_restart_request.cc File chrome/browser/chromeos/login/chrome_restart_request.cc (right): https://codereview.chromium.org/986173002/diff/40001/chrome/browser/chromeos/login/chrome_restart_request.cc#newcode173 chrome/browser/chromeos/login/chrome_restart_request.cc:173: ::switches::kEnableCompositorAnimationTimelines, On 2015/03/12 20:29:57, danakj wrote: > please add ...
5 years, 9 months ago (2015-03-12 23:18:50 UTC) #17
danakj
LGTM https://codereview.chromium.org/986173002/diff/60001/ui/compositor/compositor.cc File ui/compositor/compositor.cc (right): https://codereview.chromium.org/986173002/diff/60001/ui/compositor/compositor.cc#newcode88 ui/compositor/compositor.cc:88: don't add unrelated whitespace change https://codereview.chromium.org/986173002/diff/60001/ui/compositor/compositor.cc#newcode136 ui/compositor/compositor.cc:136: settings.use_image_texture_target ...
5 years, 9 months ago (2015-03-13 17:45:54 UTC) #18
loyso (OOO)
https://codereview.chromium.org/986173002/diff/60001/ui/compositor/compositor.cc File ui/compositor/compositor.cc (right): https://codereview.chromium.org/986173002/diff/60001/ui/compositor/compositor.cc#newcode88 ui/compositor/compositor.cc:88: On 2015/03/13 17:45:53, danakj wrote: > don't add unrelated ...
5 years, 9 months ago (2015-03-15 23:29:22 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/986173002/100001
5 years, 8 months ago (2015-04-01 23:40:23 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 8 months ago (2015-04-02 01:22:34 UTC) #23
commit-bot: I haz the power
5 years, 8 months ago (2015-04-03 20:20:55 UTC) #24
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/deacf332d96dd3a837dded971b86d3851a6ca93f
Cr-Commit-Position: refs/heads/master@{#323390}

Powered by Google App Engine
This is Rietveld 408576698