Changeset 268217 in webkit


Ignore:
Timestamp:
Oct 8, 2020 4:05:04 PM (4 years ago)
Author:
Hector Lopez
Message:

Unreviewed, reverting r268155.

This reverts r268155 becasue it broke internal builds

Reverted changeset:

"[WebAuthn] Implement a dummy WebAuthenticationAgent"
https://bugs.webkit.org/show_bug.cgi?id=217401
https://trac.webkit.org/changeset/268155

Location:
trunk/Source/WebKit
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r268214 r268217  
     12020-10-08  Hector Lopez  <hector_i_lopez@apple.com>
     2
     3        Unreviewed, reverting r268155.
     4
     5        This reverts r268155 becasue it broke internal builds
     6
     7        Reverted changeset:
     8
     9        "[WebAuthn] Implement a dummy WebAuthenticationAgent"
     10        https://bugs.webkit.org/show_bug.cgi?id=217401
     11        https://trac.webkit.org/changeset/268155
     12
    1132020-10-08  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r268155 r268217  
    1515                        );
    1616                        dependencies = (
    17                                 57A9FF0C252C31D6006A2040 /* PBXTargetDependency */,
    1817                                BCA8D46815BCE0D6009DC1F1 /* PBXTargetDependency */,
    1918                                372EBB492017E6CF00085064 /* PBXTargetDependency */,
     
    11141113                579F1BF923C80EC600C7D4B4 /* _WKWebAuthenticationAssertionResponseInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 579F1BF823C80EC600C7D4B4 /* _WKWebAuthenticationAssertionResponseInternal.h */; };
    11151114                579F1BFC23C811CF00C7D4B4 /* APIWebAuthenticationAssertionResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 579F1BFA23C811CF00C7D4B4 /* APIWebAuthenticationAssertionResponse.h */; };
    1116                 57A9FF09252BEAF0006A2040 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 57A9FF08252BEAF0006A2040 /* main.mm */; };
    1117                 57A9FF1D252C6CE6006A2040 /* libWTF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 57A9FF15252C6AEF006A2040 /* libWTF.a */; };
    11181115                57AC8F50217FEED90055438C /* HidConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 57AC8F4E217FEED90055438C /* HidConnection.h */; };
    11191116                57B4B46020B504AC00D4AD79 /* ClientCertificateAuthenticationXPCConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 57B4B45E20B504AB00D4AD79 /* ClientCertificateAuthenticationXPCConstants.h */; };
     
    19691966                        remoteInfo = "Derived Sources";
    19701967                };
    1971                 57A9FF0B252C31D6006A2040 /* PBXContainerItemProxy */ = {
    1972                         isa = PBXContainerItemProxy;
    1973                         containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
    1974                         proxyType = 1;
    1975                         remoteGlobalIDString = 57A9FEFB252BD8AA006A2040;
    1976                         remoteInfo = WebAuthenticationAgent;
    1977                 };
    19781968                BC8283D416B4C01F00A278FE /* PBXContainerItemProxy */ = {
    19791969                        isa = PBXContainerItemProxy;
     
    20872077                        name = "Copy Shims";
    20882078                        runOnlyForDeploymentPostprocessing = 0;
    2089                 };
    2090                 57A9FEFA252BD8AA006A2040 /* CopyFiles */ = {
    2091                         isa = PBXCopyFilesBuildPhase;
    2092                         buildActionMask = 2147483647;
    2093                         dstPath = /usr/share/man/man1/;
    2094                         dstSubfolderSpec = 0;
    2095                         files = (
    2096                         );
    2097                         runOnlyForDeploymentPostprocessing = 1;
    20982079                };
    20992080                7CB16FEE1724BA05007A0A95 /* Copy Plug-in Sandbox Profiles */ = {
     
    39323913                579F1BFA23C811CF00C7D4B4 /* APIWebAuthenticationAssertionResponse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = APIWebAuthenticationAssertionResponse.h; sourceTree = "<group>"; };
    39333914                579F1BFB23C811CF00C7D4B4 /* APIWebAuthenticationAssertionResponse.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = APIWebAuthenticationAssertionResponse.cpp; sourceTree = "<group>"; };
    3934                 57A9FEFC252BD8AA006A2040 /* com.apple.WebKit.WebAuthenticationAgent.Development */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = com.apple.WebKit.WebAuthenticationAgent.Development; sourceTree = BUILT_PRODUCTS_DIR; };
    3935                 57A9FF07252BE6E0006A2040 /* WebAuthenticationAgent.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WebAuthenticationAgent.xcconfig; sourceTree = "<group>"; };
    3936                 57A9FF08252BEAF0006A2040 /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = main.mm; path = Daemons/WebAuthenticationAgent/main.mm; sourceTree = SOURCE_ROOT; };
    3937                 57A9FF0A252BF5C3006A2040 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    3938                 57A9FF0D252C397A006A2040 /* com.apple.webkit.WebAuthenticationAgent.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = com.apple.webkit.WebAuthenticationAgent.plist; sourceTree = "<group>"; };
    3939                 57A9FF0F252C5D9D006A2040 /* WebAuthenticationAgent.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = WebAuthenticationAgent.entitlements; sourceTree = "<group>"; };
    3940                 57A9FF15252C6AEF006A2040 /* libWTF.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libWTF.a; sourceTree = BUILT_PRODUCTS_DIR; };
    39413915                57AC8F4E217FEED90055438C /* HidConnection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HidConnection.h; sourceTree = "<group>"; };
    39423916                57AC8F4F217FEED90055438C /* HidConnection.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = HidConnection.mm; sourceTree = "<group>"; };
     
    54635437                        runOnlyForDeploymentPostprocessing = 0;
    54645438                };
    5465                 57A9FEF9252BD8AA006A2040 /* Frameworks */ = {
    5466                         isa = PBXFrameworksBuildPhase;
    5467                         buildActionMask = 2147483647;
    5468                         files = (
    5469                                 57A9FF1D252C6CE6006A2040 /* libWTF.a in Frameworks */,
    5470                         );
    5471                         runOnlyForDeploymentPostprocessing = 0;
    5472                 };
    54735439                8DC2EF560486A6940098B216 /* Frameworks */ = {
    54745440                        isa = PBXFrameworksBuildPhase;
     
    55195485                                BC8283B116B4BF7700A278FE /* com.apple.WebKit.Networking.xpc */,
    55205486                                BC82841F16B4FDF600A278FE /* com.apple.WebKit.Plugin.64.xpc */,
    5521                                 57A9FEFC252BD8AA006A2040 /* com.apple.WebKit.WebAuthenticationAgent.Development */,
    55225487                                372EBB462017E64300085064 /* com.apple.WebKit.WebContent.Development.xpc */,
    55235488                                BC3DE46615A91763008D26FC /* com.apple.WebKit.WebContent.xpc */,
     
    56645629                                1A1D2117191D996C0001619F /* MigrateHeadersFromWebKitLegacy.make */,
    56655630                                1A1D2116191D995C0001619F /* postprocess-framework-headers.sh */,
    5666                                 57A9FEEF252BB70C006A2040 /* Daemons */,
    56675631                                BC2E6E74114196F000A63B1E /* Platform */,
    56685632                                1AADDF4B10D82AF000D3D63D /* Shared */,
     
    58735837                                5183B3931379F85C00E8754E /* Shim.xcconfig */,
    58745838                                1A4F976E100E7B6600637A18 /* Version.xcconfig */,
    5875                                 57A9FF07252BE6E0006A2040 /* WebAuthenticationAgent.xcconfig */,
    58765839                                372EBB4A2017E76000085064 /* WebContentService.Development.xcconfig */,
    58775840                                BCACC40E16B0B8A800B6E092 /* WebContentService.xcconfig */,
     
    81158078                        isa = PBXGroup;
    81168079                        children = (
    8117                                 57A9FF15252C6AEF006A2040 /* libWTF.a */,
    81188080                                5750F32A2032D4E500389347 /* LocalAuthentication.framework */,
    81198081                                570DAAB0230273D200E8FC04 /* NearField.framework */,
     
    81718133                        );
    81728134                        path = WebAuthentication;
    8173                         sourceTree = "<group>";
    8174                 };
    8175                 57A9FEEF252BB70C006A2040 /* Daemons */ = {
    8176                         isa = PBXGroup;
    8177                         children = (
    8178                                 57A9FEF0252BB740006A2040 /* WebAuthenticationAgent */,
    8179                         );
    8180                         path = Daemons;
    8181                         sourceTree = "<group>";
    8182                 };
    8183                 57A9FEF0252BB740006A2040 /* WebAuthenticationAgent */ = {
    8184                         isa = PBXGroup;
    8185                         children = (
    8186                                 57A9FF0D252C397A006A2040 /* com.apple.webkit.WebAuthenticationAgent.plist */,
    8187                                 57A9FF0A252BF5C3006A2040 /* Info.plist */,
    8188                                 57A9FF08252BEAF0006A2040 /* main.mm */,
    8189                                 57A9FF0F252C5D9D006A2040 /* WebAuthenticationAgent.entitlements */,
    8190                         );
    8191                         path = WebAuthenticationAgent;
    81928135                        sourceTree = "<group>";
    81938136                };
     
    1198411927                        productType = "com.apple.product-type.library.dynamic";
    1198511928                };
    11986                 57A9FEFB252BD8AA006A2040 /* WebAuthenticationAgent */ = {
    11987                         isa = PBXNativeTarget;
    11988                         buildConfigurationList = 57A9FF00252BD8AB006A2040 /* Build configuration list for PBXNativeTarget "WebAuthenticationAgent" */;
    11989                         buildPhases = (
    11990                                 57A9FEF8252BD8AA006A2040 /* Sources */,
    11991                                 57A9FEF9252BD8AA006A2040 /* Frameworks */,
    11992                                 57A9FEFA252BD8AA006A2040 /* CopyFiles */,
    11993                         );
    11994                         buildRules = (
    11995                         );
    11996                         dependencies = (
    11997                         );
    11998                         name = WebAuthenticationAgent;
    11999                         productName = WebAuthenticationAgent;
    12000                         productReference = 57A9FEFC252BD8AA006A2040 /* com.apple.WebKit.WebAuthenticationAgent.Development */;
    12001                         productType = "com.apple.product-type.tool";
    12002                 };
    1200311929                8DC2EF4F0486A6940098B216 /* WebKit */ = {
    1200411930                        isa = PBXNativeTarget;
     
    1212512051                                                ProvisioningStyle = Automatic;
    1212612052                                        };
    12127                                         57A9FEFB252BD8AA006A2040 = {
    12128                                                 CreatedOnToolsVersion = 12.0;
    12129                                         };
    1213012053                                        E1AC2E2720F7B94C00B0897D = {
    1213112054                                                CreatedOnToolsVersion = 9.3;
     
    1216112084                                E1AC2E2720F7B94C00B0897D /* Unlock Keychain */,
    1216212085                                5325BDCD21DFF47700A0DEE1 /* Apply Configuration to XCFileLists */,
    12163                                 57A9FEFB252BD8AA006A2040 /* WebAuthenticationAgent */,
    1216412086                        );
    1216512087                };
     
    1276812690                        files = (
    1276912691                                511F8A81138B485D00A95F44 /* SecItemShimLibrary.mm in Sources */,
    12770                         );
    12771                         runOnlyForDeploymentPostprocessing = 0;
    12772                 };
    12773                 57A9FEF8252BD8AA006A2040 /* Sources */ = {
    12774                         isa = PBXSourcesBuildPhase;
    12775                         buildActionMask = 2147483647;
    12776                         files = (
    12777                                 57A9FF09252BEAF0006A2040 /* main.mm in Sources */,
    1277812692                        );
    1277912693                        runOnlyForDeploymentPostprocessing = 0;
     
    1327813192                        targetProxy = 37F7407812721F740093869B /* PBXContainerItemProxy */;
    1327913193                };
    13280                 57A9FF0C252C31D6006A2040 /* PBXTargetDependency */ = {
    13281                         isa = PBXTargetDependency;
    13282                         target = 57A9FEFB252BD8AA006A2040 /* WebAuthenticationAgent */;
    13283                         targetProxy = 57A9FF0B252C31D6006A2040 /* PBXContainerItemProxy */;
    13284                 };
    1328513194                BC8283D516B4C01F00A278FE /* PBXTargetDependency */ = {
    1328613195                        isa = PBXTargetDependency;
     
    1353913448                        name = Production;
    1354013449                };
    13541                 57A9FF01252BD8AB006A2040 /* Debug */ = {
    13542                         isa = XCBuildConfiguration;
    13543                         baseConfigurationReference = 57A9FF07252BE6E0006A2040 /* WebAuthenticationAgent.xcconfig */;
    13544                         buildSettings = {
    13545                         };
    13546                         name = Debug;
    13547                 };
    13548                 57A9FF02252BD8AB006A2040 /* Release */ = {
    13549                         isa = XCBuildConfiguration;
    13550                         baseConfigurationReference = 57A9FF07252BE6E0006A2040 /* WebAuthenticationAgent.xcconfig */;
    13551                         buildSettings = {
    13552                         };
    13553                         name = Release;
    13554                 };
    13555                 57A9FF03252BD8AB006A2040 /* Production */ = {
    13556                         isa = XCBuildConfiguration;
    13557                         baseConfigurationReference = 57A9FF07252BE6E0006A2040 /* WebAuthenticationAgent.xcconfig */;
    13558                         buildSettings = {
    13559                         };
    13560                         name = Production;
    13561                 };
    1356213450                5D22D69B11A7534600BF30E5 /* Production */ = {
    1356313451                        isa = XCBuildConfiguration;
     
    1381613704                        defaultConfigurationName = Production;
    1381713705                };
    13818                 57A9FF00252BD8AB006A2040 /* Build configuration list for PBXNativeTarget "WebAuthenticationAgent" */ = {
    13819                         isa = XCConfigurationList;
    13820                         buildConfigurations = (
    13821                                 57A9FF01252BD8AB006A2040 /* Debug */,
    13822                                 57A9FF02252BD8AB006A2040 /* Release */,
    13823                                 57A9FF03252BD8AB006A2040 /* Production */,
    13824                         );
    13825                         defaultConfigurationIsVisible = 0;
    13826                         defaultConfigurationName = Production;
    13827                 };
    1382813706                A7AADA1419395CA9003EA1C7 /* Build configuration list for PBXAggregateTarget "Sandbox Profiles" */ = {
    1382913707                        isa = XCConfigurationList;
Note: See TracChangeset for help on using the changeset viewer.