Bug 141600

Summary: Web Inspector: Remove specificity approximation
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, 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 timothy: review+

Description Joseph Pecoraro 2015-02-13 21:54:44 PST
* SUMMARY
Remove specificity approximation.

It can be misleading we probably should not include it, and instead stick to the "real" value.
Comment 1 Radar WebKit Bug Importer 2015-02-13 21:55:01 PST
<rdar://problem/19837135>
Comment 2 Joseph Pecoraro 2015-02-13 21:56:03 PST
Created attachment 246583 [details]
[PATCH] Proposed Fix

After using it a bit, I don't think the tuple format is very hard to remember. And I wouldn't want someone to actually be mislead by the tools here.
Comment 3 Benjamin Poulain 2015-02-14 12:05:36 PST
Thaaaaaaaaaaaaaanks!
Comment 4 Joseph Pecoraro 2015-02-14 18:43:32 PST
<http://trac.webkit.org/changeset/180117>