Closed
Bug 1076986
Opened 9 years ago
Closed 9 years ago
Make LogicalMargin and LogicalRect's IsEmpty have the same semantic as the base classes
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: smontagu, Assigned: smontagu)
References
Details
Attachments
(1 file)
3.46 KB,
patch
|
jfkthame
:
review+
|
Details | Diff | Splinter Review |
Back in bug 789096 I added an IsEmpty shorthand to LogicalMargin and LogicalRect. What I didn't notice is that nsMargin and nsRect already have an IsEmpty, and the semantic is different. This is the cause of some of the bugs in my w-i-p patch for bug 1062963.
Attachment #8498994 -
Flags: review?(jfkthame)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → smontagu
Assignee | ||
Comment 1•9 years ago
|
||
https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=6d2fd1f3a8c2
Updated•9 years ago
|
Attachment #8498994 -
Flags: review?(jfkthame) → review+
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/e2ae0efd508a
Flags: in-testsuite-
Comment 3•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e2ae0efd508a
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•