Title: [284570] trunk/Source/WebKit
Revision
284570
Author
achristen...@apple.com
Date
2021-10-20 14:35:45 -0700 (Wed, 20 Oct 2021)

Log Message

Remove com.apple.webkit.adattributiond.plist from build temporarily
https://bugs.webkit.org/show_bug.cgi?id=232045

Reviewed by Tim Horton.

There are some problems with the internal verifiers that will take some time to resolve.
Until they are resolved, don't install the plist and don't tell the network process to connect to the daemon registered by the plist.

* UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp:
(WebKit::WebsiteDataStoreConfiguration::WebsiteDataStoreConfiguration):
* WebKit.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (284569 => 284570)


--- trunk/Source/WebKit/ChangeLog	2021-10-20 21:32:07 UTC (rev 284569)
+++ trunk/Source/WebKit/ChangeLog	2021-10-20 21:35:45 UTC (rev 284570)
@@ -1,3 +1,17 @@
+2021-10-20  Alex Christensen  <achristen...@webkit.org>
+
+        Remove com.apple.webkit.adattributiond.plist from build temporarily
+        https://bugs.webkit.org/show_bug.cgi?id=232045
+
+        Reviewed by Tim Horton.
+
+        There are some problems with the internal verifiers that will take some time to resolve.
+        Until they are resolved, don't install the plist and don't tell the network process to connect to the daemon registered by the plist.
+
+        * UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp:
+        (WebKit::WebsiteDataStoreConfiguration::WebsiteDataStoreConfiguration):
+        * WebKit.xcodeproj/project.pbxproj:
+
 2021-10-20  Brady Eidson  <beid...@apple.com>
 
         Factor out some Notifications-specific messages from WebPageProxy messages

Modified: trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp (284569 => 284570)


--- trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp	2021-10-20 21:32:07 UTC (rev 284569)
+++ trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp	2021-10-20 21:35:45 UTC (rev 284570)
@@ -51,9 +51,6 @@
 #if ENABLE(ARKIT_INLINE_PREVIEW)
         setModelElementCacheDirectory(WebsiteDataStore::defaultModelElementCacheDirectory());
 #endif
-#if PLATFORM(IOS)
-        setPCMMachServiceName("com.apple.webkit.adattributiond.service");
-#endif
     }
 }
 

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (284569 => 284570)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2021-10-20 21:32:07 UTC (rev 284569)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2021-10-20 21:35:45 UTC (rev 284570)
@@ -14566,7 +14566,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "if [[ \"${WK_PLATFORM_NAME}\" == iphoneos ]]; then\n    DAEMON_PLIST_SOURCE=\"${SRCROOT}/Shared/EntryPointUtilities/Cocoa/Daemon/com.apple.webkit.adattributiond.plist\"\n    DAEMON_PLIST_DESTINATION=\"${DSTROOT}/System/Library/LaunchDaemons/com.apple.webkit.adattributiond.plist\"\n    echo \"copying adattributiond plist\"\n    echo plutil -convert binary1 -o \"${DAEMON_PLIST_DESTINATION}\" \"${DAEMON_PLIST_SOURCE}\"\n    plutil -convert binary1 -o \"${DAEMON_PLIST_DESTINATION}\" \"${DAEMON_PLIST_SOURCE}\"\nelse\n    echo \"not copying adattributiond plist\"\nfi\n";
+			shellScript = "echo \"not copying adattributiond plist\"\n";
 		};
 		E1AC2E2C20F7B95800B0897D /* Unlock Keychain */ = {
 			isa = PBXShellScriptBuildPhase;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to