WebKit Bugzilla
Attachment 362760 Details for
Bug 194960
: Remove HEVC as a codec requiring hardware support.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194960-20190222135120.patch (text/plain), 2.66 KB, created by
Jer Noble
on 2019-02-22 13:51:21 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jer Noble
Created:
2019-02-22 13:51:21 PST
Size:
2.66 KB
patch
obsolete
>Subversion Revision: 241820 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 93eade4b82bb2518e465f58027f684b94b638e37..f15de102de3f822b4384f4580238bcd015c5bae6 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,39 @@ >+2019-02-20 Jer Noble <jer.noble@apple.com> >+ >+ [Cocoa] Media elements will restart network buffering just before suspending >+ https://bugs.webkit.org/show_bug.cgi?id=193691 >+ >+ Reviewed by Eric Carlson. >+ >+ API Test: WebKit.ProcessSuspendMediaBuffering >+ >+ Allow the Page to suspend all media buffering in its child Documents. >+ >+ * dom/Document.cpp: >+ (WebCore::Document::suspendAllMediaBuffering): >+ (WebCore::Document::resumeAllMediaBuffering): >+ * dom/Document.h: >+ * html/MediaElementSession.cpp: >+ (WebCore::MediaElementSession::dataBufferingPermitted const): >+ (WebCore::MediaElementSession::suspendBuffering): >+ (WebCore::MediaElementSession::resumeBuffering): >+ (WebCore::MediaElementSession::bufferingSuspended const): >+ * html/MediaElementSession.h: >+ * page/Page.cpp: >+ (WebCore::Page::suspendAllMediaBuffering): >+ (WebCore::Page::resumeAllMediaBuffering): >+ * page/Page.h: >+ (WebCore::Page::mediaPlaybackIsSuspended const): >+ (WebCore::Page::mediaBufferingIsSuspended const): >+ (WebCore::Page::mediaPlaybackIsSuspended): Deleted. >+ * platform/audio/PlatformMediaSession.h: >+ (WebCore::PlatformMediaSession::suspendBuffering): >+ (WebCore::PlatformMediaSession::resumeBuffering): >+ * platform/audio/PlatformMediaSessionManager.cpp: >+ (WebCore::PlatformMediaSessionManager::suspendAllMediaBufferingForDocument): >+ (WebCore::PlatformMediaSessionManager::resumeAllMediaBufferingForDocument): >+ * platform/audio/PlatformMediaSessionManager.h: >+ > 2019-02-20 Don Olmstead <don.olmstead@sony.com> > > [MSVC] Fix compilation errors with lambdas in Service Workers >diff --git a/Source/WebCore/page/cocoa/SettingsBaseCocoa.mm b/Source/WebCore/page/cocoa/SettingsBaseCocoa.mm >index 89ca139b9ca6aead3928c9299bf45da40fff144b..0e413d2f2bbefec071c5c991173f265324fc35e5 100644 >--- a/Source/WebCore/page/cocoa/SettingsBaseCocoa.mm >+++ b/Source/WebCore/page/cocoa/SettingsBaseCocoa.mm >@@ -90,8 +90,7 @@ bool SettingsBase::defaultTextAutosizingEnabled() > > const String& SettingsBase::defaultMediaContentTypesRequiringHardwareSupport() > { >- static NeverDestroyed<String> defaultMediaContentTypes { "video/mp4;codecs=hvc1:video/mp4;codecs=hev1" }; >- return defaultMediaContentTypes; >+ return emptyString(); > } > > } // namespace WebCore
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194960
:
362760
|
362912