[Webkit-unassigned] [Bug 157669] ResourceTiming entries for cached resources and XHR
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 13 10:43:15 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157669
--- Comment #5 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 278832
--> https://bugs.webkit.org/attachment.cgi?id=278832
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=278832&action=review
> Source/WebCore/loader/ResourceTimingInformation.cpp:14
> + * * Neither the name of Google Inc. nor the names of its
I'm not sure this is the correct copyright.
> Source/WebCore/loader/ResourceTimingInformation.cpp:57
> + initiatorDocument = document->parentDocument();
What if there are deeply nested iframes? Should this be topDocument()?
> Source/WebCore/loader/ResourceTimingInformation.h:32
> +#ifndef ResourceTimingInformation_h
> +#define ResourceTimingInformation_h
#pragma once is the latest thing in WebKit.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160513/a7a75903/attachment.html>
More information about the webkit-unassigned
mailing list