Bug 159822
Summary: | DOM Exception stringification should be more detailed & always prefer custom messages | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | achristensen |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 159839, 159844, 159845, 159846, 159847, 159848, 159857 | ||
Bug Blocks: | 159855 |
Brady Eidson
If a DOM exception is created with a custom error message, we should always use it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
I have a plan to do this in stages.
As it moves along, ExceptionBase will get more complicated.
Once it's done ExceptionBase will be simpler than ever.