Bug 270764

Summary: [IFC][Cleanup] Do not use isDamaged as a signal if partial invalidation succeeded
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, changseok, esprehn+autocc, ews-watchlist, glenn, koivisto, kondapallykalyan, mmaxfield, pdr, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
[fast-cq]Patch none

zalan
Reported 2024-03-10 06:48:42 PDT
ssia
Attachments
Patch (9.55 KB, patch)
2024-03-10 06:51 PDT, zalan
no flags
Patch (10.75 KB, patch)
2024-03-10 08:11 PDT, zalan
no flags
[fast-cq]Patch (10.75 KB, patch)
2024-03-10 10:18 PDT, zalan
no flags
zalan
Comment 1 2024-03-10 06:51:45 PDT
Antti Koivisto
Comment 2 2024-03-10 06:55:29 PDT
Comment on attachment 470274 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=470274&action=review > Source/WebCore/rendering/RenderObject.cpp:1803 > + return !(isRemoval == IsRemoval::Yes ? modernLineLayout->removedFromTree(*renderer.parent(), renderer) : modernLineLayout->insertedIntoTree(*renderer.parent(), renderer)); This is bit hard to reason about. How about doing it in two lines?
zalan
Comment 3 2024-03-10 08:11:57 PDT
zalan
Comment 4 2024-03-10 10:18:05 PDT
Created attachment 470277 [details] [fast-cq]Patch
EWS
Comment 5 2024-03-10 10:22:57 PDT
Committed 275892@main (61ae5fab1f48): <https://commits.webkit.org/275892@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 470277 [details].
Radar WebKit Bug Importer
Comment 6 2024-03-10 10:23:12 PDT
Note You need to log in before you can comment on or make changes to this bug.