
Carlos García Campos
Madrid (Spain)
In October 2010 he left his job at the University to join Igalia.
Madrid (Spain)
In October 2010 he left his job at the University to join Igalia.
WebDriver is an automation API to control a web browser. It allows to create automated tests for web applications independently of the browser and platform. WebKitGTK+ 2.18, that will be released next week, includes an initial implementation of the...
WebKitGTK+ has supported remote debugging for a long time. The current implementation uses WebSockets for the communication between the local browser (the debugger) and the remote browser (the debug target or debuggable). This implementation was very...
The Igalia WebKit team is happy to announce WebKitGTK+ 2.16. This new release drastically improves the memory consumption, adds new API as required by applications, includes new debugging tools, and of course fixes a lot of bugs. Memory consumption After...
WebKitGTK+ 2.14 release was very exciting for us, it finally introduced the threaded compositor to drastically improve the accelerated compositing performance. However, the threaded compositor imposed the accelerated compositing to be always enabled, even...
These six months has gone so fast and here we are again excited about the new WebKitGTK+ stable release. This is a release with almost no new API, but with major internal changes that we hope will improve all the applications using … Continue...
It was available with autotools, but we lost it when switching to cmake.
Carlos García Campos19/03/2018Note that running jobs are not cancelled when max failures is reached, so we usually end up getting more failures than the maximum.
Carlos García Campos21/12/2017This is causing some documents with tiling patterns to take ages to render, since we switched to use drawImageMaskRegular in 00a536a4. This patch applies the same changes made in 7d8dfb09 and db87dc7f for drawImageMaskPrescaled to drawImageMaskRegular.
Carlos García Campos24/09/2017