browser/base/content/popup-notifications.inc

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 # to be included inside a popupset element
michael@0 2
michael@0 3 <panel id="notification-popup"
michael@0 4 type="arrow"
michael@0 5 footertype="promobox"
michael@0 6 position="after_start"
michael@0 7 hidden="true"
michael@0 8 orient="vertical"
michael@0 9 role="alert"/>
michael@0 10
michael@0 11 <popupnotification id="webRTC-shareDevices-notification" hidden="true">
michael@0 12 <popupnotificationcontent id="webRTC-selectCamera" orient="vertical">
michael@0 13 <separator class="thin"/>
michael@0 14 <label value="&getUserMedia.selectCamera.label;"
michael@0 15 accesskey="&getUserMedia.selectCamera.accesskey;"
michael@0 16 control="webRTC-selectCamera-menulist"/>
michael@0 17 <menulist id="webRTC-selectCamera-menulist">
michael@0 18 <menupopup id="webRTC-selectCamera-menupopup"/>
michael@0 19 </menulist>
michael@0 20 </popupnotificationcontent>
michael@0 21 <popupnotificationcontent id="webRTC-selectMicrophone" orient="vertical">
michael@0 22 <separator class="thin"/>
michael@0 23 <label value="&getUserMedia.selectMicrophone.label;"
michael@0 24 accesskey="&getUserMedia.selectMicrophone.accesskey;"
michael@0 25 control="webRTC-selectMicrophone-menulist"/>
michael@0 26 <menulist id="webRTC-selectMicrophone-menulist">
michael@0 27 <menupopup id="webRTC-selectMicrophone-menupopup"/>
michael@0 28 </menulist>
michael@0 29 </popupnotificationcontent>
michael@0 30 </popupnotification>
michael@0 31
michael@0 32 <popupnotification id="webapps-install-progress-notification" hidden="true">
michael@0 33 <popupnotificationcontent id="webapps-install-progress-content" orient="vertical" align="start">
michael@0 34 <separator class="thin"/>
michael@0 35 </popupnotificationcontent>
michael@0 36 </popupnotification>
michael@0 37
michael@0 38 <popupnotification id="servicesInstall-notification" hidden="true">
michael@0 39 <popupnotificationcontent orient="vertical" align="start">
michael@0 40 <!-- XXX bug 974146, tests are looking for this, can't remove yet. -->
michael@0 41 </popupnotificationcontent>
michael@0 42 </popupnotification>
michael@0 43
michael@0 44 <popupnotification id="pointerLock-notification" hidden="true">
michael@0 45 <popupnotificationcontent orient="vertical" align="start">
michael@0 46 <separator class="thin"/>
michael@0 47 <label id="pointerLock-cancel" value="&pointerLock.notification.message;"/>
michael@0 48 </popupnotificationcontent>
michael@0 49 </popupnotification>
michael@0 50
michael@0 51 <popupnotification id="mixed-content-blocked-notification" hidden="true">
michael@0 52 <popupnotificationcontent orient="vertical" align="start">
michael@0 53 <separator/>
michael@0 54 <description id="mixed-content-blocked-moreinfo">&mixedContentBlocked.moreinfo;</description>
michael@0 55 </popupnotificationcontent>
michael@0 56 </popupnotification>

mercurial