From 6027e3ef9e9221e849005d2f61b2056969348ce0 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Thu, 6 Nov 2008 08:43:51 +0000 Subject: [PATCH] unbreak muttator's completions again. I can't say if tab numbering in vimperator still works, as it didn't for me before this commit either. --- content/bindings.xml | 19 ------------------ content/tabs.js | 2 +- content/vimperator/bindings.xml | 34 +++++++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 20 deletions(-) create mode 100644 content/vimperator/bindings.xml diff --git a/content/bindings.xml b/content/bindings.xml index fe2d5a20..9c87bdc3 100644 --- a/content/bindings.xml +++ b/content/bindings.xml @@ -1,8 +1,6 @@ -%tabBrowserDTD; %globalDTD; ]> @@ -18,23 +16,6 @@ - - - - - - - - - - - - - - - diff --git a/content/tabs.js b/content/tabs.js index 399181e6..942bdadd 100644 --- a/content/tabs.js +++ b/content/tabs.js @@ -231,7 +231,7 @@ function Tabs() //{{{ }); // TODO: Add option, or only apply when go~=[nN] styles.addSheet("tab-binding", "chrome://*", - ".tabbrowser-tab { -moz-binding: url(chrome://liberator/content/bindings.xml#tab); }", true); + ".tabbrowser-tab { -moz-binding: url(chrome://liberator/content/vimperator/bindings.xml#tab); }", true); } diff --git a/content/vimperator/bindings.xml b/content/vimperator/bindings.xml new file mode 100644 index 00000000..2617806a --- /dev/null +++ b/content/vimperator/bindings.xml @@ -0,0 +1,34 @@ + + + +%tabBrowserDTD; + +%globalDTD; +]> + + + + + + + + + + + + + + + + + + + + +