I'm working on adding support for blocking third-party security origins from storing data (i.e. like we already have for cookies but for e.g. localStorage). This bug is for the API for enabling and disabling it, and not the implementation. <rdar://problem/11948739>
Created attachment 156173 [details] Patch
Created attachment 156213 [details] Patch
Comment on attachment 156213 [details] Patch I think setShouldBlockThirdPartyStorage and shouldBlockThirdPartyStorage would be more readable. r=me with those changes.
Committed r124647: <http://trac.webkit.org/changeset/124647>