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

Unified Diff: chrome/browser/resources/sync_internals/search.html

Issue 138273009: Quick searches for sync-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submitsearchsync
Patch Set: Consolidated both patchsets Created 6 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
« no previous file with comments | « no previous file | chrome/browser/resources/sync_internals/search.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_internals/search.html
diff --git a/chrome/browser/resources/sync_internals/search.html b/chrome/browser/resources/sync_internals/search.html
index 28f55bee1f0c3a9a35e288e2fbe58a9801caa3e1..3b37e01c6a371dfacd13eeb68ccb1cb473430857 100644
--- a/chrome/browser/resources/sync_internals/search.html
+++ b/chrome/browser/resources/sync_internals/search.html
@@ -1,8 +1,19 @@
<p>
-<input id="sync-search-query" type="search"
+<input id="sync-search-query" type="search"
placeholder="Search Sync Data">
<button id="sync-search-submit">Search</button>
-
+ <span id="sync-search-quicklink-container">Quick Search:
+ <a class='sync-search-quicklink' data-query="&quot;IS_UNAPPLIED_UPDATE&quot;: true"
+ href="#">Unapplied Updates</a>
+ <a class='sync-search-quicklink' data-query="&quot;IS_UNSYNCED&quot;: true"
+ href="#">Unsynced</a>
+ <a class='sync-search-quicklink' data-query="((&quot;IS_UNAPPLIED_UPDATE&quot;: true)[\s\S]*(&quot;IS_UNSYNCED&quot;: true))|((&quot;IS_UNSYNCED&quot;: true)[\s\S]*(&quot;IS_UNAPPLIED_UPDATE&quot;: true))"
+ href="#">Conflicted</a>
+ <a class='sync-search-quicklink' data-query="&quot;IS_DEL&quot;: true"
+ href="#">Deleted</a>
+ </span>
+</p>
+<p>
<span id="sync-search-status"></span>
</p>
« no previous file with comments | « no previous file | chrome/browser/resources/sync_internals/search.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698