[Webkit-unassigned] [Bug 157986] Add a few initiator tests to resource timing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 03:47:48 PDT 2016


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

Yoav Weiss <yoav at yoav.ws> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achristensen at apple.com

--- Comment #2 from Yoav Weiss <yoav at yoav.ws> ---
This adds some tests that make sure initiator info doesn't get overridden when later requests try to store RT info for the same resource.

Currently implementation relies on the fact that HashMap avoids adding entries for keys that are already in the map. Is that part of the semantics of HashMap and can be relied on, or is it necessary to add a check before attempts to add initiator info for a resource?

-- 
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/20160523/b2e9a55c/attachment.html>


More information about the webkit-unassigned mailing list