From 7afdad0d31a45c13e87a8e99cac6a465165b59f9 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 20 Sep 2010 08:51:52 -0400 Subject: [PATCH] Update tab binding for 4.0b7. Needs to be applied earlier, still. --- common/content/bindings.xml | 41 +++++++++++++++++++++++-------------- common/content/commands.js | 2 +- pentadactyl/install.rdf | 2 +- 3 files changed, 28 insertions(+), 17 deletions(-) diff --git a/common/content/bindings.xml b/common/content/bindings.xml index 297fa8b8..cef6f710 100644 --- a/common/content/bindings.xml +++ b/common/content/bindings.xml @@ -21,23 +21,34 @@ - - - - - - + + + + + + + + + + + + + + + + - - - diff --git a/common/content/commands.js b/common/content/commands.js index 2c765486..ca179b67 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -912,7 +912,7 @@ const Commands = Module("commands", { } // dynamically get completions as specified with the command's completer function - let command = commands.get(cmd); + let command = cmd && commands.get(cmd); if (!command) { context.highlight(0, cmd && cmd.length, "SPELLCHECK"); return; diff --git a/pentadactyl/install.rdf b/pentadactyl/install.rdf index 2e3f3b04..44e0b457 100644 --- a/pentadactyl/install.rdf +++ b/pentadactyl/install.rdf @@ -14,7 +14,7 @@ + em:maxVersion="4.0b8pre"/>