[Webkit-unassigned] [Bug 49294] [Web Timing] Zero out some values on cross-origin redirects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 15 16:29:00 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=49294
--- Comment #6 from James Simonsen <simonjam at chromium.org> 2010-12-15 16:29:00 PST ---
(In reply to comment #5)
> (From update of attachment 76284 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=76284&action=review
>
> > WebCore/page/PerformanceTiming.cpp:115
> > + return 0;
>
> The spec doesn't explicitly say to check for different origins in the redirect chain for unloadEvent{Start,End}. Instead they should check whether the page that fired the events is same origin as the current page. Is there a reason to guard them by the redirect chain check as well?
Good catch! Fixed. We've got some good test cases now too.
--
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