Bug 10361

Summary: WebKit should allow for logging of errors other than JavaScript
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 10362    

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.