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

Issue 10020002: Pass the nacl start parameters as a struct. (Closed)

Created:
8 years, 8 months ago by brettw
Modified:
8 years, 8 months ago
Reviewers:
Mark Seaborn
CC:
chromium-reviews, native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Pass the nacl start parameters as a struct. This convers the NaCl load message to use a struct since I plan on adding more stuff here that may vary depending on which proxy configuration you're using. BUG=116317 TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=132685

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -56 lines) Patch
M chrome/browser/nacl_host/nacl_process_host.h View 1 2 1 chunk +10 lines, -2 lines 0 comments Download
M chrome/browser/nacl_host/nacl_process_host.cc View 1 2 6 chunks +27 lines, -22 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/nacl_messages.h View 1 1 chunk +9 lines, -10 lines 0 comments Download
M chrome/common/nacl_types.h View 1 2 3 2 chunks +36 lines, -11 lines 0 comments Download
A chrome/common/nacl_types.cc View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/nacl.gypi View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/nacl/nacl_listener.h View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/nacl/nacl_listener.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
brettw
8 years, 8 months ago (2012-04-06 23:00:35 UTC) #1
brettw
Actually, hold off on reviewing this, it's a bit weird.
8 years, 8 months ago (2012-04-06 23:04:42 UTC) #2
Mark Seaborn
Can you set BUG= to the NaCl/Chrome-IPC-PPAPI-proxy issue, please? LGTM with the changes below. https://chromiumcodereview.appspot.com/10020002/diff/1/chrome/browser/nacl_host/nacl_process_host.cc ...
8 years, 8 months ago (2012-04-06 23:13:50 UTC) #3
Mark Seaborn
On 2012/04/06 23:04:42, brettw wrote: > Actually, hold off on reviewing this, it's a bit ...
8 years, 8 months ago (2012-04-06 23:14:54 UTC) #4
brettw
New snap up. This addresses your comments. I moved the "reply to renderer" stuff out ...
8 years, 8 months ago (2012-04-06 23:27:53 UTC) #5
Mark Seaborn
8 years, 8 months ago (2012-04-07 00:23:34 UTC) #6
LGTM with ordering change

https://chromiumcodereview.appspot.com/10020002/diff/1018/chrome/browser/nacl...
File chrome/browser/nacl_host/nacl_process_host.cc (right):

https://chromiumcodereview.appspot.com/10020002/diff/1018/chrome/browser/nacl...
chrome/browser/nacl_host/nacl_process_host.cc:883: bool
NaClProcessHost::StartNaClExecution() {
The ordering of the file would be more logical if this came after
ReplyToRenderer(), and the diff would be smaller too.

https://chromiumcodereview.appspot.com/10020002/diff/1018/chrome/browser/nacl...
File chrome/browser/nacl_host/nacl_process_host.h (right):

https://chromiumcodereview.appspot.com/10020002/diff/1018/chrome/browser/nacl...
chrome/browser/nacl_host/nacl_process_host.h:95: // Called once all
initialization is complete and the nacl process is
'nacl' -> 'NaCl'

Powered by Google App Engine
This is Rietveld 408576698