Closed
Bug 1617990
Opened 5 years ago
Closed 5 years ago
Tweak a few users of nsTSubString::Adopt
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
NS_Convert* has small string optimizations and doesn't require an extra strlen()
call from Adopt().
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D64191
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d7446c11d054
Remove three silly uses of nsACString::Adopt in GTK widget code. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/b4bc76858d42
Remove a silly string copy in nsGlobalWindowOuter::Prompt. r=smaug
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d7446c11d054
https://hg.mozilla.org/mozilla-central/rev/b4bc76858d42
Status: NEW → 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
•