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

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

Issue 6969016: Adding chrome://sessions webui for prototyping NTP stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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
« no previous file with comments | « chrome/browser/resources/sessions.css ('k') | chrome/browser/resources/sessions.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;">
3 <head>
4 <meta charset="utf-8">
5 <title i18n-content="sessionsTitle"></title>
6 <link rel="stylesheet" href="sessions.css">
7 <script src="chrome://resources/js/local_strings.js"></script>
8 <script src="chrome://resources/js/util.js"></script>
9 <script src="sessions.js"></script>
10 </head>
11 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
12 <header><h1 i18n-content="sessionsTitle"></h1></header>
13 <div id="content">
14 <div id="sessions-summary"><span id="sessions-summary-text"></span></div>
15 <div id="session-list"></div>
16 <p id="no-sessions" i18n-content="noSessionsMessage" hidden></p>
17 </div>
18 <div id="magic">
19 <div id="magic-summary"><span id="magic-summary-text"></span></div>
20 <div id="magic-list"></div>
21 <p id="no-magic" i18n-content="noMagicMessage" hidden></p>
22 </div>
23 </body>
24 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/sessions.css ('k') | chrome/browser/resources/sessions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698