Bug 63707 - Web Inspector: Protocol: error object needs some improvement.
Summary: Web Inspector: Protocol: error object needs some improvement.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-30 06:12 PDT by Ilya Tikhonovsky
Modified: 2011-06-30 06:22 PDT (History)
10 users (show)

See Also:


Attachments
[patch] initial version (22.73 KB, patch)
2011-06-30 06:17 PDT, Ilya Tikhonovsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2011-06-30 06:12:36 PDT
Current implementation is not useful in the code.
We need to have toString implementation with nice formatting
I'd like to use error.message property as the main place for the error's text.
Comment 1 Ilya Tikhonovsky 2011-06-30 06:17:48 PDT
Created attachment 99284 [details]
[patch] initial version
Comment 2 Ilya Tikhonovsky 2011-06-30 06:22:44 PDT
Committed r90110: <http://trac.webkit.org/changeset/90110>