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

Issue 2659183002: [RootLayerScrolls] Fix frame scrolling layer in ScrollingCoordinator (Closed)

Created:
3 years, 10 months ago by szager1
Modified:
3 years, 10 months ago
Reviewers:
skobes, eae
CC:
chromium-reviews, kenneth.christiansen, dshwang, blink-layers+watch_chromium.org, blink-reviews-paint_chromium.org, blink-reviews, kinuko+watch
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[RootLayerScrolls] Fix frame scrolling layer in ScrollingCoordinator For frame-level scrolls, the PLSA for the root layer is added to its FrameView's scrollable area set. This means that it's not necessary (or correct) to add a child FrameView to its parent FrameView's scrollable area set. BUG=417782 R=skobes@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2659183002 Cr-Commit-Position: refs/heads/master@{#447333} Committed: https://chromium.googlesource.com/chromium/src/+/8695fd0d750ac19e8d78263a93e0fec6f446a6f6

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Patch Set 3 : Remove obsolete FIXME #

Patch Set 4 : rebase #

Patch Set 5 : nit scratched #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -53 lines) Patch
M third_party/WebKit/LayoutTests/FlagExpectations/root-layer-scrolls View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/scrollingcoordinator/non-fast-scrollable-region-nested.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-testing.js View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 4 chunks +20 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp View 6 chunks +50 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollableArea.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/tests/VisualViewportTest.cpp View 1 1 chunk +3 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 22 (13 generated)
szager1
3 years, 10 months ago (2017-01-28 00:26:56 UTC) #1
skobes
lgtm w/ nit https://codereview.chromium.org/2659183002/diff/1/third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-testing.js File third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-testing.js (right): https://codereview.chromium.org/2659183002/diff/1/third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-testing.js#newcode38 third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-testing.js:38: Array.prototype.sort.call(rects, (a, b) => { I ...
3 years, 10 months ago (2017-01-28 02:00:04 UTC) #7
szager1
On 2017/01/28 02:00:04, skobes wrote: > lgtm w/ nit > > https://codereview.chromium.org/2659183002/diff/1/third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-testing.js > File > ...
3 years, 10 months ago (2017-01-31 00:01:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2659183002/80001
3 years, 10 months ago (2017-01-31 19:09:01 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/354066)
3 years, 10 months ago (2017-01-31 19:18:49 UTC) #13
szager1
+eae for platform/
3 years, 10 months ago (2017-01-31 19:34:19 UTC) #16
eae
RS LGTM
3 years, 10 months ago (2017-01-31 19:36:21 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2659183002/80001
3 years, 10 months ago (2017-01-31 19:37:10 UTC) #19
commit-bot: I haz the power
3 years, 10 months ago (2017-01-31 21:27:15 UTC) #22
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/8695fd0d750ac19e8d78263a93e0...

Powered by Google App Engine
This is Rietveld 408576698