NEW 39754
"Viewless WebKit" experiment is no longer used and should be removed
https://bugs.webkit.org/show_bug.cgi?id=39754
Summary "Viewless WebKit" experiment is no longer used and should be removed
John Sullivan
Reported 2010-05-26 11:13:18 PDT
Hyatt started a "Viewless WebKit" experiment a while back that has been superceded by work on the WebKit-in-separate-process work currently known as WebKit2. The code for "Viewless WebKit" is no longer used by tip of tree Safari and is probably not used by any other client either. The code can at least mostly be found by searching WebKit for "usesDocumentViews". However, removing the code immediately would break nightly builds, since released versions of Safari call some of this code that is exposed as SPI. So we probably need to wait until tip of tree Safari has made it into a release before doing this.
Attachments
Darin Adler
Comment 1 2010-05-26 16:33:46 PDT
We can remove all the insides and change the SPI to do nothing first. Then later remove the SPI.
Note You need to log in before you can comment on or make changes to this bug.