The GNOME (and WebKitGTK+) Networking Stack

WebKit currently has four network backends: CoreFoundation (used by macOS and iOS, and thus Safari) CFNet (used by iTunes on Windows… I think only iTunes?) cURL (used by most Windows applications, also PlayStation) libsoup (used by WebKitGTK+ and WPE WebKit) One guess which of those we’re going to be talking about in this post. Yeah, …

Mesa Update Breaks WebKitGTK+ in Fedora 29

If you’re using Fedora and discovered that WebKitGTK+ is displaying blank pages, the cause is a bad mesa update, mesa-18.2.3-1.fc29. This in turn was caused by a GCC bug that resulted in miscompilation of mesa. To avoid this bug, downgrade to mesa-18.2.2-1.fc29: $ sudo dnf downgrade mesa* You can also update to mesa-18.2.4-2.fc29, but this build has …

WebKitGTK+ 2.22.2 and 2.22.3, Media Source Extensions, and YouTube

Last month, I attended the Web Engines Hackfest (hosted by Igalia in A Coruña, Spain) and also the WebKit Contributors Meeting (hosted by Apple in San Jose, California). These are easily the two biggest WebKit development events of the year, and it’s always amazing to meet everyone in person yet again. A Coruña is an …

On WebKit Build Options (Also: How to Accidentally Disable Important Security Features!)

When building WebKitGTK+, it’s a good idea to stick to the default values for the build options. If you’re building some sort of embedded system and really know what you’re doing, then OK, it might make sense to change some settings and disable some stuff. But Linux distros are generally well-advised to stick to the …