[Webkit-unassigned] [Bug 49294] [Web Timing] Zero out some values on cross-origin redirects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 13:09:12 PST 2010


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





--- Comment #5 from Tony Gentilcore <tonyg at chromium.org>  2010-12-13 13:09:12 PST ---
(From update of attachment 76284)
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?

Everything else looks good to me.

-- 
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