Changeset 241549 in webkit


Ignore:
Timestamp:
Feb 14, 2019 9:27:19 AM (5 years ago)
Author:
Chris Fleizach
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):

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r241548 r241549  
     12019-02-14  Chris Fleizach  <cfleizach@apple.com>
     2
     3        AX: ARIA Reflection was disabled in error
     4        https://bugs.webkit.org/show_bug.cgi?id=194647
     5        <rdar://problem/48068336>
     6
     7        Reviewed by Ryosuke Niwa.
     8
     9        * Shared/WebPreferences.yaml:
     10
    1112019-02-14  Commit Queue  <commit-queue@webkit.org>
    212
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r241452 r241549  
    14361436AriaReflectionEnabled:
    14371437  type: bool
    1438   defaultValue: false
     1438  defaultValue: true
    14391439  humanReadableName: "ARIA Reflection"
    14401440  humanReadableDescription: "ARIA Reflection support"
  • trunk/Tools/ChangeLog

    r241548 r241549  
     12019-02-14  Chris Fleizach  <cfleizach@apple.com>
     2
     3        AX: ARIA Reflection was disabled in error
     4        https://bugs.webkit.org/show_bug.cgi?id=194647
     5        <rdar://problem/48068336>
     6
     7        Reviewed by Ryosuke Niwa.
     8
     9        Remove test override now that this feature should be enabled by default.
     10
     11        * WebKitTestRunner/TestController.cpp:
     12        (WTR::TestController::resetPreferencesToConsistentValues):
     13
    1142019-02-14  Commit Queue  <commit-queue@webkit.org>
    215
  • trunk/Tools/WebKitTestRunner/TestController.cpp

    r241451 r241549  
    828828   
    829829    WKPreferencesSetAccessibilityObjectModelEnabled(preferences, true);
    830     WKPreferencesSetAriaReflectionEnabled(preferences, true);
    831830    WKPreferencesSetCSSOMViewScrollingAPIEnabled(preferences, true);
    832831    WKPreferencesSetMediaCapabilitiesEnabled(preferences, true);
Note: See TracChangeset for help on using the changeset viewer.