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

Issue 4659001: Convert Chrome PPAPI proxy from bool to PP_Bool. (Closed)

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

Description

Convert Chrome PPAPI proxy from bool to PP_Bool. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65381

Patch Set 1 #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -94 lines) Patch
M ppapi/proxy/interface_proxy.h View 1 chunk +8 lines, -0 lines 3 comments Download
M ppapi/proxy/ppapi_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppb_core_proxy.cc View 1 chunk +3 lines, -2 lines 1 comment Download
M ppapi/proxy/ppb_graphics_2d_proxy.h View 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_graphics_2d_proxy.cc View 5 chunks +13 lines, -13 lines 0 comments Download
M ppapi/proxy/ppb_image_data_proxy.h View 2 chunks +3 lines, -2 lines 0 comments Download
M ppapi/proxy/ppb_image_data_proxy.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M ppapi/proxy/ppb_instance_proxy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/proxy/ppb_instance_proxy.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M ppapi/proxy/ppb_testing_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppb_testing_proxy.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ppapi/proxy/ppb_url_loader_proxy.cc View 2 chunks +12 lines, -12 lines 0 comments Download
M ppapi/proxy/ppb_url_request_info_proxy.cc View 4 chunks +15 lines, -14 lines 0 comments Download
M ppapi/proxy/ppb_url_response_info_proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/proxy/ppp_instance_proxy.h View 1 chunk +4 lines, -4 lines 0 comments Download
M ppapi/proxy/ppp_instance_proxy.cc View 6 chunks +18 lines, -18 lines 0 comments Download
M ppapi/proxy/serialized_var.cc View 2 chunks +6 lines, -2 lines 5 comments Download

Messages

Total messages: 7 (0 generated)
brettw
10 years, 1 month ago (2010-11-08 03:50:57 UTC) #1
dmichael(do not use this one)
LGTM, just a few comments. http://codereview.chromium.org/4659001/diff/1/2 File ppapi/proxy/interface_proxy.h (right): http://codereview.chromium.org/4659001/diff/1/2#newcode79 ppapi/proxy/interface_proxy.h:79: } Is there a ...
10 years, 1 month ago (2010-11-08 15:31:19 UTC) #2
brettw
http://codereview.chromium.org/4659001/diff/1/2 File ppapi/proxy/interface_proxy.h (right): http://codereview.chromium.org/4659001/diff/1/2#newcode79 ppapi/proxy/interface_proxy.h:79: } The proxy layer is actually totally separate from ...
10 years, 1 month ago (2010-11-08 15:51:02 UTC) #3
brettw
http://codereview.chromium.org/4659001/diff/1/18 File ppapi/proxy/serialized_var.cc (right): http://codereview.chromium.org/4659001/diff/1/18#newcode126 ppapi/proxy/serialized_var.cc:126: m->WriteBool(var_.value.as_bool); This doesn't build on Windows (yet), but thanks ...
10 years, 1 month ago (2010-11-08 15:59:14 UTC) #4
dmichael(do not use this one)
Feel free to ping me when you have it building on Windows if you want ...
10 years, 1 month ago (2010-11-08 16:11:51 UTC) #5
brettw
On Mon, Nov 8, 2010 at 8:11 AM, <dmichael@google.com> wrote: > Feel free to ping ...
10 years, 1 month ago (2010-11-08 16:28:55 UTC) #6
dmichael(do not use this one)
10 years, 1 month ago (2010-11-08 16:45:25 UTC) #7
Then still LGTM (in case you were waiting)

Powered by Google App Engine
This is Rietveld 408576698