Closed
Bug 1794012
Opened 3 years ago
Closed 3 years ago
Add a static main thread capability for the thread safety analysis
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
107 Branch
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
This would be like the EventTargetCapability from bug 1767897, except it would exist statically and be asserted by AssertIsOnMainThread().
| Assignee | ||
Comment 1•3 years ago
|
||
This acts like the EventTargetCapability type, but is global and specific to
the main thread.
Depends on D158871
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a7e46ce57b78
Add a static main thread capability for the thread safety analysis, r=xpcom-reviewers,kmag
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•