WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
206960
[PlayStation] Fix MIMETypeRegistry
https://bugs.webkit.org/show_bug.cgi?id=206960
Summary
[PlayStation] Fix MIMETypeRegistry
Ross Kirsling
Reported
2020-01-29 13:16:27 PST
[PlayStation] Fix WebCore build
Attachments
Patch
(4.60 KB, patch)
2020-01-29 13:17 PST
,
Ross Kirsling
no flags
Details
Formatted Diff
Diff
Patch
(4.03 KB, patch)
2020-01-29 14:09 PST
,
Ross Kirsling
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ross Kirsling
Comment 1
2020-01-29 13:17:45 PST
Created
attachment 389176
[details]
Patch
Stephan Szabo
Comment 2
2020-01-29 13:37:01 PST
Comment on
attachment 389176
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=389176&action=review
> Source/WebCore/platform/playstation/MIMETypeRegistryPlayStation.cpp:31 > +const std::initializer_list<TypeExtensionPair> platformMediaTypes = {
It's probably better to do this as a function with a static like static std::initializer_list<TypeExtensionPair> &platformMediaTypes() { static std::initializer_list<TypeExtensionPair> list = { /* ... */ }; return list; }
Ross Kirsling
Comment 3
2020-01-29 14:09:25 PST
Created
attachment 389183
[details]
Patch
WebKit Commit Bot
Comment 4
2020-01-29 15:09:56 PST
Comment on
attachment 389183
[details]
Patch Clearing flags on attachment: 389183 Committed
r255391
: <
https://trac.webkit.org/changeset/255391
>
WebKit Commit Bot
Comment 5
2020-01-29 15:09:58 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6
2020-01-29 15:10:14 PST
<
rdar://problem/59008687
>
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