Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (238596 => 238597)
--- trunk/Source/_javascript_Core/ChangeLog 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Source/_javascript_Core/ChangeLog 2018-11-28 02:10:50 UTC (rev 238597)
@@ -1,3 +1,13 @@
+2018-11-27 Mark Lam <[email protected]>
+
+ ENABLE_FAST_JIT_PERMISSIONS should be false for iosmac.
+ https://bugs.webkit.org/show_bug.cgi?id=192055
+ <rdar://problem/46288783>
+
+ Reviewed by Saam Barati.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2018-11-27 Saam barati <[email protected]>
r238510 broke scopes of size zero
Modified: trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (238596 => 238597)
--- trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2018-11-28 02:10:50 UTC (rev 238597)
@@ -155,7 +155,7 @@
ENABLE_FAST_JIT_PERMISSIONS = $(ENABLE_FAST_JIT_PERMISSIONS_$(WK_PLATFORM_NAME));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos[arch=arm64*] = $(ENABLE_FAST_JIT_PERMISSIONS_iphoneos_$(USE_INTERNAL_SDK));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos_YES = ENABLE_FAST_JIT_PERMISSIONS;
-ENABLE_FAST_JIT_PERMISSIONS_iosmac = ENABLE_FAST_JIT_PERMISSIONS;
+ENABLE_FAST_JIT_PERMISSIONS_iosmac = ;
ENABLE_FILTERS_LEVEL_2 = ENABLE_FILTERS_LEVEL_2;
Modified: trunk/Source/WebCore/ChangeLog (238596 => 238597)
--- trunk/Source/WebCore/ChangeLog 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Source/WebCore/ChangeLog 2018-11-28 02:10:50 UTC (rev 238597)
@@ -1,3 +1,15 @@
+2018-11-27 Mark Lam <[email protected]>
+
+ ENABLE_FAST_JIT_PERMISSIONS should be false for iosmac.
+ https://bugs.webkit.org/show_bug.cgi?id=192055
+ <rdar://problem/46288783>
+
+ Reviewed by Saam Barati.
+
+ No new tests needed. Removing an invalid configuration that is not used in WebCore.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2018-11-27 Jiewen Tan <[email protected]>
Remove kCCNotVerified
Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (238596 => 238597)
--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig 2018-11-28 02:10:50 UTC (rev 238597)
@@ -155,7 +155,7 @@
ENABLE_FAST_JIT_PERMISSIONS = $(ENABLE_FAST_JIT_PERMISSIONS_$(WK_PLATFORM_NAME));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos[arch=arm64*] = $(ENABLE_FAST_JIT_PERMISSIONS_iphoneos_$(USE_INTERNAL_SDK));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos_YES = ENABLE_FAST_JIT_PERMISSIONS;
-ENABLE_FAST_JIT_PERMISSIONS_iosmac = ENABLE_FAST_JIT_PERMISSIONS;
+ENABLE_FAST_JIT_PERMISSIONS_iosmac = ;
ENABLE_FILTERS_LEVEL_2 = ENABLE_FILTERS_LEVEL_2;
Modified: trunk/Source/WebCore/PAL/ChangeLog (238596 => 238597)
--- trunk/Source/WebCore/PAL/ChangeLog 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Source/WebCore/PAL/ChangeLog 2018-11-28 02:10:50 UTC (rev 238597)
@@ -1,3 +1,13 @@
+2018-11-27 Mark Lam <[email protected]>
+
+ ENABLE_FAST_JIT_PERMISSIONS should be false for iosmac.
+ https://bugs.webkit.org/show_bug.cgi?id=192055
+ <rdar://problem/46288783>
+
+ Reviewed by Saam Barati.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2018-11-27 Alexey Proskuryakov <[email protected]>
Modernize the check for async _saveCookies existence
Modified: trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig (238596 => 238597)
--- trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig 2018-11-28 02:10:50 UTC (rev 238597)
@@ -155,7 +155,7 @@
ENABLE_FAST_JIT_PERMISSIONS = $(ENABLE_FAST_JIT_PERMISSIONS_$(WK_PLATFORM_NAME));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos[arch=arm64*] = $(ENABLE_FAST_JIT_PERMISSIONS_iphoneos_$(USE_INTERNAL_SDK));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos_YES = ENABLE_FAST_JIT_PERMISSIONS;
-ENABLE_FAST_JIT_PERMISSIONS_iosmac = ENABLE_FAST_JIT_PERMISSIONS;
+ENABLE_FAST_JIT_PERMISSIONS_iosmac = ;
ENABLE_FILTERS_LEVEL_2 = ENABLE_FILTERS_LEVEL_2;
Modified: trunk/Source/WebKit/ChangeLog (238596 => 238597)
--- trunk/Source/WebKit/ChangeLog 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Source/WebKit/ChangeLog 2018-11-28 02:10:50 UTC (rev 238597)
@@ -1,3 +1,13 @@
+2018-11-27 Mark Lam <[email protected]>
+
+ ENABLE_FAST_JIT_PERMISSIONS should be false for iosmac.
+ https://bugs.webkit.org/show_bug.cgi?id=192055
+ <rdar://problem/46288783>
+
+ Reviewed by Saam Barati.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2018-11-27 Alex Christensen <[email protected]>
Make synchronous IPC introduced in r237267 asynchronous
Modified: trunk/Source/WebKit/Configurations/FeatureDefines.xcconfig (238596 => 238597)
--- trunk/Source/WebKit/Configurations/FeatureDefines.xcconfig 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Source/WebKit/Configurations/FeatureDefines.xcconfig 2018-11-28 02:10:50 UTC (rev 238597)
@@ -155,7 +155,7 @@
ENABLE_FAST_JIT_PERMISSIONS = $(ENABLE_FAST_JIT_PERMISSIONS_$(WK_PLATFORM_NAME));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos[arch=arm64*] = $(ENABLE_FAST_JIT_PERMISSIONS_iphoneos_$(USE_INTERNAL_SDK));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos_YES = ENABLE_FAST_JIT_PERMISSIONS;
-ENABLE_FAST_JIT_PERMISSIONS_iosmac = ENABLE_FAST_JIT_PERMISSIONS;
+ENABLE_FAST_JIT_PERMISSIONS_iosmac = ;
ENABLE_FILTERS_LEVEL_2 = ENABLE_FILTERS_LEVEL_2;
Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (238596 => 238597)
--- trunk/Source/WebKitLegacy/mac/ChangeLog 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog 2018-11-28 02:10:50 UTC (rev 238597)
@@ -1,3 +1,13 @@
+2018-11-27 Mark Lam <[email protected]>
+
+ ENABLE_FAST_JIT_PERMISSIONS should be false for iosmac.
+ https://bugs.webkit.org/show_bug.cgi?id=192055
+ <rdar://problem/46288783>
+
+ Reviewed by Saam Barati.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2018-11-25 Tim Horton <[email protected]>
Make it possible to insert editable images with a gesture
Modified: trunk/Source/WebKitLegacy/mac/Configurations/FeatureDefines.xcconfig (238596 => 238597)
--- trunk/Source/WebKitLegacy/mac/Configurations/FeatureDefines.xcconfig 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Source/WebKitLegacy/mac/Configurations/FeatureDefines.xcconfig 2018-11-28 02:10:50 UTC (rev 238597)
@@ -155,7 +155,7 @@
ENABLE_FAST_JIT_PERMISSIONS = $(ENABLE_FAST_JIT_PERMISSIONS_$(WK_PLATFORM_NAME));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos[arch=arm64*] = $(ENABLE_FAST_JIT_PERMISSIONS_iphoneos_$(USE_INTERNAL_SDK));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos_YES = ENABLE_FAST_JIT_PERMISSIONS;
-ENABLE_FAST_JIT_PERMISSIONS_iosmac = ENABLE_FAST_JIT_PERMISSIONS;
+ENABLE_FAST_JIT_PERMISSIONS_iosmac = ;
ENABLE_FILTERS_LEVEL_2 = ENABLE_FILTERS_LEVEL_2;
Modified: trunk/Tools/ChangeLog (238596 => 238597)
--- trunk/Tools/ChangeLog 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Tools/ChangeLog 2018-11-28 02:10:50 UTC (rev 238597)
@@ -1,3 +1,13 @@
+2018-11-27 Mark Lam <[email protected]>
+
+ ENABLE_FAST_JIT_PERMISSIONS should be false for iosmac.
+ https://bugs.webkit.org/show_bug.cgi?id=192055
+ <rdar://problem/46288783>
+
+ Reviewed by Saam Barati.
+
+ * TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
+
2018-11-27 Alex Christensen <[email protected]>
Make synchronous IPC introduced in r237267 asynchronous
Modified: trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig (238596 => 238597)
--- trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig 2018-11-28 02:03:20 UTC (rev 238596)
+++ trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig 2018-11-28 02:10:50 UTC (rev 238597)
@@ -155,7 +155,7 @@
ENABLE_FAST_JIT_PERMISSIONS = $(ENABLE_FAST_JIT_PERMISSIONS_$(WK_PLATFORM_NAME));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos[arch=arm64*] = $(ENABLE_FAST_JIT_PERMISSIONS_iphoneos_$(USE_INTERNAL_SDK));
ENABLE_FAST_JIT_PERMISSIONS_iphoneos_YES = ENABLE_FAST_JIT_PERMISSIONS;
-ENABLE_FAST_JIT_PERMISSIONS_iosmac = ENABLE_FAST_JIT_PERMISSIONS;
+ENABLE_FAST_JIT_PERMISSIONS_iosmac = ;
ENABLE_FILTERS_LEVEL_2 = ENABLE_FILTERS_LEVEL_2;