Closed
Bug 1746124
Opened 3 years ago
Closed 3 years ago
Use PRIORITY_RENDER_BLOCKING runnable priority for Fluent async l10n
Categories
(Core :: Internationalization: Localization, enhancement, P2)
Core
Internationalization: Localization
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: zbraniecki, Assigned: zbraniecki)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In bug 1738748 :smaug suggested that we try using nsIRunnablePriority::PRIORITY_RENDER_BLOCKING
to alleviate some of the async l10n frame delay.
This is a smaller task with less friction than what I suggested in bug 1738748, and the sync-shortcut for resolved messages may still be implemented on top of it.
Assignee | ||
Comment 1•3 years ago
|
||
This is possible thanks to :nika's recently landed improvements to moz_task Rust API in bug 1739727.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → zbraniecki
Severity: -- → S3
Status: NEW → ASSIGNED
Priority: -- → P2
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
I confirmed that with this patch and a small changes in bug 1737951 I was able to remove the flicker there.
Pushed by zbraniecki@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a9e0339866d2 Use nsIRunnablePriority::PRIORITY_RENDER_BLOCKING for Fluent async API calls. r=nordzilla,nika
Comment 5•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•