The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: modules/libpref/test/unit/data/testPref.js
modules/libpref/test/unit/data/testPref.js
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:57fe83055078
1
user_pref("testPref.bool1", true);
2
user_pref("testPref.bool2", false);
3
user_pref("testPref.int1", 23);
4
user_pref("testPref.int2", -1236);
5
user_pref("testPref.char1", "_testPref");
6
user_pref("testPref.char2", "älskar");