⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 284570 in webkit


Ignore:
Timestamp:
Oct 20, 2021, 2:35:45 PM (5 years ago)
Author:
achristensen@apple.com
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:
Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r284564 r284570  
     12021-10-20  Alex Christensen  <achristensen@webkit.org>
     2
     3        Remove com.apple.webkit.adattributiond.plist from build temporarily
     4        https://bugs.webkit.org/show_bug.cgi?id=232045
     5
     6        Reviewed by Tim Horton.
     7
     8        There are some problems with the internal verifiers that will take some time to resolve.
     9        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.
     10
     11        * UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp:
     12        (WebKit::WebsiteDataStoreConfiguration::WebsiteDataStoreConfiguration):
     13        * WebKit.xcodeproj/project.pbxproj:
     14
    1152021-10-20  Brady Eidson  <beidson@apple.com>
    216
  • trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp

    r284304 r284570  
    5151#if ENABLE(ARKIT_INLINE_PREVIEW)
    5252        setModelElementCacheDirectory(WebsiteDataStore::defaultModelElementCacheDirectory());
    53 #endif
    54 #if PLATFORM(IOS)
    55         setPCMMachServiceName("com.apple.webkit.adattributiond.service");
    5653#endif
    5754    }
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r284564 r284570  
    1456714567                        runOnlyForDeploymentPostprocessing = 0;
    1456814568                        shellPath = /bin/sh;
    14569                         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";
     14569                        shellScript = "echo \"not copying adattributiond plist\"\n";
    1457014570                };
    1457114571                E1AC2E2C20F7B95800B0897D /* Unlock Keychain */ = {
Note: See TracChangeset for help on using the changeset viewer.