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

Issue 1863733003: MD Settings: Certificate manager, implement importing CA certificate. (Closed)

Created:
4 years, 8 months ago by dpapad
Modified:
4 years, 8 months ago
Reviewers:
dschuyler, Dan Beam
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Certificate manager, implement importing CA certificate. BUG=600813 Committed: https://crrev.com/428e32f0d8e3abf983847314c1a82f1fe0ae935a Cr-Commit-Position: refs/heads/master@{#385605}

Patch Set 1 #

Patch Set 2 : Add test. #

Patch Set 3 : Add more tests. #

Patch Set 4 : Nits. #

Total comments: 6

Patch Set 5 : Improving type annotations. #

Patch Set 6 : Use hasOwnProperty instead of a null id. #

Total comments: 2

Patch Set 7 : Remove hasOwnProperty. #

Messages

Total messages: 30 (12 generated)
dpapad
4 years, 8 months ago (2016-04-05 23:39:07 UTC) #3
dschuyler
LGTM with a question. https://codereview.chromium.org/1863733003/diff/60001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js File chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js (right): https://codereview.chromium.org/1863733003/diff/60001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js#newcode41 chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js:41: if (this.model.id !== null) { ...
4 years, 8 months ago (2016-04-05 23:58:11 UTC) #4
dpapad
https://codereview.chromium.org/1863733003/diff/60001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js File chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js (right): https://codereview.chromium.org/1863733003/diff/60001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js#newcode41 chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js:41: if (this.model.id !== null) { On 2016/04/05 at 23:58:11, ...
4 years, 8 months ago (2016-04-06 00:59:00 UTC) #5
dschuyler
Thanks! I like that better than the null check. LGTM
4 years, 8 months ago (2016-04-06 01:17:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1863733003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1863733003/100001
4 years, 8 months ago (2016-04-06 01:19:20 UTC) #8
dpapad
On 2016/04/06 at 01:17:07, dschuyler wrote: > Thanks! I like that better than the null ...
4 years, 8 months ago (2016-04-06 01:19:55 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/141259) linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_TIMED_OUT, ...
4 years, 8 months ago (2016-04-06 07:20:33 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1863733003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1863733003/100001
4 years, 8 months ago (2016-04-06 17:16:11 UTC) #13
Dan Beam
https://codereview.chromium.org/1863733003/diff/60001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js File chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js (right): https://codereview.chromium.org/1863733003/diff/60001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js#newcode41 chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js:41: if (this.model.id !== null) { why not just (!this.model.id)? ...
4 years, 8 months ago (2016-04-06 18:31:09 UTC) #15
dpapad
@dbeam: I removed the CL from the CQ since you added some comments. Waiting for ...
4 years, 8 months ago (2016-04-06 18:56:52 UTC) #17
Dan Beam
https://codereview.chromium.org/1863733003/diff/60001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js File chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js (right): https://codereview.chromium.org/1863733003/diff/60001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js#newcode41 chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js:41: if (this.model.id !== null) { On 2016/04/06 18:56:52, dpapad ...
4 years, 8 months ago (2016-04-06 19:00:55 UTC) #18
dpapad
https://codereview.chromium.org/1863733003/diff/60001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js File chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js (right): https://codereview.chromium.org/1863733003/diff/60001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js#newcode41 chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js:41: if (this.model.id !== null) { On 2016/04/06 at 19:00:54, ...
4 years, 8 months ago (2016-04-06 19:08:10 UTC) #19
Dan Beam
cool! lgtm
4 years, 8 months ago (2016-04-06 19:12:08 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1863733003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1863733003/120001
4 years, 8 months ago (2016-04-06 19:26:40 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/206800)
4 years, 8 months ago (2016-04-06 21:48:28 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1863733003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1863733003/120001
4 years, 8 months ago (2016-04-07 00:01:44 UTC) #27
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 8 months ago (2016-04-07 00:38:44 UTC) #28
commit-bot: I haz the power
4 years, 8 months ago (2016-04-07 00:40:30 UTC) #30
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/428e32f0d8e3abf983847314c1a82f1fe0ae935a
Cr-Commit-Position: refs/heads/master@{#385605}

Powered by Google App Engine
This is Rietveld 408576698