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: Created March 30, 2018, 8:25 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
@@ -112,29 +112,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 = snippets.js
Manish Jethani 2018/03/31 08:09:40 This by the way will eventually come from a separa
[bundles]
lib/adblockplus.js =
adblockpluscore/lib/filterListener.js
adblockpluscore/lib/synchronizer.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/snippets.js
adblockplusui/messageResponder.js
background.js
include.preload.js = include.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

Powered by Google App Engine
This is Rietveld