1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 19:54:11 +01:00

Complete :sanitize and private mode overhaul.

--HG--
rename : common/content/sanitizer.js => common/modules/sanitizer.jsm
This commit is contained in:
Kris Maglione
2010-09-17 06:15:13 -04:00
parent a5213c3760
commit 152e6d5a1f
27 changed files with 1120 additions and 721 deletions

View File

@@ -215,7 +215,8 @@ const Config = Module("config", ConfigBase, {
{
argCount: "+",
completer: function (context) completion.ex(context),
literal: 0
literal: 0,
subCommand: 0
});
commands.add(["winc[lose]", "wc[lose]"],
@@ -235,6 +236,7 @@ const Config = Module("config", ConfigBase, {
},
{
completer: function (context) completion.url(context),
domains: function (args) commands.get("open").domains(args),
literal: 0,
privateData: true
});