[Webkit-unassigned] [Bug 28146] Allow Inspector's Number.toString to print low-resolution values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 00:12:21 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28146





--- Comment #3 from Mikhail Naganov <mnaganov at chromium.org>  2009-08-11 00:12:19 PDT ---
I'm working on the heap profiling page for Chromium. I have one place where I'm
displaying memory stats (as a subtitle for memory snapshot items), and there I
don't need excessive precision provided by the default version of
Number.bytesToString. That's why I decided to provide 'low-res' argument to it.

You can check out the current look of the Heap page here:
http://build.chromium.org/buildbot/continuous/mac/2009-08-10/22915/chrome-mac.zip

As I'm planning to upstream it to WebKit some day, so let's discuss it. The
current view is very simple, I have more functionality to add.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list