Closed
Bug 1299389
Opened 7 years ago
Closed 7 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•7 years ago
|
||
Attachment #8786633 -
Flags: review?(nfroyd)
![]() |
||
Comment 2•7 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•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/88dd53397d30e1853122f1284de94f103f6e4436 Bug 1299389 - Replace some raw pointers in nsThreadManager. r=froydnj.
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/88dd53397d30
Status: ASSIGNED → RESOLVED
Closed: 7 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
•