1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 08:05:47 +01:00

Add +purgecaches startup flag. Process startup flags in :restart. Don't purge caches on :rehash.

This commit is contained in:
Kris Maglione
2011-10-01 02:36:27 -04:00
parent 119f117e4d
commit 2f776eebe7
7 changed files with 80 additions and 38 deletions

View File

@@ -17,6 +17,7 @@ this.lazyRequire("addons", ["AddonManager"]);
this.lazyRequire("cache", ["cache"]);
this.lazyRequire("highlight", ["highlight"]);
this.lazyRequire("messages", ["_"]);
this.lazyRequire("prefs", ["localPrefs", "prefs"]);
function AboutHandler() {}
AboutHandler.prototype = {
@@ -66,6 +67,8 @@ var ConfigBase = Class("ConfigBase", {
});
},
get prefs() localPrefs,
get has() Set.has(this.features),
configFiles: [