|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2301 lines, -1630 lines) |
Patch |
 |
M |
chrome/browser/autocomplete/autocomplete_match.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_renderer.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
5 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_api.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_api.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
2 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_api_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
3 chunks |
+23 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/test.json
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+199 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/features/feature.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/features/feature.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/api_definitions_natives.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/api_definitions_natives.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/app_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/app_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/app_runtime_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/app_runtime_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/app_window_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/app_window_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/binding_generating_native_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/binding_generating_native_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/chrome_v8_context.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/chrome_v8_context.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
7 chunks |
+40 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/chrome_v8_context_set.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/chrome_v8_extension.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
3 chunks |
+14 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/chrome_v8_extension.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+13 lines, -46 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/content_watcher.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/content_watcher.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/context_menus_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/context_menus_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/dispatcher.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/dispatcher.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
22 chunks |
+237 lines, -93 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/event_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/event_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
12 chunks |
+23 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/event_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
12 chunks |
+36 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/extension_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/extension_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/extension_helper.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/extension_helper.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/file_browser_handler_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/file_browser_handler_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
3 chunks |
+14 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/file_browser_private_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/file_browser_private_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
3 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/file_system_natives.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/file_system_natives.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
4 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/i18n_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/i18n_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/json_schema_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/media_galleries_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/media_galleries_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/miscellaneous_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/miscellaneous_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/module_system.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
9 chunks |
+47 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/module_system.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
13 chunks |
+124 lines, -46 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/module_system_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/native_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
1 chunk |
+16 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/native_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
1 chunk |
+5 lines, -44 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/object_backed_native_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/object_backed_native_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/page_actions_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/page_actions_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/page_capture_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/page_capture_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/request_sender.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
4 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/request_sender.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
7 chunks |
+27 lines, -35 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/runtime_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/runtime_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
3 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/send_request_natives.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/send_request_natives.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
2 chunks |
+19 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/set_icon_natives.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/set_icon_natives.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/sync_file_system_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/sync_file_system_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/tabs_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/tabs_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/tts_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/tts_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/v8_schema_registry.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/v8_schema_registry.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/web_request_custom_bindings.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/web_request_custom_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/webstore_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/resources/extensions/apitest.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+0 lines, -274 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/app_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/app_runtime_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/app_window_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
3 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/resources/extensions/binding.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+407 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/bluetooth_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
4 chunks |
+16 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/browser_action_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/content_settings_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/context_menus_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/declarative_content_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/declarative_webrequest_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+32 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/event.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
15 chunks |
+24 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/experimental.media_galleries_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/experimental.offscreenTabs_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/extension_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/file_browser_handler_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/file_browser_private_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/file_system_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
3 chunks |
+18 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/i18n_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/input.ime_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
2 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/json_schema.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/last_error.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
1 chunk |
+46 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/media_galleries_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/miscellaneous_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/notifications_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/omnibox_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/page_action_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/page_actions_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/page_capture_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/permissions_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/runtime_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
7 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/resources/extensions/schema_generated_bindings.js
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -437 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/schema_utils.js
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/send_request.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
4 chunks |
+27 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/storage_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/system_indicator_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/tab_capture_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/tabs_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
chrome/renderer/resources/extensions/test_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
11 chunks |
+89 lines, -72 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/tts_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/tts_engine_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/types_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/utils.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/web_request_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
7 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/web_request_internal_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/web_view.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/web_view_experimental.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/webstore_custom_bindings.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/renderer_resources.grd
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/module_system_test.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/base/module_system_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|