mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1565921 - Load editMenuOverlay.js and globalOverlay.js on documents with HTML inputs. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D38018 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
c3356c897a
commit
f9b01dd5b0
@ -21,6 +21,9 @@
|
||||
|
||||
<stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/>
|
||||
|
||||
<script src="chrome://global/content/globalOverlay.js"/>
|
||||
<script src="chrome://global/content/editMenuOverlay.js"/>
|
||||
|
||||
<script src="chrome://pippki/content/changepassword.js"/>
|
||||
|
||||
<hbox align="center">
|
||||
|
@ -23,6 +23,9 @@
|
||||
<html:link rel="localization" href="security/certificates/certManager.ftl"/>
|
||||
</linkset>
|
||||
|
||||
<script src="chrome://global/content/globalOverlay.js"/>
|
||||
<script src="chrome://global/content/editMenuOverlay.js"/>
|
||||
|
||||
<script src="chrome://pippki/content/pippki.js"/>
|
||||
<script src="chrome://pippki/content/exceptionDialog.js"/>
|
||||
|
||||
|
@ -22,6 +22,9 @@
|
||||
}
|
||||
</html:style>
|
||||
|
||||
<script src="chrome://global/content/globalOverlay.js"/>
|
||||
<script src="chrome://global/content/editMenuOverlay.js"/>
|
||||
|
||||
<script src="chrome://pippki/content/setp12password.js"/>
|
||||
|
||||
<description>&pkcs12.setpassword.message;</description>
|
||||
|
@ -20,6 +20,8 @@
|
||||
onload="initWizard();"
|
||||
style="&window.size;">
|
||||
<script src="chrome://global/content/customElements.js"/>
|
||||
<script src="chrome://global/content/globalOverlay.js"/>
|
||||
<script src="chrome://global/content/editMenuOverlay.js"/>
|
||||
|
||||
<stringbundle id="bundle_profileManager"
|
||||
src="chrome://mozapps/locale/profile/profileSelection.properties"/>
|
||||
|
Loading…
Reference in New Issue
Block a user