Bug 600860 - Add application role to distinguish our more interactive xul pages; r=enndeakin,marco.zehe a=dtownsend

This commit is contained in:
David Bolter 2010-10-07 13:37:28 -04:00
parent a80c78c557
commit 314b37831e
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&window.title;"
windowtype="Preferences:ConfigManager"
role="application"
width="750"
height="500"
onunload="onConfigUnload();"

View File

@ -49,6 +49,7 @@
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
id="addons-page" title="&addons.windowTitle;" disablechrome="true"
role="application"
ondragenter="gDragDrop.onDragOver(event)"
ondragover="gDragDrop.onDragOver(event)"
ondrop="gDragDrop.onDrop(event)">