Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Issue 337463002: Remove LoadModule SRPC for non-SFI mode. (Closed)

Created:
6 years, 6 months ago by hidehiko
Modified:
6 years, 6 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, tzik, binji+watch_chromium.org, raymes+watch_chromium.org, teravest+watch_chromium.org, nfullagar1, piman+watch_chromium.org, noelallen1, ihf+watch_chromium.org, hamaji, mazda, dmichael (off chromium), Junichi Uekawa, Nick Bray (chromium)
Project:
chromium
Visibility:
Public.

Description

Remove LoadModule SRPC for non-SFI mode. This CL removes LoadModule SRPC for non-SFI mode. Instead, non-SFI mode starts to pass nexe file to LaunchSelLdr, which is eventually passed to NaClListener::OnStart(). TEST=Ran browser_tests --gtest_filter=*NonSfi*:*NonSFI* locally and trybots BUG=333950 CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_rel_precise32 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279069

Patch Set 1 : #

Total comments: 13

Patch Set 2 : Rebase #

Patch Set 3 : #

Total comments: 30

Patch Set 4 : Rebase #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : Rebase #

Patch Set 7 : #

Patch Set 8 : Rebase #

Patch Set 9 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -161 lines) Patch
M components/nacl/browser/nacl_host_message_filter.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/browser/nacl_process_host.h View 1 2 3 4 5 6 7 3 chunks +4 lines, -0 lines 0 comments Download
M components/nacl/browser/nacl_process_host.cc View 1 2 3 4 5 6 7 5 chunks +24 lines, -3 lines 0 comments Download
M components/nacl/common/nacl_host_messages.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/common/nacl_messages.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/common/nacl_types.h View 1 2 4 chunks +8 lines, -1 line 0 comments Download
M components/nacl/common/nacl_types.cc View 1 2 3 4 5 6 7 4 chunks +25 lines, -19 lines 0 comments Download
M components/nacl/loader/nacl_listener.cc View 1 2 3 4 2 chunks +10 lines, -2 lines 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_main.h View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_main.cc View 4 chunks +3 lines, -119 lines 0 comments Download
M components/nacl/renderer/ppb_nacl_private_impl.cc View 1 2 3 4 5 6 7 8 3 chunks +16 lines, -8 lines 0 comments Download
M ppapi/api/private/ppb_nacl_private.idl View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/c/private/ppb_nacl_private.h View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -1 line 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.cc View 1 2 3 4 4 chunks +27 lines, -1 line 0 comments Download
M ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/service_runtime.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -0 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/service_runtime.cc View 1 2 3 4 5 6 7 8 3 chunks +12 lines, -0 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
hidehiko
PTAL. Thank you for review in advance, - hidehiko https://codereview.chromium.org/337463002/diff/40001/ppapi/nacl_irt/manifest_service.cc File ppapi/nacl_irt/manifest_service.cc (right): https://codereview.chromium.org/337463002/diff/40001/ppapi/nacl_irt/manifest_service.cc#newcode20 ppapi/nacl_irt/manifest_service.cc:20: ...
6 years, 6 months ago (2014-06-13 04:56:50 UTC) #1
teravest
lgtm Nice! I think this looks much better.
6 years, 6 months ago (2014-06-13 20:19:08 UTC) #2
Mark Seaborn
https://codereview.chromium.org/337463002/diff/40001/components/nacl/browser/nacl_host_message_filter.cc File components/nacl/browser/nacl_host_message_filter.cc (right): https://codereview.chromium.org/337463002/diff/40001/components/nacl/browser/nacl_host_message_filter.cc#newcode78 components/nacl/browser/nacl_host_message_filter.cc:78: launch_params.nexe_token_lo, I'm not sure you should be plumbing the ...
6 years, 6 months ago (2014-06-17 00:50:31 UTC) #3
hidehiko
Thank you for review. PTAL. +cc: ncbray@, as his CL crrev.com/338353008 is conflicting with this. ...
6 years, 6 months ago (2014-06-18 08:43:32 UTC) #4
Mark Seaborn
LGTM The FD ownership logic in plugin.cc might warrant some fixes before or after this ...
6 years, 6 months ago (2014-06-18 19:53:13 UTC) #5
hidehiko
Thank you for your review. jln@, could you take a look at _messages.h files as ...
6 years, 6 months ago (2014-06-19 07:02:00 UTC) #6
jln (very slow on Chromium)
On 2014/06/19 07:02:00, hidehiko wrote: > Thank you for your review. > > jln@, could ...
6 years, 6 months ago (2014-06-19 18:06:32 UTC) #7
Mark Seaborn
LGTM https://codereview.chromium.org/337463002/diff/70001/ppapi/native_client/src/trusted/plugin/plugin.cc File ppapi/native_client/src/trusted/plugin/plugin.cc (right): https://codereview.chromium.org/337463002/diff/70001/ppapi/native_client/src/trusted/plugin/plugin.cc#newcode191 ppapi/native_client/src/trusted/plugin/plugin.cc:191: launch_sel_ldr_file_info, On 2014/06/19 07:01:59, hidehiko wrote: > On ...
6 years, 6 months ago (2014-06-19 22:36:48 UTC) #8
hidehiko
Thank you for review! Sending to CQ. https://codereview.chromium.org/337463002/diff/110001/components/nacl/browser/nacl_process_host.cc File components/nacl/browser/nacl_process_host.cc (right): https://codereview.chromium.org/337463002/diff/110001/components/nacl/browser/nacl_process_host.cc#newcode901 components/nacl/browser/nacl_process_host.cc:901: // Here ...
6 years, 6 months ago (2014-06-20 04:02:50 UTC) #9
hidehiko
The CQ bit was checked by hidehiko@chromium.org
6 years, 6 months ago (2014-06-20 04:02:55 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/337463002/150001
6 years, 6 months ago (2014-06-20 04:03:47 UTC) #11
hidehiko
The CQ bit was unchecked by hidehiko@chromium.org
6 years, 6 months ago (2014-06-20 05:18:59 UTC) #12
hidehiko
On 2014/06/20 05:18:59, hidehiko wrote: > The CQ bit was unchecked by mailto:hidehiko@chromium.org Waited for ...
6 years, 6 months ago (2014-06-20 09:09:07 UTC) #13
hidehiko
The CQ bit was checked by hidehiko@chromium.org
6 years, 6 months ago (2014-06-20 09:09:13 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/337463002/170001
6 years, 6 months ago (2014-06-20 09:12:36 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-06-20 15:15:51 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-20 15:44:03 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/164684)
6 years, 6 months ago (2014-06-20 15:44:04 UTC) #18
hidehiko
The CQ bit was checked by hidehiko@chromium.org
6 years, 6 months ago (2014-06-20 16:33:39 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/337463002/170001
6 years, 6 months ago (2014-06-20 16:36:04 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-21 01:15:45 UTC) #21
commit-bot: I haz the power
Failed to apply patch for ppapi/c/private/ppb_nacl_private.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 6 months ago (2014-06-21 01:15:46 UTC) #22
hidehiko
Oops... Conflicted while in the CQ. Rebased again. Submitting... On 2014/06/21 01:15:46, I haz the ...
6 years, 6 months ago (2014-06-23 03:42:34 UTC) #23
hidehiko
The CQ bit was checked by hidehiko@chromium.org
6 years, 6 months ago (2014-06-23 03:42:39 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/337463002/190001
6 years, 6 months ago (2014-06-23 03:43:25 UTC) #25
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-23 07:22:10 UTC) #26
commit-bot: I haz the power
6 years, 6 months ago (2014-06-23 09:44:12 UTC) #27
Message was sent while issue was closed.
Change committed as 279069

Powered by Google App Engine
This is Rietveld 408576698