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

Side by Side Diff: chrome/browser/resources/sync_internals/search.html

Issue 137753002: Changed sync-internals search to a submit instead of incremental (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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" incremental 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>
5
4 <span id="sync-search-status"></span> 6 <span id="sync-search-status"></span>
5 </p> 7 </p>
6 8
7 <div id="sync-results-container"> 9 <div id="sync-results-container">
8 <list id="sync-results-list"></list> 10 <list id="sync-results-list"></list>
9 <div id="sync-results-splitter"></div> 11 <div id="sync-results-splitter"></div>
10 <div id="sync-result-details-container"> 12 <div id="sync-result-details-container">
11 <pre id="sync-result-details"></pre> 13 <pre id="sync-result-details"></pre>
12 </div> 14 </div>
13 </div> 15 </div>
14 16
15 <script src="chrome://sync-internals/search.js"></script> 17 <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