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

Unified Diff: metadata.chrome

Issue 29570614: Issue 5028 - Use browser namespace (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Update adblockplusui dependency Created Oct. 17, 2017, 1:02 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 | « lib/whitelisting.js ('k') | options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.chrome
===================================================================
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -6,24 +6,26 @@
<all_urls>
contextMenus
webRequest
webRequestBlocking
webNavigation
storage
unlimitedStorage
notifications
-backgroundScripts = ext/common.js
+backgroundScripts = polyfill.js
+ ext/common.js
ext/background.js
lib/compat.js
lib/publicSuffixList.js
lib/adblockplus.js
messageResponder.js
background.js
-testScripts = ../ext/common.js
+testScripts = polyfill.js
+ ../ext/common.js
../ext/background.js
../lib/compat.js
../lib/adblockplus.js
../lib/publicSuffixList.js
common.js
tests/prefs.js
tests/versionComparator.js
tests/url.js
@@ -35,17 +37,17 @@
icons/detailed/abp-64.png icons/detailed/abp-128.png
managedStorageSchema = managed-storage-schema.json
[compat]
chrome = 49.0
opera = 36.0
[contentScripts]
-document_start = ext/common.js ext/content.js elemHideEmulation.js include.preload.js
+document_start = polyfill.js ext/common.js ext/content.js elemHideEmulation.js include.preload.js
document_end = include.postload.js
[mapping]
subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml
firstRun.html = adblockplusui/firstRun.html
common.js = adblockplusui/common.js
firstRun.js = adblockplusui/firstRun.js
i18n.js = adblockplusui/i18n.js
« no previous file with comments | « lib/whitelisting.js ('k') | options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld