Linked by Thom Holwerda on Sat 6th Sep 2008 19:56 UTC, submitted by KAMiKAZOW
Internet & Networking

The WebKit team is currently busy, integrating the patches made for Google Chrome into the main WebKit repository. This includes the new V8 JavaScript engine and the Skia graphics library. Most integration work is done by Google employee and WebKit reviewer Eric Seidel. V8 is a fast, BSD licensed JavaScript engine that runs on 32bit x86 and ARM CPUs. Due that platform restriction, V8 probably won't replace WebKit's new SquirrelFish engine anytime soon as default, because SquirrelFish has broader CPU architecture support. Epiphany developer and WebKit reviewer Alp Toker gives an overview about Skia. Unlike V8, Skia is licensed under the Apache License 2.0. Some of Skia's main features are optional OpenGL-based acceleration, thread-safety, 10,000 less lines of code compared to Cairo, and high portability.

Permalink for comment 329471
To read all comments associated with this story, please click here.
RE: Skia
by Vanders on Sat 6th Sep 2008 21:20 UTC in reply to "Skia"
Vanders
Member since:
2005-07-06

The app should be using the system Cairo library, which will certainly be present on most modern Linux/Free desktops or installed automatically by your package manager.


Do you mean "app" as in Chrome or "app" as in WebKit? Cairo might be available on Linux or *BSD, but on other platforms frankly it's a huge pain in the backside to port and maintain, and I'd rather do without it.

Thankfully WebKit is nicely abstracted so it's not something I have to worry about: I won't have to use Cairo or Skia if I don't want too.

Reply Parent Bookmark Score: 2