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

for now i have to disable the tabnumber code, as it breaks *completions* in muttator. Sick, yes, but that's due to:

No chrome package registered for chrome://browser/locale/tabbrowser.dtd
Error: undefined entity
Source File: file:///home/maxauthority/code/muttator/src/content/bindings.xml
Line: 23, Column: 9
Source Code:
        <content chromedir="&locale.dir;"

It might make sense to rip the vimperator only css into a skin/vimperator.css if possible, but not at 3 a.m.
This commit is contained in:
Martin Stubenschrott
2008-11-04 01:51:18 +00:00
parent 20cd16d1eb
commit 1ab7b8a282
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
<children/> <children/>
</content> </content>
</binding> </binding>
<binding id="tab" <!--binding id="tab"
extends="chrome://browser/content/tabbrowser.xml#tabbrowser-tab"> extends="chrome://browser/content/tabbrowser.xml#tabbrowser-tab">
<content chromedir="&locale.dir;" <content chromedir="&locale.dir;"
closetabtext="&closeTab.label;"> closetabtext="&closeTab.label;">
@@ -34,7 +34,7 @@
<xul:label flex="1" xbl:inherits="value=label,crop,accesskey" class="tab-text hl-TabText"/> <xul:label flex="1" xbl:inherits="value=label,crop,accesskey" class="tab-text hl-TabText"/>
<xul:toolbarbutton anonid="close-button" tabindex="-1" class="tab-close-button hl-TabClose"/> <xul:toolbarbutton anonid="close-button" tabindex="-1" class="tab-close-button hl-TabClose"/>
</content> </content>
</binding> </binding-->
<binding id="compitem-td"> <binding id="compitem-td">
<!-- No white space. The table is white-space: pre; :( --> <!-- No white space. The table is white-space: pre; :( -->
<content><html:span class="td-strut"/><html:span class="td-span"><children/></html:span></content> <content><html:span class="td-strut"/><html:span class="td-span"><children/></html:span></content>

View File

@@ -1382,7 +1382,7 @@ function ItemList(id) //{{{
template.map(util.range(0, maxItems), function (i) template.map(util.range(0, maxItems), function (i)
<ul><li class="hl-NonText">~</li></ul>) <ul><li class="hl-NonText">~</li></ul>)
} }
</div>; </div>
</div>; </div>;
let dom = util.xmlToDom(div, doc); let dom = util.xmlToDom(div, doc);