Bug 168357

Summary: [Resource Timing] Media resources have multiple PerformanceResourceTiming entries
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: aboya, commit-queue, eric.carlson, jeremyj-wk, jer.noble, joepeck, Ms2ger
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 168086    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Joseph Pecoraro
Reported 2017-02-14 21:39:12 PST
[Resource Timing] Media resources have multiple PerformanceResourceTiming entries I need to sort out what to do here. Our behavior may be okay, and if it is I should update tests to be more lenient. This may involve clarification in the spec and agreement across multiple browsers: <https://github.com/w3c/resource-timing/issues/100> Test: imported/w3c/web-platform-tests/resource-timing/rt-initiatorType-media.html Currently under review at: https://bugs.webkit.org/show_bug.cgi?id=168086 Steps to Reproduce: 1. <video src="..."> / <audio src="..."> 2. js> performance.getEntriesByType("resource"); => multiple entries for the media element
Attachments
Patch (3.56 KB, patch)
2017-11-23 06:10 PST, Ms2ger (he/him; ⌚ UTC+1/+2)
no flags
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 1 2017-11-23 06:10:52 PST
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 2 2017-11-23 07:02:42 PST
Comment on attachment 327496 [details] Patch Looks like it's still broken for mac.
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 3 2017-11-27 08:14:59 PST
Enabled for GTK and WPE in r225169.
Alicia Boya García
Comment 4 2018-07-18 10:49:44 PDT
(In reply to Ms2ger from comment #3) > Enabled for GTK and WPE in r225169. http/wpt/resource-timing/rt-initiatorType-media.html is flaky [Pass Failure] on GTK since long ago, I'll mark it as such.
Note You need to log in before you can comment on or make changes to this bug.