Closed
Bug 1603274
Opened 5 years ago
Closed 5 years ago
Move unsafe inside wr_thread_pool_new
Categories
(Core :: Graphics: WebRender, task, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: bpeers, Assigned: bpeers)
References
Details
Attachments
(1 file)
Currently the entire wr_thread_pool_new
function is unsafe. See if it can be made safe by moving unsafe to inside of it.
https://searchfox.org/mozilla-central/source/gfx/webrender_bindings/src/bindings.rs#1061
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → bpeers
Status: NEW → ASSIGNED
Pushed by bpeers@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/da808bb75819
Move unsafe inside wr_thread_pool_new r=jrmuizel
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•