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

Issue 6667010: Add a console interface for logging to the JS console from a PPAPI plugin.... (Closed)

Created:
9 years, 9 months ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
yzshen1
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Add a console interface for logging to the JS console from a PPAPI plugin. TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77852

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+385 lines, -22 lines) Patch
A ppapi/c/dev/ppb_console_dev.h View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
M ppapi/example/example.cc View 1 2 7 chunks +20 lines, -22 lines 0 comments Download
M ppapi/ppapi_cpp.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/ppapi_shared_proxy.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/dispatcher.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_id.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages_internal.h View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_console_proxy.h View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_console_proxy.cc View 1 2 1 chunk +103 lines, -0 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 3 chunks +4 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppb_console_impl.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppb_console_impl.cc View 1 2 1 chunk +86 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/var.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/var.cc View 1 2 2 chunks +33 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
brettw
9 years, 9 months ago (2011-03-10 23:06:47 UTC) #1
yzshen1
http://codereview.chromium.org/6667010/diff/6003/ppapi/c/dev/ppb_console_dev.h File ppapi/c/dev/ppb_console_dev.h (right): http://codereview.chromium.org/6667010/diff/6003/ppapi/c/dev/ppb_console_dev.h#newcode5 ppapi/c/dev/ppb_console_dev.h:5: #ifndef PPAPI_C_DEV_PPB_CONSOLE_H_ I think PPAPI_C_DEV_PPB_CONSOLE_DEV_H_ would be more consistent ...
9 years, 9 months ago (2011-03-11 00:40:35 UTC) #2
brettw
New snap up, thanks for the thorough review.
9 years, 9 months ago (2011-03-11 19:09:21 UTC) #3
yzshen1
9 years, 9 months ago (2011-03-11 19:35:25 UTC) #4
LGTM

Thanks!

On 2011/03/11 19:09:21, brettw wrote:
> New snap up, thanks for the thorough review.

Powered by Google App Engine
This is Rietveld 408576698