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

Issue 290123003: Exposes passwordSavingEnabled API from chrome privacy preference extension. (Closed)

Created:
6 years, 7 months ago by ziran.sun
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Exposes passwordSavingEnabled API from chrome privacy preference extension. This provides the following APIs at JavaScript level to enable/disable password saving. chrome.privacy.services.passwordSavingEnabled.get() chrome.privacy.services.passwordSavingEnabled.set() chrome.privacy.services.passwordSavingEnabled.clear() R=bauerb@chromium.org, gcasto@chromium.org, koz@chromium.org, sabineb@google.com BUG=61621 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279363

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update code as per Bernhard's review comments. #

Total comments: 1

Patch Set 3 : Rename passwordManagerEnabled to passwordSavingEnabled at the extension code #

Total comments: 1

Patch Set 4 : Documentation updates. #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -2 lines) Patch
M chrome/browser/extensions/api/preference/preference_api.cc View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/preference/preference_apitest.cc View 1 2 3 4 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/privacy.json View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/preference/standard/test.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 44 (0 generated)
ziran.sun
Please review. Thanks!
6 years, 7 months ago (2014-05-16 10:57:36 UTC) #1
ziran.sun
Please review. Thanks!
6 years, 7 months ago (2014-05-19 08:45:27 UTC) #2
Bernhard Bauer
In general, it's sufficient to pick one of the OWNERS to review, not all of ...
6 years, 7 months ago (2014-05-19 11:32:07 UTC) #3
ziran.sun
Update code as per review comments. All comments have been addressed. Please review. Thanks!
6 years, 7 months ago (2014-05-19 14:14:35 UTC) #4
Bernhard Bauer
https://codereview.chromium.org/290123003/diff/10001/chrome/common/extensions/api/privacy.json File chrome/common/extensions/api/privacy.json (right): https://codereview.chromium.org/290123003/diff/10001/chrome/common/extensions/api/privacy.json#newcode39 chrome/common/extensions/api/privacy.json:39: "value": ["passwordManagerEnabled", {"type":"boolean"}], Now that I think about it, ...
6 years, 7 months ago (2014-05-19 14:19:05 UTC) #5
ziran.sun
On 2014/05/19 14:19:05, Bernhard Bauer wrote: > https://codereview.chromium.org/290123003/diff/10001/chrome/common/extensions/api/privacy.json > File chrome/common/extensions/api/privacy.json (right): > > https://codereview.chromium.org/290123003/diff/10001/chrome/common/extensions/api/privacy.json#newcode39 ...
6 years, 7 months ago (2014-05-19 15:13:03 UTC) #6
Bernhard Bauer
On 2014/05/19 15:13:03, ziran.sun wrote: > On 2014/05/19 14:19:05, Bernhard Bauer wrote: > > > ...
6 years, 7 months ago (2014-05-19 15:31:30 UTC) #7
ziran.sun
On 2014/05/19 15:31:30, Bernhard Bauer wrote: > On 2014/05/19 15:13:03, ziran.sun wrote: > > On ...
6 years, 7 months ago (2014-05-19 15:43:54 UTC) #8
Bernhard Bauer
On 2014/05/19 15:43:54, ziran.sun wrote: > On 2014/05/19 15:31:30, Bernhard Bauer wrote: > > On ...
6 years, 7 months ago (2014-05-19 15:51:23 UTC) #9
ziran.sun
On 2014/05/19 15:51:23, Bernhard Bauer wrote: > On 2014/05/19 15:43:54, ziran.sun wrote: > > On ...
6 years, 7 months ago (2014-05-19 16:27:08 UTC) #10
ziran.sun
Rebased code and renamed extension API. Please review. Thanks!
6 years, 7 months ago (2014-05-23 09:59:46 UTC) #11
Bernhard Bauer
Thanks! Could you please also update the CL description? https://codereview.chromium.org/290123003/diff/30001/chrome/common/extensions/api/privacy.json File chrome/common/extensions/api/privacy.json (right): https://codereview.chromium.org/290123003/diff/30001/chrome/common/extensions/api/privacy.json#newcode40 chrome/common/extensions/api/privacy.json:40: ...
6 years, 7 months ago (2014-05-23 10:10:22 UTC) #12
ziran.sun
Updated documentation as per Bernhard's review comments. Thanks!
6 years, 7 months ago (2014-05-23 10:32:24 UTC) #13
Bernhard Bauer
LGTM with two description nits: 1. It would be good to also update the CL ...
6 years, 7 months ago (2014-05-23 10:49:46 UTC) #14
ziran.sun
On 2014/05/23 10:49:46, Bernhard Bauer wrote: > LGTM with two description nits: > > 1. ...
6 years, 7 months ago (2014-05-23 10:52:31 UTC) #15
koz (OOO until 15th September)
lgtm
6 years, 7 months ago (2014-05-25 23:27:25 UTC) #16
battre
Just a quick check: Do we want this under the privacy permission?
6 years, 7 months ago (2014-05-26 07:49:52 UTC) #17
Garrett Casto
On 2014/05/26 07:49:52, battre wrote: > Just a quick check: Do we want this under ...
6 years, 6 months ago (2014-05-27 04:48:33 UTC) #18
ziran.sun
On 2014/05/27 04:48:33, Garrett Casto wrote: > On 2014/05/26 07:49:52, battre wrote: > > Just ...
6 years, 6 months ago (2014-06-02 09:47:29 UTC) #19
battre
+kalman Ben, WDYT of adding a new api chrome.passwords just for this one feature? I ...
6 years, 6 months ago (2014-06-02 09:56:10 UTC) #20
not at google - send to devlin
On 2014/06/02 09:56:10, battre wrote: > +kalman > > Ben, WDYT of adding a new ...
6 years, 6 months ago (2014-06-02 17:28:40 UTC) #21
meacer
On 2014/06/02 17:28:40, kalman wrote: > On 2014/06/02 09:56:10, battre wrote: > > +kalman > ...
6 years, 6 months ago (2014-06-02 17:51:05 UTC) #22
ziran.sun
On 2014/06/02 17:51:05, Mustafa Emre Acer wrote: > On 2014/06/02 17:28:40, kalman wrote: > > ...
6 years, 6 months ago (2014-06-05 16:55:37 UTC) #23
jww
lgtm
6 years, 6 months ago (2014-06-16 18:14:05 UTC) #24
not at google - send to devlin
I would like battre@ to look at this API before it gets submitted.
6 years, 6 months ago (2014-06-16 18:39:54 UTC) #25
battre
On 2014/06/16 18:39:54, kalman wrote: > I would like battre@ to look at this API ...
6 years, 6 months ago (2014-06-18 14:47:22 UTC) #26
Ilya Sherman
On 2014/06/18 14:47:22, battre wrote: > On 2014/06/16 18:39:54, kalman wrote: > > I would ...
6 years, 6 months ago (2014-06-20 20:27:48 UTC) #27
battre
On 2014/06/20 20:27:48, Ilya Sherman wrote: > On 2014/06/18 14:47:22, battre wrote: > > On ...
6 years, 6 months ago (2014-06-23 14:42:57 UTC) #28
not at google - send to devlin
lgtm
6 years, 6 months ago (2014-06-23 14:46:11 UTC) #29
ziran.sun
On 2014/06/23 14:46:11, kalman wrote: > lgtm Can I commit this patch in now?
6 years, 6 months ago (2014-06-23 14:50:14 UTC) #30
not at google - send to devlin
yes
6 years, 6 months ago (2014-06-23 14:52:55 UTC) #31
ziran.sun
The CQ bit was checked by ziran.sun@samsung.com
6 years, 6 months ago (2014-06-23 14:56:36 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ziran.sun@samsung.com/290123003/50001
6 years, 6 months ago (2014-06-23 14:57:26 UTC) #33
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-06-23 15:11:33 UTC) #34
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-23 15:13:06 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/20358)
6 years, 6 months ago (2014-06-23 15:13:07 UTC) #36
ziran.sun
The CQ bit was checked by ziran.sun@samsung.com
6 years, 6 months ago (2014-06-23 17:15:09 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ziran.sun@samsung.com/290123003/70001
6 years, 6 months ago (2014-06-23 17:15:58 UTC) #38
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 6 months ago (2014-06-23 19:02:37 UTC) #39
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-23 19:11:43 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/75746)
6 years, 6 months ago (2014-06-23 19:11:44 UTC) #41
ziran.sun
The CQ bit was checked by ziran.sun@samsung.com
6 years, 6 months ago (2014-06-24 08:56:10 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ziran.sun@samsung.com/290123003/70001
6 years, 6 months ago (2014-06-24 08:57:06 UTC) #43
commit-bot: I haz the power
6 years, 6 months ago (2014-06-24 08:59:00 UTC) #44
Message was sent while issue was closed.
Change committed as 279363

Powered by Google App Engine
This is Rietveld 408576698