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