Title: [286443] branches/safari-612-branch

Diff

Modified: branches/safari-612-branch/LayoutTests/ChangeLog (286442 => 286443)


--- branches/safari-612-branch/LayoutTests/ChangeLog	2021-12-02 19:54:12 UTC (rev 286442)
+++ branches/safari-612-branch/LayoutTests/ChangeLog	2021-12-02 19:54:16 UTC (rev 286443)
@@ -1,5 +1,9 @@
 2021-12-02  Alan Coon  <[email protected]>
 
+        Revert r286394. rdar://problem/83070565
+
+2021-12-02  Alan Coon  <[email protected]>
+
         Revert r286395. rdar://problem/83070565
 
 2021-12-01  Alan Coon  <[email protected]>

Modified: branches/safari-612-branch/Source/WebCore/ChangeLog (286442 => 286443)


--- branches/safari-612-branch/Source/WebCore/ChangeLog	2021-12-02 19:54:12 UTC (rev 286442)
+++ branches/safari-612-branch/Source/WebCore/ChangeLog	2021-12-02 19:54:16 UTC (rev 286443)
@@ -1,5 +1,9 @@
 2021-12-02  Alan Coon  <[email protected]>
 
+        Revert r286394. rdar://problem/83070565
+
+2021-12-02  Alan Coon  <[email protected]>
+
         Revert r286395. rdar://problem/83070565
 
 2021-12-01  Alan Coon  <[email protected]>

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


--- branches/safari-612-branch/Source/WebCore/page/RuntimeEnabledFeatures.h	2021-12-02 19:54:12 UTC (rev 286442)
+++ branches/safari-612-branch/Source/WebCore/page/RuntimeEnabledFeatures.h	2021-12-02 19:54:16 UTC (rev 286443)
@@ -290,7 +290,7 @@
     bool m_attrStyleEnabled { false };
     bool m_webAPIStatisticsEnabled { false };
     bool m_syntheticEditingCommandsEnabled { true };
-    bool m_dialogElementEnabled { true };
+    bool m_dialogElementEnabled { false };
     bool m_webSQLEnabled { false };
     bool m_keygenElementEnabled { false };
     bool m_pageAtRuleSupportEnabled { false };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to