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

Unified Diff: metadata.chrome

Issue 29531677: Issue 5599 - ext needs to be defined in the postload script (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: New approach as discussed in the bug Created Sept. 1, 2017, 8:37 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
Index: metadata.chrome
===================================================================
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -35,18 +35,18 @@
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_end = include.postload.js
+document_start = ext/common.js ext/content.js elemHideEmulation.js subscriptionLink.js composer.js include.preload.js
+document_end =
hub 2017/09/01 20:41:36 we no longer have a document_end content script. M
[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
messageResponder.js = adblockplusui/messageResponder.js
@@ -108,20 +108,23 @@
adblockpluscore/lib/rsa.js
adblockpluscore/lib/rusha.js
adblockpluscore/lib/subscriptionClasses.js
adblockpluscore/lib/synchronizer.js
adblockplusui/lib/antiadblockInit.js
lib/adblockplus.js[module] = true
lib/adblockplus.js[injectinfomodule] = true
lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupBlocker,subscriptionInit,filterComposer,stats,uninstall,csp,cssInjection,firefoxDataCleanup
-include.preload.js = include.preload.js inject.preload.js
-include.postload.js = subscriptionLink.postload.js composer.postload.js
+include.preload.js = include.preload.js inject.preload.js postload.preload.js
elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/lib/content/elemHideEmulation.js
elemHideEmulation.js[module] = true
+subscriptionLink.js = lib/subscriptionLink.js
+subscriptionLink.js[module] = true
+composer.js = lib/composer.js
+composer.js[module] = true
[import_locales]
adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
remove_subscription_warning
=notification_antiadblock_title
=notification_antiadblock_message
filter_unknown_option
filter_invalid_regexp
« ext/background.js ('K') | « lib/subscriptionLink.js ('k') | postload.preload.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld