Bug 43832 - Web Inspector: toJSON serialization for Numbers should be fixed.
Summary: Web Inspector: toJSON serialization for Numbers should be fixed.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on: 18994
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-11 00:10 PDT by Ilya Tikhonovsky
Modified: 2010-10-18 08:24 PDT (History)
11 users (show)

See Also:


Attachments
[patch] initial version. (1.50 KB, patch)
2010-10-18 07:34 PDT, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2010-08-11 00:10:19 PDT
Right now it is using printf("%f") and has the problem with non-english locales because they can have another decimal separators.
The problem was temporary resolved for comma separator by hack.
See https://bugs.webkit.org/show_bug.cgi?id=42755
Comment 1 Dirk Schulze 2010-08-11 00:23:28 PDT
This is a duplication of 18994. Let the bug open so that we won't forget to eliminate the hack, once the locale problem got fixed.
Comment 2 Ilya Tikhonovsky 2010-10-18 07:34:30 PDT
Created attachment 71033 [details]
[patch] initial version.
Comment 3 WebKit Commit Bot 2010-10-18 08:24:32 PDT
Comment on attachment 71033 [details]
[patch] initial version.

Clearing flags on attachment: 71033

Committed r69959: <http://trac.webkit.org/changeset/69959>
Comment 4 WebKit Commit Bot 2010-10-18 08:24:39 PDT
All reviewed patches have been landed.  Closing bug.