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

Unified Diff: background.js

Issue 8432019: Added acceptable ads list to the options UI (Closed)
Patch Set: Created Sept. 25, 2012, 2:18 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 | « _locales/zh_TW/messages.json ('k') | lib/adblockplus_compat.js » ('j') | 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
@@ -1,16 +1,18 @@
importAll("filterClasses", this);
importAll("subscriptionClasses", this);
importAll("filterStorage", this);
importAll("elemHide", this);
importAll("filterListener", this);
importAll("filterNotifier", this);
importAll("matcher", this);
+importAll("prefs", this);
importAll("synchronizer", this);
+importAll("utils", this);
// Some types cannot be distinguished
RegExpFilter.typeMap.OBJECT_SUBREQUEST = RegExpFilter.typeMap.OBJECT;
RegExpFilter.typeMap.MEDIA = RegExpFilter.typeMap.FONT = RegExpFilter.typeMap.OTHER;
FilterNotifier.addListener(function(action)
{
if (action == "load")
« no previous file with comments | « _locales/zh_TW/messages.json ('k') | lib/adblockplus_compat.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld