From c66701339fe5a375b0d609ae1b9b731ac2430ca3 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 23 Dec 2010 19:52:32 -0500 Subject: [PATCH 01/35] Steps towards bootstrapped addon. --HG-- branch : bootstrapped --- common/content/commandline.js | 68 ++++++++++++++++++++++ common/content/configbase.js | 2 + common/content/dactyl.xul | 106 +--------------------------------- common/content/events.js | 15 +++++ common/content/statusline.js | 39 +++++++++++++ common/modules/util.jsm | 94 ++++++++++++++++++++---------- 6 files changed, 189 insertions(+), 135 deletions(-) diff --git a/common/content/commandline.js b/common/content/commandline.js index 3386d9ee..6fed9f70 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -10,6 +10,74 @@ const CommandWidgets = Class("CommandWidgets", { init: function () { + let _commandline = "if (window.dactyl) return dactyl.modules.commandline"; + let _status = "dactyl-statusline-field-"; + + util.overlayWindow(window, { + append: + + + + + + + + + + + + +