Closed
Bug 1640243
Opened 5 years ago
Closed 1 year ago
Convert 'ReadAheadDlls` thread to background thread
Categories
(Core :: Widget: Win32, enhancement, P5)
Core
Widget: Win32
Tracking
()
RESOLVED
FIXED
133 Branch
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: emmamalysz, Assigned: oold)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
Instead of using PR_CreateThread (https://searchfox.org/mozilla-central/source/toolkit/xre/nsAppRunner.cpp#4303-4305), we should consider moving this to NS_DispatchBackgroundTask.
Updated•2 years ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Hello, I would like to work on this bug. I have actually already prepared the fix.
Comment 2•1 year ago
|
||
(In reply to Oliver Old from comment #1)
Hello, I would like to work on this bug. I have actually already prepared the fix.
Excellent! All you need to do is upload the fix to Phabricator; this bug will be automatically assigned to you once you do. For the reviewer you can select the #win-reviewers group.
For reference, although you've probably already seen it, our page for new contributors is here.
| Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → mail
Status: NEW → ASSIGNED
Pushed by rkraesig@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e31949c01c4e
Convert ReadAheadDlls() thread to background task. r=win-reviewers,rkraesig
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
Comment 6•1 year ago
|
||
Hope to see you around on future bugs. Even if not, thanks for the patch!
You need to log in
before you can comment on or make changes to this bug.
Description
•