Open
Bug 1507240
Opened 6 years ago
Updated 2 years ago
Use proguard to hide unintentionally public API
Categories
(GeckoView :: General, enhancement, P3)
GeckoView
General
Tracking
(Not tracked)
NEW
People
(Reporter: snorp, Unassigned)
References
Details
We have GeckoSession.getEventDispatcher() as public because Fennec uses it, but we really don't want it to be part of the public API. We should look into using proguard to strip things like this from the jars that go into the AAR.
Comment 1•6 years ago
|
||
As mentioned in the chat Bug 1499762 should take care of EventDispatcher specifically but there might be other cases where we want to hide APIs that don't work with that.
See Also: → hide_org_mozilla_gecko
Updated•6 years ago
|
Assignee: nobody → agi
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•2 years ago
|
Assignee: agi → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•