зеркало из https://github.com/mozilla/gecko-dev.git
d1c1a83512
The conversion of checks for UniversalBrowserWrite to UniversalXPConnect caused these test fail, because they acquire UniversalXPConnect and actually doesn't want the results. In particular, they pass the security check in nsWindowWatcher::CalculateChromeFlags, which causes them to fail. The first test doesn't actually need UniversalXPConnect, so we can remove it for free. The second one needs it, so we add some SpecialPowers goop to make it possible. It's not ideal, but it can go away when the wrapper in bug 702353 lands. |
||
---|---|---|
.. | ||
browser | ||
html | ||
js | ||
mochitest | ||
unit | ||
Makefile.in |