1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 23:42:27 +01:00

Add :dia errorconsole.

This commit is contained in:
Kris Maglione
2011-09-14 20:16:05 -04:00
parent 938fc1648a
commit a892dee69d
4 changed files with 25 additions and 18 deletions

View File

@@ -211,7 +211,7 @@
- Added 'passkeys' option. [b3]
- Added 'passunknown' option. [b7]
- Changed 'urlseparator' default value to "|". [b3]
- Added "passwords" and "venkman" dialogs to :dialog. [b2]
- Added "errorconsole", "passwords", and "venkman" dialogs to :dialog. [b2][b8]
- Added 'spelllang' option. [b8]
- Make 'showmode' a [stringlist] option. [b7]
- Added 'wildanchor' option. [b2]

View File

@@ -43,6 +43,8 @@ var Config = Module("config", ConfigBase, {
function () "inspectDOMDocument" in window],
downloads: ["Manage Downloads",
function () { window.toOpenWindowByType("Download:Manager", "chrome://mozapps/content/downloads/downloads.xul", "chrome,dialog=no,resizable"); }],
errorconsole: ["Error Console",
function () { window.toErrorConsole(); }],
history: ["List your history",
function () { window.openDialog("chrome://browser/content/history/history-panel.xul", "History", "dialog,centerscreen,width=600,height=600"); }],
import: ["Import Preferences, Bookmarks, History, etc. from other browsers",