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

Unified Diff: popup.html

Issue 29565717: Issue 5832 - Use runtime.onMessage directly in popup (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Created Oct. 5, 2017, 1:39 p.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 | « no previous file | popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: popup.html
===================================================================
--- a/popup.html
+++ b/popup.html
@@ -17,17 +17,16 @@
- 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 class="nohtml" tabindex="1">
« no previous file with comments | « no previous file | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld