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

Issue 2101243004: [MD settings] certificate manager closure compilation (Closed)

Created:
4 years, 5 months ago by dschuyler
Modified:
4 years, 5 months ago
Reviewers:
dpapad
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, dbeam+watch-closure_chromium.org, jlklein+watch-closure_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org, vitalyp+closure_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 closure compilation This adds full closure compilation for the certificate manager page directory. BUG=425627 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/d369e7530e080bad5679321998ea1f072b5f7d4d Cr-Commit-Position: refs/heads/master@{#403293}

Patch Set 1 : clean #

Total comments: 8

Patch Set 2 : adding file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -101 lines) Patch
M chrome/browser/resources/settings/certificate_manager_page/certificate_delete_confirmation_dialog.js View 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_entry.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_list.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_list.js View 1 5 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_manager_page.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_manager_page.js View 3 chunks +8 lines, -8 lines 0 comments Download
A chrome/browser/resources/settings/certificate_manager_page/certificate_manager_types.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/resources/settings/certificate_manager_page/certificate_manager_types.js View 1 1 chunk +29 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.js View 1 8 chunks +13 lines, -36 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificates_browser_proxy.js View 1 3 chunks +13 lines, -12 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.js View 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/resources/settings/certificate_manager_page/compiled_resources2.gyp View 1 1 chunk +109 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/compiled_resources2.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/certificate_manager_page_test.js View 1 15 chunks +22 lines, -22 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
dschuyler
4 years, 5 months ago (2016-06-29 22:19:48 UTC) #4
dpapad
Also need to updated https://cs.chromium.org/chromium/src/chrome/test/data/webui/settings/certificate_manager_page_test.js accordingly. https://codereview.chromium.org/2101243004/diff/20001/chrome/browser/resources/settings/certificate_manager_page/certificate_list.js File chrome/browser/resources/settings/certificate_manager_page/certificate_list.js (right): https://codereview.chromium.org/2101243004/diff/20001/chrome/browser/resources/settings/certificate_manager_page/certificate_list.js#newcode57 chrome/browser/resources/settings/certificate_manager_page/certificate_list.js:57: * @param {*} ...
4 years, 5 months ago (2016-06-29 22:28:42 UTC) #5
dschuyler
https://codereview.chromium.org/2101243004/diff/20001/chrome/browser/resources/settings/certificate_manager_page/certificate_list.js File chrome/browser/resources/settings/certificate_manager_page/certificate_list.js (right): https://codereview.chromium.org/2101243004/diff/20001/chrome/browser/resources/settings/certificate_manager_page/certificate_list.js#newcode57 chrome/browser/resources/settings/certificate_manager_page/certificate_list.js:57: * @param {*} error On 2016/06/29 22:28:41, dpapad wrote: ...
4 years, 5 months ago (2016-06-30 17:13:32 UTC) #8
dpapad
LGTM with question. https://codereview.chromium.org/2101243004/diff/20001/chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.js File chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.js (right): https://codereview.chromium.org/2101243004/diff/20001/chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.js#newcode19 chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.js:19: this.$.dialog.open(); > IIUC, the $.foo get's ...
4 years, 5 months ago (2016-06-30 17:51:22 UTC) #9
dschuyler
https://codereview.chromium.org/2101243004/diff/20001/chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.js File chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.js (right): https://codereview.chromium.org/2101243004/diff/20001/chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.js#newcode19 chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.js:19: this.$.dialog.open(); On 2016/06/30 17:51:22, dpapad wrote: > > > ...
4 years, 5 months ago (2016-06-30 20:52:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101243004/60001
4 years, 5 months ago (2016-06-30 20:52:54 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:60001)
4 years, 5 months ago (2016-06-30 21:25:17 UTC) #14
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-30 21:25:30 UTC) #15
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 21:26:44 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d369e7530e080bad5679321998ea1f072b5f7d4d
Cr-Commit-Position: refs/heads/master@{#403293}

Powered by Google App Engine
This is Rietveld 408576698