Closed
Bug 1579484
Opened 6 years ago
Closed 6 years ago
don't needlessly construct strings in VisitedQuery
Categories
(Toolkit :: Places, task)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•6 years ago
|
||
Instead of constructing nsString objects, only to use them as a
character array, let's just use the character array directly.
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/53afc5ffa7cc
don't needlessly construct strings in VisitedQuery; r=Standard8
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•