Bug 10361
| Summary: | WebKit should allow for logging of errors other than JavaScript | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | WebKit API | Assignee: | 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 | ||
Eric Seidel (no email)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
I think that this is now implemented for Inspector, but not for WebKit clients.