Re: [webkit-dev] Site isolation platform code

2025-01-14 Thread Alex Christensen via webkit-dev
I found another place where the shape of platform-specific APIs does not lend itself to implementing site isolation. See https://github.com/WebKit/WebKit/pull/38982 specifically the FIXME comments in the GTK and PlayStation code. I’m pretty sure PlayStation will need an API change, and I’m no

Re: [webkit-dev] Site isolation platform code

2024-05-09 Thread Michael Catanzaro via webkit-dev
On Wed, May 8 2024 at 02:32:46 PM -07:00:00, Alex Christensen via webkit-dev wrote: 1. createNewPage in WebKitUIClient.cpp needs some hooking up of the API::PageConfiguration in a way I couldn’t figure out in the few minutes I looked at it. This should be pretty straightforward to someone who

[webkit-dev] Site isolation platform code

2024-05-08 Thread Alex Christensen via webkit-dev
Hey everyone! I’ve been doing a bunch of work on site isolation recently, and I’ve been doing my best to make all my changes platform-independent so it just works for everyone. However, there are two places I could use some collaboration with other WebKit developers: 1. createNewPage in WebKi