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

Issue 2310223002: Disable scroll anchoring is an element within the scroll changes its in-flow state (Closed)

Created:
4 years, 3 months ago by ymalik
Modified:
4 years, 3 months ago
Reviewers:
skobes, ojan
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable scroll anchoring is an element within the scroll changes its in-flow state BUG=641814 Committed: https://crrev.com/a6268a949ace32beb1ac82409aa551d1b135dd92 Cr-Commit-Position: refs/heads/master@{#417077}

Patch Set 1 #

Patch Set 2 : Fix presubmit #

Total comments: 12

Patch Set 3 : apply review comments #

Total comments: 2

Patch Set 4 : s\do while\while #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -0 lines) Patch
M third_party/WebKit/Source/core/layout/LayoutObject.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 1 2 3 2 chunks +23 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp View 1 1 chunk +51 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
ymalik
4 years, 3 months ago (2016-09-06 19:47:33 UTC) #2
ojan
https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp File third_party/WebKit/Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp#newcode1715 third_party/WebKit/Source/core/layout/LayoutObject.cpp:1715: void LayoutObject::setScrollAnchorDisablingStyleChangedOnAncestor() It's not clear to me that this ...
4 years, 3 months ago (2016-09-06 23:36:36 UTC) #3
skobes
https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp File third_party/WebKit/Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp#newcode1724 third_party/WebKit/Source/core/layout/LayoutObject.cpp:1724: bool hasScrollableOverflow = block->hasScrollableOverflowX() || block->hasScrollableOverflowY(); I don't think ...
4 years, 3 months ago (2016-09-07 00:02:11 UTC) #4
skobes
https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp File third_party/WebKit/Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp#newcode1715 third_party/WebKit/Source/core/layout/LayoutObject.cpp:1715: void LayoutObject::setScrollAnchorDisablingStyleChangedOnAncestor() On 2016/09/06 23:36:36, ojan wrote: > It's ...
4 years, 3 months ago (2016-09-07 00:23:07 UTC) #5
ymalik
Ojan / Steve, question for you :) https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp File third_party/WebKit/Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp#newcode1715 third_party/WebKit/Source/core/layout/LayoutObject.cpp:1715: void LayoutObject::setScrollAnchorDisablingStyleChangedOnAncestor() ...
4 years, 3 months ago (2016-09-07 00:39:57 UTC) #6
skobes
https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp File third_party/WebKit/Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp#newcode1715 third_party/WebKit/Source/core/layout/LayoutObject.cpp:1715: void LayoutObject::setScrollAnchorDisablingStyleChangedOnAncestor() On 2016/09/07 00:39:57, ymalik wrote: > It's ...
4 years, 3 months ago (2016-09-07 00:49:31 UTC) #7
ojan
l-g-t-m once you resolve skobes's comments and the out of flow position thing. https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp File ...
4 years, 3 months ago (2016-09-07 00:56:44 UTC) #8
ymalik
@skobes, LTAL https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp File third_party/WebKit/Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/2310223002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp#newcode1715 third_party/WebKit/Source/core/layout/LayoutObject.cpp:1715: void LayoutObject::setScrollAnchorDisablingStyleChangedOnAncestor() On 2016/09/07 00:49:31, skobes wrote: ...
4 years, 3 months ago (2016-09-07 18:13:22 UTC) #9
skobes
lgtm w/ nit https://codereview.chromium.org/2310223002/diff/40001/third_party/WebKit/Source/core/layout/LayoutObject.cpp File third_party/WebKit/Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/2310223002/diff/40001/third_party/WebKit/Source/core/layout/LayoutObject.cpp#newcode1730 third_party/WebKit/Source/core/layout/LayoutObject.cpp:1730: } while (object); This can be ...
4 years, 3 months ago (2016-09-07 19:26:27 UTC) #10
ymalik
https://codereview.chromium.org/2310223002/diff/40001/third_party/WebKit/Source/core/layout/LayoutObject.cpp File third_party/WebKit/Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/2310223002/diff/40001/third_party/WebKit/Source/core/layout/LayoutObject.cpp#newcode1730 third_party/WebKit/Source/core/layout/LayoutObject.cpp:1730: } while (object); On 2016/09/07 19:26:27, skobes wrote: > ...
4 years, 3 months ago (2016-09-07 19:55:37 UTC) #11
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/2310223002/60001
4 years, 3 months ago (2016-09-07 21:57:51 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-07 22:08:56 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 22:12:21 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a6268a949ace32beb1ac82409aa551d1b135dd92
Cr-Commit-Position: refs/heads/master@{#417077}

Powered by Google App Engine
This is Rietveld 408576698