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

Unified Diff: lib/prefs.js

Issue 11627039: Added ad counting functionality (Closed)
Patch Set: Created Sept. 11, 2013, 3:10 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: lib/prefs.js
===================================================================
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -33,7 +33,8 @@
subscriptions_exceptionsurl: "https://easylist-downloads.adblockplus.org/exceptionrules.txt",
documentation_link: "https://adblockplus.org/redirect?link=%LINK%&lang=%LANG%",
notificationdata: {},
- notificationurl: "https://notification.adblockplus.org/notification.json"
+ notificationurl: "https://notification.adblockplus.org/notification.json",
+ stats_total: {}
Wladimir Palant 2013/09/18 09:44:41 Why store an object when we really need only a sin
Thomas Greiner 2013/09/19 09:42:29 We agreed on extending it in the near future to pr
Wladimir Palant 2013/09/19 10:56:22 I wonder what you have in mind here. Counting elem
Thomas Greiner 2013/09/20 15:09:50 There are two categories of additional data that w
};
let listeners = [];

Powered by Google App Engine
This is Rietveld