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

Issue 2174423002: IDL implementation of requestPin API in certificateProvider. (Closed)

Created:
4 years, 5 months ago by igorcov
Modified:
4 years ago
Reviewers:
stevenjb, emaxx
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

IDL implementation of requestPin API in certificateProvider. BUG=612884

Patch Set 1 #

Patch Set 2 : Small fixes in comments #

Total comments: 22

Patch Set 3 : Fixed review comments #

Total comments: 8

Patch Set 4 : Added details in comments #

Patch Set 5 : Fixed review comments #

Total comments: 2

Patch Set 6 : Fixed review comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -0 lines) Patch
M chrome/common/extensions/api/certificate_provider.idl View 1 2 3 4 5 4 chunks +77 lines, -0 lines 1 comment Download

Messages

Total messages: 15 (7 generated)
stevenjb
https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl#newcode41 chrome/common/extensions/api/certificate_provider.idl:41: long signRequestId; Nice solution, thanks. This needs to be ...
4 years, 5 months ago (2016-07-25 18:57:58 UTC) #3
igorcov1
https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl#newcode41 chrome/common/extensions/api/certificate_provider.idl:41: long signRequestId; On 2016/07/25 18:57:57, stevenjb wrote: > Nice ...
4 years, 4 months ago (2016-07-26 10:21:11 UTC) #5
stevenjb
https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl#newcode41 chrome/common/extensions/api/certificate_provider.idl:41: long signRequestId; On 2016/07/26 10:21:11, igorcov1 wrote: > On ...
4 years, 4 months ago (2016-07-26 16:10:15 UTC) #6
emaxx
https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl#newcode68 chrome/common/extensions/api/certificate_provider.idl:68: dictionary StopPinRequestDetails { On 2016/07/26 16:10:15, stevenjb wrote: > ...
4 years, 4 months ago (2016-07-26 17:36:21 UTC) #8
igorcov1
https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl#newcode41 chrome/common/extensions/api/certificate_provider.idl:41: long signRequestId; On 2016/07/26 16:10:15, stevenjb wrote: > On ...
4 years, 4 months ago (2016-07-26 17:45:29 UTC) #10
igorcov1
https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl#newcode68 chrome/common/extensions/api/certificate_provider.idl:68: dictionary StopPinRequestDetails { On 2016/07/26 17:36:21, emaxx wrote: > ...
4 years, 4 months ago (2016-07-27 11:58:20 UTC) #11
stevenjb
OK, this LGTM. Thanks for your patience! https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/2174423002/diff/20001/chrome/common/extensions/api/certificate_provider.idl#newcode41 chrome/common/extensions/api/certificate_provider.idl:41: long signRequestId; ...
4 years, 4 months ago (2016-07-28 00:41:57 UTC) #12
emaxx
4 years, 4 months ago (2016-08-02 17:51:02 UTC) #14
lgtm

https://codereview.chromium.org/2174423002/diff/120001/chrome/common/extensio...
File chrome/common/extensions/api/certificate_provider.idl (right):

https://codereview.chromium.org/2174423002/diff/120001/chrome/common/extensio...
chrome/common/extensions/api/certificate_provider.idl:88: //
OTHER_FLOW_IN_PROGRESS - A request PIN flow is ongoing already.
You have to check with the other existing APIs, but I thing
chrome.runtime.lastError.message usually contains a human-readable error. So
it's better not to list here any exact string values.

Powered by Google App Engine
This is Rietveld 408576698