Closed
Bug 289316
Opened 20 years ago
Closed 20 years ago
[FIXr]Remove unused aDeepSetDocument args on nsIContent
Categories
(Core :: DOM: Core & HTML, defect, P1)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.8beta2
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file, 1 obsolete file)
87.07 KB,
patch
|
Details | Diff | Splinter Review |
nsIContent::AppendChildTo and nsIContent::InsertChildAt now have unused
aDeepSetDocument args. Those should be removed.
![]() |
Assignee | |
Updated•20 years ago
|
Assignee: general → bzbarsky
OS: Linux → All
Priority: -- → P1
Hardware: PC → All
Target Milestone: --- → mozilla1.8beta2
![]() |
Assignee | |
Comment 1•20 years ago
|
||
Attachment #180011 -
Flags: superreview?(jst)
Attachment #180011 -
Flags: review?(bugmail)
![]() |
Assignee | |
Updated•20 years ago
|
Summary: Remove unused aDeepSetDocument args on nsIContent → [FIX]Remove unused aDeepSetDocument args on nsIContent
Attachment #180011 -
Flags: review?(bugmail) → review+
Updated•20 years ago
|
Attachment #180011 -
Flags: superreview?(jst) → superreview+
![]() |
Assignee | |
Comment 2•20 years ago
|
||
Comment on attachment 180011 [details] [diff] [review]
Remove the suckers
Requesting approval... Very straightforward patch, just removes unused code.
Attachment #180011 -
Flags: approval1.8b2?
![]() |
Assignee | |
Updated•20 years ago
|
Summary: [FIX]Remove unused aDeepSetDocument args on nsIContent → [FIXr]Remove unused aDeepSetDocument args on nsIContent
Comment 3•20 years ago
|
||
Comment on attachment 180011 [details] [diff] [review]
Remove the suckers
a=brendan for 1.8b2.
/be
Attachment #180011 -
Flags: approval1.8b2? → approval1.8b2+
![]() |
Assignee | |
Comment 4•20 years ago
|
||
Attachment #180011 -
Attachment is obsolete: true
![]() |
Assignee | |
Comment 5•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
•