[webkit-dev] Site isolation

Alex Christensen achristensen at apple.com
Thu Mar 30 12:42:46 PDT 2023


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


More information about the webkit-dev mailing list