Closed Bug 234960 Opened 21 years ago Closed 21 years ago

nsIDocumentObserver::ContentChanged is silly

Categories

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

defect

Tracking

()

RESOLVED FIXED
mozilla1.7beta

People

(Reporter: dbaron, Assigned: dbaron)

Details

(Whiteboard: [patch])

Attachments

(1 file)

nsIDocumentObserver::ContentChanged and thus nsIFrame::ContentChanged is used
only for changes to character data (although a bunch of frames assume it could
be used for other things and proceed to handle it in a way they consider "logical").

I have a patch to:
 * change the name to CharacterDataChanged
 * change the nsISupports parameter to a boolean parameter, since we don't need
to allocate nsTextContentChangedData objects to pass a boolean.
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [patch]
Target Milestone: --- → mozilla1.7beta
Attachment #141780 - Flags: superreview?(jst)
Attachment #141780 - Flags: review?(jst)
Comment on attachment 141780 [details] [diff] [review]
patch

Nice! :-)

r+sr=jst
Attachment #141780 - Flags: superreview?(jst)
Attachment #141780 - Flags: superreview+
Attachment #141780 - Flags: review?(jst)
Attachment #141780 - Flags: review+
Fix checked in to trunk, 2004-02-20 13:37/38 -0800.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: