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

Side by Side Diff: chrome/browser/resources/net_internals/index.html

Issue 11467013: First cut at UI for saving net_internals data into a file for mobile (Android and Ios). (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 i18n-values=".style.fontFamily: fontfamily;"> 2 <html i18n-values=".style.fontFamily: fontfamily;">
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> 8 <head>
9 <!-- Don't use automatic scaling on mobile --> 9 <!-- Don't use automatic scaling on mobile -->
10 <meta name="viewport" content="width=device-width, initial-scale=1.0, 10 <meta name="viewport" content="width=device-width, initial-scale=1.0,
(...skipping 24 matching lines...) Expand all
35 <include src="service_providers_view.html"/> 35 <include src="service_providers_view.html"/>
36 <include src="import_view.html"/> 36 <include src="import_view.html"/>
37 <include src="export_view.html"/> 37 <include src="export_view.html"/>
38 <include src="capture_view.html"/> 38 <include src="capture_view.html"/>
39 <include src="test_view.html"/> 39 <include src="test_view.html"/>
40 <include src="hsts_view.html"/> 40 <include src="hsts_view.html"/>
41 <include src="events_view.html"/> 41 <include src="events_view.html"/>
42 <include src="timeline_view.html"/> 42 <include src="timeline_view.html"/>
43 <include src="logs_view.html"/> 43 <include src="logs_view.html"/>
44 <include src="chromeos_view.html"/> 44 <include src="chromeos_view.html"/>
45 <include src="mobile_view.html"/>
45 46
46 <script src="chrome://resources/js/i18n_template.js"></script> 47 <script src="chrome://resources/js/i18n_template.js"></script>
47 <script src="chrome://resources/js/i18n_process.js"></script> 48 <script src="chrome://resources/js/i18n_process.js"></script>
48 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 49 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
49 </body> 50 </body>
50 </html> 51 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698