зеркало из https://github.com/mozilla/gecko-dev.git
Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical"> patch by andersma@luther.edu r=timeless sr=blake
This commit is contained in:
Родитель
f4763eb706
Коммит
03c547d68e
|
@ -49,11 +49,11 @@
|
|||
title="&caption.label;"
|
||||
onload="onLoad()"
|
||||
class="dialog"
|
||||
align="vertical"
|
||||
orient="vertical"
|
||||
persist="screenX screenY"
|
||||
screenX="24" screenY="24">
|
||||
|
||||
<script language="javascript" src="chrome://navigator/content/metadata.js"/>
|
||||
<script type="application/x-javascript" src="chrome://navigator/content/metadata.js"/>
|
||||
|
||||
<stringbundle src="chrome://navigator/locale/metadata.properties" id="bundle_metadata"/>
|
||||
<stringbundle src="chrome://global/locale/languageNames.properties" id="bundle_languages"/>
|
||||
|
@ -61,7 +61,7 @@
|
|||
|
||||
<text id="no-properties" value="&no-properties.label;"/>
|
||||
|
||||
<titledbox id="link-sec">
|
||||
<groupbox id="link-sec">
|
||||
<label><text value="&link-sec.label;"/></label>
|
||||
<grid>
|
||||
<columns>
|
||||
|
@ -95,8 +95,8 @@
|
|||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
<titledbox id="image-sec">
|
||||
</groupbox>
|
||||
<groupbox id="image-sec">
|
||||
<label><text value="&image-sec.label;"/></label>
|
||||
<grid>
|
||||
<columns>
|
||||
|
@ -114,8 +114,8 @@
|
|||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
<titledbox id="insdel-sec">
|
||||
</groupbox>
|
||||
<groupbox id="insdel-sec">
|
||||
<label><text value="&insdel-sec.label;"/></label>
|
||||
<grid>
|
||||
<columns>
|
||||
|
@ -133,8 +133,8 @@
|
|||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
<titledbox id="quote-sec">
|
||||
</groupbox>
|
||||
<groupbox id="quote-sec">
|
||||
<label><text value=""e-sec.label;"/></label>
|
||||
<grid>
|
||||
<columns>
|
||||
|
@ -148,8 +148,8 @@
|
|||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
<titledbox id="misc-sec">
|
||||
</groupbox>
|
||||
<groupbox id="misc-sec">
|
||||
<label><text value="&misc-sec.label;"/></label>
|
||||
<grid>
|
||||
<columns>
|
||||
|
@ -163,9 +163,9 @@
|
|||
</row>
|
||||
<row id="misc-title">
|
||||
<text value="&misc-title.label; "/>
|
||||
<box>
|
||||
<hbox>
|
||||
<html id="misc-title-text" width="100%" style="margin: 0px;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
<row id="misc-tblsummary">
|
||||
<text value="&misc-tblsummary.label; "/>
|
||||
|
@ -173,7 +173,7 @@
|
|||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<spring flex="1"/>
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ Contributor(s): ______________________________________. -->
|
|||
|
||||
<popupset id="aHTMLTooltipSet">
|
||||
<popup id="aHTMLTooltip" class="tooltip" oncreate="return FillInHTMLTooltip(document.tooltipNode);" >
|
||||
<box id="HTML_TOOLTIP_tooltipBox" orient="vertical"/>
|
||||
<vbox id="HTML_TOOLTIP_tooltipBox"/>
|
||||
</popup>
|
||||
<popup id="backMenu" oncreate="BrowserBackMenu(event);" oncommand="gotoHistoryIndex(event);"/>
|
||||
<popup id="forwardMenu" oncreate="BrowserForwardMenu(event);" oncommand="gotoHistoryIndex(event);"/>
|
||||
|
@ -315,7 +315,7 @@ Contributor(s): ______________________________________. -->
|
|||
</toolbox>
|
||||
|
||||
<hbox flex="1" >
|
||||
<box id="sidebar-box" class="chromeclass-extrachrome"/>
|
||||
<hbox id="sidebar-box" class="chromeclass-extrachrome"/>
|
||||
<splitter id="sidebar-splitter" class="chromeclass-extrachrome" />
|
||||
|
||||
<vbox id="appcontent" flex="1"
|
||||
|
@ -336,7 +336,7 @@ Contributor(s): ______________________________________. -->
|
|||
<statusbar id="status-bar" class="chromeclass-status"
|
||||
ondragover="nsDragAndDrop.dragOver(event, contentAreaDNDObserver);"
|
||||
ondragdrop="nsDragAndDrop.drop(event, contentAreaDNDObserver);">
|
||||
<box id="component-bar"/>
|
||||
<hbox id="component-bar"/>
|
||||
<statusbarpanel id="statusbar-display" label="&statusText.label;" crop="right" flex="1"/>
|
||||
<progressmeter class="progressmeter-statusbar" statusbar="true" id="statusbar-icon" mode="normal" value="0"/>
|
||||
<statusbarpanel class="statusbarpanel-icononly" id="offline-status"/>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
titlemenuseparator ="&mainWindow.titlemodifierseperator;"
|
||||
windowtype="Browser:page-info"
|
||||
onload="onLoadPageInfo()"
|
||||
align="vertical" class="dialog"
|
||||
orient="vertical" class="dialog"
|
||||
width="400" height="450"
|
||||
screenX="10" screenY="10"
|
||||
persist="screenX screenY width height sizemode">
|
||||
|
@ -52,7 +52,7 @@
|
|||
<!-- keys are appended from the overlay -->
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
<box id="cont" orient="vertical" flex="1">
|
||||
<vbox id="cont" flex="1">
|
||||
<text class="header label" value="&pageInfo.description;"/>
|
||||
<tabbox id="tabbox" flex="1">
|
||||
<tabs id="tabs">
|
||||
|
@ -64,9 +64,9 @@
|
|||
<tabpanels id="tabpanels" flex="1">
|
||||
|
||||
<!-- General page information -->
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<text class="header label" value="&pageInfo.description;"/>
|
||||
<box class="inset" orient="vertical" id="documentinfo">
|
||||
<vbox class="inset" id="documentinfo">
|
||||
<grid>
|
||||
<columns>
|
||||
<column/>
|
||||
|
@ -87,11 +87,11 @@
|
|||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</vbox>
|
||||
|
||||
<!-- Form information -->
|
||||
<box id="formTreeContainer" flex="1" orient="vertical" collapsed="true">
|
||||
<vbox id="formTreeContainer" flex="1" collapsed="true">
|
||||
<text class="header label" value="&pageInfo.formHeader;"/>
|
||||
<tree id="formTree" class="inset" flex="1">
|
||||
<treecolgroup>
|
||||
|
@ -110,10 +110,10 @@
|
|||
</treehead>
|
||||
<treechildren id="formChildren" flex="1"/>
|
||||
</tree>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
<!-- Image information -->
|
||||
<box id="imageTreeContainer" flex="1" orient="vertical" collapsed="true">
|
||||
<vbox id="imageTreeContainer" flex="1" collapsed="true">
|
||||
<text class="header label" value="&pageInfo.imageHeader;"/>
|
||||
<tree id="imageTree" class="inset" onselect="onImageSelect()" flex="1">
|
||||
<treecolgroup>
|
||||
|
@ -138,13 +138,13 @@
|
|||
|
||||
<splitter collapse="after" id="imageSplitter"/>
|
||||
|
||||
<box id="imagePreviewContainer" flex="1">
|
||||
<hbox id="imagePreviewContainer" flex="1">
|
||||
<iframe id="imageFrame" class="inset" src="about:blank" flex="1"/>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
<!-- Others added by overlay -->
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
</box>
|
||||
</vbox>
|
||||
</window>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
titlepreface="&mainWindow.preface;"
|
||||
titlemenuseparator ="&mainWindow.titlemodifierseperator;"
|
||||
windowtype="navigator:view-source"
|
||||
align="vertical" width="640" height="480"
|
||||
orient="vertical" width="640" height="480"
|
||||
screenX="10" screenY="10"
|
||||
persist="screenX screenY width height sizemode">
|
||||
|
||||
|
@ -151,13 +151,13 @@
|
|||
</menubar>
|
||||
</toolbox>
|
||||
|
||||
<box id="appcontent" align="vertical" flex="1"
|
||||
<vbox id="appcontent" flex="1"
|
||||
ondragover="nsDragAndDrop.dragOver(event, contentAreaDNDObserver);"
|
||||
ondraggesture="nsDragAndDrop.startDrag(event, contentAreaDNDObserver);"
|
||||
ondragdrop="nsDragAndDrop.drop(event, contentAreaDNDObserver);">
|
||||
|
||||
<browser id="content" type="content-primary" name="content" src="about:blank" flex="1"/>
|
||||
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
</window>
|
||||
|
|
Загрузка…
Ссылка в новой задаче