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

Issue 1838273003: MD Settings: Hooking up native certificate manager. (Closed)

Created:
4 years, 8 months ago by dpapad
Modified:
4 years, 8 months ago
Reviewers:
msw, 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: Hooking up native certificate manager. BUG=598353 Committed: https://crrev.com/34eb8daa6961a55f9e6455c4abffdc1fbdc2daa6 Cr-Commit-Position: refs/heads/master@{#384353}

Patch Set 1 : It works. #

Patch Set 2 : Remove include. #

Patch Set 3 : Modify ifdefs per feedback #

Total comments: 11

Patch Set 4 : oops #

Total comments: 5

Patch Set 5 : Addressing comments #

Total comments: 7

Patch Set 6 : Spaces. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -6 lines) Patch
M chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_dialog.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.html View 1 2 3 4 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.js View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A chrome/browser/resources/settings/privacy_page/privacy_page_browser_proxy.html View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/privacy_page/privacy_page_browser_proxy.js View 1 chunk +34 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_ui.cc View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/settings/native_certificates_handler.h View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/settings/native_certificates_handler.cc View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/cr_settings_browsertest.js View 1 2 3 4 5 1 chunk +26 lines, -0 lines 0 comments Download
A chrome/test/data/webui/settings/privacy_page_test.js View 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (15 generated)
dpapad
Green tests at patch 1.
4 years, 8 months ago (2016-03-30 21:54:46 UTC) #9
dpapad
+msw for chrome/browser/ui/BUILD.gn
4 years, 8 months ago (2016-03-30 21:57:54 UTC) #11
dpapad
https://codereview.chromium.org/1838273003/diff/180001/chrome/browser/resources/settings/privacy_page/privacy_page.html File chrome/browser/resources/settings/privacy_page/privacy_page.html (right): https://codereview.chromium.org/1838273003/diff/180001/chrome/browser/resources/settings/privacy_page/privacy_page.html#newcode80 chrome/browser/resources/settings/privacy_page/privacy_page.html:80: <if expr="use_nss_certs or is_win or is_macosx"> Fixed.
4 years, 8 months ago (2016-03-30 23:52:03 UTC) #12
Dan Beam
i would do if use_nss if mac or windows OR if use_nss else if mac ...
4 years, 8 months ago (2016-03-31 00:20:57 UTC) #13
Dan Beam
eh, these are all just nits lgtm with consistency :) https://codereview.chromium.org/1838273003/diff/180001/chrome/browser/resources/settings/privacy_page/privacy_page.html File chrome/browser/resources/settings/privacy_page/privacy_page.html (right): https://codereview.chromium.org/1838273003/diff/180001/chrome/browser/resources/settings/privacy_page/privacy_page.html#newcode14 ...
4 years, 8 months ago (2016-03-31 00:24:41 UTC) #14
dpapad
Tried to keep consistency as much as possible. https://codereview.chromium.org/1838273003/diff/160001/chrome/browser/resources/settings/settings_resources.grd File chrome/browser/resources/settings/settings_resources.grd (right): https://codereview.chromium.org/1838273003/diff/160001/chrome/browser/resources/settings/settings_resources.grd#newcode478 chrome/browser/resources/settings/settings_resources.grd:478: <if ...
4 years, 8 months ago (2016-03-31 01:15:03 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838273003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838273003/200001
4 years, 8 months ago (2016-03-31 01:17:20 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/162346)
4 years, 8 months ago (2016-03-31 01:26:58 UTC) #20
Dan Beam
still lgtm, this seems fine to me https://codereview.chromium.org/1838273003/diff/200001/chrome/browser/ui/webui/settings/md_settings_ui.cc File chrome/browser/ui/webui/settings/md_settings_ui.cc (right): https://codereview.chromium.org/1838273003/diff/200001/chrome/browser/ui/webui/settings/md_settings_ui.cc#newcode44 chrome/browser/ui/webui/settings/md_settings_ui.cc:44: #elif defined(OS_WIN) ...
4 years, 8 months ago (2016-03-31 04:22:33 UTC) #21
msw
lgtm modulo existing nits and double-checking my comment/question. https://codereview.chromium.org/1838273003/diff/200001/chrome/browser/ui/webui/settings/native_certificates_handler.cc File chrome/browser/ui/webui/settings/native_certificates_handler.cc (right): https://codereview.chromium.org/1838273003/diff/200001/chrome/browser/ui/webui/settings/native_certificates_handler.cc#newcode20 chrome/browser/ui/webui/settings/native_certificates_handler.cc:20: web_ui()->RegisterMessageCallback( ...
4 years, 8 months ago (2016-03-31 17:33:25 UTC) #22
Dan Beam
https://codereview.chromium.org/1838273003/diff/200001/chrome/browser/ui/webui/settings/native_certificates_handler.cc File chrome/browser/ui/webui/settings/native_certificates_handler.cc (right): https://codereview.chromium.org/1838273003/diff/200001/chrome/browser/ui/webui/settings/native_certificates_handler.cc#newcode20 chrome/browser/ui/webui/settings/native_certificates_handler.cc:20: web_ui()->RegisterMessageCallback( On 2016/03/31 17:33:25, msw wrote: > I kinda ...
4 years, 8 months ago (2016-03-31 17:41:32 UTC) #23
dpapad
https://codereview.chromium.org/1838273003/diff/200001/chrome/browser/ui/webui/settings/md_settings_ui.cc File chrome/browser/ui/webui/settings/md_settings_ui.cc (right): https://codereview.chromium.org/1838273003/diff/200001/chrome/browser/ui/webui/settings/md_settings_ui.cc#newcode44 chrome/browser/ui/webui/settings/md_settings_ui.cc:44: #elif defined(OS_WIN) || defined(OS_MACOSX) On 2016/03/31 at 04:22:33, Dan ...
4 years, 8 months ago (2016-03-31 17:44:11 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838273003/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838273003/220001
4 years, 8 months ago (2016-03-31 17:44:49 UTC) #27
commit-bot: I haz the power
Committed patchset #6 (id:220001)
4 years, 8 months ago (2016-03-31 19:06:07 UTC) #28
commit-bot: I haz the power
4 years, 8 months ago (2016-03-31 19:07:37 UTC) #30
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/34eb8daa6961a55f9e6455c4abffdc1fbdc2daa6
Cr-Commit-Position: refs/heads/master@{#384353}

Powered by Google App Engine
This is Rietveld 408576698