Bug 1557153 Comment 28 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

`gBrowser.selectedBrowser.contentPrincipal.origin` is
`"https://www.mozilla.org"` in both Nightly and DevEdition.

`Services.perms.getAllWithTypePrefix("uitour").map(perm => perm.capability + ": " + perm.principal.origin)` is
`Array []` in Nightly, and
`Array(5) [ "1: https://www.mozilla.org", "1: https://support.mozilla.org", "1: https://screenshots.firefox.com", "1: about:home", "1: about:newtab" ]` in DevEdition.
No container tabs.

`gBrowser.selectedBrowser.contentPrincipal.origin` is
`"https://www.mozilla.org"` in both Nightly and DevEdition.

`Services.perms.getAllWithTypePrefix("uitour").map(perm => perm.capability + ": " + perm.principal.origin)` is
`Array []` in Nightly, and
`Array(5) [ "1: https://www.mozilla.org", "1: https://support.mozilla.org", "1: https://screenshots.firefox.com", "1: about:home", "1: about:newtab" ]` in DevEdition.

Back to Bug 1557153 Comment 28