[Webkit-unassigned] [Bug 54856] Web Inspector: Web Inspector protocol metabug.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 11 06:03:06 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54856





--- Comment #6 from Ilya Tikhonovsky <loislo at chromium.org>  2011-03-11 06:03:05 PST ---
r80485 - Each event and command request should have "seq" number, each command response should have "seq" and "request_seq". Rationale: we should be able to tell that the message was lost.

it was decided to:
1) use id instead of seq for the requests;
2) requestId instead of request_seq for the responses;
3) drop seq for the responses.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list