Open
Bug 299604
Opened 19 years ago
Updated 2 years ago
Clean up nsFrame::GetNextPrevLineFromeBlockFrame
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: mrbkap, Unassigned)
Details
Amongst this function's stylistic faux pas are: *) Ignoring the 80th column. *) Having far too few comments *) The function name misspells "from" *) The function name is weird (and not very helpful in determining what it does). I plan to fix these problems.
| Reporter | ||
Updated•15 years ago
|
Assignee: mrbkap → nobody
Updated•6 years ago
|
Product: Core → Core Graveyard
| Assignee | ||
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•