From 6200b08c13b0d813fe4e18706b8d57defa184380 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 27 Nov 2012 21:30:46 -0800 Subject: [PATCH] Death to E4X and stuff. --- common/content/commandline.js | 71 +++++++++++-------------- common/content/dactyl.js | 17 +++--- common/content/events.js | 19 +++---- common/content/mow.js | 48 +++++++---------- common/content/statusline.js | 65 ++++++++++++----------- common/modules/base.jsm | 8 ++- common/modules/dom.jsm | 99 +++++++++++++++++++++++++++++++++++ common/modules/overlay.jsm | 59 ++++++++++++++++----- 8 files changed, 250 insertions(+), 136 deletions(-) diff --git a/common/content/commandline.js b/common/content/commandline.js index b72ef0c3..5e2b9bae 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -14,56 +14,45 @@ var CommandWidgets = Class("CommandWidgets", { init: function init() { let s = "dactyl-statusline-field-"; - XML.ignoreWhitespace = true; overlay.overlayWindow(window, { objects: { eventTarget: commandline }, - append: - -