Title: [241549] trunk
Revision
241549
Author
cfleiz...@apple.com
Date
2019-02-14 09:27:19 -0800 (Thu, 14 Feb 2019)

Log Message

AX: ARIA Reflection was disabled in error
https://bugs.webkit.org/show_bug.cgi?id=194647
<rdar://problem/48068336>

Reviewed by Ryosuke Niwa.

Source/WebKit:

* Shared/WebPreferences.yaml:

Tools:

Remove test override now that this feature should be enabled by default.

* WebKitTestRunner/TestController.cpp:
(WTR::TestController::resetPreferencesToConsistentValues):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (241548 => 241549)


--- trunk/Source/WebKit/ChangeLog	2019-02-14 17:10:13 UTC (rev 241548)
+++ trunk/Source/WebKit/ChangeLog	2019-02-14 17:27:19 UTC (rev 241549)
@@ -1,3 +1,13 @@
+2019-02-14  Chris Fleizach  <cfleiz...@apple.com>
+
+        AX: ARIA Reflection was disabled in error
+        https://bugs.webkit.org/show_bug.cgi?id=194647
+        <rdar://problem/48068336>
+
+        Reviewed by Ryosuke Niwa.
+
+        * Shared/WebPreferences.yaml:
+
 2019-02-14  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r241486.

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (241548 => 241549)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-02-14 17:10:13 UTC (rev 241548)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-02-14 17:27:19 UTC (rev 241549)
@@ -1435,7 +1435,7 @@
 
 AriaReflectionEnabled:
   type: bool
-  defaultValue: false
+  defaultValue: true
   humanReadableName: "ARIA Reflection"
   humanReadableDescription: "ARIA Reflection support"
   category: internal

Modified: trunk/Tools/ChangeLog (241548 => 241549)


--- trunk/Tools/ChangeLog	2019-02-14 17:10:13 UTC (rev 241548)
+++ trunk/Tools/ChangeLog	2019-02-14 17:27:19 UTC (rev 241549)
@@ -1,3 +1,16 @@
+2019-02-14  Chris Fleizach  <cfleiz...@apple.com>
+
+        AX: ARIA Reflection was disabled in error
+        https://bugs.webkit.org/show_bug.cgi?id=194647
+        <rdar://problem/48068336>
+
+        Reviewed by Ryosuke Niwa.
+
+        Remove test override now that this feature should be enabled by default.
+
+        * WebKitTestRunner/TestController.cpp:
+        (WTR::TestController::resetPreferencesToConsistentValues):
+
 2019-02-14  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r241486.

Modified: trunk/Tools/WebKitTestRunner/TestController.cpp (241548 => 241549)


--- trunk/Tools/WebKitTestRunner/TestController.cpp	2019-02-14 17:10:13 UTC (rev 241548)
+++ trunk/Tools/WebKitTestRunner/TestController.cpp	2019-02-14 17:27:19 UTC (rev 241549)
@@ -827,7 +827,6 @@
     WKPreferencesSetStorageAccessAPIEnabled(preferences, true);
     
     WKPreferencesSetAccessibilityObjectModelEnabled(preferences, true);
-    WKPreferencesSetAriaReflectionEnabled(preferences, true);
     WKPreferencesSetCSSOMViewScrollingAPIEnabled(preferences, true);
     WKPreferencesSetMediaCapabilitiesEnabled(preferences, true);
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to