Open
Bug 403409
Opened 17 years ago
Updated 3 years ago
HTMLEditor::HandleCSSIndentAtSelectionInternal and HTMLEditor::HandleHTMLIndentAtSelectionInternal share a lot of code
Categories
(Core :: DOM: Editor, task)
Tracking
()
NEW
People
(Reporter: cpearce, Unassigned)
Details
nsnsHTMLEditRules::WillIndentCSS() and WillIndentHTML() share a lot of code, especially once the patch for bug 388980 lands. Task: extract out the common code to reduce bloat.
Updated•17 years ago
|
QA Contact: general → editor
Reporter | ||
Updated•11 years ago
|
Assignee: cpearce → nobody
Updated•6 years ago
|
Type: defect → task
Summary: nsHTMLEditRules Indent functions share a lot of code → HTMLEditor::HandleCSSIndentAtSelectionInternal and HTMLEditor::HandleHTMLIndentAtSelectionInternal share a lot of code
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•