WebKit Bugzilla
Attachment 339158 Details for
Bug 185148
: AX: [AOM] Turn Accessibility Object Model on by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch.txt (text/plain), 2.23 KB, created by
Nan Wang
on 2018-04-30 15:54:05 PDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nan Wang
Created:
2018-04-30 15:54:05 PDT
Size:
2.23 KB
patch
obsolete
>Index: Source/WebCore/ChangeLog >=================================================================== >--- Source/WebCore/ChangeLog (revision 231170) >+++ Source/WebCore/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-04-30 Nan Wang <n_wang@apple.com> >+ >+ AX: [AOM] Turn Accessibility Object Model on by default >+ https://bugs.webkit.org/show_bug.cgi?id=185148 >+ <rdar://problem/39851277> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * page/RuntimeEnabledFeatures.h: >+ > 2018-04-30 JF Bastien <jfbastien@apple.com> > > Use some C++17 features >Index: Source/WebCore/page/RuntimeEnabledFeatures.h >=================================================================== >--- Source/WebCore/page/RuntimeEnabledFeatures.h (revision 231170) >+++ Source/WebCore/page/RuntimeEnabledFeatures.h (working copy) >@@ -379,7 +379,7 @@ private: > bool m_inspectorAdditionsEnabled { false }; > bool m_webVREnabled { false }; > >- bool m_accessibilityObjectModelEnabled { false }; >+ bool m_accessibilityObjectModelEnabled { true }; > > bool m_mediaCapabilitiesEnabled { false }; > >Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 231177) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-04-30 Nan Wang <n_wang@apple.com> >+ >+ AX: [AOM] Turn Accessibility Object Model on by default >+ https://bugs.webkit.org/show_bug.cgi?id=185148 >+ <rdar://problem/39851277> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/WebPreferences.yaml: >+ > 2018-04-30 Alex Christensen <achristensen@webkit.org> > > Add WKUIDelegatePrivate equivalent of WKPageContextMenuClient getContextMenuFromProposedMenuAsync >Index: Source/WebKit/Shared/WebPreferences.yaml >=================================================================== >--- Source/WebKit/Shared/WebPreferences.yaml (revision 231170) >+++ Source/WebKit/Shared/WebPreferences.yaml (working copy) >@@ -1210,7 +1210,7 @@ WebGPUEnabled: > > AccessibilityObjectModelEnabled: > type: bool >- defaultValue: false >+ defaultValue: true > humanReadableName: "Accessibility Object Model" > humanReadableDescription: "Accessibility Object Model support" > category: experimental
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rniwa
:
review-
ews-watchlist
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185148
:
339156
| 339158 |
339167