Bug 39754
Summary: | "Viewless WebKit" experiment is no longer used and should be removed | ||
---|---|---|---|
Product: | WebKit | Reporter: | John Sullivan <sullivan> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | cmarcelo, darin, hyatt |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | All |
John Sullivan
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
We can remove all the insides and change the SPI to do nothing first. Then later remove the SPI.