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

Unified Diff: background.js

Issue 4692713899294720: Issue 189 - Removed hack meant to work around an already fixed bug in adblockplus subrepo (Closed)
Patch Set: Created April 15, 2014, 1:45 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -16,23 +16,16 @@
*/
with(require("filterClasses"))
{
this.Filter = Filter;
this.RegExpFilter = RegExpFilter;
this.BlockingFilter = BlockingFilter;
this.WhitelistFilter = WhitelistFilter;
-
- // TODO: The import below isn't necessary anymore with
- // https://hg.adblockplus.org/adblockplus/rev/7eb29729a72c
- // However due to https://issues.adblockplus.org/ticket/189
- // we can't update the subrepo yet. So please remove this
- // line when the issue was fixed and the subrepo was updated.
- this.ActiveFilter = ActiveFilter;
}
with(require("subscriptionClasses"))
{
this.Subscription = Subscription;
this.DownloadableSubscription = DownloadableSubscription;
}
with(require("whitelisting"))
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld