Title: [230811] trunk/Source/WTF
Revision
230811
Author
pvol...@apple.com
Date
2018-04-19 11:25:36 -0700 (Thu, 19 Apr 2018)

Log Message

Unreviewed, rolling out r230677.

Introduced Netflix problems.

Reverted changeset:

"Deactivate the WindowServer connection for the WebContent process."
https://bugs.webkit.org/show_bug.cgi?id=184451
https://trac.webkit.org/changeset/230677

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (230810 => 230811)


--- trunk/Source/WTF/ChangeLog	2018-04-19 17:54:35 UTC (rev 230810)
+++ trunk/Source/WTF/ChangeLog	2018-04-19 18:25:36 UTC (rev 230811)
@@ -1,3 +1,15 @@
+2018-04-19  Per Arne Vollan  <pvol...@apple.com>
+
+        Unreviewed, rolling out r230677.
+
+        Introduced Netflix problems.
+
+        Reverted changeset:
+
+        "Deactivate the WindowServer connection for the WebContent process."
+        https://bugs.webkit.org/show_bug.cgi?id=184451
+        https://trac.webkit.org/changeset/230677
+
 2018-04-19  Nan Wang  <n_w...@apple.com>
 
         AX: AOM: respect the accessibility setting for dispatching the accessible events

Modified: trunk/Source/WTF/wtf/FeatureDefines.h (230810 => 230811)


--- trunk/Source/WTF/wtf/FeatureDefines.h	2018-04-19 17:54:35 UTC (rev 230810)
+++ trunk/Source/WTF/wtf/FeatureDefines.h	2018-04-19 18:25:36 UTC (rev 230811)
@@ -238,7 +238,7 @@
 #endif
 
 #if !defined(ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING)
-#define ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400
+#define ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING 0
 #endif
 
 #endif /* PLATFORM(MAC) */
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to