Closed
Bug 1141842
Opened 10 years ago
Closed 10 years ago
Add LastOptionalBreakPriority to nsLineLayout
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: xidorn, Assigned: xidorn)
Details
Attachments
(1 file)
|
4.98 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Current 4 of 6 usages of GetLastOptionalBreakPosition ignore the offset and just check whether a break exists or what the priority of last break position is. However, calling GetLastOptionalBreakPosition requires defining several additional temporary variables. We should simplify those cases.
| Assignee | ||
Comment 1•10 years ago
|
||
Only 3 of 5 actually.
| Assignee | ||
Updated•10 years ago
|
Summary: Add GetLastOptionalBreakPriority to nsLineLayout → Add LastOptionalBreakPriority to nsLineLayout
| Assignee | ||
Comment 2•10 years ago
|
||
Assignee: nobody → quanxunzhen
Attachment #8575675 -
Flags: review?(roc)
Attachment #8575675 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•