this post was submitted on 16 May 2021
26 points (93.3% liked)
Firefox
18474 readers
91 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not. Google put effort in making WebKit less modular in blink. In WebKit you can chose the renderer, while in blink you ate stuck with skia.
Blink is a black box widget you van interact only via we extensions API. WebKit is a set of libs you can meddle with.
For instance, there is no way to render a web page to a PNG file in blink, while it's trivial with WebKit.
EDIT Alas, the first chromium was WebKit with the js engine replaced by V8. Not sure if you can chance blink js engine.