Title: [286394] branches/safari-612-branch
Revision
286394
Author
repst...@apple.com
Date
2021-12-01 16:17:56 -0800 (Wed, 01 Dec 2021)

Log Message

Cherry-pick r285569. rdar://problem/83070565

    Enable dialog tests on Windows
    https://bugs.webkit.org/show_bug.cgi?id=232911

    Reviewed by Youenn Fablet.

    The runtime flag sometimes seems to be off for Windows, change the member in
    RuntimeEnabledFeatures.h and re-enable tests.

    Source/WebCore:

    * page/RuntimeEnabledFeatures.h:

    LayoutTests:

    * platform/win/TestExpectations:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285569 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612-branch/LayoutTests/ChangeLog (286393 => 286394)


--- branches/safari-612-branch/LayoutTests/ChangeLog	2021-12-02 00:17:51 UTC (rev 286393)
+++ branches/safari-612-branch/LayoutTests/ChangeLog	2021-12-02 00:17:56 UTC (rev 286394)
@@ -1,3 +1,37 @@
+2021-12-01  Alan Coon  <alanc...@apple.com>
+
+        Cherry-pick r285569. rdar://problem/83070565
+
+    Enable dialog tests on Windows
+    https://bugs.webkit.org/show_bug.cgi?id=232911
+    
+    Reviewed by Youenn Fablet.
+    
+    The runtime flag sometimes seems to be off for Windows, change the member in
+    RuntimeEnabledFeatures.h and re-enable tests.
+    
+    Source/WebCore:
+    
+    * page/RuntimeEnabledFeatures.h:
+    
+    LayoutTests:
+    
+    * platform/win/TestExpectations:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285569 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-11-10  Tim Nguyen  <n...@apple.com>
+
+            Enable dialog tests on Windows
+            https://bugs.webkit.org/show_bug.cgi?id=232911
+
+            Reviewed by Youenn Fablet.
+
+            The runtime flag sometimes seems to be off for Windows, change the member in
+            RuntimeEnabledFeatures.h and re-enable tests.
+
+            * platform/win/TestExpectations:
+
 2021-11-16  Russell Epstein  <repst...@apple.com>
 
         Cherry-pick r285823. rdar://problem/85236459

Modified: branches/safari-612-branch/Source/WebCore/ChangeLog (286393 => 286394)


--- branches/safari-612-branch/Source/WebCore/ChangeLog	2021-12-02 00:17:51 UTC (rev 286393)
+++ branches/safari-612-branch/Source/WebCore/ChangeLog	2021-12-02 00:17:56 UTC (rev 286394)
@@ -1,3 +1,37 @@
+2021-12-01  Alan Coon  <alanc...@apple.com>
+
+        Cherry-pick r285569. rdar://problem/83070565
+
+    Enable dialog tests on Windows
+    https://bugs.webkit.org/show_bug.cgi?id=232911
+    
+    Reviewed by Youenn Fablet.
+    
+    The runtime flag sometimes seems to be off for Windows, change the member in
+    RuntimeEnabledFeatures.h and re-enable tests.
+    
+    Source/WebCore:
+    
+    * page/RuntimeEnabledFeatures.h:
+    
+    LayoutTests:
+    
+    * platform/win/TestExpectations:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285569 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-11-10  Tim Nguyen  <n...@apple.com>
+
+            Enable dialog tests on Windows
+            https://bugs.webkit.org/show_bug.cgi?id=232911
+
+            Reviewed by Youenn Fablet.
+
+            The runtime flag sometimes seems to be off for Windows, change the member in
+            RuntimeEnabledFeatures.h and re-enable tests.
+
+            * page/RuntimeEnabledFeatures.h:
+
 2021-11-16  Russell Epstein  <repst...@apple.com>
 
         Cherry-pick r285823. rdar://problem/85236459

Modified: branches/safari-612-branch/Source/WebCore/page/RuntimeEnabledFeatures.h (286393 => 286394)


--- branches/safari-612-branch/Source/WebCore/page/RuntimeEnabledFeatures.h	2021-12-02 00:17:51 UTC (rev 286393)
+++ branches/safari-612-branch/Source/WebCore/page/RuntimeEnabledFeatures.h	2021-12-02 00:17:56 UTC (rev 286394)
@@ -290,7 +290,7 @@
     bool m_attrStyleEnabled { false };
     bool m_webAPIStatisticsEnabled { false };
     bool m_syntheticEditingCommandsEnabled { true };
-    bool m_dialogElementEnabled { false };
+    bool m_dialogElementEnabled { true };
     bool m_webSQLEnabled { false };
     bool m_keygenElementEnabled { false };
     bool m_pageAtRuleSupportEnabled { false };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to