Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: popup.html

Issue 29532767: Issue 5593 - Use messaging in popup for prefs, whitelisting, and stats (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Check for page ready again after adding listener Created Sept. 19, 2017, 8:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « notification.js ('k') | popup.js » ('j') | popup.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: popup.html
===================================================================
--- a/popup.html
+++ b/popup.html
@@ -17,16 +17,17 @@
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="skin/popup.css">
<script src="ext/common.js"></script>
+ <script src="ext/content.js"></script>
<script src="ext/popup.js"></script>
<script src="i18n.js"></script>
<script src="popup.js"></script>
<script src="notification.js"></script>
<script src="stats.js"></script>
</head>
<!-- Set tabindex to work around Chromium issue 304532 -->
<body tabindex="1">
@@ -65,24 +66,24 @@
<div class="icon"></div>
<span class="i18n_easy_create_filter"></span>
</li>
<li id="clickhide-cancel" class="menu-item" role="button">
<div class="icon"></div>
<span class="i18n_cancel"></span>
</li>
- <li id="stats-container">
- <div class="menu-item collapse" data-option="show_statsinpopup" data-collapsable="stats-container" role="button">
+ <li id="stats-container" class="collapsed">
+ <div class="menu-item collapse" data-option="show_statsinpopup" data-collapsible="stats-container" role="button">
<div class="icon"></div>
<span class="i18n_stats_title"></span>
<div class="collapse-icon-placeholder"></div>
<div class="collapse-icon"></div>
</div>
- <ul id="stats" class="collapsable">
+ <ul id="stats" class="collapsible">
<li>
<div>
<div id="stats-page"></div>
<div id="stats-total"></div>
</div>
<div id="share">
<span class="i18n_stats_share_title"></span>
« no previous file with comments | « notification.js ('k') | popup.js » ('j') | popup.js » ('J')

Powered by Google App Engine
This is Rietveld