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

Issue 10377157: Refactor Pnacl coordinator (Closed)

Created:
8 years, 7 months ago by Derek Schuff
Modified:
8 years, 7 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Refactor Pnacl coordinator Move compilation thread into its own class to make future multiple implementations easier. Also split LocalTempFile into its own file to break circular dependency. R= sehr@google.com,jvoung@google.com,robertm@chromium.org BUG=none TEST=nacl_integration Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137481

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : comments #

Total comments: 4

Patch Set 4 : sehr comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+688 lines, -497 lines) Patch
A ppapi/native_client/src/trusted/plugin/local_temp_file.h View 1 2 1 chunk +133 lines, -0 lines 0 comments Download
A ppapi/native_client/src/trusted/plugin/local_temp_file.cc View 1 2 1 chunk +242 lines, -0 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h View 5 chunks +6 lines, -127 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc View 1 2 3 13 chunks +27 lines, -370 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_resources.h View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_resources.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h View 1 2 3 1 chunk +83 lines, -0 lines 0 comments Download
A ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc View 1 chunk +177 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Derek Schuff
This code works in my tests thus far, but I'm open to alternative, especially the ...
8 years, 7 months ago (2012-05-15 23:01:40 UTC) #1
Derek Schuff
a few other highlights https://chromiumcodereview.appspot.com/10377157/diff/1/ppapi/native_client/src/trusted/plugin/local_temp_file.h File ppapi/native_client/src/trusted/plugin/local_temp_file.h (right): https://chromiumcodereview.appspot.com/10377157/diff/1/ppapi/native_client/src/trusted/plugin/local_temp_file.h#newcode85 ppapi/native_client/src/trusted/plugin/local_temp_file.h:85: const static nacl::string& GetPnaclTempDir() { ...
8 years, 7 months ago (2012-05-15 23:17:20 UTC) #2
jvoung - send to chromium...
looks pretty good -- just a few suggestions https://chromiumcodereview.appspot.com/10377157/diff/1/ppapi/native_client/src/trusted/plugin/local_temp_file.cc File ppapi/native_client/src/trusted/plugin/local_temp_file.cc (right): https://chromiumcodereview.appspot.com/10377157/diff/1/ppapi/native_client/src/trusted/plugin/local_temp_file.cc#newcode65 ppapi/native_client/src/trusted/plugin/local_temp_file.cc:65: filename_(kPnaclTempDir ...
8 years, 7 months ago (2012-05-15 23:51:05 UTC) #3
Derek Schuff
https://chromiumcodereview.appspot.com/10377157/diff/1/ppapi/native_client/src/trusted/plugin/local_temp_file.cc File ppapi/native_client/src/trusted/plugin/local_temp_file.cc (right): https://chromiumcodereview.appspot.com/10377157/diff/1/ppapi/native_client/src/trusted/plugin/local_temp_file.cc#newcode65 ppapi/native_client/src/trusted/plugin/local_temp_file.cc:65: filename_(kPnaclTempDir + "/" + filename) { On 2012/05/15 23:51:05, ...
8 years, 7 months ago (2012-05-16 16:47:46 UTC) #4
jvoung - send to chromium...
lgtm
8 years, 7 months ago (2012-05-16 17:01:05 UTC) #5
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 7 months ago (2012-05-16 17:01:40 UTC) #6
sehr (please use chromium)
LGTM. Two very small items. The request for using "svn cp" I would have made ...
8 years, 7 months ago (2012-05-16 17:19:56 UTC) #7
Derek Schuff
https://chromiumcodereview.appspot.com/10377157/diff/12001/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc File ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc (right): https://chromiumcodereview.appspot.com/10377157/diff/12001/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc#newcode25 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc:25: const static char kPnaclTempDir[] = "/.pnacl"; On 2012/05/16 17:19:56, ...
8 years, 7 months ago (2012-05-16 17:48:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dschuff@chromium.org/10377157/8003
8 years, 7 months ago (2012-05-16 17:48:28 UTC) #9
commit-bot: I haz the power
8 years, 7 months ago (2012-05-16 19:26:07 UTC) #10
Change committed as 137481

Powered by Google App Engine
This is Rietveld 408576698