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

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

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 years, 10 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
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/pdf/index.html » ('j') | 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;lang:language">
3 <head> 3 <head>
4 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 4 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. --> 6 found in the LICENSE file. -->
7 <script src="chrome://resources/js/util.js"></script> 7 <script src="chrome://resources/js/util.js"></script>
8 <script src="chrome://password-manager-internals/password_manager_internals.js"> </script> 8 <script src="chrome://password-manager-internals/password_manager_internals.js"> </script>
9 <title>Password Manager Internals</title> 9 <title>Password Manager Internals</title>
10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
11 </head> 11 </head>
12 </body> 12 </body>
13 <h1>Password Manager Internals</h1> 13 <h1>Password Manager Internals</h1>
14 <div id="logging-note"> 14 <div id="logging-note">
15 <i>Captured password manager logs are listed below. Logs are cleared and no lo nger captured when all password-manager-internals pages are closed.</i> 15 <i>Captured password manager logs are listed below. Logs are cleared and no lo nger captured when all password-manager-internals pages are closed.</i>
16 </div> 16 </div>
17 <div id="log-entries"> 17 <div id="log-entries">
18 </div> 18 </div>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/pdf/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698