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

Delta Between Two Patch Sets: lib/prefs.js

Issue 9846017: Make JavaScript sources compile into the library; convert JavaScript files on the fly (Closed)
Left Patch Set: Created March 14, 2013, 10:02 p.m.
Right Patch Set: Review comments addressed Created March 15, 2013, 3:59 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « lib/io.js ('k') | lib/utils.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 //
2 // The values are hardcoded for now.
3 //
4
5 var Prefs = exports.Prefs = {
6 enabled: true,
7 patternsfile: "patterns.ini",
8 patternsbackups: 5,
9 patternsbackupinterval: 24,
10 data_directory: "",
11 savestats: false,
12 privateBrowsing: false,
13 subscriptions_fallbackerrors: 5,
14 subscriptions_fallbackurl: "https://adblockplus.org/getSubscription?version=%V ERSION%&url=%SUBSCRIPTION%&downloadURL=%URL%&error=%ERROR%&channelStatus=%CHANNE LSTATUS%&responseStatus=%RESPONSESTATUS%",
15 subscriptions_autoupdate: true,
16 subscriptions_exceptionsurl: "https://easylist-downloads.adblockplus.org/excep tionrules.txt",
17 documentation_link: "https://adblockplus.org/redirect?link=%LINK%&lang=%LANG%" ,
18 addListener: function() {}
19 };
LEFTRIGHT

Powered by Google App Engine
This is Rietveld