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

Issue 11416214: PPAPI: Move PPB_Console out of dev. (Closed)

Created:
8 years ago by Nick Bray (chromium)
Modified:
8 years ago
CC:
chromium-reviews, brettw
Visibility:
Public.

Description

PPAPI: Move PPB_Console out of dev. PPB_Console was not added to the SRPC proxy because this proxy is deprecated. BUG= none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=172762

Patch Set 1 #

Total comments: 4

Patch Set 2 : Edits #

Total comments: 2

Patch Set 3 : Back compat #

Patch Set 4 : Rebase #

Patch Set 5 : Add test #

Total comments: 1

Patch Set 6 : Move dev decl #

Patch Set 7 : Examples #

Total comments: 3

Patch Set 8 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -275 lines) Patch
M chrome/test/ppapi/ppapi_browsertest.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
D ppapi/api/dev/ppb_console_dev.idl View 1 chunk +0 lines, -51 lines 0 comments Download
A + ppapi/api/ppb_console.idl View 3 chunks +6 lines, -6 lines 0 comments Download
D ppapi/c/dev/ppb_console_dev.h View 1 chunk +0 lines, -75 lines 0 comments Download
A + ppapi/c/ppb_console.h View 5 chunks +13 lines, -13 lines 0 comments Download
M ppapi/cpp/instance.h View 1 2 chunks +24 lines, -0 lines 0 comments Download
M ppapi/cpp/instance.cc View 3 chunks +21 lines, -0 lines 0 comments Download
M ppapi/cpp/private/instance_private.h View 2 chunks +1 line, -14 lines 0 comments Download
M ppapi/cpp/private/instance_private.cc View 2 chunks +0 lines, -20 lines 0 comments Download
M ppapi/examples/gamepad/gamepad.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M ppapi/examples/gles2/gles2.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M ppapi/examples/ime/ime.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/examples/mouse_lock/mouse_lock.cc View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M ppapi/examples/video_decode/video_decode.cc View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 4 5 6 12 chunks +30 lines, -30 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 3 4 3 chunks +3 lines, -1 line 0 comments Download
M ppapi/proxy/host_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M ppapi/proxy/plugin_dispatcher.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/proxy/plugin_dispatcher.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/plugin_globals.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/proxy/plugin_globals.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/shared_impl/ppapi_globals.h View 3 chunks +3 lines, -3 lines 0 comments Download
M ppapi/shared_impl/ppb_instance_shared.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/shared_impl/ppb_instance_shared.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/shared_impl/resource.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/shared_impl/resource.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/shared_impl/test_globals.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/shared_impl/test_globals.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 2 chunks +1 line, -1 line 0 comments Download
A + ppapi/tests/test_console.h View 1 2 3 4 5 6 7 1 chunk +9 lines, -6 lines 0 comments Download
A ppapi/tests/test_console.cc View 1 2 3 4 5 6 7 1 chunk +38 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev.h View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M ppapi/thunk/interfaces_ppb_public_stable.h View 1 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/ppb_console_thunk.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M ppapi/thunk/ppb_instance_api.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/host_globals.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/host_globals.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
Nick Bray (chromium)
1) I have no idea what I am doing, so please review carefully. 2) I ...
8 years ago (2012-11-27 22:36:14 UTC) #1
dmichael (off chromium)
lgtm https://codereview.chromium.org/11416214/diff/1/ppapi/cpp/instance.h File ppapi/cpp/instance.h (right): https://codereview.chromium.org/11416214/diff/1/ppapi/cpp/instance.h#newcode485 ppapi/cpp/instance.h:485: const Var& value); For public APIs, we try ...
8 years ago (2012-12-04 15:32:33 UTC) #2
Nick Bray (chromium)
+cc brettw: do you have any comments? I remember you were deferring explaining something until ...
8 years ago (2012-12-04 23:14:56 UTC) #3
dmichael (off chromium)
On Tue, Dec 4, 2012 at 4:14 PM, <ncbray@chromium.org> wrote: > +cc brettw: do you ...
8 years ago (2012-12-04 23:20:01 UTC) #4
brettw
https://codereview.chromium.org/11416214/diff/6001/ppapi/thunk/interfaces_ppb_public_stable.h File ppapi/thunk/interfaces_ppb_public_stable.h (right): https://codereview.chromium.org/11416214/diff/6001/ppapi/thunk/interfaces_ppb_public_stable.h#newcode57 ppapi/thunk/interfaces_ppb_public_stable.h:57: PROXIED_IFACE(PPB_Instance, PPB_CONSOLE_INTERFACE_1_0, PPB_Console_1_0) Can you add a second line ...
8 years ago (2012-12-05 22:43:15 UTC) #5
Nick Bray (chromium)
PTAL, added a smoke test in the last patch. The deck is clear, I will ...
8 years ago (2012-12-12 00:00:28 UTC) #6
brettw
lgtm https://codereview.chromium.org/11416214/diff/19001/ppapi/thunk/interfaces_ppb_public_stable.h File ppapi/thunk/interfaces_ppb_public_stable.h (right): https://codereview.chromium.org/11416214/diff/19001/ppapi/thunk/interfaces_ppb_public_stable.h#newcode58 ppapi/thunk/interfaces_ppb_public_stable.h:58: PROXIED_IFACE(PPB_Instance, "PPB_Console(Dev);0.1", PPB_Console_1_0) Sorry, I should have said ...
8 years ago (2012-12-12 00:09:16 UTC) #7
dmichael (off chromium)
still lgtm https://codereview.chromium.org/11416214/diff/29004/ppapi/tests/test_console.cc File ppapi/tests/test_console.cc (right): https://codereview.chromium.org/11416214/diff/29004/ppapi/tests/test_console.cc#newcode47 ppapi/tests/test_console.cc:47: var_interface_->Release(source); It might be cleaner to just ...
8 years ago (2012-12-12 19:09:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncbray@chromium.org/11416214/16005
8 years ago (2012-12-12 19:45:25 UTC) #9
commit-bot: I haz the power
Presubmit check for 11416214-16005 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-12 19:45:49 UTC) #10
dmichael (off chromium)
Either git cl dcommit, or... you can change that TODO(brettw) to FIXME(dmichael)... or, if you're ...
8 years ago (2012-12-12 20:40:03 UTC) #11
Nick Bray (chromium)
Will manually check in after try job. Will fix presubmit in separate CL. On 2012/12/12 ...
8 years ago (2012-12-12 20:48:44 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncbray@chromium.org/11416214/16005
8 years ago (2012-12-12 22:37:51 UTC) #13
commit-bot: I haz the power
8 years ago (2012-12-13 01:34:34 UTC) #14
Message was sent while issue was closed.
Change committed as 172762

Powered by Google App Engine
This is Rietveld 408576698