mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
37adbffecd
This is testing a XUL element that could never exist in content, and so its XBL implementation isn't set up to deal with the bound element potentially being in a less-privileged scope. This means that the call to appendNotification here ends up passing in an unprivileged object as the |aButtons| argument (see notification.xml), which we now wrap with an opaque wrapper. The whole situation here is totally artification and an artifact of our automation infrastructure. Now that we have mochitest-chrome, this should certainly be switched. |
||
---|---|---|
.. | ||
components | ||
content | ||
crashreporter | ||
devtools | ||
forgetaboutsite | ||
identity | ||
library | ||
locales | ||
modules | ||
mozapps | ||
obsolete | ||
profile | ||
system | ||
themes | ||
webapps | ||
xre | ||
Makefile.in | ||
moz.build | ||
toolkit.mozbuild |