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

Issue 338353008: NaCl: clean up nexe loading logic in trusted plugin. (Closed)

Created:
6 years, 6 months ago by Nick Bray (chromium)
Modified:
6 years, 6 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com, hidehiko
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

NaCl: clean up nexe loading logic in trusted plugin. CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_rel_precise32 BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279762

Patch Set 1 #

Total comments: 13

Patch Set 2 : Edits #

Patch Set 3 : More edits #

Patch Set 4 : Rebase #

Total comments: 6

Patch Set 5 : EDits #

Patch Set 6 : Rebase + resolve conflicts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -170 lines) Patch
M ppapi/native_client/src/trusted/plugin/plugin.h View 1 2 3 1 chunk +1 line, -8 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.cc View 1 2 3 4 5 3 chunks +6 lines, -19 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/service_runtime.h View 1 2 3 4 5 3 chunks +11 lines, -15 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/service_runtime.cc View 1 2 3 4 5 5 chunks +81 lines, -128 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Nick Bray (chromium)
6 years, 6 months ago (2014-06-17 22:05:38 UTC) #1
teravest
A quick FYI before I come back and give this a more thorough review. https://codereview.chromium.org/338353008/diff/1/ppapi/native_client/src/trusted/plugin/service_runtime.cc ...
6 years, 6 months ago (2014-06-18 01:37:52 UTC) #2
Nick Bray (chromium)
https://codereview.chromium.org/338353008/diff/1/ppapi/native_client/src/trusted/plugin/service_runtime.cc File ppapi/native_client/src/trusted/plugin/service_runtime.cc (right): https://codereview.chromium.org/338353008/diff/1/ppapi/native_client/src/trusted/plugin/service_runtime.cc#newcode710 ppapi/native_client/src/trusted/plugin/service_runtime.cc:710: if (!StartModule()) { On 2014/06/18 01:37:52, teravest wrote: > ...
6 years, 6 months ago (2014-06-18 02:02:39 UTC) #3
teravest
On Tue, Jun 17, 2014 at 8:02 PM, <ncbray@chromium.org> wrote: > > https://codereview.chromium.org/338353008/diff/1/ppapi/native_client/src/trusted/plugin/service_runtime.cc > File ...
6 years, 6 months ago (2014-06-18 02:28:29 UTC) #4
teravest
On Tue, Jun 17, 2014 at 8:02 PM, <ncbray@chromium.org> wrote: > > https://codereview.chromium.org/338353008/diff/1/ppapi/native_client/src/trusted/plugin/service_runtime.cc > File ...
6 years, 6 months ago (2014-06-18 02:28:30 UTC) #5
teravest
+hidehiko, who is touching the load path for Non-SFI.
6 years, 6 months ago (2014-06-18 02:28:54 UTC) #6
hidehiko
https://codereview.chromium.org/338353008/diff/1/ppapi/native_client/src/trusted/plugin/plugin.cc File ppapi/native_client/src/trusted/plugin/plugin.cc (right): https://codereview.chromium.org/338353008/diff/1/ppapi/native_client/src/trusted/plugin/plugin.cc#newcode119 ppapi/native_client/src/trusted/plugin/plugin.cc:119: info nit: )); should be in this line. There ...
6 years, 6 months ago (2014-06-18 05:07:04 UTC) #7
Nick Bray (chromium)
Mechanical changes done, but one of the comments made me realize I need to dig ...
6 years, 6 months ago (2014-06-18 18:29:44 UTC) #8
Nick Bray (chromium)
For the record, it looks like LOG_FATAL in the trusted NaCl process is triggering the ...
6 years, 6 months ago (2014-06-19 17:04:20 UTC) #9
Nick Bray (chromium)
PTAL Moved the test-reenabling to this CL, which also fixes the flake caused by LOG_FATAL. ...
6 years, 6 months ago (2014-06-19 18:10:19 UTC) #10
hidehiko
LGTM with nit picks. Please wait for Mark and Justin's review. Could you run linux_rel_precise32 ...
6 years, 6 months ago (2014-06-20 04:21:39 UTC) #11
teravest
lgtm
6 years, 6 months ago (2014-06-20 16:54:43 UTC) #12
Nick Bray (chromium)
https://codereview.chromium.org/338353008/diff/60001/ppapi/native_client/src/trusted/plugin/service_runtime.h File ppapi/native_client/src/trusted/plugin/service_runtime.h (right): https://codereview.chromium.org/338353008/diff/60001/ppapi/native_client/src/trusted/plugin/service_runtime.h#newcode194 ppapi/native_client/src/trusted/plugin/service_runtime.h:194: void LoadNexeAndStart(PP_NaClFileInfo file_info); On 2014/06/20 04:21:38, hidehiko wrote: > ...
6 years, 6 months ago (2014-06-20 17:10:42 UTC) #13
Nick Bray (chromium)
Rebased and resolved conflicts with hidehiko's CL. If anyone wants to make sure I didn't ...
6 years, 6 months ago (2014-06-23 18:24:28 UTC) #14
Nick Bray (chromium)
The CQ bit was checked by ncbray@chromium.org
6 years, 6 months ago (2014-06-24 17:24:31 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncbray@chromium.org/338353008/100001
6 years, 6 months ago (2014-06-24 17:25:03 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-24 21:32:32 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-24 23:40:42 UTC) #18
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/165753)
6 years, 6 months ago (2014-06-24 23:40:42 UTC) #19
Nick Bray (chromium)
The CQ bit was checked by ncbray@chromium.org
6 years, 6 months ago (2014-06-25 17:14:11 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncbray@chromium.org/338353008/100001
6 years, 6 months ago (2014-06-25 17:15:02 UTC) #21
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-25 17:41:46 UTC) #22
commit-bot: I haz the power
6 years, 6 months ago (2014-06-25 18:35:29 UTC) #23
Message was sent while issue was closed.
Change committed as 279762

Powered by Google App Engine
This is Rietveld 408576698