Fix float/double crash on Firefox with max values.

1) Fix debug printing code from %f (which can overflow a buffer) to %g (which won't).
2) Compile out more debugging code anyway to avoid calling Value.toString() at all.

Review by: jat (desk)

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7205 8db76d5a-ed1c-0410-87a9-c151d255dfc7
2 files changed