Bug 10361 - WebKit should allow for logging of errors other than JavaScript
Summary: WebKit should allow for logging of errors other than JavaScript
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 10362
  Show dependency treegraph
 
Reported: 2006-08-12 01:26 PDT by Eric Seidel (no email)
Modified: 2008-05-15 02:00 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2006-08-12 01:26:57 PDT
WebKit should allow for logging of errors other than JavaScript

FireFox allows for logging for CSS errors in its error console.

WebKit should have a way to log errors other than JavaScript errors (such as CSS errors, SVG parse errors, bad MIME type errors, etc.)  This would be useful to developers.  Safari could then choose to display whatever types of errors it wanted.
Comment 1 Alexey Proskuryakov 2008-05-15 02:00:06 PDT
I think that this is now implemented for Inspector, but not for WebKit clients.