[Webkit-unassigned] [Bug 45286] Web Inspector: use string representation of resource type in extension API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 9 08:56:58 PDT 2010


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





--- Comment #12 from Andrey Kosyakov <caseq at chromium.org>  2010-09-09 08:56:57 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> > http://trac.webkit.org/changeset/67084 might have broken Qt Linux Release
> 
> The root of the problem is that Linux is case sensitive,
> but MacOS and Windows isn't.
> 
> case sensitive compare: Ahem.ttf < abe.png  (because A<a)
> case insensitive compare: abe.png < Ahem.ttf (because a==A and b<h)
> 
> I propose we should rename Ahem.ttf to ahem.ttf to avoid this problem.

Thanks Csaba, I rather changed the sorting comparison function to ignore case -- less files to touch this way :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list