Bug 1527719 [wpt PR 15359] - Update wpt metadata, a=testonly
[gecko.git] / browser / base / content / webrtcIndicator.xul
blob9208dc814e967836d90542cefa5817b0a725a4a7
1 <?xml version="1.0"?>
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
8 <?xml-stylesheet href="chrome://browser/skin/webRTC-indicator.css" type="text/css"?>
10 <!DOCTYPE window>
12 <window xmlns:html="http://www.w3.org/1999/xhtml"
13 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
14 id="webrtcIndicator"
15 role="alert"
16 windowtype="Browser:WebRTCGlobalIndicator"
17 onload="init(event);"
18 #ifdef XP_MACOSX
19 inwindowmenu="false"
20 #endif
21 sizemode="normal"
22 hidechrome="true"
23 orient="horizontal"
25 <script type="application/javascript" src="chrome://browser/content/webrtcIndicator.js"/>
27 <button id="firefoxButton"/>
28 <button id="audioVideoButton" type="menu">
29 <menupopup id="audioVideoPopup" type="Devices"/>
30 </button>
31 <separator id="shareSeparator"/>
32 <button id="screenShareButton" type="menu">
33 <menupopup id="screenSharePopup" type="Screen"/>
34 </button>
35 </window>