Adrian Perez

Results 343 comments of Adrian Perez

Maybe you will want to pick [WebKitGTK 2.46.1](https://webkitgtk.org/2024/09/30/webkitgtk2.46.1-released.html) and wait for the corresponding WPE release 😉.

> > I still have a couple of comments. > > Also, the build is currently broken with `-DENABLE_VIDEO=OFF` (both in `main` and in the 2.46 release branch); there are...

@psaavedra And one more fix for ARM NEON (needed e.g. for the Raspberry Pi 4) → https://github.com/WebKit/WebKit/pull/35244 @blino I will push the `ENABLE(MEDIA_SESSION)` bits to `main`, yes.

We are going to release 2.46.0 soon. It would be great if you could update this PR with an update to that version when it's available in some weeks.

Backported into `webkitglib/2.48` as commit 0f524e0854c7e5f5d30efa32fd3fbb8131b3d9bf

Idea: have save the auth token in between runs, so it doesn't generate a new one every time it gets started. If the file where the token is saved is...

> The new code checks for timerfd_create() at build time and enables this code path based on that. > > Or it was supposed to do that, except that the...

Note that this includes the commit from https://github.com/WebKit/WebKit/pull/46598, because it introduces new API in WPEPlatform needed for this patch. Once that lands, this will be rebased.

Rebased on top of https://github.com/WebKit/WebKit/pull/49714