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

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

Issue 197763016: Set the name of several iframes in browser resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_gaia_signin.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> 5 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
6 <link rel="stylesheet" href="chrome://chrome-signin/inline_login.css"> 6 <link rel="stylesheet" href="chrome://chrome-signin/inline_login.css">
7 <script src="chrome://resources/js/cr.js"></script> 7 <script src="chrome://resources/js/cr.js"></script>
8 <script src="chrome://resources/js/cr/event_target.js"></script> 8 <script src="chrome://resources/js/cr/event_target.js"></script>
9 <script src="chrome://resources/js/load_time_data.js"></script> 9 <script src="chrome://resources/js/load_time_data.js"></script>
10 <script src="chrome://resources/js/util.js"></script> 10 <script src="chrome://resources/js/util.js"></script>
11 <script src="chrome://chrome-signin/inline_login.js"></script> 11 <script src="chrome://chrome-signin/inline_login.js"></script>
12 <script src="chrome://chrome-signin/strings.js"></script> 12 <script src="chrome://chrome-signin/strings.js"></script>
13 </head> 13 </head>
14 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 14 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
15 <div id="contents" class="loading"> 15 <div id="contents" class="loading">
16 <iframe id="signin-frame" frameborder="0" scrolling="no"></iframe> 16 <iframe id="signin-frame" name="signin-frame" frameborder="0" scrolling="no" ></iframe>
17 <div id="spinner-container"> 17 <div id="spinner-container">
18 <div class="spinner"></div> 18 <div class="spinner"></div>
19 </div> 19 </div>
20 </div> 20 </div>
21 <script src="chrome://resources/js/i18n_template2.js"></script> 21 <script src="chrome://resources/js/i18n_template2.js"></script>
22 </body> 22 </body>
23 </html> 23 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_gaia_signin.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698