|
Clean up accessibility enums for use in Chromium.
The goal of this change is to make it possible for Chromium to use
Blink accessibility role, state, and event enums throughout
its codebase, rather than copying to separate enums.
* Rename the enums in public/web so they're more concise, e.g.
WebAccessibilityRoleDocumentArticle -> WebAXTypes::ArticleRole
WebAccessibilityNotificationLoadComplete -> WebAXTypes::LoadComplete
* Add missing enum values currently used in Chromium, delete unused values.
* Rename a few enum values that were unclear or confusing.
This will require a cleanup change after Chromium switches over.
BUG= 269034
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156740
Total comments: 14
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+963 lines, -544 lines) |
Patch |
 |
M |
LayoutTests/accessibility/main-element.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/accessibility/main-element-expected.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/accessibility/AXObjectCache.h
|
View
|
|
2 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
Source/core/accessibility/AXObjectCache.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -42 lines |
0 comments
|
Download
|
 |
M |
Source/core/accessibility/AccessibilityImageMapLink.cpp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/accessibility/AccessibilityNodeObject.cpp
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/accessibility/AccessibilityObject.h
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+59 lines, -35 lines |
0 comments
|
Download
|
 |
M |
Source/core/accessibility/AccessibilityObject.cpp
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+19 lines, -21 lines |
0 comments
|
Download
|
 |
M |
Source/core/accessibility/AccessibilityRenderObject.cpp
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+15 lines, -16 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/AppendNodeCommand.cpp
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
|
Source/core/editing/DeleteFromTextNodeCommand.cpp
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/InsertIntoTextNodeCommand.cpp
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/InsertNodeBeforeCommand.cpp
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/testing/runner/AccessibilityUIElementChromium.cpp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+203 lines, -199 lines |
0 comments
|
Download
|
 |
M |
Source/testing/runner/WebTestProxy.cpp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+67 lines, -49 lines |
0 comments
|
Download
|
 |
M |
Source/web/AssertMatchingEnums.cpp
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+205 lines, -43 lines |
0 comments
|
Download
|
 |
M |
Source/web/ChromeClientImpl.cpp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebAccessibilityObject.cpp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
public/testing/WebTestProxy.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
A |
public/web/WebAXEnums.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+213 lines, -0 lines |
0 comments
|
Download
|
 |
A |
public/web/WebAXObject.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
public/web/WebAccessibilityNotification.h
|
View
|
1
2
3
5
6
|
1 chunk |
+17 lines, -9 lines |
0 comments
|
Download
|
 |
M |
public/web/WebAccessibilityObject.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
public/web/WebAccessibilityRole.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+40 lines, -35 lines |
0 comments
|
Download
|
 |
M |
public/web/WebViewClient.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|