Title: [289917] trunk/Source/WebKit
- Revision
- 289917
- Author
- achristen...@apple.com
- Date
- 2022-02-16 11:29:26 -0800 (Wed, 16 Feb 2022)
Log Message
Unreviewed, reverting r289150.
Start using adattributiond on iOS again now that it is
sandboxed
Reverted changeset:
"Don't use adattributiond on iOS"
https://bugs.webkit.org/show_bug.cgi?id=236157
https://commits.webkit.org/r289150
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (289916 => 289917)
--- trunk/Source/WebKit/ChangeLog 2022-02-16 18:53:53 UTC (rev 289916)
+++ trunk/Source/WebKit/ChangeLog 2022-02-16 19:29:26 UTC (rev 289917)
@@ -1,5 +1,18 @@
2022-02-16 Alex Christensen <achristen...@webkit.org>
+ Unreviewed, reverting r289150.
+
+ Start using adattributiond on iOS again now that it is
+ sandboxed
+
+ Reverted changeset:
+
+ "Don't use adattributiond on iOS"
+ https://bugs.webkit.org/show_bug.cgi?id=236157
+ https://commits.webkit.org/r289150
+
+2022-02-16 Alex Christensen <achristen...@webkit.org>
+
Effectively revert r289018
https://bugs.webkit.org/show_bug.cgi?id=236000
Modified: trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp (289916 => 289917)
--- trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp 2022-02-16 18:53:53 UTC (rev 289916)
+++ trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp 2022-02-16 19:29:26 UTC (rev 289917)
@@ -53,6 +53,9 @@
#if ENABLE(ARKIT_INLINE_PREVIEW)
setModelElementCacheDirectory(WebsiteDataStore::defaultModelElementCacheDirectory());
#endif
+#if PLATFORM(IOS)
+ setPCMMachServiceName("com.apple.webkit.adattributiond.service");
+#endif
}
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes