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

Unified Diff: go-back-with-backspace/pages/popup.html

Issue 2400303003: Update UI and catch executeScript errors now shown in Canary (Closed)
Patch Set: Add TODO to validate URLs Created 4 years, 1 month 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
« no previous file with comments | « go-back-with-backspace/pages/popup.css ('k') | go-back-with-backspace/pages/popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/pages/popup.html
diff --git a/go-back-with-backspace/pages/popup.html b/go-back-with-backspace/pages/popup.html
index ff4d6eda8dfdf0b2031f87108af1cf925e9f8f11..be76b3b82cedc826f8a6299ff396e5e0513248f4 100644
--- a/go-back-with-backspace/pages/popup.html
+++ b/go-back-with-backspace/pages/popup.html
@@ -7,20 +7,27 @@
<body>
<h1 i18n="extensionName"></h1>
- <div id="current_url"></div>
- <div>
- <button i18n="popupAddBlacklist" id="list_edit_button"></button><br>
- </div>
+ <button i18n="popupAddBlacklist" id="list-edit-button"></button><br>
- <div id="messages">
- <div id="status">&nbsp;</div>
- <div id="file_url_message" hidden>
- <a href="" i18n="popupFileURL" id="open_extensions"></a>
- </div>
+ <div id="file-url-message" hidden>
+ <a href="" i18n="popupFileURL" id="open-extensions"></a>
</div>
- <a href="" i18n="sendFeedback" id="report_page"></a>
- <a href="" i18n="openOptions" id="open_options"></a>
+ <div class="bottom-bar">
+ <span id="feedback-button">
+ <a id="feedback-link" class="image-link">
+ <img class="button-image" src="feedback.png" i18n-alt="sendFeedback">
+ </a>
+ </span>
+
+ <span id="status">&nbsp;</span>
+
+ <span id="options-button">
+ <a id="options-link" class="image-link">
+ <img class="button-image" src="settings.png" i18n-alt="openOptions">
+ </a>
+ </span>
+ </div>
<script src="common.js"></script>
<script src="popup.js"></script>
« no previous file with comments | « go-back-with-backspace/pages/popup.css ('k') | go-back-with-backspace/pages/popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698