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

Issue 6218004: Resource64->32, NaCl side. (Closed)

Created:
9 years, 11 months ago by neb
Modified:
9 years, 7 months ago
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Resource 64 bit -> 32 bit, NaCl side. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=4139

Patch Set 1 : First #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -189 lines) Patch
M src/shared/ppapi_proxy/browser_ppp_instance.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M src/shared/ppapi_proxy/ppb_rpc_client.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/shared/ppapi_proxy/ppb_rpc_server.cc View 35 chunks +47 lines, -47 lines 0 comments Download
M src/shared/ppapi_proxy/ppp_rpc_server.cc View 9 chunks +10 lines, -10 lines 0 comments Download
M src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/trusted/plugin/ppapi/module_ppapi.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/trusted/plugin/ppapi/plugin_ppapi.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/fake_browser_ppapi/fake_file_io.cc View 8 chunks +12 lines, -12 lines 0 comments Download
M tests/fake_browser_ppapi/fake_file_io_trusted.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/fake_browser_ppapi/fake_file_ref.cc View 6 chunks +11 lines, -11 lines 0 comments Download
M tests/fake_browser_ppapi/fake_host.h View 3 chunks +19 lines, -5 lines 2 comments Download
M tests/fake_browser_ppapi/fake_host.cc View 3 chunks +25 lines, -4 lines 0 comments Download
M tests/fake_browser_ppapi/fake_instance.h View 2 chunks +15 lines, -3 lines 0 comments Download
M tests/fake_browser_ppapi/fake_instance.cc View 1 chunk +23 lines, -22 lines 0 comments Download
M tests/fake_browser_ppapi/fake_url_loader.cc View 11 chunks +13 lines, -13 lines 0 comments Download
M tests/fake_browser_ppapi/fake_url_request_info.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M tests/fake_browser_ppapi/fake_url_response_info.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/fake_browser_ppapi/main.cc View 4 chunks +42 lines, -27 lines 4 comments Download
M tests/ppapi_proxy/basic_object.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M tools/srpcgen.py View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
neb
9 years, 11 months ago (2011-01-12 00:45:23 UTC) #1
sehr (please use chromium)
One comment (no action required), one nit needing a comment, and a question why we ...
9 years, 11 months ago (2011-01-12 00:55:10 UTC) #2
nfullagar
should the description be Resource64->32 instead of Resource32->64 ?
9 years, 11 months ago (2011-01-12 23:08:39 UTC) #3
neb
On 2011/01/12 23:08:39, nfullagar wrote: > should the description be > Resource64->32 > instead of ...
9 years, 11 months ago (2011-01-13 00:00:25 UTC) #4
neb
9 years, 11 months ago (2011-01-13 00:00:43 UTC) #5
http://codereview.chromium.org/6218004/diff/20001/tests/fake_browser_ppapi/fa...
File tests/fake_browser_ppapi/fake_host.h (right):

http://codereview.chromium.org/6218004/diff/20001/tests/fake_browser_ppapi/fa...
tests/fake_browser_ppapi/fake_host.h:51: // to be tracked!
On 2011/01/12 00:55:10, sehr wrote:
> We could do this by using a factory pattern for Instances, also, right?

Yup, but then Instances and Resources have different interfaces (but same
implementation), and we haven't solved the problem for Resources. I don't know -
your call.

We can't do factory for Resources because there's a bunch of different types of
Resources.

http://codereview.chromium.org/6218004/diff/20001/tests/fake_browser_ppapi/ma...
File tests/fake_browser_ppapi/main.cc (right):

http://codereview.chromium.org/6218004/diff/20001/tests/fake_browser_ppapi/ma...
tests/fake_browser_ppapi/main.cc:81: static PP_Module id = 100;
On 2011/01/12 00:55:10, sehr wrote:
> I presume this number has some significance?  Please comment on why 100 was
> used.

Done.

http://codereview.chromium.org/6218004/diff/20001/tests/fake_browser_ppapi/ma...
tests/fake_browser_ppapi/main.cc:167: DebugPrintf("TestInstance(): instance
initialized\n");
On 2011/01/12 00:55:10, sehr wrote:
> Do we need these prints?  I think not.

They sneaked in. Done.

Powered by Google App Engine
This is Rietveld 408576698