[webkit-reviews] review granted: [Bug 108346] Web Inspector: relax goto file matching again. : [Attachment 186025] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 07:24:13 PST 2013


Vsevolod Vlasov <vsevik at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 108346: Web Inspector: relax goto file matching again.
https://bugs.webkit.org/show_bug.cgi?id=108346

Attachment 186025: Patch
https://bugs.webkit.org/attachment.cgi?id=186025&action=review

------- Additional Comments from Vsevolod Vlasov <vsevik at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=186025&action=review


> Source/WebCore/inspector/front-end/FilteredItemSelectionDialog.js:247
> +		   score += ignoreCase ? 20 : 10;

10 : 20


More information about the webkit-reviews mailing list