Title: [288179] trunk/Source/WTF
Revision
288179
Author
[email protected]
Date
2022-01-18 19:29:54 -0800 (Tue, 18 Jan 2022)

Log Message

Enable form.requestSubmit()
https://bugs.webkit.org/show_bug.cgi?id=235342

Reviewed by Darin Adler.

Enable form.requestSubmit(). This was fully implemented via Bug 197958 and it passes the WPT tests but
we never actually enabled it.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (288178 => 288179)


--- trunk/Source/WTF/ChangeLog	2022-01-19 03:11:03 UTC (rev 288178)
+++ trunk/Source/WTF/ChangeLog	2022-01-19 03:29:54 UTC (rev 288179)
@@ -1,3 +1,15 @@
+2022-01-18  Chris Dumez  <[email protected]>
+
+        Enable form.requestSubmit()
+        https://bugs.webkit.org/show_bug.cgi?id=235342
+
+        Reviewed by Darin Adler.
+
+        Enable form.requestSubmit(). This was fully implemented via Bug 197958 and it passes the WPT tests but
+        we never actually enabled it.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2022-01-18  Don Olmstead  <[email protected]>
 
         Replace all uses of HAVE_ACCESSIBILITY with ENABLE_ACCESSIBILITY

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (288178 => 288179)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-01-19 03:11:03 UTC (rev 288178)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-01-19 03:29:54 UTC (rev 288179)
@@ -1183,11 +1183,11 @@
   humanReadableDescription: "Form requestSubmit method"
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 RequestVideoFrameCallbackEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to