[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:39:02 PDT 2010


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org




--- Comment #9 from Csaba Osztrogonac <ossy at webkit.org>  2010-09-09 08:39:01 PST ---
(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.


--- /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/inspector/extensions-resources-expected.txt    2010-09-09 08:22:52.751418186 -0700
+++ /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/inspector/extensions-resources-actual.txt    2010-09-09 08:22:52.751418186 -0700
@@ -9,8 +9,8 @@
 resource: .../LayoutTests/inspector/extensions-resources.html, type: document
 resource: .../LayoutTests/inspector/extensions-resources.html, type: XHR
 resource: .../LayoutTests/inspector/extensions-test.js, type: script
-resource: .../inspector/resources/abe.png, type: image
 resource: .../inspector/resources/Ahem.ttf, type: font
+resource: .../inspector/resources/abe.png, type: image
 resource: .../inspector/resources/audits-style1.css, type: stylesheet
 resource: .../inspector/resources/missing-image.png, type: other
 RUNNING TEST: extension_testGetInvalidResource

-- 
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