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

Issue 11894003: PPAPI/NaCl: Move handle extraction code to ppapi/proxy (Closed)

Created:
7 years, 11 months ago by dmichael (off chromium)
Modified:
7 years, 11 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com
Visibility:
Public.

Description

PPAPI/NaCl: Move handle extraction code to ppapi/proxy BUG=165201 TEST= TBR=jln@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177257

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Total comments: 1

Patch Set 3 : fix comment #

Patch Set 4 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -1214 lines) Patch
M chrome/nacl/DEPS View 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/nacl/nacl_ipc_adapter.h View 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/nacl/nacl_ipc_adapter.cc View 1 4 chunks +9 lines, -206 lines 0 comments Download
M ppapi/ppapi_ipc.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/proxy/audio_input_resource.h View 1 chunk +0 lines, -1 line 0 comments Download
M ppapi/proxy/audio_input_resource.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ppapi/proxy/handle_converter.h View 1 2 2 chunks +38 lines, -22 lines 0 comments Download
A + ppapi/proxy/handle_converter.cc View 1 3 chunks +81 lines, -554 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppb_audio_proxy.h View 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_buffer_proxy.h View 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_graphics_3d_proxy.h View 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_image_data_proxy.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_message_params.h View 1 chunk +1 line, -1 line 0 comments Download
A + ppapi/proxy/serialized_handle.h View 1 5 chunks +15 lines, -95 lines 0 comments Download
A + ppapi/proxy/serialized_handle.cc View 1 4 chunks +4 lines, -89 lines 0 comments Download
M ppapi/proxy/serialized_structs.h View 2 chunks +0 lines, -114 lines 0 comments Download
M ppapi/proxy/serialized_structs.cc View 2 chunks +0 lines, -119 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
dmichael (off chromium)
mseaborn for chrome/nacl bbudge & teravest for the rest
7 years, 11 months ago (2013-01-15 20:28:06 UTC) #1
teravest
https://codereview.chromium.org/11894003/diff/6001/ppapi/proxy/handle_converter.h File ppapi/proxy/handle_converter.h (right): https://codereview.chromium.org/11894003/diff/6001/ppapi/proxy/handle_converter.h#newcode37 ppapi/proxy/handle_converter.h:37: bool ConvertNativeHandlesToPosix(const IPC::Message& msg, It feels gross to me ...
7 years, 11 months ago (2013-01-15 21:14:34 UTC) #2
bbudge
https://codereview.chromium.org/11894003/diff/6001/ppapi/proxy/handle_converter.h File ppapi/proxy/handle_converter.h (right): https://codereview.chromium.org/11894003/diff/6001/ppapi/proxy/handle_converter.h#newcode41 ppapi/proxy/handle_converter.h:41: // |SendingSyncMessage| allows HandleConverter to know what sync messages ...
7 years, 11 months ago (2013-01-15 22:20:25 UTC) #3
dmichael (off chromium)
https://codereview.chromium.org/11894003/diff/6001/ppapi/proxy/handle_converter.h File ppapi/proxy/handle_converter.h (right): https://codereview.chromium.org/11894003/diff/6001/ppapi/proxy/handle_converter.h#newcode37 ppapi/proxy/handle_converter.h:37: bool ConvertNativeHandlesToPosix(const IPC::Message& msg, On 2013/01/15 21:14:34, teravest wrote: ...
7 years, 11 months ago (2013-01-15 23:18:59 UTC) #4
dmichael (off chromium)
https://codereview.chromium.org/11894003/diff/6001/ppapi/proxy/handle_converter.h File ppapi/proxy/handle_converter.h (right): https://codereview.chromium.org/11894003/diff/6001/ppapi/proxy/handle_converter.h#newcode37 ppapi/proxy/handle_converter.h:37: bool ConvertNativeHandlesToPosix(const IPC::Message& msg, On 2013/01/15 23:18:59, dmichael wrote: ...
7 years, 11 months ago (2013-01-15 23:47:06 UTC) #5
teravest
lgtm I guess scoped_ptr<Foo>* is fine, it just feels weird to me. Personally, I'd rather ...
7 years, 11 months ago (2013-01-16 16:33:10 UTC) #6
bbudge
lgtm w/nit https://codereview.chromium.org/11894003/diff/12001/ppapi/proxy/handle_converter.h File ppapi/proxy/handle_converter.h (right): https://codereview.chromium.org/11894003/diff/12001/ppapi/proxy/handle_converter.h#newcode41 ppapi/proxy/handle_converter.h:41: // |SendingSyncMessage| allows HandleConverter to know what ...
7 years, 11 months ago (2013-01-16 17:47:28 UTC) #7
Mark Seaborn
LGTM for chrome/nacl
7 years, 11 months ago (2013-01-16 17:51:01 UTC) #8
dmichael (off chromium)
+jln TBR for ppapi_messages.h: I didn't change messages. I only added an include because I ...
7 years, 11 months ago (2013-01-16 18:34:31 UTC) #9
jln (very slow on Chromium)
ppapi_messages.h lgtm
7 years, 11 months ago (2013-01-16 18:36:02 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/11894003/23019
7 years, 11 months ago (2013-01-16 18:39:05 UTC) #11
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) content_browsertests
7 years, 11 months ago (2013-01-16 21:38:59 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/11894003/23019
7 years, 11 months ago (2013-01-16 22:15:11 UTC) #13
commit-bot: I haz the power
7 years, 11 months ago (2013-01-16 23:23:54 UTC) #14
Message was sent while issue was closed.
Change committed as 177257

Powered by Google App Engine
This is Rietveld 408576698