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

Issue 10560030: Add resource message call and reply infrastructure. (Closed)

Created:
8 years, 6 months ago by brettw
Modified:
8 years, 6 months ago
Reviewers:
bbudge
CC:
chromium-reviews
Visibility:
Public.

Description

Add resource message call and reply infrastructure. These messages are not yet used. They will allow us to route messages directly to a resource implementation in the proxy or the host using information in a common header. The actual content of the message (as interpreted by the specifi resource in the plugin or class in the host) is a nested message. TEST=none BUT=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=143463

Patch Set 1 : #

Total comments: 10

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -0 lines) Patch
M ppapi/ppapi_proxy.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_tests.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 2 chunks +38 lines, -0 lines 0 comments Download
A ppapi/proxy/resource_message_params.h View 1 1 chunk +121 lines, -0 lines 0 comments Download
A ppapi/proxy/resource_message_params.cc View 1 2 1 chunk +91 lines, -0 lines 1 comment Download
A ppapi/proxy/resource_message_test_sink.h View 1 chunk +41 lines, -0 lines 0 comments Download
A ppapi/proxy/resource_message_test_sink.cc View 1 chunk +64 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
brettw
Low priority. This is a isolated piece cleaved off of my bigger patch that contains ...
8 years, 6 months ago (2012-06-18 04:34:48 UTC) #1
bbudge
https://chromiumcodereview.appspot.com/10560030/diff/2001/ppapi/proxy/ppapi_messages.h File ppapi/proxy/ppapi_messages.h (right): https://chromiumcodereview.appspot.com/10560030/diff/2001/ppapi/proxy/ppapi_messages.h#newcode1392 ppapi/proxy/ppapi_messages.h:1392: // New-style resource call/reply messages. A more informative comment ...
8 years, 6 months ago (2012-06-18 17:23:47 UTC) #2
brettw
Thanks, will address your other comments tonight. https://chromiumcodereview.appspot.com/10560030/diff/2001/ppapi/proxy/resource_message_params.h File ppapi/proxy/resource_message_params.h (right): https://chromiumcodereview.appspot.com/10560030/diff/2001/ppapi/proxy/resource_message_params.h#newcode95 ppapi/proxy/resource_message_params.h:95: This is ...
8 years, 6 months ago (2012-06-18 17:33:53 UTC) #3
brettw
I think I got everything, PTAL
8 years, 6 months ago (2012-06-19 05:08:20 UTC) #4
bbudge
https://chromiumcodereview.appspot.com/10560030/diff/8001/ppapi/proxy/ppapi_messages.h File ppapi/proxy/ppapi_messages.h (right): https://chromiumcodereview.appspot.com/10560030/diff/8001/ppapi/proxy/ppapi_messages.h#newcode1396 ppapi/proxy/ppapi_messages.h:1396: // host object. Maybe a little explanation about 'nesting'? ...
8 years, 6 months ago (2012-06-19 20:40:31 UTC) #5
brettw
New patch up. The scoped var stuff in the last patch was actually from a ...
8 years, 6 months ago (2012-06-20 15:37:47 UTC) #6
bbudge
LGTM w/optional suggestion https://chromiumcodereview.appspot.com/10560030/diff/11002/ppapi/proxy/resource_message_params.cc File ppapi/proxy/resource_message_params.cc (right): https://chromiumcodereview.appspot.com/10560030/diff/11002/ppapi/proxy/resource_message_params.cc#newcode61 ppapi/proxy/resource_message_params.cc:61: return IPC::ParamTraits<bool>::Read(msg, iter, &has_callback_); Could be: ...
8 years, 6 months ago (2012-06-20 16:58:41 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brettw@chromium.org/10560030/11002
8 years, 6 months ago (2012-06-21 17:33:03 UTC) #8
commit-bot: I haz the power
8 years, 6 months ago (2012-06-21 21:46:27 UTC) #9
Change committed as 143463

Powered by Google App Engine
This is Rietveld 408576698