|
Refactoring: de-couple Extensions from "script injection System" [render side]:3
- Introduce WebUIInjectionHost class and plumb InjectionHost interface
to replace Extension in script injection system in the render.
- Store InjectionHost in ScriptInjection to avoid constructing InjectionHost
objects everywhere.
BUG= 459234
Committed: https://crrev.com/9b8416668b08fc2261773c4e713a95175e029649
Cr-Commit-Position: refs/heads/master@{#319067}
Total comments: 10
Total comments: 14
Total comments: 12
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+211 lines, -110 lines) |
Patch |
 |
M |
extensions/extensions.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/dispatcher.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/extension_injection_host.h
|
View
|
1
2
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/extension_injection_host.cc
|
View
|
1
2
3
4
|
5 chunks |
+17 lines, -6 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/injection_host.h
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/renderer/script_injection.h
|
View
|
1
2
3
4
|
5 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/script_injection.cc
|
View
|
1
2
3
4
|
10 chunks |
+29 lines, -25 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/script_injection_manager.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/script_injection_manager.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+35 lines, -38 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/user_script_set.h
|
View
|
1
2
3
|
3 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/user_script_set.cc
|
View
|
1
2
3
4
|
8 chunks |
+19 lines, -13 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/user_script_set_manager.h
|
View
|
1
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/user_script_set_manager.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
A |
extensions/renderer/web_ui_injection_host.h
|
View
|
1
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extensions/renderer/web_ui_injection_host.cc
|
View
|
1
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
Total messages: 27 (13 generated)
|