Bug 142708

Summary: Web Inspector: Better handle displaying -0
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

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.