Closed
Bug 771182
Opened 12 years ago
Closed 12 years ago
Don't use standard C++ way to detect/set NaN but use MFBT instead
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: mounir, Assigned: mounir)
Details
Attachments
(1 file)
(deleted),
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Seems like some implementations/architectures don't like the standard C++ way. A lot of code has been put in nsHTMLInputElement.cpp doing that this way.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → mounir
Attachment #639520 -
Flags: review?(bugs)
Assignee | ||
Updated•12 years ago
|
Flags: in-testsuite-
Assignee | ||
Updated•12 years ago
|
Summary: Don't use standard C++ way to detect/set NaN but use NSPR/MFBT instead → Don't use standard C++ way to detect/set NaN but use MFBT instead
Updated•12 years ago
|
Attachment #639520 -
Flags: review?(bugs) → review+
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → mozilla16
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•