|
264 | 264 | 93F7E86F14DC8E5C00C84A99 /* NewFirstVisuallyNonEmptyLayoutFrames_Bundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93F7E86E14DC8E5B00C84A99 /* NewFirstVisuallyNonEmptyLayoutFrames_Bundle.cpp */; };
|
265 | 265 | 9B26FCCA159D16DE00CC3765 /* HTMLFormCollectionNamedItem.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 9B26FCB4159D15E700CC3765 /* HTMLFormCollectionNamedItem.html */; };
|
266 | 266 | 9B4F8FA7159D52DD002D9F94 /* HTMLCollectionNamedItem.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 9B4F8FA6159D52CA002D9F94 /* HTMLCollectionNamedItem.html */; };
|
| 267 | + A13EBBAA1B87428D00097110 /* WebProcessPlugIn.mm in Sources */ = {isa = PBXBuildFile; fileRef = A13EBBA91B87428D00097110 /* WebProcessPlugIn.mm */; }; |
| 268 | + A13EBBAB1B87434600097110 /* PlatformUtilitiesCocoa.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0F139E721A423A2B00F590F5 /* PlatformUtilitiesCocoa.mm */; }; |
| 269 | + A13EBBB01B87436F00097110 /* BundleParametersPlugIn.mm in Sources */ = {isa = PBXBuildFile; fileRef = A13EBBAE1B87436F00097110 /* BundleParametersPlugIn.mm */; }; |
| 270 | + A13EBBB11B87438000097110 /* BundleParameters.mm in Sources */ = {isa = PBXBuildFile; fileRef = A13EBBAC1B87436F00097110 /* BundleParameters.mm */; }; |
| 271 | + A14FC5851B89739100D107EB /* WKWebViewConfigurationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = A14FC5831B89739100D107EB /* WKWebViewConfigurationExtras.mm */; }; |
267 | 272 | A57A34F216AF6B2B00C2501F /* PageVisibilityStateWithWindowChanges.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = A57A34F116AF69E200C2501F /* PageVisibilityStateWithWindowChanges.html */; };
|
268 | 273 | A5E2027515B21F6E00C13E14 /* WindowlessWebViewWithMedia.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = A5E2027015B2180600C13E14 /* WindowlessWebViewWithMedia.html */; };
|
269 | 274 | B55AD1D5179F3B3000AC1494 /* PreventImageLoadWithAutoResizing_Bundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B55AD1D3179F3ABF00AC1494 /* PreventImageLoadWithAutoResizing_Bundle.cpp */; };
|
|
324 | 329 | remoteGlobalIDString = 7CCE7E8B1A41144E00447C4C;
|
325 | 330 | remoteInfo = TestWebKitAPILibrary;
|
326 | 331 | };
|
| 332 | + A13EBBB21B87441900097110 /* PBXContainerItemProxy */ = { |
| 333 | + isa = PBXContainerItemProxy; |
| 334 | + containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; |
| 335 | + proxyType = 1; |
| 336 | + remoteGlobalIDString = A13EBB481B87339E00097110; |
| 337 | + remoteInfo = WebProcessPlugIn; |
| 338 | + }; |
327 | 339 | BC575A95126E74E7006F0F12 /* PBXContainerItemProxy */ = {
|
328 | 340 | isa = PBXContainerItemProxy;
|
329 | 341 | containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
|
|
619 | 631 | 9B26FCB4159D15E700CC3765 /* HTMLFormCollectionNamedItem.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = HTMLFormCollectionNamedItem.html; sourceTree = "<group>"; };
|
620 | 632 | 9B4F8FA3159D52B1002D9F94 /* HTMLCollectionNamedItem.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = HTMLCollectionNamedItem.mm; sourceTree = "<group>"; };
|
621 | 633 | 9B4F8FA6159D52CA002D9F94 /* HTMLCollectionNamedItem.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = HTMLCollectionNamedItem.html; sourceTree = "<group>"; };
|
| 634 | + A13EBB491B87339E00097110 /* TestWebKitAPI.wkbundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestWebKitAPI.wkbundle; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 635 | + A13EBB521B87346600097110 /* WebProcessPlugIn.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = WebProcessPlugIn.xcconfig; sourceTree = "<group>"; }; |
| 636 | + A13EBB541B8734E000097110 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 637 | + A13EBBA91B87428D00097110 /* WebProcessPlugIn.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebProcessPlugIn.mm; sourceTree = "<group>"; }; |
| 638 | + A13EBBAC1B87436F00097110 /* BundleParameters.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = BundleParameters.mm; sourceTree = "<group>"; }; |
| 639 | + A13EBBAE1B87436F00097110 /* BundleParametersPlugIn.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = BundleParametersPlugIn.mm; sourceTree = "<group>"; }; |
| 640 | + A14FC5831B89739100D107EB /* WKWebViewConfigurationExtras.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WKWebViewConfigurationExtras.mm; sourceTree = "<group>"; }; |
| 641 | + A14FC5841B89739100D107EB /* WKWebViewConfigurationExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKWebViewConfigurationExtras.h; sourceTree = "<group>"; }; |
622 | 642 | A1A4FE5D18DD3DB700B5EA8A /* Download.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Download.mm; sourceTree = "<group>"; };
|
623 | 643 | A1FDFD2E19C288BB005148A4 /* WKImageCreateCGImageCrash.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKImageCreateCGImageCrash.cpp; sourceTree = "<group>"; };
|
624 | 644 | A57A34EF16AF677200C2501F /* PageVisibilityStateWithWindowChanges.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PageVisibilityStateWithWindowChanges.mm; sourceTree = "<group>"; };
|
|
836 | 856 | 0F139E711A423A1D00F590F5 /* cocoa */ = {
|
837 | 857 | isa = PBXGroup;
|
838 | 858 | children = (
|
| 859 | + A13EBB441B87332B00097110 /* WebProcessPlugIn */, |
839 | 860 | 0F139E721A423A2B00F590F5 /* PlatformUtilitiesCocoa.mm */,
|
| 861 | + A14FC5841B89739100D107EB /* WKWebViewConfigurationExtras.h */, |
| 862 | + A14FC5831B89739100D107EB /* WKWebViewConfigurationExtras.mm */, |
840 | 863 | );
|
841 | 864 | name = cocoa;
|
842 | 865 | sourceTree = "<group>";
|
|
855 | 878 | 8DD76FA10486AA7600D96B5E /* TestWebKitAPI */,
|
856 | 879 | BC575980126E74AF006F0F12 /* InjectedBundleTestWebKitAPI.bundle */,
|
857 | 880 | 7CCE7E8C1A41144E00447C4C /* libTestWebKitAPI.a */,
|
| 881 | + A13EBB491B87339E00097110 /* TestWebKitAPI.wkbundle */, |
858 | 882 | );
|
859 | 883 | name = Products;
|
860 | 884 | sourceTree = "<group>";
|
|
863 | 887 | isa = PBXGroup;
|
864 | 888 | children = (
|
865 | 889 | 7CEFA9641AC0B9E200B910FD /* _WKUserContentExtensionStore.mm */,
|
| 890 | + A13EBBAC1B87436F00097110 /* BundleParameters.mm */, |
| 891 | + A13EBBAE1B87436F00097110 /* BundleParametersPlugIn.mm */, |
866 | 892 | A1A4FE5D18DD3DB700B5EA8A /* Download.mm */,
|
867 | 893 | 2D1FE0AF1AD465C1006CD9E6 /* FixedLayoutSize.mm */,
|
868 | 894 | 37D36ED61AF42ECD00BAF5D9 /* LoadAlternateHTMLString.mm */,
|
|
931 | 957 | path = darwin;
|
932 | 958 | sourceTree = "<group>";
|
933 | 959 | };
|
| 960 | + A13EBB441B87332B00097110 /* WebProcessPlugIn */ = { |
| 961 | + isa = PBXGroup; |
| 962 | + children = ( |
| 963 | + A13EBB541B8734E000097110 /* Info.plist */, |
| 964 | + A13EBBA91B87428D00097110 /* WebProcessPlugIn.mm */, |
| 965 | + ); |
| 966 | + name = WebProcessPlugIn; |
| 967 | + path = cocoa/WebProcessPlugIn; |
| 968 | + sourceTree = "<group>"; |
| 969 | + }; |
934 | 970 | BC029B1A1486B23800817DA9 /* ns */ = {
|
935 | 971 | isa = PBXGroup;
|
936 | 972 | children = (
|
|
975 | 1011 | BC575AE2126E88B1006F0F12 /* InjectedBundle.xcconfig */,
|
976 | 1012 | BC90958012554CF900083756 /* TestWebKitAPI.xcconfig */,
|
977 | 1013 | 7CCE7EA31A4115CB00447C4C /* TestWebKitAPILibrary.xcconfig */,
|
| 1014 | + A13EBB521B87346600097110 /* WebProcessPlugIn.xcconfig */, |
978 | 1015 | );
|
979 | 1016 | path = Configurations;
|
980 | 1017 | sourceTree = "<group>";
|
|
1378 | 1415 | buildRules = (
|
1379 | 1416 | );
|
1380 | 1417 | dependencies = (
|
| 1418 | + A13EBBB31B87441900097110 /* PBXTargetDependency */, |
1381 | 1419 | BC575A96126E74E7006F0F12 /* PBXTargetDependency */,
|
1382 | 1420 | 7CCE7F511A4124DB00447C4C /* PBXTargetDependency */,
|
1383 | 1421 | );
|
|
1387 | 1425 | productReference = 8DD76FA10486AA7600D96B5E /* TestWebKitAPI */;
|
1388 | 1426 | productType = "com.apple.product-type.tool";
|
1389 | 1427 | };
|
| 1428 | + A13EBB481B87339E00097110 /* WebProcessPlugIn */ = { |
| 1429 | + isa = PBXNativeTarget; |
| 1430 | + buildConfigurationList = A13EBB4C1B87339E00097110 /* Build configuration list for PBXNativeTarget "WebProcessPlugIn" */; |
| 1431 | + buildPhases = ( |
| 1432 | + A13EBB451B87339E00097110 /* Sources */, |
| 1433 | + ); |
| 1434 | + buildRules = ( |
| 1435 | + ); |
| 1436 | + dependencies = ( |
| 1437 | + ); |
| 1438 | + name = WebProcessPlugIn; |
| 1439 | + productName = WebProcessPlugIn; |
| 1440 | + productReference = A13EBB491B87339E00097110 /* TestWebKitAPI.wkbundle */; |
| 1441 | + productType = "com.apple.product-type.bundle"; |
| 1442 | + }; |
1390 | 1443 | BC57597F126E74AF006F0F12 /* InjectedBundleTestWebKitAPI */ = {
|
1391 | 1444 | isa = PBXNativeTarget;
|
1392 | 1445 | buildConfigurationList = BC575986126E74AF006F0F12 /* Build configuration list for PBXNativeTarget "InjectedBundleTestWebKitAPI" */;
|
|
1416 | 1469 | 7CCE7E8B1A41144E00447C4C = {
|
1417 | 1470 | CreatedOnToolsVersion = 6.3;
|
1418 | 1471 | };
|
| 1472 | + A13EBB481B87339E00097110 = { |
| 1473 | + CreatedOnToolsVersion = 7.0; |
| 1474 | + }; |
1419 | 1475 | };
|
1420 | 1476 | };
|
1421 | 1477 | buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "TestWebKitAPI" */;
|
|
1435 | 1491 | 8DD76F960486AA7600D96B5E /* TestWebKitAPI */,
|
1436 | 1492 | BC57597F126E74AF006F0F12 /* InjectedBundleTestWebKitAPI */,
|
1437 | 1493 | 7CCE7E8B1A41144E00447C4C /* TestWebKitAPILibrary */,
|
| 1494 | + A13EBB481B87339E00097110 /* WebProcessPlugIn */, |
1438 | 1495 | );
|
1439 | 1496 | };
|
1440 | 1497 | /* End PBXProject section */
|
|
1530 | 1587 | 7CCE7EC41A411A7E00447C4C /* JSWrapperForNodeInWebFrame.mm in Sources */,
|
1531 | 1588 | 7CCE7F061A411AE600447C4C /* LayoutMilestonesWithAllContentInFrame.cpp in Sources */,
|
1532 | 1589 | 7CCE7EDF1A411A9200447C4C /* LayoutUnit.cpp in Sources */,
|
| 1590 | + A13EBBB11B87438000097110 /* BundleParameters.mm in Sources */, |
1533 | 1591 | 7CCE7F381A411B8E00447C4C /* ListHashSet.cpp in Sources */,
|
1534 | 1592 | 37D36ED71AF42ECD00BAF5D9 /* LoadAlternateHTMLString.mm in Sources */,
|
1535 | 1593 | 7CCE7EFE1A411AE600447C4C /* LoadAlternateHTMLStringWithNonDirectoryURL.cpp in Sources */,
|
|
1598 | 1656 | 7CCE7ECE1A411A7E00447C4C /* StopLoadingFromDidFinishLoading.mm in Sources */,
|
1599 | 1657 | 7CCE7ECF1A411A7E00447C4C /* StopLoadingFromDidReceiveResponse.mm in Sources */,
|
1600 | 1658 | 7CCE7F441A411B8E00447C4C /* StringBuilder.cpp in Sources */,
|
| 1659 | + A14FC5851B89739100D107EB /* WKWebViewConfigurationExtras.mm in Sources */, |
1601 | 1660 | 7CB184C61AA3F2100066EDFD /* ContentExtensions.cpp in Sources */,
|
1602 | 1661 | 7CCE7ED01A411A7E00447C4C /* StringByEvaluatingJavaScriptFromString.mm in Sources */,
|
1603 | 1662 | 7CCE7F451A411B8E00447C4C /* StringHasher.cpp in Sources */,
|
|
1670 | 1729 | );
|
1671 | 1730 | runOnlyForDeploymentPostprocessing = 0;
|
1672 | 1731 | };
|
| 1732 | + A13EBB451B87339E00097110 /* Sources */ = { |
| 1733 | + isa = PBXSourcesBuildPhase; |
| 1734 | + buildActionMask = 2147483647; |
| 1735 | + files = ( |
| 1736 | + A13EBBAA1B87428D00097110 /* WebProcessPlugIn.mm in Sources */, |
| 1737 | + A13EBBB01B87436F00097110 /* BundleParametersPlugIn.mm in Sources */, |
| 1738 | + A13EBBAB1B87434600097110 /* PlatformUtilitiesCocoa.mm in Sources */, |
| 1739 | + ); |
| 1740 | + runOnlyForDeploymentPostprocessing = 0; |
| 1741 | + }; |
1673 | 1742 | BC57597D126E74AF006F0F12 /* Sources */ = {
|
1674 | 1743 | isa = PBXSourcesBuildPhase;
|
1675 | 1744 | buildActionMask = 2147483647;
|
|
1721 | 1790 | target = 7CCE7E8B1A41144E00447C4C /* TestWebKitAPILibrary */;
|
1722 | 1791 | targetProxy = 7CCE7F501A4124DB00447C4C /* PBXContainerItemProxy */;
|
1723 | 1792 | };
|
| 1793 | + A13EBBB31B87441900097110 /* PBXTargetDependency */ = { |
| 1794 | + isa = PBXTargetDependency; |
| 1795 | + target = A13EBB481B87339E00097110 /* WebProcessPlugIn */; |
| 1796 | + targetProxy = A13EBBB21B87441900097110 /* PBXContainerItemProxy */; |
| 1797 | + }; |
1724 | 1798 | BC575A96126E74E7006F0F12 /* PBXTargetDependency */ = {
|
1725 | 1799 | isa = PBXTargetDependency;
|
1726 | 1800 | target = BC57597F126E74AF006F0F12 /* InjectedBundleTestWebKitAPI */;
|
|
1773 | 1847 | };
|
1774 | 1848 | name = Release;
|
1775 | 1849 | };
|
| 1850 | + A13EBB4D1B87339E00097110 /* Debug */ = { |
| 1851 | + isa = XCBuildConfiguration; |
| 1852 | + baseConfigurationReference = A13EBB521B87346600097110 /* WebProcessPlugIn.xcconfig */; |
| 1853 | + buildSettings = { |
| 1854 | + }; |
| 1855 | + name = Debug; |
| 1856 | + }; |
| 1857 | + A13EBB4E1B87339E00097110 /* Release */ = { |
| 1858 | + isa = XCBuildConfiguration; |
| 1859 | + baseConfigurationReference = A13EBB521B87346600097110 /* WebProcessPlugIn.xcconfig */; |
| 1860 | + buildSettings = { |
| 1861 | + }; |
| 1862 | + name = Release; |
| 1863 | + }; |
1776 | 1864 | BC575984126E74AF006F0F12 /* Debug */ = {
|
1777 | 1865 | isa = XCBuildConfiguration;
|
1778 | 1866 | baseConfigurationReference = BC575AE2126E88B1006F0F12 /* InjectedBundle.xcconfig */;
|
|
1817 | 1905 | defaultConfigurationIsVisible = 0;
|
1818 | 1906 | defaultConfigurationName = Release;
|
1819 | 1907 | };
|
| 1908 | + A13EBB4C1B87339E00097110 /* Build configuration list for PBXNativeTarget "WebProcessPlugIn" */ = { |
| 1909 | + isa = XCConfigurationList; |
| 1910 | + buildConfigurations = ( |
| 1911 | + A13EBB4D1B87339E00097110 /* Debug */, |
| 1912 | + A13EBB4E1B87339E00097110 /* Release */, |
| 1913 | + ); |
| 1914 | + defaultConfigurationIsVisible = 0; |
| 1915 | + defaultConfigurationName = Release; |
| 1916 | + }; |
1820 | 1917 | BC575986126E74AF006F0F12 /* Build configuration list for PBXNativeTarget "InjectedBundleTestWebKitAPI" */ = {
|
1821 | 1918 | isa = XCConfigurationList;
|
1822 | 1919 | buildConfigurations = (
|
|
0 commit comments