[root layer scrolls] DCHECK in PaintLayer::HasVisibleDescendant |
||||||
Issue description
Many browser tests fail due to this DCHECK in PaintLayer.h:
bool HasVisibleDescendant() const {
DCHECK(!needs_descendant_dependent_flags_update_);
return has_visible_descendant_;
}
I'm going to dupe the following bugs into this one:
AutoScrollExtensionSettingsWebUITest ( issue 802287 )
ChromeFindRequestManagerTest ( issue 802275 )
CrElementsActionMenuTest ( issue 802272 )
DownloadsToolbarTest ( issue 802283 )
ExtensionApiTest ( issue 802285 )
PDFExtensionTest ( issue 802288 )
SystemHealthBenchmarkSmokeTest ( issue 800539 )
WebViewTest ( issue 800574 )
Refer to those bugs for details about which test cases and bots are affected.
,
Jan 16 2018
Issue 800574 has been merged into this issue.
,
Jan 16 2018
Issue 802272 has been merged into this issue.
,
Jan 16 2018
Issue 802285 has been merged into this issue.
,
Jan 16 2018
Issue 802283 has been merged into this issue.
,
Jan 16 2018
Issue 802288 has been merged into this issue.
,
Jan 16 2018
Issue 802287 has been merged into this issue.
,
Jan 16 2018
Issue 802275 has been merged into this issue.
,
Jan 16 2018
All the stack traces have these frames in common: blink::PaintLayer::SubtreeIsInvisible() blink::LocalFrameView::InvalidateViewportConstrainedObjects() blink::PaintLayerScrollableArea::InvalidatePaintForScrollOffsetChange() blink::PaintLayerScrollableArea::UpdateScrollOffset() blink::ScrollableArea::ScrollOffsetChanged() ...
,
Jan 16 2018
,
Jan 16 2018
,
Jan 16 2018
,
Jan 24 2018
https://chromium.googlesource.com/chromium/src/+/4780a98f38a8cc7db1812e6164f4fd89f873b541 This bug should be fixed now.
,
Jan 30 2018
,
Jan 30 2018
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by skobes@chromium.org
, Jan 16 2018