RESOLVED FIXED 55768
Web Inspector: Remove unnecessary domain and success flags from the response messages.
https://bugs.webkit.org/show_bug.cgi?id=55768
Summary Web Inspector: Remove unnecessary domain and success flags from the response ...
Ilya Tikhonovsky
Reported 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.
Attachments
[patch] initial version (7.01 KB, patch)
2011-03-04 05:13 PST, Ilya Tikhonovsky
no flags
Ilya Tikhonovsky
Comment 1 2011-03-04 05:13:17 PST
Created attachment 84729 [details] [patch] initial version
Ilya Tikhonovsky
Comment 2 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>
Ilya Tikhonovsky
Comment 3 2011-03-04 05:26:43 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.