Closed
Bug 418952
Opened 17 years ago
Closed 7 years ago
[meta] further reduce string appending in nsCSSScanner::GatherIdent and ParseString
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dbaron, Unassigned)
Details
(Keywords: meta, perf)
We should continue with what bug 311566 comment 0 said. The only part done is that we're no longer doing on character at a time.
This bug probably should not have patches, but rather, dependencies.
Updated•17 years ago
|
Comment 1•7 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:svoisen, maybe it's time to close this bug?
Flags: needinfo?(svoisen)
Updated•7 years ago
|
Summary: further reduce string appending in nsCSSScanner::GatherIdent and ParseString → [meta] further reduce string appending in nsCSSScanner::GatherIdent and ParseString
Comment 2•7 years ago
|
||
David: Is this bug irrelevant now? I don't think this class or method exists (maybe part of old style system?)
Flags: needinfo?(svoisen) → needinfo?(dbaron)
Reporter | ||
Comment 3•7 years ago
|
||
Yeah, part of the old style system.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(dbaron)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•