|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+5484 lines, -1150 lines) |
Patch |
 |
|
chrome/browser/browser_accessibility.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
5 chunks |
+170 lines, -71 lines |
0 comments
|
Download
|
 |
|
chrome/browser/browser_accessibility.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
9 chunks |
+341 lines, -314 lines |
0 comments
|
Download
|
 |
|
chrome/browser/browser_accessibility_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+69 lines, -71 lines |
0 comments
|
Download
|
 |
|
chrome/browser/browser_accessibility_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2 chunks |
+97 lines, -128 lines |
0 comments
|
Download
|
 |
|
chrome/browser/browser_accessibility_unittest.cc
|
View
|
6
7
8
9
10
|
1 chunk |
+109 lines, -0 lines |
0 comments
|
Download
|
 |
|
chrome/browser/renderer_host/render_view_host.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
|
chrome/browser/renderer_host/render_view_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
3 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
|
chrome/browser/renderer_host/render_widget_host_view.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
|
chrome/browser/renderer_host/render_widget_host_view_win.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
5 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
|
chrome/browser/renderer_host/render_widget_host_view_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
4 chunks |
+57 lines, -28 lines |
0 comments
|
Download
|
 |
|
chrome/browser/tab_contents/tab_contents.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
|
chrome/browser/tab_contents/tab_contents.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
4 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
|
chrome/chrome_browser.gypi
|
View
|
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
|
chrome/chrome_tests.gypi
|
View
|
6
7
8
9
10
11
12
13
14
15
16
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
|
chrome/common/render_messages.h
|
View
|
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2 chunks |
+66 lines, -75 lines |
0 comments
|
Download
|
 |
|
chrome/common/render_messages_internal.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
3 chunks |
+8 lines, -14 lines |
0 comments
|
Download
|
 |
|
chrome/common/render_messages_unittest.cc
|
View
|
8
9
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
|
chrome/renderer/render_thread.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
|
chrome/renderer/render_view.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
4 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
|
chrome/renderer/render_view.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
5 chunks |
+9 lines, -46 lines |
0 comments
|
Download
|
 |
|
third_party/iaccessible2/ia2_api_all.idl
|
View
|
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4263 lines, -0 lines |
0 comments
|
Download
|
 |
|
third_party/iaccessible2/iaccessible2.gyp
|
View
|
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
|
webkit/glue/webaccessibility.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
4 chunks |
+42 lines, -110 lines |
0 comments
|
Download
|
 |
|
webkit/glue/webaccessibility.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
3 chunks |
+43 lines, -206 lines |
0 comments
|
Download
|
 |
|
webkit/glue/webaccessibilitymanager.h
|
View
|
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+0 lines, -62 lines |
0 comments
|
Download
|
 |
|
webkit/glue/webkit_glue.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|