|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+479 lines, -128 lines) |
Patch |
 |
M |
components/test_runner/web_ax_object_proxy.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_ax_object_proxy.cc
|
View
|
1
2
3
4
|
4 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_win.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/dump_accessibility_tree_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/accessibility/blink_ax_enum_conversion.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/accessibility/blink_ax_tree_source.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/aria/input-text-aria-placeholder.html
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/test/data/accessibility/aria/input-text-aria-placeholder-expected-android.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/aria/input-text-aria-placeholder-expected-blink.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/aria/input-text-aria-placeholder-expected-mac.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/data/accessibility/aria/input-text-aria-placeholder-expected-win.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/input-text-name-calc.html
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/input-text-name-calc-expected-android.txt
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/data/accessibility/html/input-text-name-calc-expected-win.txt
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/accessibility/computed-name.html
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/accessibility/computed-name-expected.txt
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/accessibility/description-calc-inputs.html
|
View
|
1
2
3
4
|
5 chunks |
+71 lines, -25 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/accessibility/name-calc-inputs.html
|
View
|
1
2
3
4
|
2 chunks |
+26 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input.html
|
View
|
|
2 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-expected.txt
|
View
|
1
2
3
4
|
17 chunks |
+193 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-labelledby-expected.txt
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-visiblity-expected.txt
|
View
|
1
|
4 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLAttributeNames.in
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+46 lines, -49 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/accessibility/AXObject.h
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebAXObject.cpp
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebAXEnums.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebAXObject.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/accessibility/rebase_dump_accessibility_tree_test.py
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|