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

Issue 1726303003: ppapi: PPB_VpnProvider: Define API (Closed)

Created:
4 years, 10 months ago by adrian.belgun
Modified:
4 years, 7 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, yusukes+watch_chromium.org, tzik, binji+watch_chromium.org, jam, teravest+watch_chromium.org, darin-cc_chromium.org, asvitkine+watch_chromium.org, bradnelson+warch_chromium.org, mkwst+moarreviews-renderer_chromium.org, piman+watch_chromium.org, Sam Clegg, ihf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ppapi: PPB_VpnProvider: Define API tbr=sky@chromium.org for trivial change to chrome/common/ppapi_utils. BUG=506490 Committed: https://crrev.com/000bd4989875e1a1fd7faaaf07403cd1f9131d60 Cr-Commit-Position: refs/heads/master@{#393345}

Patch Set 1 #

Total comments: 18

Patch Set 2 : Updated IDL as per review #

Patch Set 3 : Simplify IDL #

Total comments: 4

Patch Set 4 : API Cleanup #

Patch Set 5 : Performance Optimization: Use shared memory #

Patch Set 6 : Rebase #

Total comments: 28

Patch Set 7 : Split patch & responded to reviews #

Total comments: 10

Patch Set 8 : Added boilerplate code. #

Patch Set 9 : Fix GYP Build #

Patch Set 10 : Update Documentation #

Patch Set 11 : Added documentation regarding permissions #

Total comments: 4

Patch Set 12 : Remove GetUnbindEvent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+722 lines, -0 lines) Patch
M chrome/common/ppapi_utils.cc View 1 2 3 7 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/plugin_module.cc View 1 2 3 4 5 7 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/resource_creation_impl.h View 7 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/resource_creation_impl.cc View 1 2 3 4 7 1 chunk +4 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/ppapi/library.dsc View 1 chunk +1 line, -0 lines 0 comments Download
M native_client_sdk/src/libraries/ppapi_cpp/library.dsc View 2 chunks +2 lines, -0 lines 0 comments Download
A ppapi/api/ppb_vpn_provider.idl View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +159 lines, -0 lines 0 comments Download
A ppapi/c/ppb_vpn_provider.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +175 lines, -0 lines 0 comments Download
A ppapi/cpp/vpn_provider.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +135 lines, -0 lines 0 comments Download
A ppapi/cpp/vpn_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +68 lines, -0 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +46 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 3 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 3 4 7 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 7 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/shared_impl/resource.h View 7 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/all_cpp_includes.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/BUILD.gn View 7 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev_channel.h View 7 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/thunk/ppb_vpn_provider_api.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +31 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_vpn_provider_thunk.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +79 lines, -0 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 7 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 64 (23 generated)
adrian.belgun
Re-based old PPAPI VPN Provider proposal and split it into three separate reviews. ppapi: https://codereview.chromium.org/1726303003/ ...
4 years, 10 months ago (2016-02-24 13:41:44 UTC) #2
bartfab (slow)
I am glad to see that work on this API resumed. However, I will not ...
4 years, 10 months ago (2016-02-24 13:46:00 UTC) #4
bbudge
Initial comments on the IDL file and API shape. https://codereview.chromium.org/1726303003/diff/1/ppapi/api/ppb_vpn_provider.idl File ppapi/api/ppb_vpn_provider.idl (right): https://codereview.chromium.org/1726303003/diff/1/ppapi/api/ppb_vpn_provider.idl#newcode21 ppapi/api/ppb_vpn_provider.idl:21: ...
4 years, 10 months ago (2016-02-24 19:34:22 UTC) #5
adrian.belgun
Updated IDL and synced up the rest of the code with it. It's possible that ...
4 years, 9 months ago (2016-03-09 11:07:08 UTC) #6
bartfab (slow)
IMHO, we should consider reducing the scope of this API: Instead of duplicating the entire ...
4 years, 9 months ago (2016-03-10 14:34:20 UTC) #7
adrian.belgun
On 2016/03/10 14:34:20, bartfab (slow) wrote: > IMHO, we should consider reducing the scope of ...
4 years, 9 months ago (2016-03-15 13:33:29 UTC) #8
bbudge
https://codereview.chromium.org/1726303003/diff/40001/ppapi/api/ppb_vpn_provider.idl File ppapi/api/ppb_vpn_provider.idl (right): https://codereview.chromium.org/1726303003/diff/40001/ppapi/api/ppb_vpn_provider.idl#newcode119 ppapi/api/ppb_vpn_provider.idl:119: * SendPacket() sends an IP packet through the tunnel ...
4 years, 9 months ago (2016-03-22 22:38:33 UTC) #9
adrian.belgun
To prevent connection hijacking, this API can only be bound to connections created by the ...
4 years, 8 months ago (2016-03-29 15:45:44 UTC) #10
adrian.belgun
Submitted new patch set that fixes performance issues introduced by the callback for SendPacket. bbudge@chromium.org: ...
4 years, 8 months ago (2016-04-22 15:22:36 UTC) #11
bbudge
I've posted comments on the API parts. This CL includes a lot of implementation too. ...
4 years, 8 months ago (2016-04-26 18:25:21 UTC) #12
adrian.belgun
> This CL includes a lot of implementation too. The review might go faster if ...
4 years, 7 months ago (2016-04-27 14:55:21 UTC) #13
bbudge
Mostly documentation comments. Otherwise, this is getting close. You probably have to add the API ...
4 years, 7 months ago (2016-04-27 16:07:14 UTC) #14
adrian.belgun
On 2016/04/27 16:07:14, bbudge wrote: > Mostly documentation comments. Otherwise, this is getting close. > ...
4 years, 7 months ago (2016-04-28 08:30:40 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1726303003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1726303003/140001
4 years, 7 months ago (2016-04-28 10:27:09 UTC) #17
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. CQ run can only be started ...
4 years, 7 months ago (2016-04-28 10:27:12 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1726303003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1726303003/140001
4 years, 7 months ago (2016-05-02 22:22:30 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/59959) linux_chromium_chromeos_ozone_rel_ng on ...
4 years, 7 months ago (2016-05-02 22:40:27 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1726303003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1726303003/160001
4 years, 7 months ago (2016-05-03 11:36:23 UTC) #26
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-03 12:42:57 UTC) #28
adrian.belgun
Updated documentation. https://codereview.chromium.org/1726303003/diff/100001/ppapi/api/ppb_vpn_provider.idl File ppapi/api/ppb_vpn_provider.idl (right): https://codereview.chromium.org/1726303003/diff/100001/ppapi/api/ppb_vpn_provider.idl#newcode77 ppapi/api/ppb_vpn_provider.idl:77: * configuration gets unbound. On 2016/04/26 18:25:20, ...
4 years, 7 months ago (2016-05-04 13:38:45 UTC) #29
bbudge
https://codereview.chromium.org/1726303003/diff/200001/ppapi/api/ppb_vpn_provider.idl File ppapi/api/ppb_vpn_provider.idl (right): https://codereview.chromium.org/1726303003/diff/200001/ppapi/api/ppb_vpn_provider.idl#newcode127 ppapi/api/ppb_vpn_provider.idl:127: [in] PP_CompletionCallback callback); I forgot to bring this up ...
4 years, 7 months ago (2016-05-05 21:45:51 UTC) #30
adrian.belgun
https://codereview.chromium.org/1726303003/diff/200001/ppapi/api/ppb_vpn_provider.idl File ppapi/api/ppb_vpn_provider.idl (right): https://codereview.chromium.org/1726303003/diff/200001/ppapi/api/ppb_vpn_provider.idl#newcode127 ppapi/api/ppb_vpn_provider.idl:127: [in] PP_CompletionCallback callback); On 2016/05/05 21:45:50, bbudge wrote: > ...
4 years, 7 months ago (2016-05-06 02:40:01 UTC) #31
dskaram1
On 2016/05/06 02:40:01, adrian.belgun wrote: > https://codereview.chromium.org/1726303003/diff/200001/ppapi/api/ppb_vpn_provider.idl > File ppapi/api/ppb_vpn_provider.idl (right): > > https://codereview.chromium.org/1726303003/diff/200001/ppapi/api/ppb_vpn_provider.idl#newcode127 > ...
4 years, 7 months ago (2016-05-06 06:20:29 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1726303003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1726303003/200001
4 years, 7 months ago (2016-05-06 17:03:37 UTC) #34
bbudge
https://codereview.chromium.org/1726303003/diff/200001/ppapi/api/ppb_vpn_provider.idl File ppapi/api/ppb_vpn_provider.idl (right): https://codereview.chromium.org/1726303003/diff/200001/ppapi/api/ppb_vpn_provider.idl#newcode127 ppapi/api/ppb_vpn_provider.idl:127: [in] PP_CompletionCallback callback); On 2016/05/06 02:40:01, adrian.belgun wrote: > ...
4 years, 7 months ago (2016-05-06 17:06:30 UTC) #35
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-06 18:12:41 UTC) #37
adrian.belgun
Should we now add reviewers for the remaining files? https://codereview.chromium.org/1726303003/diff/200001/ppapi/api/ppb_vpn_provider.idl File ppapi/api/ppb_vpn_provider.idl (right): https://codereview.chromium.org/1726303003/diff/200001/ppapi/api/ppb_vpn_provider.idl#newcode127 ppapi/api/ppb_vpn_provider.idl:127: ...
4 years, 7 months ago (2016-05-06 20:08:48 UTC) #38
bbudge
Pepper LGTM +isherman for tools/metrics/histograms +binji for nacl_sdk
4 years, 7 months ago (2016-05-06 20:38:34 UTC) #40
bbudge
-isherman who is OOO until 5-15 +holte for tools/metrics/histograms
4 years, 7 months ago (2016-05-06 20:40:11 UTC) #41
bbudge
+holte for tools/metrics/histograms
4 years, 7 months ago (2016-05-06 20:41:24 UTC) #43
Steven Holte
lgtm
4 years, 7 months ago (2016-05-09 23:23:59 UTC) #44
binji
native_client_sdk lgtm
4 years, 7 months ago (2016-05-12 17:21:12 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1726303003/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1726303003/220001
4 years, 7 months ago (2016-05-12 18:49:15 UTC) #47
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/182218) ios-simulator on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 7 months ago (2016-05-12 18:59:23 UTC) #49
bbudge
+sky for chrome/common/ppapi_utils.cc
4 years, 7 months ago (2016-05-12 19:14:36 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1726303003/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1726303003/220001
4 years, 7 months ago (2016-05-12 20:09:16 UTC) #54
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/182271)
4 years, 7 months ago (2016-05-12 20:26:49 UTC) #56
Lei Zhang
lgtm
4 years, 7 months ago (2016-05-12 20:38:18 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1726303003/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1726303003/220001
4 years, 7 months ago (2016-05-12 20:39:22 UTC) #60
commit-bot: I haz the power
Committed patchset #12 (id:220001)
4 years, 7 months ago (2016-05-12 20:44:23 UTC) #62
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 20:45:31 UTC) #64
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/000bd4989875e1a1fd7faaaf07403cd1f9131d60
Cr-Commit-Position: refs/heads/master@{#393345}

Powered by Google App Engine
This is Rietveld 408576698