Closed
Bug 1551988
Opened 6 years ago
Closed 6 years ago
Move util classes not used in GeckoView into Fennec.
Categories
(GeckoView :: General, defect)
Tracking
(firefox68 fixed)
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: rbarker, Assigned: rbarker)
Details
Attachments
(1 file)
The following are only used in Fennec: ActivityResultHandler.java, ActivityResultHandlerMap.java, InputOptionsUtils.java, JSONUtils.java, MapUtils.java, MenuUtils.java, PrefUtils.java, and WindowUtils.java.
NonEvictingLruCache.java does not appear to be used anywhere.
We should move the ones not used by GeckoView into mobile/android/base/java/org/mozilla/gecko/util/ and delete the one not in use.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → rbarker
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by rbarker@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c496d42a69b4
Move util classes not used in GeckoView into Fennec r=geckoview-reviewers,agi
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•