mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
a1a3f2c647
Right now, the concrete nsXPConnect implements nsIXPConnect and nsIThreadJSContextStack separately. I want to migrate the API from the latter interface to the former, but I can't right now because it means we'd end up with a duplicated method (getSafeJSContext). Since there's only one concrete class that implements nsXPConnect, let's just use interface inheritance, which simplifies the migration. |
||
---|---|---|
.. | ||
crashtests | ||
idl | ||
loader | ||
public | ||
shell | ||
src | ||
tests | ||
wrappers | ||
moz.build |