Skip to content

Restore some XPCOM interfaces

Gabriel Ivăncescu requested to merge insn/wine-gecko:xpcom-ifaces into master

This restores some XPCOM interfaces for use by mshtml. For nsIDOMMediaQueryList, AddListener and RemoveListener are not implemented since they're not really needed; they can be implemented via AddEventListener on mshtml side.

Merge request reports

Loading