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

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

Issue 1334173006: Move sync_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcmInternals
Patch Set: Rebase Created 5 years, 3 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
OLDNEW
(Empty)
1 <p>
2 <input id="sync-search-query" type="search"
3 placeholder="Search Sync Data">
4 <button id="sync-search-submit">Search</button>
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>
17 <span id="sync-search-status"></span>
18 </p>
19
20 <div id="sync-results-container">
21 <list id="sync-results-list"></list>
22 <div id="sync-results-splitter"></div>
23 <div id="sync-result-details-container">
24 <pre id="sync-result-details"></pre>
25 </div>
26 </div>
27
28 <script src="chrome://sync-internals/search.js"></script>
OLDNEW
« no previous file with comments | « chrome/browser/resources/sync_internals/node_browser.html ('k') | chrome/browser/resources/sync_internals/search.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698