Bug 55768

Summary: Web Inspector: Remove unnecessary domain and success flags from the response messages.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[patch] initial version none

Description Ilya Tikhonovsky 2011-03-04 05:06:52 PST
We have domain property in the response messages.
It is not required because we dispatch the responses on the callback associated with seq.

We have success == false at the same time when we have not empty errors property and true in the other case.
Comment 1 Ilya Tikhonovsky 2011-03-04 05:13:17 PST
Created attachment 84729 [details]
[patch] initial version
Comment 2 Ilya Tikhonovsky 2011-03-04 05:26:35 PST
Comment on attachment 84729 [details]
[patch] initial version

Clearing flags on attachment: 84729

Committed r80345: <http://trac.webkit.org/changeset/80345>
Comment 3 Ilya Tikhonovsky 2011-03-04 05:26:43 PST
All reviewed patches have been landed.  Closing bug.