Closed
Bug 1949876
Opened 8 months ago
Closed 5 months ago
[AC] Propagate Gecko pref setting on request to GeckoView
Categories
(Firefox for Android :: Experimentation and Telemetry, task, P1)
Tracking
()
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: olivia, Assigned: olivia)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][geckoview])
Attachments
(1 file)
This is a placeholder bug. Bug 1949872 will outline the specifics.
In broad strokes, AC will need to broker whatever change happens in GV in bug 1949875.
| Assignee | ||
Updated•8 months ago
|
Severity: -- → N/A
Priority: -- → P3
Whiteboard: [fxdroid][geckoview]
Updated•8 months ago
|
| Assignee | ||
Comment 1•5 months ago
|
||
This bug will be used to begin propagating the new GeckoView Gecko Preferences Controller functions to AC.
This bug should cover linking in AC:
- GeckoPreference object
- getGeckoPref
- setGeckoPref x3
- clearGeckoUserPref
AC name should be Gecko -> Browser.
The observer will be linked in another bug.
Assignee: nobody → ohall
| Assignee | ||
Updated•5 months ago
|
Priority: P3 → P1
| Assignee | ||
Comment 2•5 months ago
|
||
This bug:
- Introduces the
BrowserPreferenceconcept to theEngine - Introduces ways to interact with
BrowserPreferences- Get
- Set (when the value is integer, boolean, and string)
- Clear
- Implements Gecko's version of
BrowserPreferenceson theGeckoEngine
via GeckoView'sGeckoPreferenceController
Pushed by ohall@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/d842bbb6277c
https://hg.mozilla.org/integration/autoland/rev/8aa549cb71e8
[AC] Add options to get / set / clear Gecko Preferences r=android-reviewers,jonalmeida
Comment 4•5 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•