mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 12:52:28 +01:00
Merge default.
--HG-- branch : groups
This commit is contained in:
@@ -483,7 +483,24 @@ var tests = {
|
||||
sanitize: {
|
||||
// Skip details for now.
|
||||
completions: [
|
||||
"",
|
||||
["", function (context) ["all",
|
||||
"cache",
|
||||
"downloads",
|
||||
"formdata",
|
||||
"offlineapps",
|
||||
"passwords",
|
||||
"sessions",
|
||||
"cookies",
|
||||
"history",
|
||||
"host",
|
||||
"sitesettings",
|
||||
"commandline",
|
||||
"messages",
|
||||
"macros",
|
||||
"marks",
|
||||
"options"
|
||||
].every(function (item) context.allItems.items.some(function ({ text }) item == text))
|
||||
],
|
||||
"-",
|
||||
"-host=",
|
||||
"-timespan="
|
||||
|
||||
Reference in New Issue
Block a user