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

Issue 671163002: Add new extension API for VPN (Closed)

Created:
6 years, 2 months ago by kaliamoorthi
Modified:
6 years, 1 month ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, Andrew T Wilson (Slow)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add new extension API for VPN This CL adds a new extension API that can be used to implement VPN clients by third party. BUG=407541 Committed: https://crrev.com/f12e0ba44b4ec3279b3d88ca2bc3c345927ad96e Cr-Commit-Position: refs/heads/master@{#302670}

Patch Set 1 #

Total comments: 22

Patch Set 2 : Fixed comments from kalman@ and rebased #

Patch Set 3 : Adds the extension api for platform apps as well #

Total comments: 4

Patch Set 4 : Rebase and added TODOs for pending tasks #

Patch Set 5 : Added OWNERS and updated histograms.xml #

Patch Set 6 : Rebased and moved the API from chrome to extension #

Patch Set 7 : Added an optional callback to methods in the idl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -0 lines) Patch
M extensions/browser/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A extensions/browser/api/vpn_provider/OWNERS View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
A extensions/browser/api/vpn_provider/vpn_provider_api.h View 1 2 3 4 5 1 chunk +69 lines, -0 lines 0 comments Download
A extensions/browser/api/vpn_provider/vpn_provider_api.cc View 1 2 3 4 5 1 chunk +46 lines, -0 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M extensions/common/api/_api_features.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/common/api/_permission_features.json View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M extensions/common/api/schemas.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A extensions/common/api/vpn_provider.idl View 1 2 3 4 5 6 1 chunk +96 lines, -0 lines 0 comments Download
M extensions/common/permissions/api_permission.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/permissions/extensions_api_permissions.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/common/permissions/permission_message.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/extensions_strings.grd View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (14 generated)
kaliamoorthi
This CL adds vpnProvider extension API with the implementation stubbed. PTAL.
6 years, 2 months ago (2014-10-23 09:44:25 UTC) #2
not at google - send to devlin
I'm just reviewing the IDL and JSON of course. https://codereview.chromium.org/671163002/diff/1/chrome/common/extensions/api/_permission_features.json File chrome/common/extensions/api/_permission_features.json (right): https://codereview.chromium.org/671163002/diff/1/chrome/common/extensions/api/_permission_features.json#newcode1014 chrome/common/extensions/api/_permission_features.json:1014: ...
6 years, 2 months ago (2014-10-23 14:08:19 UTC) #3
Mark P
It's not obvious why I'm listed as a reviewer here. Removing my name. Did you ...
6 years, 2 months ago (2014-10-23 18:38:49 UTC) #5
kaliamoorthi
This CL address all previous comments. PTAL. I assume that you can approve all these ...
6 years, 1 month ago (2014-10-27 14:40:18 UTC) #7
not at google - send to devlin
lgtm https://codereview.chromium.org/671163002/diff/40001/chrome/common/extensions/api/vpn_provider.idl File chrome/common/extensions/api/vpn_provider.idl (right): https://codereview.chromium.org/671163002/diff/40001/chrome/common/extensions/api/vpn_provider.idl#newcode1 chrome/common/extensions/api/vpn_provider.idl:1: // Copyright 2014 The Chromium Authors. All rights ...
6 years, 1 month ago (2014-10-30 17:46:47 UTC) #8
kaliamoorthi
This CL fixes the last set of comments. https://codereview.chromium.org/671163002/diff/40001/chrome/common/extensions/api/vpn_provider.idl File chrome/common/extensions/api/vpn_provider.idl (right): https://codereview.chromium.org/671163002/diff/40001/chrome/common/extensions/api/vpn_provider.idl#newcode1 chrome/common/extensions/api/vpn_provider.idl:1: // ...
6 years, 1 month ago (2014-10-31 10:04:55 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/671163002/60001
6 years, 1 month ago (2014-10-31 10:05:55 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/21470)
6 years, 1 month ago (2014-10-31 10:08:47 UTC) #13
kaliamoorthi
Added mpearson@ as a reviewer for extensions/browser/extension_function_histogram_value.h Can you please LGTM?
6 years, 1 month ago (2014-10-31 10:36:58 UTC) #15
not at google - send to devlin
kaliamoorthi - that actually reminds me a couple of things, to fix while you're waiting ...
6 years, 1 month ago (2014-10-31 16:35:28 UTC) #17
Mark P
Please add your change to histograms.xml to this changelist. --mark
6 years, 1 month ago (2014-10-31 16:48:20 UTC) #18
kaliamoorthi
On 2014/10/31 16:48:20, Mark P wrote: > Please add your change to histograms.xml to this ...
6 years, 1 month ago (2014-11-03 13:12:19 UTC) #19
not at google - send to devlin
On 2014/11/03 13:12:19, kaliamoorthi wrote: > On 2014/10/31 16:48:20, Mark P wrote: > > Please ...
6 years, 1 month ago (2014-11-03 17:00:07 UTC) #21
Ken Rockot(use gerrit already)
On 2014/11/03 17:00:07, kalman wrote: > On 2014/11/03 13:12:19, kaliamoorthi wrote: > > On 2014/10/31 ...
6 years, 1 month ago (2014-11-03 17:19:27 UTC) #22
Mark P
extension_function_histogram_value.h and histograms.xml lgtm
6 years, 1 month ago (2014-11-03 21:47:19 UTC) #23
kaliamoorthi
PTAL. Moved the implementation to extension/ The API would need to access chromeos/dbus/. Is this ...
6 years, 1 month ago (2014-11-04 17:27:28 UTC) #26
Ken Rockot(use gerrit already)
On 2014/11/04 17:27:28, kaliamoorthi wrote: > PTAL. Moved the implementation to extension/ > > The ...
6 years, 1 month ago (2014-11-04 17:58:08 UTC) #27
kaliamoorthi
On 2014/11/04 17:58:08, Ken Rockot wrote: > On 2014/11/04 17:27:28, kaliamoorthi wrote: > > PTAL. ...
6 years, 1 month ago (2014-11-04 18:12:03 UTC) #28
not at google - send to devlin
lgtm, it doesn't look like you've introduced the chromeos dependencies in this patch, but when ...
6 years, 1 month ago (2014-11-04 18:19:36 UTC) #30
James Cook
On 2014/11/04 18:19:36, kalman wrote: > lgtm, it doesn't look like you've introduced the chromeos ...
6 years, 1 month ago (2014-11-04 18:49:13 UTC) #31
kaliamoorthi
On 2014/11/04 18:49:13, James Cook wrote: > On 2014/11/04 18:19:36, kalman wrote: > > lgtm, ...
6 years, 1 month ago (2014-11-04 19:19:47 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/671163002/160001
6 years, 1 month ago (2014-11-04 19:22:13 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel/builds/8454)
6 years, 1 month ago (2014-11-04 20:46:17 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/671163002/160001
6 years, 1 month ago (2014-11-04 20:50:25 UTC) #38
commit-bot: I haz the power
Committed patchset #7 (id:160001)
6 years, 1 month ago (2014-11-04 21:19:45 UTC) #39
commit-bot: I haz the power
6 years, 1 month ago (2014-11-04 21:20:24 UTC) #40
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/f12e0ba44b4ec3279b3d88ca2bc3c345927ad96e
Cr-Commit-Position: refs/heads/master@{#302670}

Powered by Google App Engine
This is Rietveld 408576698