Closed
Bug 1435911
Opened 7 years ago
Closed 7 years ago
use a static const char array in nsPlainTextSerializer::DoOpenContainer
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
|
992 bytes,
patch
|
farre
:
review+
|
Details | Diff | Splinter Review |
We never modify this array, so it might as well live in read-only
memory.
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8948573 -
Flags: review?(afarre)
Updated•7 years ago
|
Attachment #8948573 -
Flags: review?(afarre) → review+
Updated•7 years ago
|
Priority: -- → P2
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c2ecd54e6402
use a static const char array in nsPlainTextSerializer::DoOpenContainer; r=farre
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•