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

Issue 4289005: Instance interface implementation. These don't build by themselves, this is... (Closed)

Created:
10 years, 1 month ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
neb
CC:
chromium-reviews
Visibility:
Public.

Description

Instance interface implementation. These don't build by themselves, this is part of a larger patch. You can see most of the serialization mechanics already checked in to the same directory. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65260

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+944 lines, -0 lines) Patch
A ppapi/proxy/ppb_instance_proxy.h View 1 chunk +55 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_instance_proxy.cc View 1 1 chunk +138 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_url_loader_proxy.h View 1 1 chunk +74 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_url_loader_proxy.cc View 1 1 chunk +419 lines, -0 lines 0 comments Download
A ppapi/proxy/ppp_instance_proxy.h View 1 chunk +63 lines, -0 lines 0 comments Download
A ppapi/proxy/ppp_instance_proxy.cc View 1 1 chunk +195 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
brettw
10 years, 1 month ago (2010-11-03 03:43:44 UTC) #1
neb
LGTM with few nits: http://codereview.chromium.org/4289005/diff/1/4 File ppapi/proxy/ppb_url_loader_proxy.cc (right): http://codereview.chromium.org/4289005/diff/1/4#newcode62 ppapi/proxy/ppb_url_loader_proxy.cc:62: linked_ptr<URLLoader> object(new URLLoader); I can't ...
10 years, 1 month ago (2010-11-05 21:26:50 UTC) #2
brettw
http://codereview.chromium.org/4289005/diff/1/4 File ppapi/proxy/ppb_url_loader_proxy.cc (right): http://codereview.chromium.org/4289005/diff/1/4#newcode62 ppapi/proxy/ppb_url_loader_proxy.cc:62: linked_ptr<URLLoader> object(new URLLoader); There's no concept of refcounting outside ...
10 years, 1 month ago (2010-11-05 22:08:54 UTC) #3
neb
10 years, 1 month ago (2010-11-05 22:23:30 UTC) #4
http://codereview.chromium.org/4289005/diff/1/4
File ppapi/proxy/ppb_url_loader_proxy.cc (right):

http://codereview.chromium.org/4289005/diff/1/4#newcode62
ppapi/proxy/ppb_url_loader_proxy.cc:62: linked_ptr<URLLoader> object(new
URLLoader);
ok

http://codereview.chromium.org/4289005/diff/1/6
File ppapi/proxy/ppp_instance_proxy.cc (right):

http://codereview.chromium.org/4289005/diff/1/6#newcode183
ppapi/proxy/ppp_instance_proxy.cc:183: /* TODO(brettw) write this. We need to
convert the PP_Resource to a URL
Oh, my comment was just that throughout this patch you sometime use TODO without
the colon, and sometime with. It'd be good to have some consistency.

Powered by Google App Engine
This is Rietveld 408576698