Closed
Bug 1277222
Opened 9 years ago
Closed 9 years ago
don't needlessly copy a string in XULDocument::MaybeBroadcast
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
1.48 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
The listener's SetAttr method takes a |const nsAString&|, so copying the
string in any form before passing it is just needless work.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Attachment #8758681 -
Flags: review?(bugs)
Updated•9 years ago
|
Attachment #8758681 -
Flags: review?(bugs) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dc6dbe4c9cee
don't needlessly copy a string in XULDocument::MaybeBroadcast; r=smaug
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•