WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
222926
[Cocoa][GPUP] Enable WebM/Vorbis/Opus in the GPU process
https://bugs.webkit.org/show_bug.cgi?id=222926
Summary
[Cocoa][GPUP] Enable WebM/Vorbis/Opus in the GPU process
Jer Noble
Reported
2021-03-08 11:45:24 PST
[Cocoa][GPUP] Enable WebM/Vorbis/Opus in the GPU process
Attachments
Patch
(10.49 KB, patch)
2021-03-08 11:49 PST
,
Jer Noble
eric.carlson
: review+
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch for landing
(10.63 KB, patch)
2021-03-08 12:31 PST
,
Jer Noble
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jer Noble
Comment 1
2021-03-08 11:49:11 PST
Created
attachment 422595
[details]
Patch
Eric Carlson
Comment 2
2021-03-08 12:10:16 PST
Comment on
attachment 422595
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=422595&action=review
> Source/WebKit/UIProcess/GPU/GPUProcessProxy.cpp:475 > + send(Messages::GPUProcess::SetWebMParserEnabled(hasEnabledWebMParser), 0); > + send(Messages::GPUProcess::SetWebMFormatReaderEnabled(hasEnabledWebMFormatReader), 0); > + send(Messages::GPUProcess::SetOpusDecoderEnabled(hasEnabledOpus), 0); > + send(Messages::GPUProcess::SetVorbisDecoderEnabled(hasEnabledVorbis), 0);
The messages and methods in GPUProcess.cpp/.h all have compile flags around them, so these need to be guarded too.
Jer Noble
Comment 3
2021-03-08 12:31:21 PST
Created
attachment 422603
[details]
Patch for landing
EWS
Comment 4
2021-03-08 16:15:50 PST
Committed
r274117
: <
https://commits.webkit.org/r274117
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 422603
[details]
.
Radar WebKit Bug Importer
Comment 5
2021-03-08 16:16:16 PST
<
rdar://problem/75192641
>
Alex Christensen
Comment 6
2021-05-04 09:56:25 PDT
Comment on
attachment 422595
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=422595&action=review
> Source/WebKit/UIProcess/GPU/GPUProcessProxy.cpp:447 > + WebPageGroup::forEach([&] (auto& group) mutable {
Why WebPageGroup?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug