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

Issue 1014053002: Provide warning message for setParameters (Closed)

Created:
5 years, 9 months ago by kaliamoorthi
Modified:
5 years, 9 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, hashimoto+watch_chromium.org, oshima+watch_chromium.org, extensions-reviews_chromium.org, saswat
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Provide warning message for setParameters This CL adds warning message for setParameters API of vpnProvider. The vpnProvider extension API is further filled to stable channel from dev channel. BUG=467911 TBR=stevenjb Committed: https://crrev.com/e5ad31358cc693c737cf34268b4abd520994bfc3 Cr-Commit-Position: refs/heads/master@{#321325}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Moved warning to a console message #

Total comments: 2

Patch Set 3 : Remove the flip of stable flag #

Patch Set 4 : Print only when there is a warning and fix unittest error #

Total comments: 1

Patch Set 5 : Fix comment from Philipp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -13 lines) Patch
M chrome/browser/extensions/api/vpn_provider/vpn_provider_apitest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chromeos/dbus/fake_shill_third_party_vpn_driver_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/dbus/fake_shill_third_party_vpn_driver_client.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chromeos/dbus/shill_third_party_vpn_driver_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/dbus/shill_third_party_vpn_driver_client.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chromeos/dbus/shill_third_party_vpn_driver_client_unittest.cc View 1 2 3 4 3 chunks +5 lines, -2 lines 0 comments Download
M extensions/browser/api/vpn_provider/vpn_provider_api.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/vpn_provider/vpn_provider_api.cc View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M extensions/browser/api/vpn_provider/vpn_service.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M extensions/browser/api/vpn_provider/vpn_service.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (7 generated)
kaliamoorthi
PTAL
5 years, 9 months ago (2015-03-17 15:28:53 UTC) #2
not at google - send to devlin
https://codereview.chromium.org/1014053002/diff/1/extensions/common/api/_permission_features.json File extensions/common/api/_permission_features.json (right): https://codereview.chromium.org/1014053002/diff/1/extensions/common/api/_permission_features.json#newcode432 extensions/common/api/_permission_features.json:432: "channel": "stable", Has this gone through launch review? https://codereview.chromium.org/1014053002/diff/1/extensions/common/api/vpn_provider.idl ...
5 years, 9 months ago (2015-03-17 16:03:00 UTC) #3
kaliamoorthi
https://codereview.chromium.org/1014053002/diff/1/extensions/common/api/_permission_features.json File extensions/common/api/_permission_features.json (right): https://codereview.chromium.org/1014053002/diff/1/extensions/common/api/_permission_features.json#newcode432 extensions/common/api/_permission_features.json:432: "channel": "stable", On 2015/03/17 16:03:00, kalman wrote: > Has ...
5 years, 9 months ago (2015-03-17 16:13:36 UTC) #4
not at google - send to devlin
https://codereview.chromium.org/1014053002/diff/1/extensions/common/api/vpn_provider.idl File extensions/common/api/vpn_provider.idl (right): https://codereview.chromium.org/1014053002/diff/1/extensions/common/api/vpn_provider.idl#newcode83 extensions/common/api/vpn_provider.idl:83: // |warning|: Warning message if any. On 2015/03/17 16:13:36, ...
5 years, 9 months ago (2015-03-17 16:16:04 UTC) #5
kaliamoorthi
PTAL https://codereview.chromium.org/1014053002/diff/1/extensions/common/api/vpn_provider.idl File extensions/common/api/vpn_provider.idl (right): https://codereview.chromium.org/1014053002/diff/1/extensions/common/api/vpn_provider.idl#newcode83 extensions/common/api/vpn_provider.idl:83: // |warning|: Warning message if any. On 2015/03/17 ...
5 years, 9 months ago (2015-03-17 17:25:31 UTC) #6
not at google - send to devlin
https://codereview.chromium.org/1014053002/diff/20001/extensions/common/api/_permission_features.json File extensions/common/api/_permission_features.json (right): https://codereview.chromium.org/1014053002/diff/20001/extensions/common/api/_permission_features.json#newcode432 extensions/common/api/_permission_features.json:432: "channel": "stable", Please take this out of this change.
5 years, 9 months ago (2015-03-17 17:34:14 UTC) #7
kaliamoorthi
PTAL https://codereview.chromium.org/1014053002/diff/20001/extensions/common/api/_permission_features.json File extensions/common/api/_permission_features.json (right): https://codereview.chromium.org/1014053002/diff/20001/extensions/common/api/_permission_features.json#newcode432 extensions/common/api/_permission_features.json:432: "channel": "stable", On 2015/03/17 17:34:14, kalman wrote: > ...
5 years, 9 months ago (2015-03-17 17:41:07 UTC) #8
not at google - send to devlin
My lg no longer needed - up to stevenjb now.
5 years, 9 months ago (2015-03-17 17:48:41 UTC) #9
kaliamoorthi
-kalman@, +pneubeck. Hi Philipp, Steven seems to be OOO, this CL has some changes in ...
5 years, 9 months ago (2015-03-19 09:07:38 UTC) #14
pneubeck (no reviews)
I think this change is fine for now. In general however, I think it would ...
5 years, 9 months ago (2015-03-19 09:22:39 UTC) #15
pneubeck (no reviews)
lgtm
5 years, 9 months ago (2015-03-19 09:22:46 UTC) #16
kaliamoorthi
On 2015/03/19 09:22:46, pneubeck wrote: > lgtm Thanks Philipp. I'll TBR stevenjb just to satisfy ...
5 years, 9 months ago (2015-03-19 09:36:24 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1014053002/120001
5 years, 9 months ago (2015-03-19 09:37:37 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:120001)
5 years, 9 months ago (2015-03-19 10:10:02 UTC) #21
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 10:10:35 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e5ad31358cc693c737cf34268b4abd520994bfc3
Cr-Commit-Position: refs/heads/master@{#321325}

Powered by Google App Engine
This is Rietveld 408576698