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

Unified Diff: components/sync_driver/resources/about.html

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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 | « components/sync_driver/resources/about.css ('k') | components/sync_driver/resources/about.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/resources/about.html
diff --git a/components/sync_driver/resources/about.html b/components/sync_driver/resources/about.html
deleted file mode 100644
index 31725a936bbf3817c6ba1c21fbcc9c8df63dd1d0..0000000000000000000000000000000000000000
--- a/components/sync_driver/resources/about.html
+++ /dev/null
@@ -1,73 +0,0 @@
-
-<div id="status">
- <div id="dump">
- <button id="dump-status">Dump status</button>
- <input type="checkbox" id="include-ids">
- Include Identifiers
- </input>
- </div>
- <div id="import">
- <button id="import-status">Import status</button>
- </div>
- <div id="status-data">
- <textarea rows="10" cols="30" id="status-text"></textarea>
- </div>
-</div>
-
-<div id='about-info'>
- <div class="section" jsselect="details">
- <h2 jscontent="title"></h2>
- <table class="about-details">
- <tr jsselect="data"
- jsvalues="class:$this.is_valid ? '' : 'uninitialized'"
- jseval='chrome.sync.about_tab.highlightIfChanged(this, this.children[1].innerText, stat_value)'>
- <td class="detail" jscontent="stat_name" width=50%></td>
- <td class="value" jscontent="stat_value" width=50%></td>
- </tr>
- </table>
- </div>
-
- <div id="traffic-event-container-wrapper" jsskip="true">
- <h2>Sync Protocol Log</h2>
- <div id="traffic-event-container">
- <div class="traffic-event-entry"
- jsselect="events"
- jseval="chrome.sync.about_tab.addExpandListener(this)">
- <span class="time" jscontent="(new Date(time)).toLocaleString()"></span>
- <span class="type" jscontent="type"></span>
- <pre class="details" jscontent="details"></pre>
- <pre class="proto" jscontent="JSON.stringify(proto, null, 2)"></pre>
- </div>
- </div>
- </div>
-
- <div class="section" style="overflow-x: auto">
- <h2>Type Info</h2>
- <table id="typeInfo">
- <tr jsselect="type_status" jsvalues="class:$this.status">
- <td jscontent="name" width=50%></td>
- <td jscontent="value" width=30%></td>
- <td jscontent="num_entries" width=10%></td>
- <td jscontent="num_live" width=10%></td>
- </tr>
- </table>
- </div>
-
- <div class="section" jsdisplay="unrecoverable_error_detected">
- <p>
- <span class="err" jscontent="unrecoverable_error_message"></span>
- </p>
- </div>
-
- <div class="section" jsdisplay="actionable_error_detected">
- <p>
- <h2>Actionable Error</h2>
- <table id="actionableError">
- <tr jsselect="actionable_error">
- <td jscontent="stat_name"></td>
- <td jscontent="stat_value"></td>
- </tr>
- </table>
- </p>
- </div>
-</div>
« no previous file with comments | « components/sync_driver/resources/about.css ('k') | components/sync_driver/resources/about.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698