Closed
Bug 1982965
Opened 1 year ago
Closed 11 months ago
Handle async config-based settings more gracefully
Categories
(Firefox :: Settings UI, enhancement)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
144 Branch
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | fixed |
People
(Reporter: mstriemer, Assigned: mstriemer)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp])
Attachments
(1 file)
We're starting to see more async settings, the first example we bumped into was the Zoom setting which requires communicating with a JSWindowActor. It would be nice to have better support in Setting for this, possibly by making all of the Setting code async, but perhaps by providing a nicer way to deal with asyncness in the special cases where it's hapenning
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [recomp]
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → mstriemer
Attachment #9509317 -
Attachment description: WIP: Bug 1982965 - Async config based settings with AsyncSetting r?#settings-reviewers → Bug 1982965 - Async config based settings with AsyncSetting r?#settings-reviewers
Status: NEW → ASSIGNED
Pushed by mstriemer@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/26cd78385aad
https://hg.mozilla.org/integration/autoland/rev/661e30d188e7
Async config based settings with AsyncSetting r=tgiles
Comment 3•11 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
Updated•11 months ago
|
QA Whiteboard: [qa-triage-done-c145/b144]
You need to log in
before you can comment on or make changes to this bug.
Description
•