Bug 233211

Summary: [LBSE] Add runtime flag for Layer-based SVG engine (LBSE)
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal CC: annulen, benjamin, cdumez, cmarcelo, ews-watchlist, gyuyoung.kim, jbedard, ryuan.choi, sabouhallawa, sam, sergio, simon.fraser, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=239877
Bug Depends on:    
Bug Blocks: 90738, 233666    
Attachments:
Description Flags
Patch, v1
none
Patch, v2 none

Description Nikolas Zimmermann 2021-11-16 14:08:03 PST
Add first bits of the Layer-Based SVG Engine (LBSE).

The plan is to upstream the LBSE (https://github.com/nikolaszimmermann/WebKitIgalia/commits/main) behind a runtime flag (+ build option), off by default, according to the strategy outlined in https://blogs.igalia.com/nzimmermann/posts/2021-10-29-layer-based-svg-engine/page/8/#svg-poc-upstreaming.

Let's get it started :-)
Comment 1 Nikolas Zimmermann 2021-11-16 14:50:52 PST
Created attachment 444438 [details]
Patch, v1
Comment 2 Radar WebKit Bug Importer 2021-11-23 14:08:21 PST
<rdar://problem/85711597>
Comment 3 Nikolas Zimmermann 2021-11-25 15:35:40 PST
Created attachment 445159 [details]
Patch, v2
Comment 4 Nikolas Zimmermann 2021-11-25 15:39:18 PST
Per Slack feedback, without RuntimeEnabledFeatures.
Comment 5 Sam Weinig 2021-11-27 15:57:15 PST
Comment on attachment 445159 [details]
Patch, v2

Looks good. Once things are a bit farther along it will probably make sense to move the flag from Internal to Experimental, but this seems right for now.

r=me
Comment 6 Nikolas Zimmermann 2021-11-28 23:41:46 PST
(In reply to Sam Weinig from comment #5)
> Comment on attachment 445159 [details]
> Patch, v2
> 
> Looks good. Once things are a bit farther along it will probably make sense
> to move the flag from Internal to Experimental, but this seems right for now.
Thanks Sam!
Comment 7 EWS 2021-11-29 00:27:12 PST
Committed r286204 (244586@main): <https://commits.webkit.org/244586@main>

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