|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+806 lines, -442 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/chrome_translate_client.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/chrome_translate_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
2 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_manager_render_view_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
27 chunks |
+101 lines, -50 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_render_frame_observer_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+56 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/translate/translate_helper_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
13 chunks |
+156 lines, -113 lines |
0 comments
|
Download
|
 |
M |
components/translate.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+19 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/translate/content/DEPS
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/translate/content/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/translate/content/browser/content_translate_driver.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
5 chunks |
+28 lines, -12 lines |
0 comments
|
Download
|
 |
M |
components/translate/content/browser/content_translate_driver.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
5 chunks |
+36 lines, -31 lines |
0 comments
|
Download
|
 |
D |
components/translate/content/common/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+7 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
components/translate/content/common/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
components/translate/content/common/OWNERS
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
A |
components/translate/content/common/translate.mojom
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/translate/content/common/translate.typemap
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
D |
components/translate/content/common/translate_messages.h
|
View
|
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
D |
components/translate/content/common/translate_messages.cc
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
A |
components/translate/content/common/translate_struct_traits.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/translate/content/common/translate_struct_traits.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/translate/content/renderer/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/translate/content/renderer/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/translate/content/renderer/translate_helper.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
7 chunks |
+24 lines, -24 lines |
0 comments
|
Download
|
 |
M |
components/translate/content/renderer/translate_helper.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
12 chunks |
+59 lines, -67 lines |
0 comments
|
Download
|
 |
M |
components/typemaps.gni
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message_start.h
|
View
|
1
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/ipc_fuzzer/message_lib/all_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|