Closed
Bug 1291382
Opened 9 years ago
Closed 2 years ago
[geckoview] Split org.mozilla.gecko.utils into {geckoview,gecko}.utils.
Categories
(GeckoView :: General, defect, P3)
GeckoView
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nalexander, Unassigned)
References
Details
Most of the utils are really GeckoView utilities, but some are
strictly Fennec (e.g., Experiments). Along the way, things like
https://reviewboard.mozilla.org/r/60458/diff/1#index_header will need
to be addressed. This looks like adding a new JAR to
mobile/android/base/moz.build, or (much easier) just moving some of
the files from base/utils into a new directory and including them into
the gecko-browser JAR.
This doesn't strictly require Bug 1291363, but it's probably easiest if that lands first, because then it's more clear that we're moving things *back* from mobile/android/geckoview to m/a/base, which is Fennec.
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•5 years ago
|
Rank: 11
Comment 1•5 years ago
|
||
Note that org.mozilla.geckoview
is part of the public GeckoView API while org.mozilla.gecko
is not. So if we don't want these utils to become part of the API we should repurpose this into "delete Fennec-only utils".
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Rank: 11 → 333
Reporter | ||
Comment 2•2 years ago
|
||
This is no longer relevant.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•