Closed
Bug 92190
Opened 24 years ago
Closed 24 years ago
update content model debugging code to know about XBL insertion points
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: waterson, Assigned: waterson)
Details
Attachments
(2 files)
11.17 KB,
patch
|
Details | Diff | Splinter Review | |
13.08 KB,
patch
|
Details | Diff | Splinter Review |
While debugging something else, I realized that I needed to start dumping
information about XBL insertion points. This patch modernizes the
nsIContent::List() method to print information about anonymous content and
insertion point stuff.
Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
If you are touching insertion point code, you will be required to pass the
insaneInsertion.xml regression test before checking in. :)
Assignee | ||
Comment 3•24 years ago
|
||
This won't affect XBL insertions points, but it makes them easier to debug (for
me, anyway).
Comment 4•24 years ago
|
||
r/sr=hyatt
Comment 5•24 years ago
|
||
r/sr=jst
Assignee | ||
Comment 6•24 years ago
|
||
Assignee | ||
Comment 7•24 years ago
|
||
Changes checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
QA Contact: lchiang → stummala
Updated•14 years ago
|
Component: DOM: Abstract Schemas → DOM
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
•