Bug 142708 - Web Inspector: Better handle displaying -0
Summary: Web Inspector: Better handle displaying -0
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-14 23:12 PDT by Joseph Pecoraro
Modified: 2015-03-15 17:17 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (7.29 KB, patch)
2015-03-14 23:37 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-03-14 23:12:09 PDT
* SUMMARY
Better handle displaying -0. We currently just display it as 0.

* STEPS TO REPRODUCE
1. js> -0
  => "0", expected "-0"

* NOTES
- Firefox / Chrome better handle -0.
Comment 1 Radar WebKit Bug Importer 2015-03-14 23:12:22 PDT
<rdar://problem/20165979>
Comment 2 Joseph Pecoraro 2015-03-14 23:37:26 PDT
Created attachment 248674 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2015-03-15 17:17:04 PDT
Comment on attachment 248674 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 248674

Committed r181516: <http://trac.webkit.org/changeset/181516>
Comment 4 WebKit Commit Bot 2015-03-15 17:17:08 PDT
All reviewed patches have been landed.  Closing bug.