Closed
Bug 598316
Opened 15 years ago
Closed 15 years ago
Comparison between signed and unsigned integers in nsHTMLFieldSetElement::InsertChildAt
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file, 1 obsolete file)
1.04 KB,
patch
|
Details | Diff | Splinter Review |
In |aIndex <= IndexOf(mFirstLegend)|, aIndex is unsigned and IndexOf(mFirstLegend) is signed. Mounir, this one is yours.
Flags: in-testsuite-
Attachment #477119 -
Flags: review?
Assignee | ||
Updated•15 years ago
|
Attachment #477119 -
Flags: review? → review?(mounir.lamouri)
Updated•15 years ago
|
Attachment #477119 -
Flags: review?(mounir.lamouri) → review+
Assignee | ||
Updated•15 years ago
|
Attachment #477119 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #477119 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #477119 -
Attachment is obsolete: true
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Assignee | ||
Comment 3•15 years ago
|
||
Backed out due to orange:
http://hg.mozilla.org/mozilla-central/rev/c56b47b3b6c7
http://hg.mozilla.org/mozilla-central/rev/defdd7460560
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•15 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Updated•15 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
You need to log in
before you can comment on or make changes to this bug.
Description
•