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

Issue 4210003: Started on Resource class. (Closed)

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

Description

Implemented a Resource tracker for Pepper proxy. BUG=none TEST=compiles Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=3706

Patch Set 1 : First. #

Total comments: 12

Patch Set 2 : David #

Patch Set 3 : Now that I know how to actually compile it... #

Patch Set 4 : Added IsX() #

Patch Set 5 : Resource->PluginResource #

Unified diffs Side-by-side diffs Delta from patch set Stats (+560 lines, -82 lines) Patch
A src/include/ref_counted.h View 2 1 chunk +217 lines, -0 lines 0 comments Download
M src/shared/ppapi_proxy/build.scons View 1 chunk +2 lines, -0 lines 0 comments Download
M src/shared/ppapi_proxy/nacl.scons View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_audio.h View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M src/shared/ppapi_proxy/plugin_audio.cc View 4 1 chunk +3 lines, -3 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_audio_config.h View 4 1 chunk +2 lines, -1 line 0 comments Download
M src/shared/ppapi_proxy/plugin_audio_config.cc View 4 1 chunk +3 lines, -3 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_buffer.h View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M src/shared/ppapi_proxy/plugin_buffer.cc View 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_core.cc View 1 2 3 4 2 chunks +10 lines, -43 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_graphics_2d.h View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M src/shared/ppapi_proxy/plugin_graphics_2d.cc View 4 1 chunk +2 lines, -11 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_graphics_3d.h View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M src/shared/ppapi_proxy/plugin_graphics_3d.cc View 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_image_data.h View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_image_data.cc View 4 1 chunk +2 lines, -11 lines 0 comments Download
A src/shared/ppapi_proxy/plugin_resource.h View 1 2 3 4 1 chunk +119 lines, -0 lines 0 comments Download
A src/shared/ppapi_proxy/plugin_resource.cc View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
A src/shared/ppapi_proxy/plugin_resource_tracker.h View 1 2 3 4 1 chunk +80 lines, -0 lines 0 comments Download
A src/shared/ppapi_proxy/plugin_resource_tracker.cc View 1 2 3 4 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
David Springer
Ok - I see the code now. But I still don't see any tests?
10 years, 1 month ago (2010-10-28 23:52:20 UTC) #1
sehr (please use chromium)
Sorry for the delays. Some comments. Btw, please add at least one example that uses ...
10 years, 1 month ago (2010-11-02 16:50:04 UTC) #2
neb
I'm working on 3D which would use this, be a nice example and also a ...
10 years, 1 month ago (2010-11-04 00:01:45 UTC) #3
polina
I took a quick look and the new code looks like a copy & paste ...
10 years, 1 month ago (2010-11-05 01:29:16 UTC) #4
sehr (please use chromium)
On 2010/11/05 01:29:16, polina wrote: > I took a quick look and the new code ...
10 years, 1 month ago (2010-11-15 16:30:31 UTC) #5
neb
10 years, 1 month ago (2010-11-16 20:30:17 UTC) #6
Finally I can post replies - for the sake of posterity, yes, this is copied &
pasted Chrome code. Brett's proxy does away wit that by compiling actual Chrome
code, but then we have to port base/. We'll probably do that in the future.

Powered by Google App Engine
This is Rietveld 408576698