[webkit-dev] Site isolation

Fujii Hironori fujii.hironori at gmail.com
Sat Apr 15 03:24:21 PDT 2023


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 <fujii.hironori at gmail.com>:

> 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 at lists.webkit.org> wrote:
>
>> 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 other graphics implementations, like in the
>> CoordinatedGraphics directories.  There is one layout test in
>> LayoutTests/http/tests/site-isolation/basic-iframe.html that is currently
>> skipped on all non-Cocoa platforms.
>>
>> Is someone willing to collaborate to design and implement the feature in
>> non-Cocoa ports?  We are in the early stages of the project and have a long
>> way to go, so I imagine things will continue to come up, like deciding how
>> to implement event handling and other platform dependent features.
>>
>> Alex
>> _______________________________________________
>> webkit-dev mailing list
>> webkit-dev at lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20230415/c1a94ba1/attachment.htm>


More information about the webkit-dev mailing list