Bug 217439 - [GPU Process] Implement VideoPlaybackMetrics
Summary: [GPU Process] Implement VideoPlaybackMetrics
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-07 12:39 PDT by Eric Carlson
Modified: 2020-10-16 13:10 PDT (History)
9 users (show)

See Also:


Attachments
Patch (24.42 KB, patch)
2020-10-07 14:33 PDT, Eric Carlson
no flags Details | Formatted Diff | Diff
Patch for landing (24.40 KB, patch)
2020-10-07 15:31 PDT, Eric Carlson
no flags Details | Formatted Diff | Diff
Patch for landing (20.97 KB, patch)
2020-10-16 12:15 PDT, Eric Carlson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2020-10-07 12:39:00 PDT
Implement VideoPlaybackMetrics in the GPU Process
Comment 1 Eric Carlson 2020-10-07 12:39:17 PDT
<rdar://problem/60179370>
Comment 2 Eric Carlson 2020-10-07 14:33:48 PDT
Created attachment 410780 [details]
Patch
Comment 3 Jer Noble 2020-10-07 15:11:59 PDT
Comment on attachment 410780 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=410780&action=review

r=me with nit

> Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxy.h:301
> +    bool m_setShouldUpdatePlaybackMetrics { false };

Nit: this should probably just be `m_shouldUpdatePlaybackMetrics`.
Comment 4 Eric Carlson 2020-10-07 15:31:29 PDT
Created attachment 410792 [details]
Patch for landing
Comment 5 EWS 2020-10-16 11:10:26 PDT
Tools/Scripts/svn-apply failed to apply attachment 410792 [details] to trunk.
Please resolve the conflicts and upload a new patch.
Comment 6 Eric Carlson 2020-10-16 12:15:36 PDT
Created attachment 411603 [details]
Patch for landing
Comment 7 EWS 2020-10-16 13:10:04 PDT
Committed r268608: <https://trac.webkit.org/changeset/268608>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 411603 [details].