Closed
Bug 1877307
Opened 2 years ago
Closed 2 years ago
[RFC] Introduce a Store for UI components
Categories
(Firefox for Android :: General, task)
Tracking
()
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•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Summary: Make the Store dispatcher configurable → Introduce a Store for UI components
| Assignee | ||
Comment 2•2 years 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•2 years 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: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Comment 4•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Summary: Introduce a Store for UI components → [RFC] Introduce a Store for UI components
Comment 5•2 years 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
•