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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/sync_internals/search.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <p> 1 <p>
2 <input id="sync-search-query" type="search" 2 <input id="sync-search-query" type="search"
3 placeholder="Search Sync Data"> 3 placeholder="Search Sync Data">
4 <button id="sync-search-submit">Search</button> 4 <button id="sync-search-submit">Search</button>
5 5 <span id="sync-search-quicklink-container">Quick Search:
6 <a class='sync-search-quicklink' data-query="&quot;IS_UNAPPLIED_UPDATE&quot; : true"
7 href="#">Unapplied Updates</a>
8 <a class='sync-search-quicklink' data-query="&quot;IS_UNSYNCED&quot;: true"
9 href="#">Unsynced</a>
10 <a class='sync-search-quicklink' data-query="((&quot;IS_UNAPPLIED_UPDATE&quo t;: true)[\s\S]*(&quot;IS_UNSYNCED&quot;: true))|((&quot;IS_UNSYNCED&quot;: true )[\s\S]*(&quot;IS_UNAPPLIED_UPDATE&quot;: true))"
11 href="#">Conflicted</a>
12 <a class='sync-search-quicklink' data-query="&quot;IS_DEL&quot;: true"
13 href="#">Deleted</a>
14 </span>
15 </p>
16 <p>
6 <span id="sync-search-status"></span> 17 <span id="sync-search-status"></span>
7 </p> 18 </p>
8 19
9 <div id="sync-results-container"> 20 <div id="sync-results-container">
10 <list id="sync-results-list"></list> 21 <list id="sync-results-list"></list>
11 <div id="sync-results-splitter"></div> 22 <div id="sync-results-splitter"></div>
12 <div id="sync-result-details-container"> 23 <div id="sync-result-details-container">
13 <pre id="sync-result-details"></pre> 24 <pre id="sync-result-details"></pre>
14 </div> 25 </div>
15 </div> 26 </div>
16 27
17 <script src="chrome://sync-internals/search.js"></script> 28 <script src="chrome://sync-internals/search.js"></script>
OLDNEW
« 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