RESOLVED FIXED 53861
Replace FLT_MAX with std::numeric_limits
https://bugs.webkit.org/show_bug.cgi?id=53861
Summary Replace FLT_MAX with std::numeric_limits
Patrick R. Gansterer
Reported 2011-02-05 15:30:45 PST
see patch
Attachments
Patch (7.00 KB, patch)
2011-02-05 15:35 PST, Patrick R. Gansterer
no flags
Patch (8.46 KB, patch)
2011-02-06 05:36 PST, Patrick R. Gansterer
kling: review+
commit-queue: commit-queue-
Patch (8.47 KB, patch)
2011-02-06 09:23 PST, Patrick R. Gansterer
no flags
Patrick R. Gansterer
Comment 1 2011-02-05 15:35:43 PST
WebKit Review Bot
Comment 2 2011-02-05 18:52:27 PST
Patrick R. Gansterer
Comment 3 2011-02-06 05:36:12 PST
Andreas Kling
Comment 4 2011-02-06 07:33:49 PST
Comment on attachment 81399 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=81399&action=review r=me > Source/WebCore/html/NumberInputType.cpp:-54 > -static const double numberDefaultMinimum = -FLT_MAX; > -static const double numberDefaultMaximum = FLT_MAX; This looked a little strange to me, but apparently it is intentional: https://bugs.webkit.org/show_bug.cgi?id=48221 (just for reference)
WebKit Commit Bot
Comment 5 2011-02-06 08:29:16 PST
Comment on attachment 81399 [details] Patch Rejecting attachment 81399 [details] from commit-queue. Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-8', 'build-..." exit_code: 2 Last 500 characters of output: HTMLImageElement .......... fast/dom/HTMLInputElement ........... fast/dom/HTMLKeygenElement . fast/dom/HTMLLabelElement ... fast/dom/HTMLLabelElement/form . fast/dom/HTMLLinkElement ... fast/dom/HTMLMetaElement . fast/dom/HTMLMeterElement ............ fast/dom/HTMLMeterElement/set-meter-properties.html -> failed Exiting early after 1 failures. 7347 tests run. 154.30s total testing time 7346 test cases (99%) succeeded 1 test case (<1%) had incorrect layout 4 test cases (<1%) had stderr output Full output: http://queues.webkit.org/results/7699743
Patrick R. Gansterer
Comment 6 2011-02-06 09:23:11 PST
WebKit Commit Bot
Comment 7 2011-02-06 10:44:37 PST
Comment on attachment 81413 [details] Patch Clearing flags on attachment: 81413 Committed r77774: <http://trac.webkit.org/changeset/77774>
WebKit Commit Bot
Comment 8 2011-02-06 10:44:42 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.