|
|
Pass pepper apps API calls through the existing js apps API bindings.
Previously, pepper apps API calls which are dispatched through the
renderer bypassed the js bindings and missed out on any custom behavior
implemented in those bindings. With this change, the API calls are
passed through the js bindings.
BUG= 323067
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=240044
Total comments: 24
Total comments: 2
Total comments: 8
Total comments: 20
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+346 lines, -72 lines) |
Patch |
 |
M |
chrome/chrome_renderer.gypi
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/chrome_v8_context.h
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/chrome_v8_context.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/dispatcher.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/pepper_request_natives.h
|
View
|
1
2
3
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/pepper_request_natives.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/pepper_request_proxy.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/pepper_request_proxy.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/pepper/pepper_extensions_common_host.h
|
View
|
1
2
3
4
5
|
3 chunks |
+19 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/pepper/pepper_extensions_common_host.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+43 lines, -51 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/resources/extensions/pepper_request.js
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/renderer_resources.grd
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|