зеркало из https://github.com/mozilla/pjs.git
Missing part of checkin for fix to bug 285711. r=pkwarren, sr=henry.jia
This commit is contained in:
Родитель
da3b7ab702
Коммит
614ff1c89e
|
@ -895,7 +895,16 @@
|
|||
oncommand="this.parentNode.parentNode.hide();"/>
|
||||
</xul:hbox>
|
||||
</content>
|
||||
<implementation>
|
||||
<implementation implements="nsIAccessibleProvider">
|
||||
<property name="accessible">
|
||||
<getter>
|
||||
<![CDATA[
|
||||
var accService = Components.classes["@mozilla.org/accessibilityService;1"].getService(Components.interfaces.nsIAccessibilityService);
|
||||
return accService.createXULAlertAccessible(this);
|
||||
]]>
|
||||
</getter>
|
||||
</property>
|
||||
|
||||
<property name="type" onget="return this.getAttribute('type');"
|
||||
onset="this.setAttribute('type', val); return val;"/>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче