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

Unified Diff: metadata.chrome

Issue 29410607: Issue 5090 - Use user stylesheets for element hiding if possible (Closed)
Patch Set: Move get-selectors and hide-elements to elemHideHelper Created May 1, 2017, 11:04 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/elemHideHelper.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.chrome
diff --git a/metadata.chrome b/metadata.chrome
index 21ad89513c03f9238fa3af55e90fa3b94d774861..0a0f7a3bbacb5cda03c3d4e813b8ecfac2ef9cf0 100644
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -75,6 +75,7 @@ skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css
[convert_js]
lib/adblockplus.js =
+ lib/elemHideHelper.js
lib/filterComposer.js
lib/filterValidation.js
lib/icon.js
@@ -114,7 +115,7 @@ lib/adblockplus.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
+lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupBlocker,subscriptionInit,filterComposer,stats,uninstall,csp,elemHideHelper
include.postload.js = subscriptionLink.postload.js composer.postload.js
elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/chrome/content/elemHideEmulation.js
« no previous file with comments | « lib/elemHideHelper.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld