зеркало из https://github.com/mozilla/pjs.git
bug 31307, moving globalBindings.xml to content
This commit is contained in:
Родитель
4698d92583
Коммит
801129f130
|
@ -1,3 +1,4 @@
|
|||
globalBindings.xml
|
||||
browserBindings.xul
|
||||
editorBindings.xul
|
||||
inputBindings.xul
|
||||
|
|
|
@ -34,6 +34,7 @@ EXPORT_RESOURCE_CONTENT = \
|
|||
$(srcdir)/inputBindings.xul \
|
||||
$(srcdir)/textAreaBindings.xul \
|
||||
$(srcdir)/hiddenWindow.xul \
|
||||
$(srcdir)/globalBindings.xml \
|
||||
$(srcdir)/globalOverlay.xul \
|
||||
$(srcdir)/globalOverlay.js \
|
||||
$(srcdir)/tasksOverlay.xul \
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- This file should only contain global chrome custom widget definitions.
|
||||
THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT
|
||||
FIRST HAVING YOUR CHANGES REVIEWED BY hyatt@netscape.com.
|
||||
-->
|
||||
|
||||
<bindings id="globalBindings"
|
||||
xmlns="http://www.mozilla.org/xbl"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<binding name="texttab">
|
||||
<content>
|
||||
<xul:image class="tab-leftedge"/>
|
||||
<xul:box class="textholder" align="vertical" inherits="value"
|
||||
autostretch="always" flex="100%">
|
||||
<xul:spring flex="100%"/>
|
||||
<xul:text class="tab-text" inherits="value" crop="right"/>
|
||||
<xul:spring flex="100%"/>
|
||||
</xul:box>
|
||||
<xul:image class="tab-rightedge"/>
|
||||
<xul:spring class="remain-space"/>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
</bindings>
|
|
@ -34,6 +34,7 @@ install::
|
|||
$(MAKE_INSTALL) inputBindings.xul $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) textAreaBindings.xul $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) hiddenWindow.xul $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) globalBindings.xml $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) globalOverlay.xul $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) globalOverlay.js $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) tasksOverlay.xul $(DISTBROWSER)
|
||||
|
|
Загрузка…
Ссылка в новой задаче