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

Unified Diff: metadata.chrome

Issue 29740555: Issue 6469 - Inject API wrappers only if there's a filter match (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Wrap tabs.executeScript Created April 2, 2018, 12:14 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/scriptInjection.js ('k') | polyfill.js » ('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
@@ -117,27 +117,29 @@
updates.html = adblockplusui/updates.html
updates.js = adblockplusui/updates.js
skin/updates.css = adblockplusui/skin/updates.css
[bundles]
lib/adblockplus.js =
adblockpluscore/lib/filterListener.js
adblockpluscore/lib/synchronizer.js
+ lib/scriptInjection.js
lib/requestBlocker.js
lib/popupBlocker.js
lib/subscriptionInit.js
lib/filterComposer.js
lib/stats.js
lib/uninstall.js
lib/csp.js
lib/cssInjection.js
adblockplusui/messageResponder.js
background.js
-include.preload.js = include.preload.js inject.preload.js
+include.preload.js = include.preload.js
+inject.preload.js = inject.preload.js
include.postload.js = subscriptionLink.postload.js composer.postload.js
qunit/tests.js =
qunit/common.js
qunit/tests/prefs.js
qunit/tests/url.js
qunit/tests/cssEscaping.js
[import_locales]
« no previous file with comments | « lib/scriptInjection.js ('k') | polyfill.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld