[Webkit-unassigned] [Bug 96492] [Chromium] A lot of tests on Android have stderr output due to getMimeTypeFromExtension

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 12:13:47 PST 2012


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


Peter Beverloo <peter at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
             Blocks|                            |100100




--- Comment #2 from Peter Beverloo <peter at chromium.org>  2012-11-05 12:15:17 PST ---
I uploaded a Chromium-side patch which addresses this:
https://codereview.chromium.org/11293101/

It turns out that we're throwing the warning on the most popular extensions (js) for no reason, as they'll be resolved slightly later on. Having no available mime-type for others (i.e. ttf) will degrade gracefully, and the font will be loaded anyway.

Marking this as fixed as no action is required on the WebKit side of things.

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