5 <link rel=
"stylesheet" href=
"chrome://resources/css/text_defaults.css">
6 <script src=
"profiler.js"></script>
7 <script src=
"chrome://resources/js/util.js"></script>
16 * The following styles are for a TABLE that uses a thin collapsed border, and
17 * has a blue heading. When you hover over rows, they turn yellow.
20 border-collapse:collapse;
26 border:
1px solid #
777;
32 background: rgb(
224,
236,
255);
35 .results-table tbody tr:hover {
36 background-color:#ffb;
40 * Make the column headers change the mouse to a
"hand" cursor, sine they are
48 * This is row which displays aggregate totals for each column.
50 .results-table .aggregator-row {
55 * This is the row at the end of tables which explains how many rows were shown,
56 * and how many were hidden.
58 .results-table .truncation-row {
62 /*---------------------------------------------------------------------------*/
65 * When grouping data, the table for each bucket is wrapped in a DIV with this
66 * class. Used to add a bit of spacing between groups.
74 * The title for each group is enclosed in a DIV of the following class.
76 .group-title-container {
81 /* Styling to make a span look like a clickable link */
85 text-decoration: underline;
93 #snapshot-selection-summary {
107 <b>Save:
</b><button id=save-snapshots-button
>Save
</button>
108 <b>Restore:
</b> <input type=file id=snapshot-file-loader
>
109 <span id=file-load-error hidden class=errormsg
></span>
116 <b>Group by:
</b> <span id=group-by-container
></span>
117 <b>Sort by:
</b> <span id=sort-by-container
></span>
120 <span id=snapshots-link class=pseudo-link
>[snapshots]
</span>
121 <span id=edit-columns-link class=pseudo-link
>[columns]
</span>
122 <input type='search' incremental id='filter-search'
>
125 <tr id=edit-columns-row style='display:none'
>
128 <b>Merge:
</b><span id=column-merge-toggles-container
></span>
129 <label><input type=checkbox id='merge-similar-threads-checkbox' checked
>
130 Merge similar threads.
</label>
133 <b>Show:
</b><span id=column-toggles-container
></span>
137 <tr id=snapshots-row style='display:none'
>
139 <button id=take-snapshot-button
>Add snapshot
</button>
140 <table><tbody id=snapshots-tbody
></tbody></table>
141 <div id=snapshot-selection-summary
></div>
148 <div id='results-div'
></div>
150 <!-- TODO(eroman): This should only be a short-lived solution,
151 which will eventually be superceded by snapshotting -->
152 <span id=reset-data-link class=pseudo-link
>[Reset tracking data]
</span>
154 <a style=
"display: none" id=
"download-anchor" download=
"profile.json"></a>