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

Issue 1177033008: cc: Turn impl_side_painting and use_one_copy on in LayerTreeSettings. (Closed)

Created:
5 years, 6 months ago by danakj
Modified:
5 years, 6 months ago
CC:
cc-bugs_chromium.org, chromium-reviews, darin-cc_chromium.org, jam, piman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Turn impl_side_painting and use_one_copy on in LayerTreeSettings. Make these default to true in LayerTreeSettings so that all unit tests will use them automatically unless they opt out. Fix all the tests that crashed with this on, due to having a null cc::TaskGraphRunner. R=enne, vmpstr BUG=413479 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel NOTRY=true Committed: https://crrev.com/cf6105879590dbf12e023250821ddc9e3f807524 Cr-Commit-Position: refs/heads/master@{#334726}

Patch Set 1 #

Total comments: 6

Patch Set 2 : implon: . #

Patch Set 3 : implon: rebase #

Patch Set 4 : implon: . #

Patch Set 5 : implon: blinktests #

Patch Set 6 : implon: fixwebkittests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+335 lines, -165 lines) Patch
M cc/blink/web_layer_impl_fixed_bounds_unittest.cc View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M cc/debug/frame_timing_tracker_unittest.cc View 10 chunks +28 lines, -9 lines 0 comments Download
M cc/debug/micro_benchmark_controller_unittest.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M cc/layers/contents_scaling_layer_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M cc/layers/delegated_renderer_layer_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M cc/layers/heads_up_display_layer_impl_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M cc/layers/layer_impl_unittest.cc View 4 chunks +12 lines, -4 lines 0 comments Download
M cc/layers/layer_iterator_unittest.cc View 4 chunks +10 lines, -3 lines 0 comments Download
M cc/layers/layer_perftest.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/layer_position_constraint_unittest.cc View 3 chunks +4 lines, -1 line 0 comments Download
M cc/layers/layer_unittest.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M cc/layers/nine_patch_layer_impl_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M cc/layers/nine_patch_layer_unittest.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 7 chunks +17 lines, -7 lines 0 comments Download
M cc/layers/render_surface_unittest.cc View 4 chunks +10 lines, -3 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 6 chunks +12 lines, -10 lines 0 comments Download
M cc/layers/surface_layer_unittest.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 3 chunks +8 lines, -3 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M cc/layers/ui_resource_layer_impl_unittest.cc View 4 chunks +10 lines, -3 lines 0 comments Download
M cc/layers/ui_resource_layer_unittest.cc View 3 chunks +4 lines, -1 line 0 comments Download
M cc/test/fake_layer_tree_host.h View 1 chunk +5 lines, -1 line 0 comments Download
M cc/test/fake_layer_tree_host.cc View 1 chunk +11 lines, -3 lines 0 comments Download
M cc/test/fake_ui_resource_layer_tree_host_impl.h View 1 chunk +3 lines, -1 line 0 comments Download
M cc/test/fake_ui_resource_layer_tree_host_impl.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/test/layer_test_common.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/test/layer_test_common.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_host_common_test.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/test/layer_tree_host_common_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_json_parser_unittest.cc View 3 chunks +7 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 18 chunks +54 lines, -18 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 12 chunks +28 lines, -36 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_synchronous.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 1 2 3 chunks +3 lines, -1 line 0 comments Download
M cc/trees/tree_synchronizer_unittest.cc View 5 chunks +18 lines, -16 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/test/web_layer_tree_view_impl_for_testing.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M content/test/web_layer_tree_view_impl_for_testing.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 41 (18 generated)
danakj
+sievers for content/
5 years, 6 months ago (2015-06-15 22:45:49 UTC) #2
danakj
On 2015/06/15 22:45:49, danakj wrote: > +sievers for content/ oh sievers is out, +aelias
5 years, 6 months ago (2015-06-15 22:46:29 UTC) #4
enne (OOO)
https://codereview.chromium.org/1177033008/diff/1/cc/layers/picture_layer_unittest.cc File cc/layers/picture_layer_unittest.cc (right): https://codereview.chromium.org/1177033008/diff/1/cc/layers/picture_layer_unittest.cc#newcode132 cc/layers/picture_layer_unittest.cc:132: settings.use_one_copy = false; Why does this test need zero ...
5 years, 6 months ago (2015-06-15 22:58:46 UTC) #5
aelias_OOO_until_Jul13
content/browser/renderer_host/ lgtm
5 years, 6 months ago (2015-06-15 23:00:18 UTC) #6
danakj
https://codereview.chromium.org/1177033008/diff/1/cc/layers/picture_layer_unittest.cc File cc/layers/picture_layer_unittest.cc (right): https://codereview.chromium.org/1177033008/diff/1/cc/layers/picture_layer_unittest.cc#newcode132 cc/layers/picture_layer_unittest.cc:132: settings.use_one_copy = false; On 2015/06/15 22:58:46, enne wrote: > ...
5 years, 6 months ago (2015-06-15 23:02:35 UTC) #7
danakj
PTAL
5 years, 6 months ago (2015-06-15 23:05:15 UTC) #8
enne (OOO)
lgtm, thanks!
5 years, 6 months ago (2015-06-15 23:07:10 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1177033008/30043
5 years, 6 months ago (2015-06-15 23:14:43 UTC) #12
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/66741)
5 years, 6 months ago (2015-06-15 23:44:45 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1177033008/50001
5 years, 6 months ago (2015-06-16 17:05:39 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/87380)
5 years, 6 months ago (2015-06-16 17:52:13 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1177033008/70001
5 years, 6 months ago (2015-06-16 18:08:04 UTC) #22
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/66886)
5 years, 6 months ago (2015-06-16 18:47:00 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1177033008/90001
5 years, 6 months ago (2015-06-16 19:02:36 UTC) #27
danakj
+sky can you review content/test please
5 years, 6 months ago (2015-06-16 19:06:05 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/71308)
5 years, 6 months ago (2015-06-16 19:14:40 UTC) #31
sky
LGTM
5 years, 6 months ago (2015-06-16 20:26:00 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1177033008/90001
5 years, 6 months ago (2015-06-16 20:28:43 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/99917)
5 years, 6 months ago (2015-06-16 22:38:58 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1177033008/90001
5 years, 6 months ago (2015-06-16 22:42:25 UTC) #38
no sievers
content lgtm
5 years, 6 months ago (2015-06-16 22:47:32 UTC) #39
commit-bot: I haz the power
Committed patchset #6 (id:90001)
5 years, 6 months ago (2015-06-16 22:49:07 UTC) #40
commit-bot: I haz the power
5 years, 6 months ago (2015-06-16 22:50:05 UTC) #41
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/cf6105879590dbf12e023250821ddc9e3f807524
Cr-Commit-Position: refs/heads/master@{#334726}

Powered by Google App Engine
This is Rietveld 408576698