Bug 215937 - No need to run full can-use-for (fast inline layout codepath) check on every style change.
Summary: No need to run full can-use-for (fast inline layout codepath) check on every ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-28 11:15 PDT by zalan
Modified: 2020-08-28 13:21 PDT (History)
12 users (show)

See Also:


Attachments
Patch (6.18 KB, patch)
2020-08-28 11:29 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2020-08-28 11:15:34 PDT
e.g. when the style change diff is RepaintOnly we know that the content has not changed, so no need to re-check each glyphs.
Comment 1 Radar WebKit Bug Importer 2020-08-28 11:15:56 PDT
<rdar://problem/67951360>
Comment 2 zalan 2020-08-28 11:29:47 PDT
Created attachment 407488 [details]
Patch
Comment 3 EWS 2020-08-28 13:21:44 PDT
Committed r266291: <https://trac.webkit.org/changeset/266291>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 407488 [details].