Open Bug 1032926 Opened 11 years ago Updated 3 years ago

Propagate possible 8-bitness of string data to nsTextFragment

Categories

(Core :: DOM: Core & HTML, defect, P5)

29 Branch
x86_64
Linux
defect

Tracking

()

People

(Reporter: smaug, Unassigned)

References

Details

nsTextFragment::SetTo needs to call FirstNon8Bit, which can be a bit slow, even in its SSE2 form. If JS already knows the text data is 8bit, we could omit the FirstNon8Bit call.
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046 Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5. If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.