Google Code Exporter
Google Code Exporter
``` WaMCom's toString() renders it correctly. ``` Original comment by `[email protected]` on 8 Aug 2010 at 1:15
``` Some additional testing implies that it is not handling the math correctly either. We can ship with this bug, it's never worked properly. But it sure is annoying because...
``` Switching to fdlibm makes no difference. Changing math.h to fp.h makes no difference. ``` Original comment by `[email protected]` on 13 Jul 2012 at 7:28
``` My lates build seems to have fixed this issue. Math.pow(2,50) returns 1125899906842624 instead of some value with lots of zeros. It seems that the issue is related to Classilla...
``` Nice find. I look forward to your changes. Unfortunately, I don't have access to 7.2 and it would be nice to fix this bug anyway even though it's a...
``` I have disabled JS_HAVE_LONG_LONG to make it uses its internal 64-bit integer emulation instead of actual long long type which made it not compilable. So I had to made...
``` I'm not sure if we will have this for 9.3.1 or 9.3.2. ``` Original comment by `[email protected]` on 24 Oct 2011 at 7:30 - Added labels: **Milestone-Release9.3.2** - Removed...
``` The first part of this is completed, used to silently rewrite the user-agent for Google, which has a ghastly generic mobile page. This will be quietly in 9.3.0. I...
``` Need to expand this for 9.3.1: all the www.google.com www.google.ca www.google.co.uk etc. sites. ``` Original comment by `[email protected]` on 25 Feb 2012 at 1:18
``` Changed to classilla.sitecontrol.* There are some default ones. If set to "a" then a generic Classilla/CFM user agent is used. If not set, the global default from Preferences is...