Bug 55768 - Web Inspector: Remove unnecessary domain and success flags from the response messages.
Summary: Web Inspector: Remove unnecessary domain and success flags from the response ...
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-03-04 05:06 PST by Ilya Tikhonovsky
Modified: 2011-03-04 05:26 PST (History)
10 users (show)

See Also:


Attachments
[patch] initial version (7.01 KB, patch)
2011-03-04 05:13 PST, Ilya Tikhonovsky
no flags 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-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.