Closed
Bug 1843592
Opened 2 years ago
Closed 2 years ago
Add Experiment Delegate to GeckoView and AC
Categories
(GeckoView :: General, enhancement, P1)
Tracking
(firefox115 wontfix, firefox116 wontfix, firefox117 wontfix, firefox118 fixed)
RESOLVED
FIXED
118 Branch
People
(Reporter: olivia, Assigned: olivia)
References
Details
(Whiteboard: [geckoview:m117][geckoview:m118][fxdroid][foundation])
Attachments
(2 files)
To complete bug 1840658, an API to record the exposure event is needed.
This bug is to implement an ExperimentDelegate
on the GeckoRuntime with:
onGetExperimentFeature
onRecordExposureEvent
Consider adjusting onGetNimbusFeature
to call the proposed new ExperimentDelegate.onGetExperimentFeature
at this point or else set the stage for it to transition to the runtime delegate.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → ohall
Blocks: 1840658
Severity: -- → N/A
status-firefox115:
--- → wontfix
status-firefox116:
--- → wontfix
Priority: -- → P1
Whiteboard: [geckoview:m117][fxdroid][foundation]
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
This patch adds a interface for an experiment delegate. An embedder
can set this delegate to allow GeckoView to retrieve and send experiment
information.
Comment 2•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Whiteboard: [geckoview:m117][fxdroid][foundation] → [geckoview:m117][geckoview:m118][fxdroid][foundation]
Pushed by ohall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2573e9b8d376
Setup Experiment Delegate on GeckoView Runtime r=geckoview-reviewers,jonalmeida,owlish
Assignee | ||
Updated•2 years ago
|
status-firefox117:
--- → wontfix
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
Comment 5•1 years ago
|
||
Authored by https://github.com/ohall-m
https://github.com/mozilla-mobile/firefox-android/commit/b4f9fe544f4a1da4943736347464c2d1ee9b8c45
[main] Bug 1843592 - Implement Experiment Delegate in Android Components
Flags: qe-verify+
Assignee | ||
Updated•1 years ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•