Closed
Bug 333795
Opened 19 years ago
Closed 19 years ago
nsIDocumentObserver::Begin/EndReflow isn't used
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: sicking, Assigned: sicking)
Details
Attachments
(1 file)
12.62 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
I couldn't find any users of BeginReflow or EndReflow in lxr. Patch coming up to nuke them.
Assignee | ||
Comment 1•19 years ago
|
||
Turns out there weren't even anyone calling these methods, so they're definitely dead.
Attachment #218237 -
Flags: superreview?(dbaron)
Attachment #218237 -
Flags: review?(dbaron)
Comment on attachment 218237 [details] [diff] [review]
Patch to fix
Bump the IID of nsIDocumentObserver and r+sr=dbaron.
Attachment #218237 -
Flags: superreview?(dbaron)
Attachment #218237 -
Flags: superreview+
Attachment #218237 -
Flags: review?(dbaron)
Attachment #218237 -
Flags: review+
Comment 3•19 years ago
|
||
If this is going into some branch, don't forget to fix widget/src/cocoa too! :-)
Assignee | ||
Comment 4•19 years ago
|
||
This was checked in some time ago
Status: NEW → RESOLVED
Closed: 19 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
•