Re: [webkit-dev] Site isolation

2025-07-31 Thread Carlos Garcia Campos via webkit-dev
El jue, 31-07-2025 a las 11:50 -0700, Alex Christensen escribió: > Right now most of our automated test coverage is from platform- > specific API tests in SiteIsolation.mm, but there’s no reason why > most of them couldn’t be translated to a platform-agnostic form.  We > also have a decent amount o

Re: [webkit-dev] Site isolation

2025-07-31 Thread Alex Christensen via webkit-dev
Right now most of our automated test coverage is from platform-specific API tests in SiteIsolation.mm, but there’s no reason why most of them couldn’t be translated to a platform-agnostic form. We also have a decent amount of tests in http/tests/site-isolation and one in http/tests/contentexte

Re: [webkit-dev] Site isolation

2025-07-31 Thread Carlos Garcia Campos via webkit-dev
El mar, 29-07-2025 a las 17:32 -0700, Alex Christensen via webkit-dev escribió: > About two years have passed, and I haven’t seen any progress on site > isolation on non-Cocoa platforms.  Is there anyone planning to > implement such support? > Yes, we are interested in implement it for WPE and GT

Re: [webkit-dev] Site isolation

2025-07-29 Thread Alex Christensen via webkit-dev
About two years have passed, and I haven’t seen any progress on site isolation on non-Cocoa platforms. Is there anyone planning to implement such support? > On Apr 15, 2023, at 3:24 AM, Fujii Hironori via webkit-dev > wrote: > > I created a pull request of the initial support. > https://gith

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