Open
Bug 189550
Opened 22 years ago
Updated 3 years ago
Clean up layout debug APIs
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: sfraser_bugs, Unassigned)
Details
We have a mess of debug APIs now:
The debug component, over in extensions/layout-debug, has nsIDebugObject.
The layout code, in layout/base/public, has nsILayoutDebugger.
In addition, some debug stuff doesn't use either API, e.g.
nsIPresShell->SetPaintFrameCount().
I see no reason to maintain the layout-debug extension. Since the code is
debug-only, we should just put it in layout.
| Reporter | ||
Comment 1•22 years ago
|
||
Of course there is nsIFrameDebug too.
| Reporter | ||
Updated•16 years ago
|
Assignee: sfraser_bugs → nobody
Updated•16 years ago
|
QA Contact: ian → layout.misc-code
Updated•7 years ago
|
Product: Core → Core Graveyard
| Assignee | ||
Updated•7 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•