зеркало из https://github.com/mozilla/pjs.git
Bug 383160 - Need to have localName in dom viewer. Patch by Mook <mook.moz+mozbz@gmail.com>. r=sdwilsh, sr=neil
This commit is contained in:
Родитель
0343120fd1
Коммит
500ba701f6
|
@ -46,8 +46,6 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
ALL_LOCALES = \
|
||||
en-US \
|
||||
fr \
|
||||
ru \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
|
|
@ -172,7 +172,7 @@ DOMNodeViewer.prototype =
|
|||
var bundle = this.pane.panelset.stringBundle;
|
||||
deck.setAttribute("selectedIndex", 0);
|
||||
|
||||
this.setTextValue("nodeName", aObject.nodeName);
|
||||
this.setTextValue("localName", aObject.localName);
|
||||
this.setTextValue("nodeType", bundle.getString(aObject.nodeType));
|
||||
this.setTextValue("namespace", aObject.namespaceURI);
|
||||
|
||||
|
|
|
@ -46,10 +46,10 @@
|
|||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label value="&nodeName.label;"
|
||||
for="tx_nodeName"
|
||||
<label value="&localName.label;"
|
||||
for="tx_localName"
|
||||
class="olNodeInfoLabel"/>
|
||||
<textbox id="tx_nodeName" readonly="true" class="plain"/>
|
||||
<textbox id="tx_localName" readonly="true" class="plain"/>
|
||||
</row>
|
||||
<row>
|
||||
<label value="&namespaceURI.label;"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#endif
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!ENTITY nodeName.label "Node Name:">
|
||||
<!ENTITY localName.label "Local Name:">
|
||||
<!ENTITY namespaceURI.label "Namespace URI:">
|
||||
<!ENTITY nodeType.label "Node Type:">
|
||||
<!ENTITY nodeValue.label "Node Value:">
|
||||
|
|
Загрузка…
Ссылка в новой задаче