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

Issue 1504273002: Add support for LayerTreeSettings (de)serialization (Closed)

Created:
5 years ago by nyquist
Modified:
5 years ago
Reviewers:
vmpstr
CC:
chromium-reviews, cc-bugs_chromium.org, David Trainor- moved to gerrit
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add support for LayerTreeSettings (de)serialization As part of serializing cc::LayerTreeHost, we also need to serialize the cc::LayerTreeSettings. BUG=561210 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/2fe752c3c8b169b515990c2cb189805836adfcd2 Cr-Commit-Position: refs/heads/master@{#364452}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Addressed comments from vmpstr@ #

Total comments: 4

Patch Set 3 : addresssed comments from vmpstr #

Patch Set 4 : rebased onto origin/master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+493 lines, -2 lines) Patch
M cc/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M cc/cc.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M cc/cc_tests.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M cc/proto/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A cc/proto/layer_tree_settings.proto View 1 1 chunk +73 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 2 chunks +11 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 2 2 chunks +240 lines, -0 lines 0 comments Download
A cc/trees/layer_tree_settings_unittest.cc View 1 2 1 chunk +165 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
nyquist
vmpstr: PTAL dtrainor: FYI
5 years ago (2015-12-08 02:02:10 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1504273002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1504273002/1
5 years ago (2015-12-08 02:03:44 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/106676)
5 years ago (2015-12-08 03:20:19 UTC) #7
vmpstr
https://codereview.chromium.org/1504273002/diff/1/cc/proto/layer_tree_settings.proto File cc/proto/layer_tree_settings.proto (right): https://codereview.chromium.org/1504273002/diff/1/cc/proto/layer_tree_settings.proto#newcode37 cc/proto/layer_tree_settings.proto:37: Remove the blank line please https://codereview.chromium.org/1504273002/diff/1/cc/proto/layer_tree_settings.proto#newcode73 cc/proto/layer_tree_settings.proto:73: Here as ...
5 years ago (2015-12-08 18:26:13 UTC) #8
nyquist
vmpstr: PTAL https://codereview.chromium.org/1504273002/diff/1/cc/proto/layer_tree_settings.proto File cc/proto/layer_tree_settings.proto (right): https://codereview.chromium.org/1504273002/diff/1/cc/proto/layer_tree_settings.proto#newcode37 cc/proto/layer_tree_settings.proto:37: On 2015/12/08 18:26:13, vmpstr wrote: > Remove ...
5 years ago (2015-12-08 22:44:58 UTC) #9
vmpstr
lgtm with nits https://codereview.chromium.org/1504273002/diff/20001/cc/trees/layer_tree_settings.cc File cc/trees/layer_tree_settings.cc (right): https://codereview.chromium.org/1504273002/diff/20001/cc/trees/layer_tree_settings.cc#newcode309 cc/trees/layer_tree_settings.cc:309: for (int i = 0; i ...
5 years ago (2015-12-10 00:51:24 UTC) #10
nyquist
https://codereview.chromium.org/1504273002/diff/20001/cc/trees/layer_tree_settings.cc File cc/trees/layer_tree_settings.cc (right): https://codereview.chromium.org/1504273002/diff/20001/cc/trees/layer_tree_settings.cc#newcode309 cc/trees/layer_tree_settings.cc:309: for (int i = 0; i < proto.use_image_texture_targets_size(); i++) ...
5 years ago (2015-12-10 01:22:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1504273002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1504273002/60001
5 years ago (2015-12-10 01:23:48 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/80417)
5 years ago (2015-12-10 01:35:46 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1504273002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1504273002/60001
5 years ago (2015-12-10 18:42:42 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years ago (2015-12-10 20:12:58 UTC) #19
commit-bot: I haz the power
5 years ago (2015-12-10 20:14:29 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2fe752c3c8b169b515990c2cb189805836adfcd2
Cr-Commit-Position: refs/heads/master@{#364452}

Powered by Google App Engine
This is Rietveld 408576698