| Index: chrome/browser/resources/profiler.html
|
| ===================================================================
|
| --- chrome/browser/resources/profiler.html (revision 111053)
|
| +++ chrome/browser/resources/profiler.html (working copy)
|
| @@ -85,6 +85,18 @@
|
| text-decoration: underline;
|
| }
|
|
|
| +.selected_snapshot {
|
| + font-weight: bold;
|
| + color: purple;
|
| +}
|
| +
|
| +#snapshot-selection-summary {
|
| + margin-top: 1ex;
|
| + font-weight: bold;
|
| + font-style: italic;
|
| + color: green;
|
| +}
|
| +
|
| </style>
|
| </head>
|
| <body>
|
| @@ -95,7 +107,8 @@
|
| <b>Sort by: </b> <span id=sort-by-container></span>
|
| </td>
|
| <td align=right>
|
| - <span id=edit-columns-link class=pseudo-link>[Edit columns]</span>
|
| + <span id=snapshots-link class=pseudo-link>[snapshots]</span>
|
| + <span id=edit-columns-link class=pseudo-link>[columns]</span>
|
| <input type='search' incremental id='filter-search' />
|
| </td>
|
| </tr>
|
| @@ -111,6 +124,13 @@
|
| </div>
|
| </td>
|
| </tr>
|
| + <tr id=snapshots-row style='display:none'>
|
| + <td colspan=2>
|
| + <button id=snapshot-button>Add snapshot</button>
|
| + <table><tbody id=snapshots-tbody></tbody></table>
|
| + <div id=snapshot-selection-summary></div>
|
| + </td>
|
| + </tr>
|
| </table>
|
|
|
| <hr/>
|
|
|