Closed
Bug 1462889
Opened 6 years ago
Closed 6 years ago
Performance.getEntriesByName must consider the PerformanceNavigationTiming name
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1462879
People
(Reporter: baku, Assigned: baku)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
5.69 KB,
patch
|
Details | Diff | Splinter Review |
Before, PerformanceNavigationTiming.name was always 'document'. Now it contains the URL of the document. This must be considered in getEntriesByName(). In addition, it's possible to have multiple entries with the same name. This bug is needed to fix some WPTs.
Assignee | ||
Comment 2•6 years ago
|
||
Actually, this patch must be part of bug bug 1462879.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Attachment #8979007 -
Flags: review?(bzbarsky)
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•