Title: [234272] trunk
Revision
234272
Author
[email protected]
Date
2018-07-26 14:11:11 -0700 (Thu, 26 Jul 2018)

Log Message

Unreviewed, rolling out r234181 and r234189.
https://bugs.webkit.org/show_bug.cgi?id=188075

These are not needed right now (Requested by thorton on
#webkit).

Reverted changesets:

"Enable Web Content Filtering on watchOS"
https://bugs.webkit.org/show_bug.cgi?id=187979
https://trac.webkit.org/changeset/234181

"HAVE(PARENTAL_CONTROLS) should be true on watchOS"
https://bugs.webkit.org/show_bug.cgi?id=187985
https://trac.webkit.org/changeset/234189

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (234271 => 234272)


--- trunk/Source/_javascript_Core/ChangeLog	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-07-26 21:11:11 UTC (rev 234272)
@@ -1,3 +1,21 @@
+2018-07-26  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r234181 and r234189.
+        https://bugs.webkit.org/show_bug.cgi?id=188075
+
+        These are not needed right now (Requested by thorton on
+        #webkit).
+
+        Reverted changesets:
+
+        "Enable Web Content Filtering on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187979
+        https://trac.webkit.org/changeset/234181
+
+        "HAVE(PARENTAL_CONTROLS) should be true on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187985
+        https://trac.webkit.org/changeset/234189
+
 2018-07-26  Mark Lam  <[email protected]>
 
         arrayProtoPrivateFuncConcatMemcpy() should handle copying from an Undecided type array.

Modified: trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (234271 => 234272)


--- trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2018-07-26 21:11:11 UTC (rev 234272)
@@ -62,8 +62,6 @@
 ENABLE_CHANNEL_MESSAGING = ENABLE_CHANNEL_MESSAGING;
 
 ENABLE_CONTENT_FILTERING = $(ENABLE_CONTENT_FILTERING_$(WK_PLATFORM_NAME));
-ENABLE_CONTENT_FILTERING_watchos = ENABLE_CONTENT_FILTERING;
-ENABLE_CONTENT_FILTERING_watchsimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphoneos = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphonesimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_macosx = ENABLE_CONTENT_FILTERING;

Modified: trunk/Source/WTF/ChangeLog (234271 => 234272)


--- trunk/Source/WTF/ChangeLog	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/WTF/ChangeLog	2018-07-26 21:11:11 UTC (rev 234272)
@@ -1,3 +1,21 @@
+2018-07-26  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r234181 and r234189.
+        https://bugs.webkit.org/show_bug.cgi?id=188075
+
+        These are not needed right now (Requested by thorton on
+        #webkit).
+
+        Reverted changesets:
+
+        "Enable Web Content Filtering on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187979
+        https://trac.webkit.org/changeset/234181
+
+        "HAVE(PARENTAL_CONTROLS) should be true on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187985
+        https://trac.webkit.org/changeset/234189
+
 2018-07-04  Darin Adler  <[email protected]>
 
         Improve WebGPU implementation, including using Metal Objective-C protocols more simply and correctly

Modified: trunk/Source/WTF/wtf/Platform.h (234271 => 234272)


--- trunk/Source/WTF/wtf/Platform.h	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/WTF/wtf/Platform.h	2018-07-26 21:11:11 UTC (rev 234272)
@@ -1044,9 +1044,6 @@
 
 #if !PLATFORM(WATCHOS) && !PLATFORM(APPLETV) && !PLATFORM(IOSMAC)
 #define ENABLE_DATA_DETECTION 1
-#endif
-
-#if !PLATFORM(APPLETV) && !PLATFORM(IOSMAC)
 #define HAVE_PARENTAL_CONTROLS 1
 #endif
 

Modified: trunk/Source/WebCore/ChangeLog (234271 => 234272)


--- trunk/Source/WebCore/ChangeLog	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/WebCore/ChangeLog	2018-07-26 21:11:11 UTC (rev 234272)
@@ -1,3 +1,21 @@
+2018-07-26  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r234181 and r234189.
+        https://bugs.webkit.org/show_bug.cgi?id=188075
+
+        These are not needed right now (Requested by thorton on
+        #webkit).
+
+        Reverted changesets:
+
+        "Enable Web Content Filtering on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187979
+        https://trac.webkit.org/changeset/234181
+
+        "HAVE(PARENTAL_CONTROLS) should be true on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187985
+        https://trac.webkit.org/changeset/234189
+
 2018-07-26  Timothy Hatcher  <[email protected]>
 
         Use the Page's appearance when converting pasteboard attributed strings.

Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (234271 => 234272)


--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2018-07-26 21:11:11 UTC (rev 234272)
@@ -62,8 +62,6 @@
 ENABLE_CHANNEL_MESSAGING = ENABLE_CHANNEL_MESSAGING;
 
 ENABLE_CONTENT_FILTERING = $(ENABLE_CONTENT_FILTERING_$(WK_PLATFORM_NAME));
-ENABLE_CONTENT_FILTERING_watchos = ENABLE_CONTENT_FILTERING;
-ENABLE_CONTENT_FILTERING_watchsimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphoneos = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphonesimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_macosx = ENABLE_CONTENT_FILTERING;

Modified: trunk/Source/WebCore/PAL/ChangeLog (234271 => 234272)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-07-26 21:11:11 UTC (rev 234272)
@@ -1,3 +1,21 @@
+2018-07-26  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r234181 and r234189.
+        https://bugs.webkit.org/show_bug.cgi?id=188075
+
+        These are not needed right now (Requested by thorton on
+        #webkit).
+
+        Reverted changesets:
+
+        "Enable Web Content Filtering on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187979
+        https://trac.webkit.org/changeset/234181
+
+        "HAVE(PARENTAL_CONTROLS) should be true on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187985
+        https://trac.webkit.org/changeset/234189
+
 2018-07-24  Tim Horton  <[email protected]>
 
         Enable Web Content Filtering on watchOS

Modified: trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig (234271 => 234272)


--- trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig	2018-07-26 21:11:11 UTC (rev 234272)
@@ -62,8 +62,6 @@
 ENABLE_CHANNEL_MESSAGING = ENABLE_CHANNEL_MESSAGING;
 
 ENABLE_CONTENT_FILTERING = $(ENABLE_CONTENT_FILTERING_$(WK_PLATFORM_NAME));
-ENABLE_CONTENT_FILTERING_watchos = ENABLE_CONTENT_FILTERING;
-ENABLE_CONTENT_FILTERING_watchsimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphoneos = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphonesimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_macosx = ENABLE_CONTENT_FILTERING;

Modified: trunk/Source/WebKit/ChangeLog (234271 => 234272)


--- trunk/Source/WebKit/ChangeLog	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/WebKit/ChangeLog	2018-07-26 21:11:11 UTC (rev 234272)
@@ -1,3 +1,21 @@
+2018-07-26  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r234181 and r234189.
+        https://bugs.webkit.org/show_bug.cgi?id=188075
+
+        These are not needed right now (Requested by thorton on
+        #webkit).
+
+        Reverted changesets:
+
+        "Enable Web Content Filtering on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187979
+        https://trac.webkit.org/changeset/234181
+
+        "HAVE(PARENTAL_CONTROLS) should be true on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187985
+        https://trac.webkit.org/changeset/234189
+
 2018-07-26  Chris Dumez  <[email protected]>
 
         ERROR: Unhandled web process message 'WebPage:SetUseDarkAppearance' when browsing in dark mode

Modified: trunk/Source/WebKit/Configurations/FeatureDefines.xcconfig (234271 => 234272)


--- trunk/Source/WebKit/Configurations/FeatureDefines.xcconfig	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/WebKit/Configurations/FeatureDefines.xcconfig	2018-07-26 21:11:11 UTC (rev 234272)
@@ -62,8 +62,6 @@
 ENABLE_CHANNEL_MESSAGING = ENABLE_CHANNEL_MESSAGING;
 
 ENABLE_CONTENT_FILTERING = $(ENABLE_CONTENT_FILTERING_$(WK_PLATFORM_NAME));
-ENABLE_CONTENT_FILTERING_watchos = ENABLE_CONTENT_FILTERING;
-ENABLE_CONTENT_FILTERING_watchsimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphoneos = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphonesimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_macosx = ENABLE_CONTENT_FILTERING;

Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (234271 => 234272)


--- trunk/Source/WebKitLegacy/mac/ChangeLog	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog	2018-07-26 21:11:11 UTC (rev 234272)
@@ -1,3 +1,21 @@
+2018-07-26  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r234181 and r234189.
+        https://bugs.webkit.org/show_bug.cgi?id=188075
+
+        These are not needed right now (Requested by thorton on
+        #webkit).
+
+        Reverted changesets:
+
+        "Enable Web Content Filtering on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187979
+        https://trac.webkit.org/changeset/234181
+
+        "HAVE(PARENTAL_CONTROLS) should be true on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187985
+        https://trac.webkit.org/changeset/234189
+
 2018-07-26  Timothy Hatcher  <[email protected]>
 
         Use the Page's appearance when converting pasteboard attributed strings.

Modified: trunk/Source/WebKitLegacy/mac/Configurations/FeatureDefines.xcconfig (234271 => 234272)


--- trunk/Source/WebKitLegacy/mac/Configurations/FeatureDefines.xcconfig	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Source/WebKitLegacy/mac/Configurations/FeatureDefines.xcconfig	2018-07-26 21:11:11 UTC (rev 234272)
@@ -62,8 +62,6 @@
 ENABLE_CHANNEL_MESSAGING = ENABLE_CHANNEL_MESSAGING;
 
 ENABLE_CONTENT_FILTERING = $(ENABLE_CONTENT_FILTERING_$(WK_PLATFORM_NAME));
-ENABLE_CONTENT_FILTERING_watchos = ENABLE_CONTENT_FILTERING;
-ENABLE_CONTENT_FILTERING_watchsimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphoneos = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphonesimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_macosx = ENABLE_CONTENT_FILTERING;

Modified: trunk/Tools/ChangeLog (234271 => 234272)


--- trunk/Tools/ChangeLog	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Tools/ChangeLog	2018-07-26 21:11:11 UTC (rev 234272)
@@ -1,3 +1,21 @@
+2018-07-26  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r234181 and r234189.
+        https://bugs.webkit.org/show_bug.cgi?id=188075
+
+        These are not needed right now (Requested by thorton on
+        #webkit).
+
+        Reverted changesets:
+
+        "Enable Web Content Filtering on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187979
+        https://trac.webkit.org/changeset/234181
+
+        "HAVE(PARENTAL_CONTROLS) should be true on watchOS"
+        https://bugs.webkit.org/show_bug.cgi?id=187985
+        https://trac.webkit.org/changeset/234189
+
 2018-07-04  Darin Adler  <[email protected]>
 
         Improve WebGPU implementation, including using Metal Objective-C protocols more simply and correctly

Modified: trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig (234271 => 234272)


--- trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig	2018-07-26 21:05:08 UTC (rev 234271)
+++ trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig	2018-07-26 21:11:11 UTC (rev 234272)
@@ -62,8 +62,6 @@
 ENABLE_CHANNEL_MESSAGING = ENABLE_CHANNEL_MESSAGING;
 
 ENABLE_CONTENT_FILTERING = $(ENABLE_CONTENT_FILTERING_$(WK_PLATFORM_NAME));
-ENABLE_CONTENT_FILTERING_watchos = ENABLE_CONTENT_FILTERING;
-ENABLE_CONTENT_FILTERING_watchsimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphoneos = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_iphonesimulator = ENABLE_CONTENT_FILTERING;
 ENABLE_CONTENT_FILTERING_macosx = ENABLE_CONTENT_FILTERING;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to