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

Issue 1731273002: ppapi: PPB_VpnProvider: Add a simple NaCl SDK example. (Closed)

Created:
4 years, 10 months ago by adrian.belgun
Modified:
4 years, 5 months ago
CC:
chromium-reviews, binji+watch_chromium.org, Sam Clegg
Base URL:
https://chromium.googlesource.com/chromium/src.git@vpn-ppapi
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ppapi: PPB_VpnProvider: Add a simple NaCl SDK example. Co-Authored-By: Valentin Ilie <valentin.ilie@intel.com>; BUG=506490 Committed: https://crrev.com/bb921dfc13aad262dfff7270a8949b6032c6fb23 Cr-Commit-Position: refs/heads/master@{#406516}

Patch Set 1 #

Total comments: 18

Patch Set 2 : Sync to new API. #

Patch Set 3 : New simplied API. Full connection workflow. #

Total comments: 40

Patch Set 4 : Respond to reviews. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+531 lines, -0 lines) Patch
M native_client_sdk/src/build_tools/sdk_files.list View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A native_client_sdk/src/examples/api/vpn_provider/README View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/api/vpn_provider/example.dsc View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/api/vpn_provider/example.js View 1 2 3 1 chunk +134 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/api/vpn_provider/index.html View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/api/vpn_provider/vpn_provider.cc View 1 2 3 1 chunk +137 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/api/vpn_provider/vpn_provider_helper.h View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/api/vpn_provider/vpn_provider_helper.cc View 1 2 3 1 chunk +128 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (14 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:45:10 UTC) #2
adrian.belgun
4 years, 10 months ago (2016-02-24 13:46:02 UTC) #4
bartfab (slow)
4 years, 10 months ago (2016-02-24 14:15:02 UTC) #6
Sam Clegg
Thanks for adding this. Can you add "CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk;tryserver.chromium.win:win_nacl_sdk" to your CL description and do a ...
4 years, 10 months ago (2016-02-24 18:16:28 UTC) #7
binji
https://codereview.chromium.org/1731273002/diff/1/native_client_sdk/src/examples/api/vpn_provider/example.js File native_client_sdk/src/examples/api/vpn_provider/example.js (right): https://codereview.chromium.org/1731273002/diff/1/native_client_sdk/src/examples/api/vpn_provider/example.js#newcode1 native_client_sdk/src/examples/api/vpn_provider/example.js:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
4 years, 10 months ago (2016-02-24 19:23:09 UTC) #10
adrian.belgun
Uploaded a new patch set. Please review. This is a complete rewrite of the SDK ...
4 years, 5 months ago (2016-07-15 14:28:57 UTC) #11
dskaram
On 2016/07/15 14:28:57, adrian.belgun wrote: > Uploaded a new patch set. Please review. > > ...
4 years, 5 months ago (2016-07-15 14:48:14 UTC) #13
adrian.belgun
On 2016/07/15 14:48:14, dskaram wrote: > On 2016/07/15 14:28:57, adrian.belgun wrote: > > Uploaded a ...
4 years, 5 months ago (2016-07-15 14:59:25 UTC) #14
emaxx
https://codereview.chromium.org/1731273002/diff/30001/native_client_sdk/src/examples/api/vpn_provider/example.js File native_client_sdk/src/examples/api/vpn_provider/example.js (right): https://codereview.chromium.org/1731273002/diff/30001/native_client_sdk/src/examples/api/vpn_provider/example.js#newcode6 native_client_sdk/src/examples/api/vpn_provider/example.js:6: var configName = "Mock configuration"; nit: Google JS style ...
4 years, 5 months ago (2016-07-18 13:46:58 UTC) #15
binji
https://codereview.chromium.org/1731273002/diff/30001/native_client_sdk/src/examples/api/vpn_provider/index.html File native_client_sdk/src/examples/api/vpn_provider/index.html (right): https://codereview.chromium.org/1731273002/diff/30001/native_client_sdk/src/examples/api/vpn_provider/index.html#newcode18 native_client_sdk/src/examples/api/vpn_provider/index.html:18: <h2>Status: <code id="statusField">NO-STATUS</code></h2> We usually try to have a ...
4 years, 5 months ago (2016-07-18 18:46:28 UTC) #16
adrian.belgun
Thank you for reviewing this! Uploaded new patch set with the requested changes. https://codereview.chromium.org/1731273002/diff/30001/native_client_sdk/src/examples/api/vpn_provider/example.js File ...
4 years, 5 months ago (2016-07-19 13:57:23 UTC) #17
emaxx
lgtm
4 years, 5 months ago (2016-07-19 14:15:06 UTC) #18
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-19 17:43:50 UTC) #21
binji
hm, looks like the NaCl SDK trybots aren't working properly. lgtm
4 years, 5 months ago (2016-07-19 19:00:12 UTC) #24
adrian.belgun
On 2016/07/19 19:00:12, binji wrote: > hm, looks like the NaCl SDK trybots aren't working ...
4 years, 5 months ago (2016-07-19 20:37:32 UTC) #25
robert.bradford
On 2016/07/19 20:37:32, adrian.belgun wrote: > On 2016/07/19 19:00:12, binji wrote: > > hm, looks ...
4 years, 5 months ago (2016-07-19 21:13:07 UTC) #26
binji
On 2016/07/19 21:13:07, robert.bradford wrote: > On 2016/07/19 20:37:32, adrian.belgun wrote: > > On 2016/07/19 ...
4 years, 5 months ago (2016-07-19 21:30:04 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1731273002/50001
4 years, 5 months ago (2016-07-20 08:07:36 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:50001)
4 years, 5 months ago (2016-07-20 08:17:51 UTC) #32
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-20 08:18:04 UTC) #33
commit-bot: I haz the power
4 years, 5 months ago (2016-07-20 08:21:24 UTC) #35
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/bb921dfc13aad262dfff7270a8949b6032c6fb23
Cr-Commit-Position: refs/heads/master@{#406516}

Powered by Google App Engine
This is Rietveld 408576698