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

Unified Diff: chrome/browser/resources/extensions/extension_error.html

Issue 22938005: Add ErrorConsole UI for Extension Install Warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_install_warnings
Patch Set: Yoyo's + temporarily remove *.png for apply issue Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/extensions/extension_error.html
diff --git a/chrome/browser/resources/extensions/extension_error.html b/chrome/browser/resources/extensions/extension_error.html
new file mode 100644
index 0000000000000000000000000000000000000000..1e23cce0688444423502e96d4566965449ff8562
--- /dev/null
+++ b/chrome/browser/resources/extensions/extension_error.html
@@ -0,0 +1,19 @@
+<!--
+ * Copyright 2013 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be found
+ * in the LICENSE file.
Dan Beam 2013/08/20 21:39:26 nit: ^ s/ * //
Devlin 2013/08/20 23:06:51 Done.
+-->
+<div id="template-collection-extension-error" hidden>
+ <div class="extension-error-list">
+ <span i18n-content="extensionErrorsManifestErrors"></span>
+ <ul class="extension-error-list-contents"></ul>
+ <div class="extension-error-list-show-more">
+ <a i18n-content="extensionErrorsShowMore" hidden></a>
+ </div>
+ </div>
+ <div class="extension-error-metadata">
+ <img></img>
Dan Beam 2013/08/20 21:39:26 ^ this is odd, can you add this via JS instead?
Devlin 2013/08/20 23:06:51 Sure thing.
+ <span class="extension-error-message"></span>
+ <span class="extension-error-source"></span>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698