summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/popup-notifications.inc
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-12-14 14:37:24 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-12-14 14:37:24 -0500
commit4e34c57467a8d38d593c6fbb7c0d63c3257e99f0 (patch)
treeff5ee62f90cebe34f23f734669e2c526d783caf0 /application/palemoon/base/content/popup-notifications.inc
parentdacb3da00bd17e69f1a8f1080668808a5f3fe431 (diff)
downloadUXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.gz
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.lz
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.xz
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.zip
Remove Pale Moon from the Unified XUL Platform repository
Development will proceed at https://github.com/MoonchildProductions/Pale-Moon
Diffstat (limited to 'application/palemoon/base/content/popup-notifications.inc')
-rw-r--r--application/palemoon/base/content/popup-notifications.inc104
1 files changed, 0 insertions, 104 deletions
diff --git a/application/palemoon/base/content/popup-notifications.inc b/application/palemoon/base/content/popup-notifications.inc
deleted file mode 100644
index 31a72b489..000000000
--- a/application/palemoon/base/content/popup-notifications.inc
+++ /dev/null
@@ -1,104 +0,0 @@
-# to be included inside a popupset element
-
- <panel id="notification-popup"
- type="arrow"
- position="after_start"
- hidden="true"
- orient="vertical"
- role="alert"/>
-
- <!-- Popup for site identity information -->
- <panel id="identity-popup"
- type="arrow"
- hidden="true"
- noautofocus="true"
- consumeoutsideclicks="true"
- onpopupshown="gIdentityHandler.onPopupShown(event);"
- level="top">
- <hbox id="identity-popup-container" align="top">
- <image id="identity-popup-icon"/>
- <vbox id="identity-popup-content-box">
- <label id="identity-popup-connectedToLabel"
- class="identity-popup-label"
- value="&identity.connectedTo;"/>
- <label id="identity-popup-connectedToLabel2"
- class="identity-popup-label"
- value="&identity.unverifiedsite2;"/>
- <description id="identity-popup-content-host"
- class="identity-popup-description"/>
- <label id="identity-popup-runByLabel"
- class="identity-popup-label"
- value="&identity.runBy;"/>
- <description id="identity-popup-content-owner"
- class="identity-popup-description"/>
- <description id="identity-popup-content-supplemental"
- class="identity-popup-description"/>
- <description id="identity-popup-content-verifier"
- class="identity-popup-description"/>
- <hbox id="identity-popup-encryption" flex="1">
- <vbox>
- <image id="identity-popup-encryption-icon"/>
- </vbox>
- <description id="identity-popup-encryption-label" flex="1"
- class="identity-popup-description"/>
- </hbox>
- <!-- Footer button to open security page info -->
- <hbox id="identity-popup-button-container" pack="end">
- <button id="identity-popup-more-info-button"
- label="&identity.moreInfoLinkText;"
- onblur="gIdentityHandler.hideIdentityPopup();"
- oncommand="gIdentityHandler.handleMoreInfoClick(event);"/>
- </hbox>
- </vbox>
- </hbox>
- </panel>
-
-#ifdef MOZ_WEBRTC
- <popupnotification id="webRTC-shareDevices-notification" hidden="true">
- <popupnotificationcontent id="webRTC-selectCamera" orient="vertical">
- <separator class="thin"/>
- <label value="&getUserMedia.selectCamera.label;"
- accesskey="&getUserMedia.selectCamera.accesskey;"
- control="webRTC-selectCamera-menulist"/>
- <menulist id="webRTC-selectCamera-menulist">
- <menupopup id="webRTC-selectCamera-menupopup"/>
- </menulist>
- </popupnotificationcontent>
- <popupnotificationcontent id="webRTC-selectMicrophone" orient="vertical">
- <separator class="thin"/>
- <label value="&getUserMedia.selectMicrophone.label;"
- accesskey="&getUserMedia.selectMicrophone.accesskey;"
- control="webRTC-selectMicrophone-menulist"/>
- <menulist id="webRTC-selectMicrophone-menulist">
- <menupopup id="webRTC-selectMicrophone-menupopup"/>
- </menulist>
- </popupnotificationcontent>
- </popupnotification>
-#endif
- <popupnotification id="servicesInstall-notification" hidden="true">
- <popupnotificationcontent orient="vertical" align="start">
- <!-- XXX bug 974146, tests are looking for this, can't remove yet. -->
- </popupnotificationcontent>
- </popupnotification>
-
- <popupnotification id="pointerLock-notification" hidden="true">
- <popupnotificationcontent orient="vertical" align="start">
- <separator class="thin"/>
- <label id="pointerLock-cancel" value="&pointerLock.notification.message;"/>
- </popupnotificationcontent>
- </popupnotification>
-
- <popupnotification id="password-notification" hidden="true">
- <popupnotificationcontent orient="vertical">
- <textbox id="password-notification-username"/>
- <textbox id="password-notification-password" type="password" show-content=""/>
- <checkbox id="password-notification-visibilityToggle" hidden="true"/>
- </popupnotificationcontent>
- </popupnotification>
-
- <popupnotification id="mixed-content-blocked-notification" hidden="true">
- <popupnotificationcontent orient="vertical" align="start">
- <separator/>
- <description id="mixed-content-blocked-moreinfo">&mixedContentBlocked.moreinfo;</description>
- </popupnotificationcontent>
- </popupnotification>