Bug 1490811 - Part 1: Add a permission doorhanger for the storage access API r=baku,johannh

Differential Revision: https://phabricator.services.mozilla.com/D12467
This commit is contained in:
Ehsan Akhgari
2018-11-26 21:23:16 +00:00
parent c3146804ab
commit f14967e85c
24 changed files with 600 additions and 126 deletions

View File

@@ -103,3 +103,18 @@
</hbox>
</popupnotificationfooter>
</popupnotification>
<popupnotification id="storage-access-notification" hidden="true">
<popupnotificationcontent class="storage-access-notification-content">
<xul:vbox flex="1">
<!-- These need to be on the same line to avoid creating
whitespace between them (whitespace is added in the
localization file, if necessary). -->
<xul:description class="storage-access-perm-text"><html:span
id="storage-access-perm-label"/><html:a id="storage-access-perm-learnmore"
onclick="openTrustedLinkIn(this.href, 'tab'); return false;"
class="text-link popup-notification-learnmore-link"/><html:span
id="storage-access-perm-endlabel"/></xul:description>
</xul:vbox>
</popupnotificationcontent>
</popupnotification>