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

Unified Diff: background.html

Issue 29573083: Issue 5028 - Use browser namespace (Closed) Base URL: https://hg.adblockplus.org/adblockplusui/
Patch Set: Move i18n code into polyfill.js Created Oct. 11, 2017, 11:27 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 | « no previous file | background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.html
===================================================================
--- a/background.html
+++ b/background.html
@@ -14,16 +14,17 @@
-
- You should have received a copy of the GNU General Public License
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta charset="utf-8">
+ <script type="text/javascript" src="polyfill.js"></script>
<script type="text/javascript" src="ext/common.js"></script>
Manish Jethani 2017/10/11 11:29:06 This is needed for ext.Page
<script type="text/javascript" src="ext/background.js"></script>
<script type="text/javascript" src="background.js"></script>
<script type="text/javascript" src="messageResponder.js"></script>
</head>
<body>
</body>
</html>
« no previous file with comments | « no previous file | background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld