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

Issue 14636009: Hook up V8<->Var conversion in the pepper message channel (Closed)

Created:
7 years, 7 months ago by raymes
Modified:
7 years, 7 months ago
CC:
chromium-reviews, scheib+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Hook up V8<->Var conversion in the pepper message channel This hooks up V8<->Var conversion in the pepper message channel so that Array/Dictionaries can be transmitted to and from the plugin using Post/HandleMessage. This CL also adds integration tests for transmitting Arrays/Dictionaries. BUG=236958 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=200880

Patch Set 1 #

Patch Set 2 : . #

Total comments: 19

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+333 lines, -89 lines) Patch
M chrome/test/ppapi/ppapi_browsertest.cc View 1 2 3 5 chunks +15 lines, -0 lines 0 comments Download
M ppapi/tests/test_post_message.h View 1 2 2 chunks +15 lines, -0 lines 0 comments Download
M ppapi/tests/test_post_message.cc View 1 2 3 6 chunks +227 lines, -14 lines 0 comments Download
M webkit/plugins/ppapi/message_channel.cc View 1 2 3 4 chunks +76 lines, -75 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
raymes
7 years, 7 months ago (2013-05-08 23:22:38 UTC) #1
dmichael (off chromium)
https://codereview.chromium.org/14636009/diff/2001/chrome/test/ppapi/ppapi_browsertest.cc File chrome/test/ppapi/ppapi_browsertest.cc (right): https://codereview.chromium.org/14636009/diff/2001/chrome/test/ppapi/ppapi_browsertest.cc#newcode560 chrome/test/ppapi/ppapi_browsertest.cc:560: // Arrays/Dictionaries aren't supported with PostMessage in-process. nit: please ...
7 years, 7 months ago (2013-05-09 20:21:12 UTC) #2
raymes
https://codereview.chromium.org/14636009/diff/2001/chrome/test/ppapi/ppapi_browsertest.cc File chrome/test/ppapi/ppapi_browsertest.cc (right): https://codereview.chromium.org/14636009/diff/2001/chrome/test/ppapi/ppapi_browsertest.cc#newcode560 chrome/test/ppapi/ppapi_browsertest.cc:560: // Arrays/Dictionaries aren't supported with PostMessage in-process. On 2013/05/09 ...
7 years, 7 months ago (2013-05-13 17:09:43 UTC) #3
dmichael (off chromium)
lgtm https://codereview.chromium.org/14636009/diff/2001/ppapi/tests/test_post_message.cc File ppapi/tests/test_post_message.cc (right): https://codereview.chromium.org/14636009/diff/2001/ppapi/tests/test_post_message.cc#newcode102 ppapi/tests/test_post_message.cc:102: pp::Var key = expected_dict.GetKeys().Get(i); On 2013/05/13 17:09:43, raymes ...
7 years, 7 months ago (2013-05-13 18:02:26 UTC) #4
raymes
https://codereview.chromium.org/14636009/diff/9001/ppapi/tests/test_post_message.cc File ppapi/tests/test_post_message.cc (right): https://codereview.chromium.org/14636009/diff/9001/ppapi/tests/test_post_message.cc#newcode500 ppapi/tests/test_post_message.cc:500: length_as_string); On 2013/05/13 18:02:26, dmichael wrote: > nit: indentation ...
7 years, 7 months ago (2013-05-17 17:39:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/14636009/17001
7 years, 7 months ago (2013-05-17 17:39:26 UTC) #6
commit-bot: I haz the power
7 years, 7 months ago (2013-05-17 20:54:01 UTC) #7
Message was sent while issue was closed.
Change committed as 200880

Powered by Google App Engine
This is Rietveld 408576698