Bug 141600 - Web Inspector: Remove specificity approximation
Summary: Web Inspector: Remove specificity approximation
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: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-02-13 21:54 PST by Joseph Pecoraro
Modified: 2015-02-14 18:43 PST (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.14 KB, patch)
2015-02-13 21:56 PST, Joseph Pecoraro
timothy: review+
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-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>