We need a significantly shorter timeout than 7 days for testing purposes.
<rdar://problem/57639851>
Created attachment 384936 [details] Patch
Comment on attachment 384936 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=384936&action=review > Source/WebKit/Shared/WebPreferences.yaml:1822 > - defaultValue: false > + defaultValue: true Was this change intentional?
(In reply to Alex Christensen from comment #3) > Comment on attachment 384936 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=384936&action=review > > > Source/WebKit/Shared/WebPreferences.yaml:1822 > > - defaultValue: false > > + defaultValue: true > > Was this change intentional? Yes, I mention it in the change log: "This change changes the default value of IsFirstPartyWebsiteDataRemovalEnabled to true." The reason is that the related patch landed with it off by default so that we could decide on a test setup before turning it on. This patch is the test setup.
Created attachment 384971 [details] Patch for landing
Thanks, Alex! I found a stray newline and deleted it.
Comment on attachment 384971 [details] Patch for landing Clearing flags on attachment: 384971 Committed r253185: <https://trac.webkit.org/changeset/253185>
All reviewed patches have been landed. Closing bug.