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

Unified Diff: chrome/browser/resources/history/history.html

Issue 11975053: History: Add option to group visits by domain (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace images with characters and minor fix. Created 7 years, 11 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/history/history.html
diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html
index 9d930c5b76aefdd74b268c158b80046261a3ae30..50cedd7dd3e5e2c91d33fc884b19033abf642a07 100644
--- a/chrome/browser/resources/history/history.html
+++ b/chrome/browser/resources/history/history.html
@@ -47,11 +47,20 @@
</form>
</header>
+ <div id="filter-controls" hidden>
+ <div id="display-filter-controls">
+ <label>
+ <span i18n-content="displayfiltersites"></span>
+ <input type="checkbox" id="display-filter-sites" name="display-filter">
+ </label>
+ </div>
+ </div>
<div id="editing-controls">
<button id="clear-browsing-data" i18n-content="clearallhistory"></button>
<button id="remove-selected" disabled="disabled"
i18n-content="removeselected"></button>
</div>
+
<div id="results-display"></div>
<div id="loading-spinner" hidden>
<span id="loading">

Powered by Google App Engine
This is Rietveld 408576698