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

Unified Diff: chrome/browser/resources/options/content_settings_exceptions_area.html

Issue 5964003: Content settings lists moved to sub-sub pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: arv comments Created 10 years 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/options/content_settings_exceptions_area.html
diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.html b/chrome/browser/resources/options/content_settings_exceptions_area.html
new file mode 100644
index 0000000000000000000000000000000000000000..19cb5a46b49488615b6113e9aef2f8ef9fe2d72d
--- /dev/null
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
@@ -0,0 +1,56 @@
+<div class="page hidden" id="contentSettingsExceptionsArea">
+ <h1></h1>
stuartmorgan 2010/12/21 17:25:44 Why is this empty?
Evan Stade 2010/12/21 19:54:08 the inner text is updated depending on which of th
+
+ <div id="exceptionColumnHeaders">
+ <span id="exceptionPatternColumn">Pattern</span>
+ <span id="exceptionBehaviorColumn">Behavior</span>
+ </div>
+
+ <div contentType="cookies">
+ <list mode="normal"></list>
+ <div>
+ <span i18n-content="otr_exceptions_explanation"></span>
+ <list mode="otr"></list>
+ </div>
+ </div>
+
+ <div contentType="images">
+ <list mode="normal"></list>
+ <div>
+ <span i18n-content="otr_exceptions_explanation"></span>
+ <list mode="otr"></list>
+ </div>
+ </div>
+
+ <div contentType="javascript">
+ <list mode="normal"></list>
+ <div>
+ <span i18n-content="otr_exceptions_explanation"></span>
+ <list mode="otr"></list>
+ </div>
+ </div>
+
+ <div contentType="plugins">
+ <list mode="normal"></list>
+ <div>
+ <span i18n-content="otr_exceptions_explanation"></span>
+ <list mode="otr"></list>
+ </div>
+ </div>
+
+ <div contentType="popups">
+ <list mode="normal"></list>
+ <div>
+ <span i18n-content="otr_exceptions_explanation"></span>
+ <list mode="otr"></list>
+ </div>
+ </div>
+
+ <div contentType="location">
+ <list mode="normal"></list>
+ </div>
+
+ <div contentType="notifications">
+ <list mode="normal"></list>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698