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

Unified Diff: metadata.chrome

Issue 29737561: Issue 6539, 6782 - Implement support for snippets (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Add explanatory comment in catch block Created July 19, 2018, 3:51 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/contentFiltering.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
@@ -130,30 +130,31 @@
issue-reporter.js = adblockplusui/issue-reporter.js
skin/issue-reporter.css = adblockplusui/skin/issue-reporter.css
desktop-options.html = adblockplusui/desktop-options.html
desktop-options.js = adblockplusui/desktop-options.js
skin/desktop-options.css = adblockplusui/skin/desktop-options.css
updates.html = adblockplusui/updates.html
updates.js = adblockplusui/updates.js
skin/updates.css = adblockplusui/skin/updates.css
+snippets.js = adblockpluscore/lib/content/snippets.js
[bundles]
lib/adblockplus.js =
adblockpluscore/lib/filterListener.js
adblockpluscore/lib/synchronizer.js
lib/devtools.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
+ lib/contentFiltering.js
adblockplusui/messageResponder.js
include.preload.js =
include.preload.js
inject.preload.js
include.postload.js =
subscriptionLink.postload.js
composer.postload.js
« no previous file with comments | « lib/contentFiltering.js ('k') | polyfill.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld