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

Issue 1365343002: Ensure the viewport is always represented by the inner viewport layer. (Closed)

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

Description

Ensure the viewport is always represented by the inner viewport layer. Previously the LayerTreeImpl's CurrentScrollingLayer could be either the inner viewport or the outer viewport. It's clearer if it only ever takes one of these values. BUG=526462 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/a3f3a946c870e0d04e7f64049ac0ac3ddea24d24 Cr-Commit-Position: refs/heads/master@{#351155}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Readd null check. #

Patch Set 3 : Fix compile. #

Patch Set 4 : Fix unit test. #

Patch Set 5 : Fix more tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -31 lines) Patch
M cc/trees/layer_tree_host.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 6 chunks +15 lines, -19 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_picture.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
tdresser
This has all the cleanup work described in the comment thread of https://codereview.chromium.org/1306193006/.
5 years, 2 months ago (2015-09-25 17:30:38 UTC) #2
bokan
Awesome, thanks! lgtm % one comment. https://codereview.chromium.org/1365343002/diff/1/cc/trees/layer_tree_host_impl.cc File cc/trees/layer_tree_host_impl.cc (right): https://codereview.chromium.org/1365343002/diff/1/cc/trees/layer_tree_host_impl.cc#newcode499 cc/trees/layer_tree_host_impl.cc:499: return CurrentlyScrollingLayer() == ...
5 years, 2 months ago (2015-09-25 17:37:10 UTC) #3
tdresser
+aelias for OWNERS review. https://codereview.chromium.org/1365343002/diff/1/cc/trees/layer_tree_host_impl.cc File cc/trees/layer_tree_host_impl.cc (right): https://codereview.chromium.org/1365343002/diff/1/cc/trees/layer_tree_host_impl.cc#newcode499 cc/trees/layer_tree_host_impl.cc:499: return CurrentlyScrollingLayer() == InnerViewportScrollLayer(); On ...
5 years, 2 months ago (2015-09-25 17:41:43 UTC) #5
aelias_OOO_until_Jul13
lgtm
5 years, 2 months ago (2015-09-25 19:48:51 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1365343002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1365343002/20001
5 years, 2 months ago (2015-09-25 20:10:44 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/59266) linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 2 months ago (2015-09-25 20:23:33 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1365343002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1365343002/40001
5 years, 2 months ago (2015-09-25 20:29:48 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/57909)
5 years, 2 months ago (2015-09-25 21:11:52 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1365343002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1365343002/60001
5 years, 2 months ago (2015-09-28 18:13:43 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/113152) win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, ...
5 years, 2 months ago (2015-09-28 18:57:15 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1365343002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1365343002/80001
5 years, 2 months ago (2015-09-28 19:14:18 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 2 months ago (2015-09-28 21:15:46 UTC) #25
commit-bot: I haz the power
5 years, 2 months ago (2015-09-28 21:17:38 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a3f3a946c870e0d04e7f64049ac0ac3ddea24d24
Cr-Commit-Position: refs/heads/master@{#351155}

Powered by Google App Engine
This is Rietveld 408576698