Commit fbeaa592 authored by Demetrios Papadopoulos's avatar Demetrios Papadopoulos Committed by Commit Bot

Migrate ChromeOS chrome://certificate-manager dialog to Polymer3.

The migration of the <certificate-manager> component itself has been
done in previous CLs. Here chrome://certificate-manager is simply
modified to display the Polymer 3 version of <certificate-manager>

Bug: 965770
Test: Navigate to chrome://certificate-manager. There should be no HTML Imports related warnings in DevTools.
Change-Id: I68f8aac10c9cf3aa94853670b0201beb87e4aebc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013860Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734696}
parent 6cd812d5
......@@ -282,7 +282,7 @@
<include name="IDR_INTERNET_DETAIL_DIALOG_JS" file="resources\chromeos\internet_detail_dialog\internet_detail_dialog.js" type="chrome_html" />
</else>
</if>
<include name="IDR_CERT_MANAGER_DIALOG_HTML" file="resources\chromeos\certificate_manager_dialog.html" flattenhtml="true" type="BINDATA" compress="gzip" />
<include name="IDR_CERT_MANAGER_DIALOG_HTML" file="resources\chromeos\certificate_manager_dialog.html" type="BINDATA" compress="gzip" />
<include name="IDR_SLOW_CSS" file="resources\chromeos\slow.css" type="BINDATA" compress="gzip" />
<include name="IDR_SLOW_HTML" file="resources\chromeos\slow.html" type="BINDATA" compress="gzip" />
<include name="IDR_SLOW_JS" file="resources\chromeos\slow.js" type="BINDATA" compress="gzip" />
......
......@@ -3,12 +3,9 @@
<head>
<meta charset="utf-8">
<link rel="import" href="chrome://resources/cr_components/certificate_manager/certificate_manager.html">
<link rel="import" href="chrome://resources/html/cr.html">
<link rel="import" href="chrome://resources/html/load_time_data.html">
<link rel="import" href="chrome://resources/html/util.html">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<script src="chrome://certificate-manager/strings.js"></script>
<script type="module" src="./strings.m.js"></script>
<script type="module" src="chrome://resources/cr_components/certificate_manager/certificate_manager.m.js"></script>
</head>
<body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment