Summary: | Call FrameView::scheduleSelectionUpdate when selection needs repainting after layout instead of setting the RenderView dirty. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | zalan <zalan> | ||||
Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bfulgham, commit-queue, darin, dbates, koivisto, simon.fraser, webkit-bug-importer, zalan | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
zalan
2017-10-22 19:43:59 PDT
Created attachment 324539 [details]
Patch
Comment on attachment 324539 [details] Patch Clearing flags on attachment: 324539 Committed r223835: <https://trac.webkit.org/changeset/223835> All reviewed patches have been landed. Closing bug. Comment on attachment 324539 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324539&action=review > Source/WebCore/page/FrameView.cpp:3192 > + // However we can't tell at this point if the tree is stable yet, so let's just schedule a root only layout for now. "root only" sounds weird. You didn't undo the TestExpectation changes in https://bugs.webkit.org/attachment.cgi?id=324541 ? |