[webkit-reviews] review requested: [Bug 38925] Web Inspector: Timeline. Send Request records initiated by JS have no parent. : [Attachment 55745] [patch] initial version.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 13:35:16 PDT 2010


Ilya Tikhonovsky <loislo at chromium.org> has asked  for review:
Bug 38925: Web Inspector: Timeline. Send Request records initiated by JS have
no parent.
https://bugs.webkit.org/show_bug.cgi?id=38925

Attachment 55745: [patch] initial version.
https://bugs.webkit.org/attachment.cgi?id=55745&action=review

------- Additional Comments from Ilya Tikhonovsky <loislo at chromium.org>
has binary changes.
New record type Delayed Request is introduced.
It is generating each time when loader is trying to pass low priority resource
request via message queue.
Resource url is used as identifier as far as ResourceRequest object and it's
identifier is not exist at the moment.
Delayed Request and Send Request are linked together at front-end side.


More information about the webkit-reviews mailing list