|
Create thread-safe RendererExtensionRegistry from ExtensionSet
The worker thread needs to be able to access the set of current extensions in order to associate a v8::context with an extension.
BUG= 501569
Committed: https://crrev.com/6572d5c749800cc81808e7628e11202fd40fc4f2
Cr-Commit-Position: refs/heads/master@{#344244}
Total comments: 3
Total comments: 22
Total comments: 15
Total comments: 10
Total comments: 8
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+267 lines, -134 lines) |
Patch |
 |
M |
chrome/renderer/chrome_content_renderer_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_content_renderer_client.cc
|
View
|
1
2
3
4
5
6
|
10 chunks |
+21 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/content_settings_observer.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/app_bindings.cc
|
View
|
1
2
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/renderer_permissions_policy_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/resource_request_policy.h
|
View
|
1
2
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/resource_request_policy.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/extensions.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/dispatcher.h
|
View
|
1
2
3
4
5
|
4 chunks |
+1 line, -15 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/dispatcher.cc
|
View
|
1
2
3
4
5
6
|
17 chunks |
+29 lines, -22 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/extension_injection_host.h
|
View
|
1
2
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/extension_injection_host.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/gc_callback_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
A |
extensions/renderer/renderer_extension_registry.h
|
View
|
1
2
3
4
5
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extensions/renderer/renderer_extension_registry.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+105 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/script_context.h
|
View
|
1
2
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/script_context.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/script_context_set.h
|
View
|
1
2
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/script_context_set.cc
|
View
|
1
2
|
4 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/script_context_set_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/script_injection_manager.h
|
View
|
1
2
3
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/script_injection_manager.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/user_script_set.h
|
View
|
1
2
3
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/user_script_set.cc
|
View
|
1
2
|
4 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/user_script_set_manager.h
|
View
|
1
2
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/user_script_set_manager.cc
|
View
|
1
2
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
Total messages: 43 (14 generated)
|