[webkit-reviews] review requested: [Bug 38925] Web Inspector: Timeline. Send Request records initiated by JS have no parent. : [Attachment 55836] [patch] second iteration
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 12 05:49:07 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 55836: [patch] second iteration
https://bugs.webkit.org/attachment.cgi?id=55836&action=review
------- Additional Comments from Ilya Tikhonovsky <loislo at chromium.org>
DelayedRequest was renamed to ScheduleResourceRequest.
It is not possible to use Request address as part of the key because we have no
Request address at SendResourceRequest.
We definitely have a valid CachedResource pointer and can use url method
without implicit check.
More information about the webkit-reviews
mailing list