Closed
Bug 1877307
Opened 1 year ago
Closed 10 months ago
[RFC] Introduce a Store for UI components
Categories
(Fenix :: General, task)
Tracking
(firefox125 fixed)
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: jonalmeida, Assigned: jonalmeida)
References
Details
Attachments
(2 files)
There are cases were we want the Store to work on the main thread in order to simply features that run purely on that thread and do not benefit from the thread context switching.
See the RFC for more details.
Comment 1•1 year ago
|
||
Assignee | ||
Updated•11 months ago
|
Summary: Make the Store dispatcher configurable → Introduce a Store for UI components
Assignee | ||
Comment 2•11 months ago
|
||
Comment on attachment 9377062 [details] [review]
[mozilla-mobile/firefox-android] Bug 1877307 - RFC: Introduce a Store for UI components (#5353)
Updated attachment description to match the PR title.
Attachment #9377062 -
Attachment description: [mozilla-mobile/firefox-android] Bug 1877307 - RFC: Customisation of the Store dispatcher (#5353) → [mozilla-mobile/firefox-android] Bug 1877307 - RFC: Introduce a Store for UI components (#5353)
Comment 3•10 months ago
|
||
Authored by https://github.com/jonalmeida
https://github.com/mozilla-mobile/firefox-android/commit/e46179b393e2c7e0eff99715dad9f3b6053f519b
[main] Bug 1877307 - RFC: Introduce a Store for UI components
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Comment 4•10 months ago
|
||
Assignee | ||
Updated•10 months ago
|
Summary: Introduce a Store for UI components → [RFC] Introduce a Store for UI components
Comment 5•10 months ago
|
||
Authored by https://github.com/jonalmeida
https://github.com/mozilla-mobile/firefox-android/commit/e7b1d30df221de43db02491415d51595fd79eb2f
[main] Bug 1877307 - Fix broken link and title
You need to log in
before you can comment on or make changes to this bug.
Description
•