Closed
Bug 1299389
Opened 9 years ago
Closed 9 years ago
Replace some raw pointers in nsThreadManager
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
|
20.03 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
nsThreadManager::get() can return a reference. This lets us remove some
redundant assertions.
nsThreadArray elements can be NotNull<>s.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8786633 -
Flags: review?(nfroyd)
Comment 2•9 years ago
|
||
Comment on attachment 8786633 [details] [diff] [review]
Replace some raw pointers in nsThreadManager
Review of attachment 8786633 [details] [diff] [review]:
-----------------------------------------------------------------
Sure, I guess.
Attachment #8786633 -
Flags: review?(nfroyd) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/88dd53397d30e1853122f1284de94f103f6e4436
Bug 1299389 - Replace some raw pointers in nsThreadManager. r=froydnj.
Comment 4•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•