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

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

Issue 11635023: First cut at UI for saving net_logs data into a temporary file on (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html i18n-values=".style.fontFamily: fontfamily;">
3 <!--
4 Copyright (c) 2013 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8 <head>
9 <!-- Don't use automatic scaling on mobile -->
10 <meta name="viewport" content="width=device-width, initial-scale=1.0,
11 maximum-scale=1.0, user-scalable=no">
12 <link rel="stylesheet" href="main.css">
13 <link rel="stylesheet" href="status_view.css">
14 <link rel="stylesheet" href="logs_view.css">
15 <link rel="stylesheet" href="tab_switcher_view.css">
mmenke 2013/01/04 16:22:09 To reduce redistributable size, we should be putti
16 <script src="chrome://resources/js/util.js"></script>
17 <script src="chrome://resources/js/cr.js"></script>
18 <script src="chrome://net-internals/mobile.js"></script>
mmenke 2013/01/04 16:22:09 Looks like you updated net_internals_resources.grd
19 <script src="chrome://net-internals/strings.js"></script>
20 </head>
21 <body id=import-view-drop-target>
22 <include src="status_view.html"/>
23 <include src="category_mobile_tabs.html"/>
24 <include src="mobile_view.html"/>
25
26 <script src="chrome://resources/js/i18n_template.js"></script>
27 <script src="chrome://resources/js/i18n_process.js"></script>
28 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
29 </body>
30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698