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

Unified 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, 12 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/net_internals/mobile.html
===================================================================
--- chrome/browser/resources/net_internals/mobile.html (revision 0)
+++ chrome/browser/resources/net_internals/mobile.html (revision 0)
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html i18n-values=".style.fontFamily: fontfamily;">
+<!--
+Copyright (c) 2013 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+ <head>
+ <!-- Don't use automatic scaling on mobile -->
+ <meta name="viewport" content="width=device-width, initial-scale=1.0,
+ maximum-scale=1.0, user-scalable=no">
+ <link rel="stylesheet" href="main.css">
+ <link rel="stylesheet" href="status_view.css">
+ <link rel="stylesheet" href="logs_view.css">
+ <link rel="stylesheet" href="tab_switcher_view.css">
mmenke 2013/01/04 16:22:09 To reduce redistributable size, we should be putti
+ <script src="chrome://resources/js/util.js"></script>
+ <script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://net-internals/mobile.js"></script>
mmenke 2013/01/04 16:22:09 Looks like you updated net_internals_resources.grd
+ <script src="chrome://net-internals/strings.js"></script>
+ </head>
+ <body id=import-view-drop-target>
+ <include src="status_view.html"/>
+ <include src="category_mobile_tabs.html"/>
+ <include src="mobile_view.html"/>
+
+ <script src="chrome://resources/js/i18n_template.js"></script>
+ <script src="chrome://resources/js/i18n_process.js"></script>
+ <script src="chrome://resources/js/jstemplate_compiled.js"></script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698