[Webkit-unassigned] [Bug 37215] Web Inspector: be more explicit about resource loading errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 08:31:35 PDT 2010


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


Andrey Kosyakov <caseq at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52769|0                           |1
        is obsolete|                            |
  Attachment #52870|                            |review?, commit-queue?
               Flag|                            |




--- Comment #10 from Andrey Kosyakov <caseq at chromium.org>  2010-04-08 08:31:34 PST ---
Created an attachment (id=52870)
 --> (https://bugs.webkit.org/attachment.cgi?id=52870)
Log error message to inspector console if a resource fails to load. Disable
checking of mime-type consistency for failed resource (added localized error
details)

Thanks for the hint, I guess I gave up a little bit to early yesterday -- it
transpired to be a fairly trivial bug in WebCore platform code for mac (see
http://webkit.org/b/37274). Fixed this, along with localized HTTP statuses as a
bonus. Unfortunately, I can't use String::format() now, as it happened not to
support UTF-8 (sic!)

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