Title: [267562] trunk
Revision
267562
Author
[email protected]
Date
2020-09-25 04:24:26 -0700 (Fri, 25 Sep 2020)

Log Message

[LFC][Integration] Enable on Apple Windows port
https://bugs.webkit.org/show_bug.cgi?id=216928
<rdar://problem/69505961>

Reviewed by Zalan Bujtas.

.:

* Source/cmake/OptionsWin.cmake:

Source/WTF:

* wtf/PlatformEnableWinApple.h:

LayoutTests:

* platform/win/TestExpectations:

Modified Paths

Diff

Modified: trunk/ChangeLog (267561 => 267562)


--- trunk/ChangeLog	2020-09-25 08:57:44 UTC (rev 267561)
+++ trunk/ChangeLog	2020-09-25 11:24:26 UTC (rev 267562)
@@ -1,3 +1,13 @@
+2020-09-25  Antti Koivisto  <[email protected]>
+
+        [LFC][Integration] Enable on Apple Windows port
+        https://bugs.webkit.org/show_bug.cgi?id=216928
+        <rdar://problem/69505961>
+
+        Reviewed by Zalan Bujtas.
+
+        * Source/cmake/OptionsWin.cmake:
+
 2020-09-23  Fujii Hironori  <[email protected]>
 
         Remove ENABLE_SVG_FONTS macro

Modified: trunk/LayoutTests/ChangeLog (267561 => 267562)


--- trunk/LayoutTests/ChangeLog	2020-09-25 08:57:44 UTC (rev 267561)
+++ trunk/LayoutTests/ChangeLog	2020-09-25 11:24:26 UTC (rev 267562)
@@ -1,3 +1,13 @@
+2020-09-25  Antti Koivisto  <[email protected]>
+
+        [LFC][Integration] Enable on Apple Windows port
+        https://bugs.webkit.org/show_bug.cgi?id=216928
+        <rdar://problem/69505961>
+
+        Reviewed by Zalan Bujtas.
+
+        * platform/win/TestExpectations:
+
 2020-09-24  Diego Pino Garcia  <[email protected]>
 
         [GLIB] Unreviewed test gardening. Several WPT's MathML tests are crashing in GTK/WPE Debug.

Modified: trunk/LayoutTests/platform/win/TestExpectations (267561 => 267562)


--- trunk/LayoutTests/platform/win/TestExpectations	2020-09-25 08:57:44 UTC (rev 267561)
+++ trunk/LayoutTests/platform/win/TestExpectations	2020-09-25 11:24:26 UTC (rev 267562)
@@ -4573,3 +4573,5 @@
 
 # This test is basically passing, but off by a pixel or two. Not sure this is important enough to track with a bug.
 webanimations/accelerated-css-animation-with-easing.html [ Pass ImageOnlyFailure ]
+
+webkit.org/b/216967 fast/text/whitespace/pre-wrap-long-word-simple-lines.html [ Pass ImageOnlyFailure ]

Modified: trunk/Source/WTF/ChangeLog (267561 => 267562)


--- trunk/Source/WTF/ChangeLog	2020-09-25 08:57:44 UTC (rev 267561)
+++ trunk/Source/WTF/ChangeLog	2020-09-25 11:24:26 UTC (rev 267562)
@@ -1,3 +1,13 @@
+2020-09-25  Antti Koivisto  <[email protected]>
+
+        [LFC][Integration] Enable on Apple Windows port
+        https://bugs.webkit.org/show_bug.cgi?id=216928
+        <rdar://problem/69505961>
+
+        Reviewed by Zalan Bujtas.
+
+        * wtf/PlatformEnableWinApple.h:
+
 2020-09-24  Keith Miller  <[email protected]>
 
         CSS angle unit conversions should consistently use the same associativity

Modified: trunk/Source/WTF/wtf/PlatformEnableWinApple.h (267561 => 267562)


--- trunk/Source/WTF/wtf/PlatformEnableWinApple.h	2020-09-25 08:57:44 UTC (rev 267561)
+++ trunk/Source/WTF/wtf/PlatformEnableWinApple.h	2020-09-25 11:24:26 UTC (rev 267562)
@@ -54,7 +54,3 @@
 #if !defined(ENABLE_GEOLOCATION)
 #define ENABLE_GEOLOCATION 1
 #endif
-
-#if !defined(ENABLE_LAYOUT_FORMATTING_CONTEXT)
-#define ENABLE_LAYOUT_FORMATTING_CONTEXT 1
-#endif

Modified: trunk/Source/cmake/OptionsWin.cmake (267561 => 267562)


--- trunk/Source/cmake/OptionsWin.cmake	2020-09-25 08:57:44 UTC (rev 267561)
+++ trunk/Source/cmake/OptionsWin.cmake	2020-09-25 11:24:26 UTC (rev 267562)
@@ -98,6 +98,7 @@
     WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_USER_MESSAGE_HANDLERS PRIVATE OFF)
     WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEBGL PUBLIC OFF)
     WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_CRYPTO PRIVATE OFF)
+    WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_LAYOUT_FORMATTING_CONTEXT PRIVATE ON)
 
     WEBKIT_OPTION_DEFAULT_PORT_VALUE(USE_VERSION_STAMPER PRIVATE ON)
 endif ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to