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

Unified Diff: chrome/browser/resources/apps_debugger/main.html

Issue 11794034: Adds functionality to pack an extension / app from the app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@bacha_lo
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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/apps_debugger/main.html
diff --git a/chrome/browser/resources/apps_debugger/main.html b/chrome/browser/resources/apps_debugger/main.html
index 19d71807675069078c58a2a874aeaaed0441d5e5..79ec678c20916183591681bdc074f61b2dea177b 100644
--- a/chrome/browser/resources/apps_debugger/main.html
+++ b/chrome/browser/resources/apps_debugger/main.html
@@ -10,20 +10,30 @@ found in the LICENSE file.
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/items.css">
+ <link rel="stylesheet" href="css/pack_item_overlay.css">
+ <link rel="stylesheet" href="../shared/css/alert_overlay.css">
<link rel="stylesheet" href="../shared/css/chrome_shared.css">
+ <link rel="stylesheet" href="../shared/css/overlay.css">
<link rel="stylesheet" href="../shared/css/trash.css">
<link rel="stylesheet" href="../uber/uber_shared.css">
<script src="js/main_scripts.js"></script>
<!--<script src="../shared/js/cr.js"></script>
<script src="../shared/js/cr/ui.js" />
+ <script src="../shared/js/cr/ui/alert_overlay.js"></script>
+ <script src="../shared/js/cr/ui/overlay.js"></script>
<script src="../shared/js/i18n_template_no_process.js"></script>
<script src="../shared/js/i18n_template2.js"></script>
<script src="../shared/js/load_time_data.js"></script>
<script src="../shared/js/util.js"></script> -->
</head>
<body>
+ <h1> Apps / Extensions Debugger. </h1>
Dan Beam 2013/02/07 01:54:44 nit: no \s around text, also why is this not trans
Gaurav 2013/02/08 04:39:19 Done.
+ <div id="overlay" class="overlay" hidden>
+ <include src="pack_item_overlay.html">
+ <include src="../shared/html/alert_overlay.html">
+ </div>
<h1> Apps / Extensions Debugger </h1>
<div id="developer-controls">
<button id="load-unpacked"

Powered by Google App Engine
This is Rietveld 408576698