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

Unified Diff: chrome/browser/resources/apps_debugger/pack_item_overlay.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, 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/apps_debugger/pack_item_overlay.html
diff --git a/chrome/browser/resources/apps_debugger/pack_item_overlay.html b/chrome/browser/resources/apps_debugger/pack_item_overlay.html
new file mode 100644
index 0000000000000000000000000000000000000000..0a727898afd1752466a46618cb51b9a0a01b5a6a
--- /dev/null
+++ b/chrome/browser/resources/apps_debugger/pack_item_overlay.html
@@ -0,0 +1,28 @@
+<div id="packItemOverlay" class="page">
+ <h1 i18n-content="packExtensionOverlay"></h1>
+ <div id="cbd-content-area" class="content-area">
+ <div class="pack-item-heading" i18n-content="packExtensionHeading">
+ </div>
+ <div class="pack-item-text-boxes">
+ <label i18n-content="packExtensionRootDir"></label>
+ <input class="pack-item-text-area" id="item-root-dir" type="text">
+ <button id="browse-item-dir"
+ i18n-content="packExtensionBrowseButton"></button>
+ </div>
+ <div class="pack-item-text-boxes">
+ <label i18n-content="packExtensionPrivateKey"></label>
+ <input class="pack-item-text-area" id="item-private-key" type="text">
+ <button id="browse-private-key"
+ i18n-content="packExtensionBrowseButton"></button>
+ </div>
+ </div>
+ <div class="action-area">
+ <div class="action-area-right">
+ <div class="button-strip">
+ <button id="pack-item-dismiss" i18n-content="cancel"></button>
+ <button id="pack-item-commit"
+ i18n-content="packExtensionCommit"></button>
+ </div>
+ </div>
+ </div>
+</div>
« no previous file with comments | « chrome/browser/resources/apps_debugger/main.html ('k') | chrome/common/extensions/api/developer_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698