Closed
Bug 309107
Opened 20 years ago
Closed 20 years ago
[FIX]nsAttributeTextNode::BindToTree notifies unnecessarily
Categories
(Core :: DOM: Core & HTML, defect, P1)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
(Keywords: perf)
Attachments
(1 file)
1.04 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Instead of calling SetData we should call SetText.
![]() |
Assignee | |
Comment 1•20 years ago
|
||
Attachment #196618 -
Flags: superreview?(jst)
Attachment #196618 -
Flags: review?(jst)
![]() |
Assignee | |
Updated•20 years ago
|
Priority: -- → P1
Summary: nsAttributeTextNode::BindToTree notifies unnecessarily → [FIX]nsAttributeTextNode::BindToTree notifies unnecessarily
Target Milestone: --- → mozilla1.9alpha
Comment 2•20 years ago
|
||
Comment on attachment 196618 [details] [diff] [review]
Patch
r+sr=jst
Attachment #196618 -
Flags: superreview?(jst)
Attachment #196618 -
Flags: superreview+
Attachment #196618 -
Flags: review?(jst)
Attachment #196618 -
Flags: review+
![]() |
Assignee | |
Comment 3•20 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
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
•