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

Re: [webkit-dev] Site isolation

2023-04-15 Thread Fujii Hironori via webkit-dev
I created a pull request of the initial support. https://github.com/WebKit/WebKit/pull/12723 BTW, It'd be nice if you have a design document, and a tracking bug. 2023年3月31日(金) 午前5:16 Fujii Hironori : > Windows port is using GPU process for DOM rendering and layer compositing. > I will do the Wi

Re: [webkit-dev] Site isolation

2023-03-30 Thread Fujii Hironori via webkit-dev
Windows port is using GPU process for DOM rendering and layer compositing. I will do the Windows part of the task. On Fri, Mar 31, 2023 at 4:43 AM Alex Christensen via webkit-dev < webkit-dev@lists.webkit.org> wrote: > The SiteIsolation feature is beginning to work in the simplest of cases, > but

[webkit-dev] Site isolation

2023-03-30 Thread Alex Christensen via webkit-dev
The SiteIsolation feature is beginning to work in the simplest of cases, but I had to do some work in the Source/WebKit/Shared/RemoteLayerTree directory, which is platform-specific. Basically all the use of LayerHostingContextIdentifier in that directory needs an equivalent implementation for