[Webkit-unassigned] [Bug 145657] Web Inspector: Show warning icon for invalid CSS properties and/or values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 10 13:24:20 PDT 2015


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

--- Comment #6 from drousso at apple.com ---
Comment on attachment 254672
  --> https://bugs.webkit.org/attachment.cgi?id=254672
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=254672&action=review

> Source/WebInspectorUI/UserInterface/Models/CSSCompletions.js:289
> +    getFirstMatchingProperty(name, clipFront)

I have tried using a different function (http://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance#JavaScript) to get better performance and more accurate results, but it is MIT licensed.  Is this a problem and if not, is there a specific way in which I need to show that to be able to use the code?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150610/60b380e5/attachment.html>


More information about the webkit-unassigned mailing list