...
Created attachment 435526 [details] Patch
Created attachment 435556 [details] Patch
Created attachment 435571 [details] Patch
Comment on attachment 435571 [details] Patch r=me
Comment on attachment 435571 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435571&action=review > Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:1736 > + if (!os_variant_allows_internal_security_policies("com.apple.WebKit")) What is the purpose of this?
Comment on attachment 435571 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435571&action=review >> Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:1736 >> + if (!os_variant_allows_internal_security_policies("com.apple.WebKit")) > > What is the purpose of this? To crash UI process and collect logs only in internal OSs, so we can keep track of crash rate in public OSs.
Committed r281096 (240555@main): <https://commits.webkit.org/240555@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 435571 [details].
<rdar://problem/81990503>