mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
926369bebb
This stuff is broken in a bunch of ways. The test isn't doing the right thing because it's using SpecialPowers. When we pass the content object to xpconnectArgument(), it gets wrapped in a SpecialPowers wrapper, so the check succeeds, only to fail down the line when the QI method is actually invoked with an IID (which we can't pass to content scopes anyway). This whole security check is probably useless given the above, but let's be safe, make it a bit more robust, and fix up the test while we're at it. |
||
---|---|---|
.. | ||
crashtests | ||
idl | ||
loader | ||
public | ||
shell | ||
src | ||
tests | ||
wrappers | ||
moz.build |