|
Pepper: Nexe downloading out of the trusted plugin.
This moves the logic for nexe downloading outside the trusted plugin. This is
part of a series of changes to remove FileDownloader and its associated logic.
I've tried to make this change small so it will be easy to review. A followup
change will clean up some of the accounting logic post-download to make this
path simpler and easier to follow.
BUG= 370556
R=bbudge@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271090
Total comments: 20
Total comments: 22
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+418 lines, -193 lines) |
Patch |
 |
M |
components/nacl.gyp
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/nacl/renderer/file_downloader.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+31 lines, -17 lines |
0 comments
|
Download
|
 |
A |
components/nacl/renderer/file_downloader.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/nacl/renderer/manifest_downloader.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/nacl/renderer/manifest_downloader.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/nacl/renderer/nexe_load_manager.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/nacl/renderer/nexe_load_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
components/nacl/renderer/ppb_nacl_private_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+190 lines, -48 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppb_nacl_private.idl
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+7 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppb_nacl_private.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+7 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/trusted/plugin/plugin.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/trusted/plugin/plugin.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+47 lines, -64 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|