Bug 219521

Summary: [GPUP] Move MediaCapabilities into the GPU process
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: annulen, eric.carlson, ews-watchlist, glenn, gyuyoung.kim, peng.liu6, philipj, ryuan.choi, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
ews-feeder: commit-queue-
Patch
ews-feeder: commit-queue-
Patch
none
Patch
none
Patch
eric.carlson: review+
Patch for landing none

Jer Noble
Reported 2020-12-03 18:12:46 PST
[GPUP] Move MediaCapabilities into the GPU process
Attachments
Patch (75.51 KB, patch)
2020-12-03 19:07 PST, Jer Noble
no flags
Patch (74.04 KB, patch)
2020-12-03 21:43 PST, Jer Noble
ews-feeder: commit-queue-
Patch (74.07 KB, patch)
2020-12-03 22:14 PST, Jer Noble
ews-feeder: commit-queue-
Patch (74.26 KB, patch)
2020-12-03 23:01 PST, Jer Noble
no flags
Patch (75.17 KB, patch)
2020-12-04 09:15 PST, Jer Noble
no flags
Patch (75.77 KB, patch)
2020-12-04 09:36 PST, Jer Noble
eric.carlson: review+
Patch for landing (75.64 KB, patch)
2020-12-04 12:34 PST, Jer Noble
no flags
Jer Noble
Comment 1 2020-12-03 19:07:28 PST
Radar WebKit Bug Importer
Comment 2 2020-12-03 19:07:29 PST
Jer Noble
Comment 3 2020-12-03 21:43:05 PST
Jer Noble
Comment 4 2020-12-03 22:14:48 PST
Jer Noble
Comment 5 2020-12-03 23:01:29 PST
Jer Noble
Comment 6 2020-12-04 09:15:57 PST
Jer Noble
Comment 7 2020-12-04 09:36:26 PST
Eric Carlson
Comment 8 2020-12-04 11:17:36 PST
Comment on attachment 415423 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=415423&action=review > Source/WebCore/platform/MediaCapabilitiesDecodingInfo.h:65 > + Optional<MediaCapabilitiesInfo> info = MediaCapabilitiesInfo::decode(decoder); Nit: `auto` > Source/WebCore/platform/MediaCapabilitiesEncodingInfo.h:65 > + Optional<MediaCapabilitiesInfo> info = MediaCapabilitiesInfo::decode(decoder); Ditto > Source/WebCore/platform/mediacapabilities/MediaDecodingConfiguration.h:50 > + Optional<MediaConfiguration> mediaConfiguration = MediaConfiguration::decode(decoder); Ditto. > Source/WebCore/platform/mediacapabilities/MediaEncodingConfiguration.h:50 > + Optional<MediaConfiguration> mediaConfiguration = MediaConfiguration::decode(decoder); Ditto. > Source/WebCore/platform/mediacapabilities/VideoConfiguration.h:113 > + > + Nit: extra line
Jer Noble
Comment 9 2020-12-04 12:34:49 PST
Created attachment 415446 [details] Patch for landing
EWS
Comment 10 2020-12-04 14:58:14 PST
Committed r270462: <https://trac.webkit.org/changeset/270462> All reviewed patches have been landed. Closing bug and clearing flags on attachment 415446 [details].
Note You need to log in before you can comment on or make changes to this bug.