mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8c76da55f8
I'm doing this so that I can safely make this class use nsMainThreadPtr{Handle,Holder}. There's no theoretical reason why we couldn't support other threads here, but it would mean implementing that functionality in the PtrHolders, renaming them, and weakening their assertions/invariants. AFAICT the consumers here don't actually have a reason to proxy events anywhere but the main thread, so I'm just going to do this rather than writing code to support something that we don't do (and thus can't test). |
||
---|---|---|
.. | ||
public | ||
src | ||
Makefile.in | ||
moz.build |