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

Issue 1815733004: MD Settings: Certificate manager, hooking up all dialogs. (Closed)

Created:
4 years, 9 months ago by dpapad
Modified:
4 years, 9 months ago
Reviewers:
tommycli
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@certificates_basic_ui
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Certificate manager, hooking up all dialogs. - When a menu option is selected, dispatching a CertificateActionEvent. - Listening for that event from certificate_manager_page.js and opening appropriate dialog. - Also listening for the certificates-error event, such that the error dialog can be shown. BUG=547073 Committed: https://crrev.com/a828668c94c68c08ed6f5838baacef475d842910 Cr-Commit-Position: refs/heads/master@{#383388}

Patch Set 1 #

Patch Set 2 : Adding tests. #

Patch Set 3 : Add more tests. #

Patch Set 4 : Rebasing. #

Patch Set 5 : Adding more tests. #

Total comments: 32

Patch Set 6 : Addressing comments. #

Patch Set 7 : Address comments + rebase- #

Unified diffs Side-by-side diffs Delta from patch set Stats (+557 lines, -62 lines) Patch
M chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js View 1 2 3 4 5 6 1 chunk +10 lines, -8 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_delete_confirmation_dialog.js View 1 2 3 4 5 6 1 chunk +9 lines, -7 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_manager_page.html View 1 2 3 4 2 chunks +26 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_manager_page.js View 1 2 3 4 2 chunks +92 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.js View 1 2 3 4 5 6 1 chunk +9 lines, -7 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.js View 1 2 3 4 5 6 1 chunk +9 lines, -7 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.js View 1 2 3 4 5 6 chunks +90 lines, -9 lines 0 comments Download
M chrome/test/data/webui/settings/certificate_manager_page_test.js View 1 2 3 4 5 6 12 chunks +306 lines, -18 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 16 (6 generated)
dpapad
Finally! The CL we have already talked about during previous reviews.
4 years, 9 months ago (2016-03-22 21:57:07 UTC) #3
tommycli
lgtm. No substantive comments, just a bunch of nitpicking below. Also, I think your patch ...
4 years, 9 months ago (2016-03-23 19:28:05 UTC) #5
dpapad
Test failures where caused by the parent CL (https://codereview.chromium.org/1819563002) and are now fixed. https://codereview.chromium.org/1815733004/diff/80001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js File ...
4 years, 9 months ago (2016-03-24 22:06:11 UTC) #6
dpapad
https://codereview.chromium.org/1815733004/diff/80001/chrome/test/data/webui/settings/certificate_manager_page_test.js File chrome/test/data/webui/settings/certificate_manager_page_test.js (right): https://codereview.chromium.org/1815733004/diff/80001/chrome/test/data/webui/settings/certificate_manager_page_test.js#newcode485 chrome/test/data/webui/settings/certificate_manager_page_test.js:485: var whenActionEventFired = waitForActionEvent(); To be more precise I ...
4 years, 9 months ago (2016-03-24 22:11:17 UTC) #7
tommycli
still lgtm https://codereview.chromium.org/1815733004/diff/80001/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/1815733004/diff/80001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js#newcode63 chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js:63: function(error) { On 2016/03/24 22:06:10, dpapad wrote: ...
4 years, 9 months ago (2016-03-24 22:34:14 UTC) #8
dpapad
https://codereview.chromium.org/1815733004/diff/80001/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/1815733004/diff/80001/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js#newcode63 chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js:63: function(error) { On 2016/03/24 at 22:34:14, tommycli wrote: > ...
4 years, 9 months ago (2016-03-25 17:36:03 UTC) #9
tommycli
cool thanks for hearing me out. I am not confused anymore.
4 years, 9 months ago (2016-03-25 17:38:16 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815733004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815733004/120001
4 years, 9 months ago (2016-03-25 21:16:18 UTC) #13
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 9 months ago (2016-03-25 22:36:09 UTC) #14
commit-bot: I haz the power
4 years, 9 months ago (2016-03-25 22:37:26 UTC) #16
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/a828668c94c68c08ed6f5838baacef475d842910
Cr-Commit-Position: refs/heads/master@{#383388}

Powered by Google App Engine
This is Rietveld 408576698