Open
Bug 1658962
Opened 4 years ago
Updated 2 years ago
Allow WrapForJNI to dispatch to named XPCOMEventTarget
Categories
(GeckoView :: General, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: bugzilla, Unassigned)
References
(Depends on 1 open bug)
Details
This is just me spitballing, but it's a good enough idea that I think it's worth writing down:
@WrapForJNI(dispatchTo="proxy")
is nice and all, but a bit more complicated than I'm sure we'd like.
But now we have XPCOMEventTarget
. So in some cases, at least, we could have our JNI wrappers automagically dispatch to a named XPCOMEventTarget
.
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•