summaryrefslogtreecommitdiffstats
path: root/content/worker
diff options
context:
space:
mode:
authordharcourt@chromium.org <dharcourt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 04:35:39 +0000
committerdharcourt@chromium.org <dharcourt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 04:35:39 +0000
commita0100c9d99acc92d6801f8d113873898e004e4d9 (patch)
tree3342514a4e05aa012bad59de485b35836a65e837 /content/worker
parent458e9521995681381912ece90eb2a8ea210ae07d (diff)
downloadchromium_src-a0100c9d99acc92d6801f8d113873898e004e4d9.zip
chromium_src-a0100c9d99acc92d6801f8d113873898e004e4d9.tar.gz
chromium_src-a0100c9d99acc92d6801f8d113873898e004e4d9.tar.bz2
Fixed 31 / 3 failure in Calculator default app.
A problem with the rounding logic was causing any operation whose result was a decimal larger than 10 with more than 7 digits after the decimal to fail. (31 / 3) is one such operation. This was fixed and a test was added for this case. Comments were also added to the tests to describing some other test cases that need to be tested for and/or fixed. The simplest fix to the rounding problem involved adding support for the display of exponential values, which will probably fix a couple of aspects of http://crbug/156453. BUG=156448 BUG=156453 Review URL: https://chromiumcodereview.appspot.com/11183051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
0 files changed, 0 insertions, 0 deletions