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

Side by Side Diff: chrome/browser/resources/instant/instant.html

Issue 12386019: Instant: Use only one hidden WebContents per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML>
2 <html>
3 <!-- 1 <!--
4 Copyright 2012 The Chromium Authors. All rights reserved. 2 Copyright 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 4 found in the LICENSE file.
7 --> 5 -->
6 <html>
8 <head> 7 <head>
9 <meta charset="utf-8"> 8 <title>Instant Debug Events</title>
10 <title>Instant preferences</title> 9 <link rel="stylesheet" href="instant.css">
11 <link rel="stylesheet" href="instant.css"> 10 <script src="instant.js"></script>
12 <script src="instant.js"></script>
13 </head> 11 </head>
14 <body> 12 <body>
15 <h2>Instant preferences</h2> 13 <button id="clear-debug-events">Clear</button>
16 <hr>
17 <div id="instant-form"></div>
18 <div class="buttons-pane">
19 <button id="save-button">Save</button>
20 </div>
21 <hr/> 14 <hr/>
22 <div> 15 <div id="debug-events"></div>
23 <h2>Instant Event Log</h2>
24 <button id="clear-button">Clear</button><br><br>
25 <div id="instant-debug-info"></div>
26 </div>
27 </body> 16 </body>
28 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698