Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (241840 => 241841)
--- trunk/Source/_javascript_Core/ChangeLog 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/_javascript_Core/ChangeLog 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1,3 +1,12 @@
+2019-02-20 Andy Estes <[email protected]>
+
+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects
+ https://bugs.webkit.org/show_bug.cgi?id=194869
+
+ Rubber-stamped by Jer Noble.
+
+ * _javascript_Core.xcodeproj/project.pbxproj:
+
2019-02-19 Joseph Pecoraro <[email protected]>
Web Inspector: Improve ES6 Class instances in Heap Snapshot instances view
Modified: trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -4066,6 +4066,7 @@
A1712B4011C7B235007A5315 /* RegExpKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExpKey.h; sourceTree = "<group>"; };
A18193E11B4E0CDB00FC1029 /* IntlCollatorConstructor.lut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntlCollatorConstructor.lut.h; sourceTree = "<group>"; };
A18193E21B4E0CDB00FC1029 /* IntlCollatorPrototype.lut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntlCollatorPrototype.lut.h; sourceTree = "<group>"; };
+ A1B89B88221E002A00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
A1B9E2331B4E0D6700BC7FED /* IntlCollator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IntlCollator.cpp; sourceTree = "<group>"; };
A1B9E2341B4E0D6700BC7FED /* IntlCollator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntlCollator.h; sourceTree = "<group>"; };
A1B9E2351B4E0D6700BC7FED /* IntlCollatorConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IntlCollatorConstructor.cpp; sourceTree = "<group>"; };
@@ -6121,6 +6122,7 @@
449097EE0F8F81B50076A327 /* FeatureDefines.xcconfig */,
1C9051430BA9E8A70081E9D0 /* _javascript_Core.xcconfig */,
5DAFD6CB146B686300FBEFB4 /* JSC.xcconfig */,
+ A1B89B88221E002A00EB4CEA /* SDKVariant.xcconfig */,
BC021BF2136900C300FC5467 /* ToolExecutable.xcconfig */,
1C9051420BA9E8A70081E9D0 /* Version.xcconfig */,
37119A7720CCB5DC002C6DC9 /* WebKitTargetConditionals.xcconfig */,
Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1097,6 +1097,7 @@
72309A57183C27F100370B93 /* ExpressionParser.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ExpressionParser.cpp; sourceTree = "<group>"; };
A08C3CDA16D6CB61003F0B83 /* ArrayBoundsClamper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ArrayBoundsClamper.cpp; path = src/third_party/compiler/ArrayBoundsClamper.cpp; sourceTree = "<group>"; };
A08C3CDB16D6CB61003F0B83 /* ArrayBoundsClamper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ArrayBoundsClamper.h; path = src/third_party/compiler/ArrayBoundsClamper.h; sourceTree = "<group>"; };
+ A1B89B89221E003A00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
A264F89316974DED006FAA5A /* DiagnosticsBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DiagnosticsBase.cpp; sourceTree = "<group>"; };
A264F89416974DED006FAA5A /* DiagnosticsBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticsBase.h; sourceTree = "<group>"; };
A264F89516974DED006FAA5A /* DirectiveHandlerBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectiveHandlerBase.cpp; sourceTree = "<group>"; };
@@ -1811,6 +1812,7 @@
5D7C59C51208C68B001C873E /* ANGLE.xcconfig */,
5D7C59C61208C68B001C873E /* Base.xcconfig */,
5D7C59C71208C68B001C873E /* DebugRelease.xcconfig */,
+ A1B89B89221E003A00EB4CEA /* SDKVariant.xcconfig */,
);
path = Configurations;
sourceTree = "<group>";
Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (241840 => 241841)
--- trunk/Source/ThirdParty/ANGLE/ChangeLog 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1,3 +1,12 @@
+2019-02-20 Andy Estes <[email protected]>
+
+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects
+ https://bugs.webkit.org/show_bug.cgi?id=194869
+
+ Rubber-stamped by Jer Noble.
+
+ * ANGLE.xcodeproj/project.pbxproj:
+
2019-01-18 Jer Noble <[email protected]>
SDK_VARIANT build destinations should be separate from non-SDK_VARIANT builds
Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (241840 => 241841)
--- trunk/Source/ThirdParty/libwebrtc/ChangeLog 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1,3 +1,12 @@
+2019-02-20 Andy Estes <[email protected]>
+
+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects
+ https://bugs.webkit.org/show_bug.cgi?id=194869
+
+ Rubber-stamped by Jer Noble.
+
+ * libwebrtc.xcodeproj/project.pbxproj:
+
2019-02-04 David Kilzer <[email protected]>
vp8e_mr_alloc_mem() leaks LOWER_RES_FRAME_INFO if second memory allocation fails
Modified: trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -7312,6 +7312,7 @@
5D7C59C51208C68B001C873E /* libwebrtc.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = libwebrtc.xcconfig; sourceTree = "<group>"; };
5D7C59C61208C68B001C873E /* Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; };
5D7C59C71208C68B001C873E /* DebugRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DebugRelease.xcconfig; sourceTree = "<group>"; };
+ A1B89B8A221E004C00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
FB39D0D11200F0E300088E69 /* libwebrtc.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libwebrtc.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -9110,8 +9111,8 @@
419C847B1FE256A80040C30F /* fiat */ = {
isa = PBXGroup;
children = (
+ 419C847C1FE256B90040C30F /* curve25519.c */,
415449B721CAC4EC001C0A55 /* p256.c */,
- 419C847C1FE256B90040C30F /* curve25519.c */,
);
path = fiat;
sourceTree = "<group>";
@@ -9799,14 +9800,11 @@
41EA53AF1EFC2C8B002FF04C /* ec */ = {
isa = PBXGroup;
children = (
- 415449B521CAC4CE001C0A55 /* util.c */,
- 415449AC21CAC3F4001C0A55 /* felem.c */,
- 415449AE21CAC3F5001C0A55 /* scalar.c */,
- 415449AD21CAC3F5001C0A55 /* simple_mul.c */,
41EA53B01EFC2C8B002FF04C /* asm */,
41EA53B21EFC2C8B002FF04C /* ec.c */,
41EA53B31EFC2C8B002FF04C /* ec_key.c */,
41EA53B41EFC2C8B002FF04C /* ec_montgomery.c */,
+ 415449AC21CAC3F4001C0A55 /* felem.c */,
41EA53B71EFC2C8B002FF04C /* internal.h */,
41EA53B81EFC2C8B002FF04C /* oct.c */,
41EA53B91EFC2C8B002FF04C /* p224-64.c */,
@@ -9813,7 +9811,10 @@
41EA53BB1EFC2C8B002FF04C /* p256-x86_64-table.h */,
41EA53BC1EFC2C8B002FF04C /* p256-x86_64.c */,
41EA53BD1EFC2C8B002FF04C /* p256-x86_64.h */,
+ 415449AE21CAC3F5001C0A55 /* scalar.c */,
41EA53C01EFC2C8B002FF04C /* simple.c */,
+ 415449AD21CAC3F5001C0A55 /* simple_mul.c */,
+ 415449B521CAC4CE001C0A55 /* util.c */,
41EA53C21EFC2C8B002FF04C /* wnaf.c */,
);
name = ec;
@@ -9840,8 +9841,6 @@
41EA53DA1EFC2D1A002FF04C /* bn */ = {
isa = PBXGroup;
children = (
- 415449A521CAC399001C0A55 /* div_extra.c */,
- 415449A621CAC399001C0A55 /* gcd_extra.c */,
41EA53DC1EFC2D1A002FF04C /* asm */,
41EA53DB1EFC2D1A002FF04C /* add.c */,
41EA53E61EFC2D1A002FF04C /* bn.c */,
@@ -9849,8 +9848,10 @@
41EA53EB1EFC2D1A002FF04C /* cmp.c */,
41EA53EC1EFC2D1A002FF04C /* ctx.c */,
41EA53ED1EFC2D1A002FF04C /* div.c */,
+ 415449A521CAC399001C0A55 /* div_extra.c */,
41EA53EE1EFC2D1A002FF04C /* exponentiation.c */,
41EA53EF1EFC2D1A002FF04C /* gcd.c */,
+ 415449A621CAC399001C0A55 /* gcd_extra.c */,
41EA53F01EFC2D1A002FF04C /* generic.c */,
41EA53F11EFC2D1A002FF04C /* internal.h */,
41EA53F21EFC2D1A002FF04C /* jacobi.c */,
@@ -10395,12 +10396,12 @@
5C4B44421E42A588002651C8 /* bytestring */ = {
isa = PBXGroup;
children = (
- 415449A121CAC34D001C0A55 /* unicode.c */,
5C4B46301E42A994002651C8 /* asn1_compat.c */,
5C4B46311E42A994002651C8 /* ber.c */,
5C4B46321E42A994002651C8 /* cbb.c */,
5C4B46331E42A994002651C8 /* cbs.c */,
5C4B46341E42A994002651C8 /* internal.h */,
+ 415449A121CAC34D001C0A55 /* unicode.c */,
);
name = bytestring;
sourceTree = "<group>";
@@ -10626,7 +10627,6 @@
5C4B44631E42A6A7002651C8 /* x509v3 */ = {
isa = PBXGroup;
children = (
- 415449A321CAC371001C0A55 /* v3_ocsp.c */,
5C4B44641E42A6E2002651C8 /* ext_dat.h */,
5C4B44651E42A6E2002651C8 /* pcy_cache.c */,
5C4B44661E42A6E2002651C8 /* pcy_data.c */,
@@ -10651,6 +10651,7 @@
5C4B447A1E42A6E2002651C8 /* v3_int.c */,
5C4B447B1E42A6E2002651C8 /* v3_lib.c */,
5C4B447C1E42A6E2002651C8 /* v3_ncons.c */,
+ 415449A321CAC371001C0A55 /* v3_ocsp.c */,
5C4B447D1E42A6E2002651C8 /* v3_pci.c */,
5C4B447E1E42A6E2002651C8 /* v3_pcia.c */,
5C4B447F1E42A6E2002651C8 /* v3_pcons.c */,
@@ -13550,6 +13551,7 @@
5C0885361E4AA38900403995 /* libwebrtcpcrtc.xcconfig */,
5C08848A1E4A978C00403995 /* libyuv.xcconfig */,
5C4B4A8F1E42C431002651C8 /* opus.xcconfig */,
+ A1B89B8A221E004C00EB4CEA /* SDKVariant.xcconfig */,
5C11A0331E4576A9004F0987 /* usrsctp.xcconfig */,
37119A8020CCB6DD002C6DC9 /* Version.xcconfig */,
37119A8120CCB6DD002C6DC9 /* WebKitTargetConditionals.xcconfig */,
@@ -15969,9 +15971,7 @@
files = (
5C4B47471E42AAF5002651C8 /* a_bitstr.c in Sources */,
5C4B47481E42AAF5002651C8 /* a_bool.c in Sources */,
- 415449A721CAC39A001C0A55 /* div_extra.c in Sources */,
5C4B47491E42AAF5002651C8 /* a_d2i_fp.c in Sources */,
- 415449BB21CAC5B4001C0A55 /* ecdh_extra.c in Sources */,
5C4B466D1E42AA3C002651C8 /* a_digest.c in Sources */,
5C4B474A1E42AAF5002651C8 /* a_dup.c in Sources */,
5C4B474B1E42AAF5002651C8 /* a_enum.c in Sources */,
@@ -15986,7 +15986,6 @@
5C4B466F1E42AA3C002651C8 /* a_strex.c in Sources */,
5C4B47531E42AAF5002651C8 /* a_strnid.c in Sources */,
5C4B47541E42AAF5002651C8 /* a_time.c in Sources */,
- 415449B821CAC4EC001C0A55 /* p256.c in Sources */,
5C4B47551E42AAF5002651C8 /* a_type.c in Sources */,
5C4B47561E42AAF5002651C8 /* a_utctm.c in Sources */,
5C4B47571E42AAF5002651C8 /* a_utf8.c in Sources */,
@@ -15993,7 +15992,6 @@
5C4B46701E42AA3C002651C8 /* a_verify.c in Sources */,
41EA53FC1EFC2D1B002FF04C /* add.c in Sources */,
41A3918F1EFC44EB00C4516A /* aead.c in Sources */,
- 415449A021CAC330001C0A55 /* ecdh.c in Sources */,
41A392211EFC5CFA00C4516A /* aes.c in Sources */,
5C4B46711E42AA3C002651C8 /* algorithm.c in Sources */,
5C4B471E1E42AAD6002651C8 /* asn1_compat.c in Sources */,
@@ -16037,10 +16035,10 @@
5C4B470A1E42AABE002651C8 /* dh_asn1.c in Sources */,
41EA53AB1EFC2C4D002FF04C /* digest.c in Sources */,
41A391DD1EFC489A00C4516A /* digest_extra.c in Sources */,
- 415449B021CAC3F5001C0A55 /* simple_mul.c in Sources */,
41EA53AC1EFC2C4D002FF04C /* digests.c in Sources */,
5C4B46E31E42AA97002651C8 /* digestsign.c in Sources */,
41EA54031EFC2D1B002FF04C /* div.c in Sources */,
+ 415449A721CAC39A001C0A55 /* div_extra.c in Sources */,
5C4B47041E42AAB4002651C8 /* dsa.c in Sources */,
5C4B48471E42C0F6002651C8 /* dsa_asn1.c in Sources */,
41A392201EFC5CF500C4516A /* e_aes.c in Sources */,
@@ -16054,9 +16052,10 @@
41A391B21EFC454F00C4516A /* e_tls.c in Sources */,
41EA53C31EFC2C8B002FF04C /* ec.c in Sources */,
41A391E41EFC48CE00C4516A /* ec_asn1.c in Sources */,
- 415449A421CAC372001C0A55 /* v3_ocsp.c in Sources */,
41EA53C41EFC2C8B002FF04C /* ec_key.c in Sources */,
41EA53C51EFC2C8B002FF04C /* ec_montgomery.c in Sources */,
+ 415449A021CAC330001C0A55 /* ecdh.c in Sources */,
+ 415449BB21CAC5B4001C0A55 /* ecdh_extra.c in Sources */,
41EA53D81EFC2CDC002FF04C /* ecdsa.c in Sources */,
41A391E31EFC48AE00C4516A /* ecdsa_asn1.c in Sources */,
5C4B46F21E42AAA1002651C8 /* engine.c in Sources */,
@@ -16070,9 +16069,11 @@
5C4B475E1E42AAF5002651C8 /* f_int.c in Sources */,
5C4B475F1E42AAF5002651C8 /* f_string.c in Sources */,
5C4B473E1E42AAEA002651C8 /* fd.c in Sources */,
+ 415449AF21CAC3F5001C0A55 /* felem.c in Sources */,
5C4B473F1E42AAEA002651C8 /* file.c in Sources */,
41A392151EFC4B3A00C4516A /* forkunsafe.c in Sources */,
41EA54051EFC2D1B002FF04C /* gcd.c in Sources */,
+ 415449A821CAC39A001C0A55 /* gcd_extra.c in Sources */,
41A3917A1EFC447C00C4516A /* gcm.c in Sources */,
41EA54061EFC2D1B002FF04C /* generic.c in Sources */,
5C4B47401E42AAEA002651C8 /* hexdump.c in Sources */,
@@ -16080,10 +16081,10 @@
41EA53A51EFC2C14002FF04C /* hmac.c in Sources */,
5C4B46761E42AA3C002651C8 /* i2d_pr.c in Sources */,
41EA54081EFC2D1B002FF04C /* jacobi.c in Sources */,
+ 415449AB21CAC3CF001C0A55 /* kdf.c in Sources */,
41A392001EFC493000C4516A /* key_wrap.c in Sources */,
5C4B46DF1E42AA89002651C8 /* lhash.c in Sources */,
41EA54191EFC2D53002FF04C /* md4.c in Sources */,
- 415449AB21CAC3CF001C0A55 /* kdf.c in Sources */,
41EA541A1EFC2D53002FF04C /* md5.c in Sources */,
5C4B463F1E42AA2C002651C8 /* mem.c in Sources */,
41A392011EFC493000C4516A /* mode_wrappers.c in Sources */,
@@ -16096,6 +16097,7 @@
41A3917D1EFC447C00C4516A /* ofb.c in Sources */,
41EA53CA1EFC2C8B002FF04C /* p224-64.c in Sources */,
41EA53CD1EFC2C8B002FF04C /* p256-x86_64.c in Sources */,
+ 415449B821CAC4EC001C0A55 /* p256.c in Sources */,
5C4B46BC1E42AA66002651C8 /* p5_pbev2.c in Sources */,
5C4B46E81E42AA97002651C8 /* p_dsa_asn1.c in Sources */,
5C4B46EA1E42AA97002651C8 /* p_ec.c in Sources */,
@@ -16104,7 +16106,6 @@
41A392081EFC4A7100C4516A /* p_ed25519_asn1.c in Sources */,
5C4B46EC1E42AA97002651C8 /* p_rsa.c in Sources */,
5C4B46EB1E42AA97002651C8 /* p_rsa_asn1.c in Sources */,
- 415449A221CAC34D001C0A55 /* unicode.c in Sources */,
41A391861EFC447C00C4516A /* padding.c in Sources */,
5C4B47421E42AAEA002651C8 /* pair.c in Sources */,
5C4B470C1E42AABE002651C8 /* params.c in Sources */,
@@ -16120,7 +16121,6 @@
5C4B46C31E42AA6B002651C8 /* pem_lib.c in Sources */,
5C4B46C41E42AA6B002651C8 /* pem_oth.c in Sources */,
5C4B46C51E42AA6B002651C8 /* pem_pk8.c in Sources */,
- 415449B121CAC3F5001C0A55 /* scalar.c in Sources */,
5C4B46C61E42AA6B002651C8 /* pem_pkey.c in Sources */,
5C4B46C71E42AA6B002651C8 /* pem_x509.c in Sources */,
5C4B46C81E42AA6B002651C8 /* pem_xaux.c in Sources */,
@@ -16143,6 +16143,7 @@
41A391881EFC447C00C4516A /* rsa_impl.c in Sources */,
5C4B467A1E42AA3C002651C8 /* rsa_pss.c in Sources */,
41EA540E1EFC2D1B002FF04C /* rsaz_exp.c in Sources */,
+ 415449B121CAC3F5001C0A55 /* scalar.c in Sources */,
41A391731EFC447C00C4516A /* sha1-altivec.c in Sources */,
41A391741EFC447C00C4516A /* sha1.c in Sources */,
41A391751EFC447C00C4516A /* sha256.c in Sources */,
@@ -16150,6 +16151,7 @@
41EA54101EFC2D1B002FF04C /* shift.c in Sources */,
5C4B46F01E42AA97002651C8 /* sign.c in Sources */,
41EA53D01EFC2C8B002FF04C /* simple.c in Sources */,
+ 415449B021CAC3F5001C0A55 /* simple_mul.c in Sources */,
5C4B47451E42AAEA002651C8 /* socket.c in Sources */,
5C4B47441E42AAEA002651C8 /* socket_helper.c in Sources */,
5C4B4D021E432185002651C8 /* spake25519.c in Sources */,
@@ -16171,11 +16173,12 @@
5C4B46461E42AA2C002651C8 /* thread_win.c in Sources */,
41A392031EFC495B00C4516A /* time_support.c in Sources */,
41A391B41EFC454F00C4516A /* tls_cbc.c in Sources */,
+ 415449A221CAC34D001C0A55 /* unicode.c in Sources */,
41A391831EFC447C00C4516A /* urandom.c in Sources */,
+ 415449B621CAC4CE001C0A55 /* util.c in Sources */,
5C4B46521E42AA34002651C8 /* v3_akey.c in Sources */,
5C4B46531E42AA34002651C8 /* v3_akeya.c in Sources */,
5C4B46541E42AA34002651C8 /* v3_alt.c in Sources */,
- 415449AF21CAC3F5001C0A55 /* felem.c in Sources */,
5C4B46551E42AA34002651C8 /* v3_bcons.c in Sources */,
5C4B46561E42AA34002651C8 /* v3_bitst.c in Sources */,
5C4B46571E42AA34002651C8 /* v3_conf.c in Sources */,
@@ -16184,12 +16187,12 @@
5C4B465A1E42AA34002651C8 /* v3_enum.c in Sources */,
5C4B465B1E42AA34002651C8 /* v3_extku.c in Sources */,
5C4B465C1E42AA34002651C8 /* v3_genn.c in Sources */,
- 415449B621CAC4CE001C0A55 /* util.c in Sources */,
5C4B465D1E42AA34002651C8 /* v3_ia5.c in Sources */,
5C4B465E1E42AA34002651C8 /* v3_info.c in Sources */,
5C4B465F1E42AA34002651C8 /* v3_int.c in Sources */,
5C4B46601E42AA34002651C8 /* v3_lib.c in Sources */,
5C4B46611E42AA34002651C8 /* v3_ncons.c in Sources */,
+ 415449A421CAC372001C0A55 /* v3_ocsp.c in Sources */,
5C4B46621E42AA34002651C8 /* v3_pci.c in Sources */,
5C4B46631E42AA34002651C8 /* v3_pcia.c in Sources */,
5C4B46641E42AA34002651C8 /* v3_pcons.c in Sources */,
@@ -16217,7 +16220,6 @@
5C4B469B1E42AA3C002651C8 /* x509_txt.c in Sources */,
5C4B469C1E42AA3C002651C8 /* x509_v3.c in Sources */,
5C4B469D1E42AA3C002651C8 /* x509_vfy.c in Sources */,
- 415449A821CAC39A001C0A55 /* gcd_extra.c in Sources */,
5C4B469E1E42AA3C002651C8 /* x509_vpm.c in Sources */,
5C4B46A01E42AA3C002651C8 /* x509cset.c in Sources */,
5C4B46A11E42AA3C002651C8 /* x509name.c in Sources */,
Modified: trunk/Source/WTF/ChangeLog (241840 => 241841)
--- trunk/Source/WTF/ChangeLog 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/WTF/ChangeLog 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1,3 +1,12 @@
+2019-02-20 Andy Estes <[email protected]>
+
+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects
+ https://bugs.webkit.org/show_bug.cgi?id=194869
+
+ Rubber-stamped by Jer Noble.
+
+ * WTF.xcodeproj/project.pbxproj:
+
2019-02-20 Adrian Perez de Castro <[email protected]>
[WPE][GTK] Enable support for CONTENT_EXTENSIONS
Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -441,6 +441,7 @@
9BC70F04176C379D00101DEC /* AtomicStringTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AtomicStringTable.cpp; sourceTree = "<group>"; };
9BD8F40A176C2AD80002D865 /* AtomicStringTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtomicStringTable.h; sourceTree = "<group>"; };
9C67C542589348E285B49699 /* IndexedContainerIterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IndexedContainerIterator.h; sourceTree = "<group>"; };
+ A1B89B87221E000F00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
A30D412C1F0DE0BA00B71954 /* SoftLinking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SoftLinking.h; sourceTree = "<group>"; };
A30D412D1F0DE13F00B71954 /* SoftLinking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SoftLinking.h; sourceTree = "<group>"; };
A32D8FA421FFFAB400780662 /* ThreadingPOSIX.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ThreadingPOSIX.cpp; sourceTree = "<group>"; };
@@ -786,6 +787,7 @@
5D247B6E14689C4700E78B76 /* Base.xcconfig */,
6541CAF41630DB26006D0DEC /* CopyWTFHeaders.xcconfig */,
5D247B7014689C4700E78B76 /* DebugRelease.xcconfig */,
+ A1B89B87221E000F00EB4CEA /* SDKVariant.xcconfig */,
5D247B7314689C4700E78B76 /* WTF.xcconfig */,
);
path = Configurations;
@@ -1032,8 +1034,6 @@
A8A472CE151A825B004123FF /* MetaAllocator.h */,
A8A472CF151A825B004123FF /* MetaAllocatorHandle.h */,
FE7497ED209163060003565B /* MetaAllocatorPtr.h */,
- 5FAD3AE121B9636600BEE178 /* URLHelpers.cpp */,
- 5FAD3AE021B9636600BEE178 /* URLHelpers.h */,
0F66B2821DC97BAB004A1D3F /* MonotonicTime.cpp */,
0F66B2831DC97BAB004A1D3F /* MonotonicTime.h */,
FE8225301B2A1E5B00BA68FD /* NakedPtr.h */,
@@ -1181,6 +1181,8 @@
5CC0EE7121629F1800A1A842 /* URL.h */,
5C1F0597216439940039302C /* URLHash.h */,
5CC0EE772162A01000A1A842 /* URLHash.h */,
+ 5FAD3AE121B9636600BEE178 /* URLHelpers.cpp */,
+ 5FAD3AE021B9636600BEE178 /* URLHelpers.h */,
5CC0EE7321629F1900A1A842 /* URLParser.cpp */,
5CC0EE7221629F1900A1A842 /* URLParser.h */,
7AFEC6B01EB22B5900DADE36 /* UUID.cpp */,
@@ -1565,7 +1567,6 @@
5CC0EE8A2162BC2200A1A842 /* NSURLExtras.mm in Sources */,
A8A473F4151A825B004123FF /* NumberOfCores.cpp in Sources */,
8348BA0E21FBC0D500FD3054 /* ObjectIdentifier.cpp in Sources */,
- 5FAD3AE221B9636600BEE178 /* URLHelpers.cpp in Sources */,
A3EE5C3A21FFAC5F00FABD61 /* OSAllocatorPOSIX.cpp in Sources */,
A8A473F9151A825B004123FF /* OSRandomSource.cpp in Sources */,
A8A47402151A825B004123FF /* PageBlock.cpp in Sources */,
@@ -1622,6 +1623,7 @@
5CC0EE7621629F1900A1A842 /* URL.cpp in Sources */,
5C1F0595216437B30039302C /* URLCF.cpp in Sources */,
5CC0EE892162BC2200A1A842 /* URLCocoa.mm in Sources */,
+ 5FAD3AE221B9636600BEE178 /* URLHelpers.cpp in Sources */,
5CC0EE7521629F1900A1A842 /* URLParser.cpp in Sources */,
1C181C8F1D307AB800F5FA16 /* UTextProvider.cpp in Sources */,
1C181C911D307AB800F5FA16 /* UTextProviderLatin1.cpp in Sources */,
Modified: trunk/Source/WebCore/ChangeLog (241840 => 241841)
--- trunk/Source/WebCore/ChangeLog 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/WebCore/ChangeLog 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1,3 +1,12 @@
+2019-02-20 Andy Estes <[email protected]>
+
+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects
+ https://bugs.webkit.org/show_bug.cgi?id=194869
+
+ Rubber-stamped by Jer Noble.
+
+ * WebCore.xcodeproj/project.pbxproj:
+
2019-02-20 Said Abou-Hallawa <[email protected]>
drawImage() clears the canvas if it's the source of the image and globalCompositeOperation is "copy"
Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -11274,6 +11274,7 @@
A1AFEDE51F8BFF6D0087013F /* MockPaymentCoordinator.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MockPaymentCoordinator.cpp; sourceTree = "<group>"; };
A1B5B29C1AAA846E008B6042 /* MockContentFilterSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MockContentFilterSettings.cpp; sourceTree = "<group>"; };
A1B5B29D1AAA846E008B6042 /* MockContentFilterSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MockContentFilterSettings.h; sourceTree = "<group>"; };
+ A1B89B8D221E01EF00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
A1BB85992159AEA10067E07D /* ApplePayErrorCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApplePayErrorCode.h; sourceTree = "<group>"; };
A1BB859B2159AEA10067E07D /* ApplePayErrorCode.idl */ = {isa = PBXFileReference; lastKnownFileType = text; path = ApplePayErrorCode.idl; sourceTree = "<group>"; };
A1BB85A02159AF570067E07D /* ApplePayErrorContactField.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApplePayErrorContactField.h; sourceTree = "<group>"; };
@@ -17214,6 +17215,7 @@
1CDD45E40BA9C84600F90147 /* DebugRelease.xcconfig */,
449098B10F8F82520076A327 /* FeatureDefines.xcconfig */,
5355E8DD1F9680420031E08C /* GenerateUnifiedSources.xcconfig */,
+ A1B89B8D221E01EF00EB4CEA /* SDKVariant.xcconfig */,
1C904DF90BA9D2C80081E9D0 /* Version.xcconfig */,
1CDD45E50BA9C84600F90147 /* WebCore.xcconfig */,
E1BA66F21742BDCC00C20251 /* WebCoreTestShim.xcconfig */,
Modified: trunk/Source/WebInspectorUI/ChangeLog (241840 => 241841)
--- trunk/Source/WebInspectorUI/ChangeLog 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/WebInspectorUI/ChangeLog 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1,3 +1,12 @@
+2019-02-20 Andy Estes <[email protected]>
+
+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects
+ https://bugs.webkit.org/show_bug.cgi?id=194869
+
+ Rubber-stamped by Jer Noble.
+
+ * WebInspectorUI.xcodeproj/project.pbxproj:
+
2019-02-19 Joseph Pecoraro <[email protected]>
Web Inspector: Improve ES6 Class instances in Heap Snapshot instances view
Modified: trunk/Source/WebInspectorUI/WebInspectorUI.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Source/WebInspectorUI/WebInspectorUI.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/WebInspectorUI/WebInspectorUI.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -23,6 +23,7 @@
1C60FFE114E79B0F006CD77D /* copy-user-interface-resources.pl */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = "copy-user-interface-resources.pl"; sourceTree = "<group>"; };
1C78EE131760E115002F6AA5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1C78EE1617611340002F6AA5 /* WebInspectorUI.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = WebInspectorUI.c; sourceTree = "<group>"; };
+ A1B89B8F221E021000EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
A54C2257148B23DF00373FA3 /* WebInspectorUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WebInspectorUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -32,6 +33,7 @@
children = (
1C60FE2F14E5F3CD006CD77D /* Base.xcconfig */,
1C60FE3114E5F3CD006CD77D /* DebugRelease.xcconfig */,
+ A1B89B8F221E021000EB4CEA /* SDKVariant.xcconfig */,
1C60FE3214E5F3CD006CD77D /* Version.xcconfig */,
1C60FE3314E5F3CD006CD77D /* WebInspectorUIFramework.xcconfig */,
);
Modified: trunk/Source/WebKit/ChangeLog (241840 => 241841)
--- trunk/Source/WebKit/ChangeLog 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/WebKit/ChangeLog 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1,3 +1,12 @@
+2019-02-20 Andy Estes <[email protected]>
+
+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects
+ https://bugs.webkit.org/show_bug.cgi?id=194869
+
+ Rubber-stamped by Jer Noble.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
2019-02-20 Alex Christensen <[email protected]>
Resolve WebsiteDataStore/HTTPCookieStore ref cycle
Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -3848,6 +3848,7 @@
A1A4FE5818DCE9FA00B5EA8A /* _WKDownload.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = _WKDownload.mm; sourceTree = "<group>"; };
A1A4FE5918DCE9FA00B5EA8A /* _WKDownloadInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _WKDownloadInternal.h; sourceTree = "<group>"; };
A1A4FE6018DD54A400B5EA8A /* _WKDownloadDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _WKDownloadDelegate.h; sourceTree = "<group>"; };
+ A1B89B92221E023300EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
A1C512C6190656E500448914 /* WebPreviewLoaderClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WebPreviewLoaderClient.cpp; path = ios/WebPreviewLoaderClient.cpp; sourceTree = "<group>"; };
A1C512C7190656E500448914 /* WebPreviewLoaderClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebPreviewLoaderClient.h; path = ios/WebPreviewLoaderClient.h; sourceTree = "<group>"; };
A1DF631018E0B7C8003A3E2A /* DownloadClient.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DownloadClient.mm; sourceTree = "<group>"; };
@@ -4846,6 +4847,7 @@
BC8283F416B4FC5300A278FE /* PluginService.64.xcconfig */,
536F46D3220D385100126322 /* PluginService.entitlements */,
37E83D401B37D27B002079EE /* SandboxProfiles.xcconfig */,
+ A1B89B92221E023300EB4CEA /* SDKVariant.xcconfig */,
A1EDD2DC1884B9B500BBFE98 /* SecItemShim.xcconfig */,
5183B3931379F85C00E8754E /* Shim.xcconfig */,
1A4F976E100E7B6600637A18 /* Version.xcconfig */,
Modified: trunk/Source/WebKitLegacy/ChangeLog (241840 => 241841)
--- trunk/Source/WebKitLegacy/ChangeLog 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/WebKitLegacy/ChangeLog 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1,3 +1,12 @@
+2019-02-20 Andy Estes <[email protected]>
+
+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects
+ https://bugs.webkit.org/show_bug.cgi?id=194869
+
+ Rubber-stamped by Jer Noble.
+
+ * WebKitLegacy.xcodeproj/project.pbxproj:
+
2019-01-31 Takashi Komori <[email protected]>
[Curl] Remove unnecessary member from NetworkStorageSession.
Modified: trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1482,6 +1482,7 @@
A17A11B0180DC84800E5498C /* WebPluginPackagePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebPluginPackagePrivate.h; sourceTree = "<group>"; };
A182B74E199E7B8F001FD95A /* migrate-headers.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "migrate-headers.sh"; path = "mac/migrate-headers.sh"; sourceTree = "<group>"; };
A182B74F199E7B8F001FD95A /* postprocess-headers.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "postprocess-headers.sh"; path = "mac/postprocess-headers.sh"; sourceTree = "<group>"; };
+ A1B89B90221E022000EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
A560946414D8AD2600799A8A /* WebIndicateLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebIndicateLayer.h; sourceTree = "<group>"; };
A560946514D8AD2600799A8A /* WebIndicateLayer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebIndicateLayer.mm; sourceTree = "<group>"; };
A5687BD8135B791A0074CBCB /* WebNodeHighlighter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebNodeHighlighter.h; sourceTree = "<group>"; };
@@ -1767,6 +1768,7 @@
1C904FD50BA9DD0F0081E9D0 /* Base.xcconfig */,
1C904FD40BA9DD0F0081E9D0 /* DebugRelease.xcconfig */,
449098B90F8F82DF0076A327 /* FeatureDefines.xcconfig */,
+ A1B89B90221E022000EB4CEA /* SDKVariant.xcconfig */,
1C904FD30BA9DD0F0081E9D0 /* Version.xcconfig */,
1C904FD20BA9DD0F0081E9D0 /* WebKitLegacy.xcconfig */,
37119A7B20CCB62D002C6DC9 /* WebKitTargetConditionals.xcconfig */,
Modified: trunk/Source/bmalloc/ChangeLog (241840 => 241841)
--- trunk/Source/bmalloc/ChangeLog 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/bmalloc/ChangeLog 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1,3 +1,12 @@
+2019-02-20 Andy Estes <[email protected]>
+
+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects
+ https://bugs.webkit.org/show_bug.cgi?id=194869
+
+ Rubber-stamped by Jer Noble.
+
+ * bmalloc.xcodeproj/project.pbxproj:
+
2019-02-20 Yusuke Suzuki <[email protected]>
[bmalloc] DebugHeap::malloc does not have "try" version.
Modified: trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -301,6 +301,7 @@
6599C5CB1EC3F15900A2F7BB /* AvailableMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AvailableMemory.h; path = bmalloc/AvailableMemory.h; sourceTree = "<group>"; };
7939885A2076EEB50074A2E7 /* BulkDecommit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BulkDecommit.h; path = bmalloc/BulkDecommit.h; sourceTree = "<group>"; };
795AB3C6206E0D250074FE76 /* PhysicalPageMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PhysicalPageMap.h; path = bmalloc/PhysicalPageMap.h; sourceTree = "<group>"; };
+ A1B89B86221DFFEE00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
AD0934321FCF405000E85EB5 /* BCompiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BCompiler.h; path = bmalloc/BCompiler.h; sourceTree = "<group>"; };
AD14AD27202529A600890E3B /* ProcessCheck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ProcessCheck.h; path = bmalloc/ProcessCheck.h; sourceTree = "<group>"; };
AD14AD28202529B000890E3B /* ProcessCheck.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ProcessCheck.mm; path = bmalloc/ProcessCheck.mm; sourceTree = "<group>"; };
@@ -463,6 +464,7 @@
14B650C618F39F4800751968 /* bmalloc.xcconfig */,
14B650C718F39F4800751968 /* DebugRelease.xcconfig */,
14B650C918F3A04200751968 /* mbmalloc.xcconfig */,
+ A1B89B86221DFFEE00EB4CEA /* SDKVariant.xcconfig */,
);
path = Configurations;
sourceTree = "<group>";
Modified: trunk/Tools/ChangeLog (241840 => 241841)
--- trunk/Tools/ChangeLog 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Tools/ChangeLog 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1,3 +1,17 @@
+2019-02-20 Andy Estes <[email protected]>
+
+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects
+ https://bugs.webkit.org/show_bug.cgi?id=194869
+
+ Rubber-stamped by Jer Noble.
+
+ * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
+ * ImageDiff/ImageDiff.xcodeproj/project.pbxproj:
+ * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj:
+ * MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj:
+ * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
+ * WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
+
2019-02-20 Chris Dumez <[email protected]>
Regression(PSON) Crash under WebKit::WebPageProxy::decidePolicyForNavigationActionSync
Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -345,6 +345,7 @@
A16CD20D18907A7D0092363E /* BaseTarget.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = BaseTarget.xcconfig; path = mac/Configurations/BaseTarget.xcconfig; sourceTree = "<group>"; };
A19317FC1892855F001C52B1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ios/Info.plist; sourceTree = "<group>"; };
A19317FD18928738001C52B1 /* DumpRenderTreeApp.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = DumpRenderTreeApp.xcconfig; path = mac/Configurations/DumpRenderTreeApp.xcconfig; sourceTree = "<group>"; };
+ A1B89B93221E025B00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = SDKVariant.xcconfig; path = mac/Configurations/SDKVariant.xcconfig; sourceTree = "<group>"; };
A30A21F72051D8960008FF42 /* TestOptions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestOptions.cpp; sourceTree = "<group>"; };
A803FF7409CAAD08009B2A37 /* DumpRenderTree.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; path = DumpRenderTree.h; sourceTree = "<group>"; };
A817090308B164D300CCB9FB /* _javascript_Core.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = _javascript_Core.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -811,6 +812,7 @@
A19317FD18928738001C52B1 /* DumpRenderTreeApp.xcconfig */,
A134E5391890671C00901D06 /* DumpRenderTreeLibrary.xcconfig */,
A1103B5B1892498F00738C87 /* LayoutTestHelper.xcconfig */,
+ A1B89B93221E025B00EB4CEA /* SDKVariant.xcconfig */,
BCB283DE0CFA7C20007E533E /* TestNetscapePlugIn.xcconfig */,
);
name = Configurations;
Modified: trunk/Tools/ImageDiff/ImageDiff.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Tools/ImageDiff/ImageDiff.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Tools/ImageDiff/ImageDiff.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -33,6 +33,7 @@
7A41C8F11EC1F919003DBC76 /* ImageDiff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ImageDiff.cpp; sourceTree = "<group>"; };
7A41C8F31EC1F935003DBC76 /* PlatformImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlatformImage.cpp; sourceTree = "<group>"; };
7A41C8F51EC1F946003DBC76 /* PlatformImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlatformImage.h; sourceTree = "<group>"; };
+ A1B89B9A221E02AD00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -72,6 +73,7 @@
31DF42C41EBBBBB90096ED44 /* Base.xcconfig */,
31DF42C51EBBBBB90096ED44 /* DebugRelease.xcconfig */,
31DF42C61EBBBBB90096ED44 /* ImageDiff.xcconfig */,
+ A1B89B9A221E02AD00EB4CEA /* SDKVariant.xcconfig */,
);
name = Configurations;
path = cg/Configurations;
Modified: trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -42,6 +42,7 @@
7CA379401AC381C10079DC37 /* ExtensionManagerWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExtensionManagerWindowController.m; path = mac/ExtensionManagerWindowController.m; sourceTree = "<group>"; };
7CA379411AC381C10079DC37 /* ExtensionManagerWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = ExtensionManagerWindowController.xib; path = mac/ExtensionManagerWindowController.xib; sourceTree = "<group>"; };
8D1107320486CEB800E47090 /* MiniBrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MiniBrowser.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ A1B89B95221E027A00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
BC329486116A92E2008635D0 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = mac/main.m; sourceTree = "<group>"; };
BC329496116A941B008635D0 /* WK2BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WK2BrowserWindowController.h; path = mac/WK2BrowserWindowController.h; sourceTree = "<group>"; };
BC329497116A941B008635D0 /* WK2BrowserWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WK2BrowserWindowController.m; path = mac/WK2BrowserWindowController.m; sourceTree = "<group>"; };
@@ -145,6 +146,7 @@
BCA8CBDD11E578A000812FB7 /* Base.xcconfig */,
BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */,
BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */,
+ A1B89B95221E027A00EB4CEA /* SDKVariant.xcconfig */,
);
path = Configurations;
sourceTree = "<group>";
Modified: trunk/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -63,6 +63,7 @@
/* Begin PBXFileReference section */
3F0B439A1D908D0C00D186B5 /* looping2s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = looping2s.html; path = Resources/looping2s.html; sourceTree = "<group>"; };
3F0B439C1D908DE700D186B5 /* test2s.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; name = test2s.mp4; path = Resources/test2s.mp4; sourceTree = "<group>"; };
+ A1B89B97221E028700EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = SDKVariant.xcconfig; path = Configurations/SDKVariant.xcconfig; sourceTree = "<group>"; };
CD1DAF921D709E3600017CF0 /* MobileMiniBrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MobileMiniBrowser.app; sourceTree = BUILT_PRODUCTS_DIR; };
CD1DAF961D709E3600017CF0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
CD1DAF981D709E3600017CF0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
@@ -192,6 +193,7 @@
CD4DEEE21D78C6FF00625986 /* Base.xcconfig */,
CD4DEEE31D78C6FF00625986 /* DebugRelease.xcconfig */,
CD4DEEE41D78C6FF00625986 /* MobileMiniBrowser.xcconfig */,
+ A1B89B97221E028700EB4CEA /* SDKVariant.xcconfig */,
);
name = Configurations;
sourceTree = "<group>";
Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -1946,6 +1946,7 @@
A180C0F91EE67DF000468F47 /* RunOpenPanel.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = RunOpenPanel.mm; sourceTree = "<group>"; };
A18AA8CC1C3FA218009B2B97 /* ContentFiltering.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContentFiltering.h; sourceTree = "<group>"; };
A1A4FE5D18DD3DB700B5EA8A /* Download.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Download.mm; sourceTree = "<group>"; };
+ A1B89B99221E029F00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
A1C4FB6C1BACCE50003742D0 /* QuickLook.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = QuickLook.mm; sourceTree = "<group>"; };
A1C4FB721BACD1B7003742D0 /* pages.pages */ = {isa = PBXFileReference; lastKnownFileType = file; name = pages.pages; path = ios/pages.pages; sourceTree = SOURCE_ROOT; };
A1DF74301C41B65800A2F4D0 /* AlwaysRevalidatedURLSchemes.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AlwaysRevalidatedURLSchemes.mm; sourceTree = "<group>"; };
@@ -3070,6 +3071,7 @@
BC90957F12554CF900083756 /* DebugRelease.xcconfig */,
CD773F711C5057DB0002257C /* FeatureDefines.xcconfig */,
BC575AE2126E88B1006F0F12 /* InjectedBundle.xcconfig */,
+ A1B89B99221E029F00EB4CEA /* SDKVariant.xcconfig */,
5735F0251F3A4EA6000EE801 /* TestWebKitAPI-iOS.entitlements */,
BC90958012554CF900083756 /* TestWebKitAPI.xcconfig */,
7CCE7EA31A4115CB00447C4C /* TestWebKitAPILibrary.xcconfig */,
Modified: trunk/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj (241840 => 241841)
--- trunk/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj 2019-02-20 22:28:13 UTC (rev 241840)
+++ trunk/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj 2019-02-20 22:37:28 UTC (rev 241841)
@@ -343,6 +343,7 @@
A18510271B9ADE4800744AEB /* libWebKitTestRunner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libWebKitTestRunner.a; sourceTree = BUILT_PRODUCTS_DIR; };
A18510381B9ADF2200744AEB /* WebKitTestRunner.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WebKitTestRunner.xcconfig; sourceTree = "<group>"; };
A18510391B9ADFF800744AEB /* WebKitTestRunnerApp.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WebKitTestRunnerApp.xcconfig; sourceTree = "<group>"; };
+ A1B89B94221E026B00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; };
BC14E4D8120E02D000826C0C /* GCController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCController.h; sourceTree = "<group>"; };
BC14E4D9120E02D000826C0C /* GCController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GCController.cpp; sourceTree = "<group>"; };
BC14E4E1120E032000826C0C /* GCController.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GCController.idl; sourceTree = "<group>"; };
@@ -793,6 +794,7 @@
0F2109C7189C650D00F879A3 /* BaseTarget.xcconfig */,
BC793427118F7DAF005EA8E2 /* DebugRelease.xcconfig */,
BC25197111D15E61002EBC01 /* InjectedBundle.xcconfig */,
+ A1B89B94221E026B00EB4CEA /* SDKVariant.xcconfig */,
A18510381B9ADF2200744AEB /* WebKitTestRunner.xcconfig */,
9B0D132E2036D346008FC8FB /* WebKitTestRunnerApp-iOS.entitlements */,
311183AA212B1AC70077BCE0 /* WebKitTestRunnerApp-watchOS.entitlements */,