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

Side by Side Diff: content/browser/resources/gpu/gpu_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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 Copyright (c) 2012 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 --> 7 -->
8 <head i18n-values="dir:textdirection;"> 8 <head i18n-values="dir:textdirection;lang:language">
9 <meta name="viewport" content="width=device-width" /> 9 <meta name="viewport" content="width=device-width" />
10 <style> 10 <style>
11 * { 11 * {
12 box-sizing: border-box; 12 box-sizing: border-box;
13 -webkit-user-select: none; 13 -webkit-user-select: none;
14 } 14 }
15 15
16 body { 16 body {
17 cursor: default; 17 cursor: default;
18 font-family: sans-serif; 18 font-family: sans-serif;
(...skipping 27 matching lines...) Expand all
46 <script src="strings.js"></script> 46 <script src="strings.js"></script>
47 </head> 47 </head>
48 <body> 48 <body>
49 <div id="debug-div"> 49 <div id="debug-div">
50 </div> 50 </div>
51 <include src="info_view.html"> 51 <include src="info_view.html">
52 <script src="chrome://resources/js/i18n_template2.js"></script> 52 <script src="chrome://resources/js/i18n_template2.js"></script>
53 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 53 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « chrome/renderer/resources/neterror.html ('k') | content/browser/resources/indexed_db/indexeddb_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698