- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / sync_internals / data.html
1 <p><strong>Some personal info may be in the events dump. Be
2 careful about posting data dumps on bug reports.</strong></p>
3
4 <button id="dump-to-text">Dump sync events to text</button>
5
6 <pre id="data-dump"></pre>
7
8 <hr>
9
10 <div id="node-type-checkboxes">
11 </div>
12
13
14 <button id="dump-to-file">Dump sync nodes to file</button>
15
16 <input type="checkbox" id="include-specifics">include node content <font color="red">WARNING: This is likely to include personal information.</font><br>
17
18 <a style="display: none" id="dump-to-file-anchor"></a>
19
20 <script src="chrome://sync-internals/data.js"></script>