Title: [258160] trunk/Source/WebKit
- Revision
- 258160
- Author
- [email protected]
- Date
- 2020-03-09 13:23:45 -0700 (Mon, 09 Mar 2020)
Log Message
[GPUP] Implement Legacy EME API in the GPU Process
https://bugs.webkit.org/show_bug.cgi?id=208402
<rdar://problem/60178488>
Reviewed by Eric Carlson.
Follow-up: adding the RemoteLegacyCDMFactory as a suppliment got dropped from the initial patch by
a merge/rebase mistake.
* WebProcess/WebProcess.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (258159 => 258160)
--- trunk/Source/WebKit/ChangeLog 2020-03-09 20:17:21 UTC (rev 258159)
+++ trunk/Source/WebKit/ChangeLog 2020-03-09 20:23:45 UTC (rev 258160)
@@ -1,3 +1,16 @@
+2020-03-09 Jer Noble <[email protected]>
+
+ [GPUP] Implement Legacy EME API in the GPU Process
+ https://bugs.webkit.org/show_bug.cgi?id=208402
+ <rdar://problem/60178488>
+
+ Reviewed by Eric Carlson.
+
+ Follow-up: adding the RemoteLegacyCDMFactory as a suppliment got dropped from the initial patch by
+ a merge/rebase mistake.
+
+ * WebProcess/WebProcess.cpp:
+
2020-03-09 David Kilzer <[email protected]>
[IPC] WebPageProxy::dataSelectionForPasteboard should check the result of SharedMemory::map
Modified: trunk/Source/WebKit/WebProcess/WebProcess.cpp (258159 => 258160)
--- trunk/Source/WebKit/WebProcess/WebProcess.cpp 2020-03-09 20:17:21 UTC (rev 258159)
+++ trunk/Source/WebKit/WebProcess/WebProcess.cpp 2020-03-09 20:23:45 UTC (rev 258160)
@@ -254,6 +254,10 @@
addSupplement<RemoteCDMFactory>();
#endif
+#if ENABLE(GPU_PROCESS) && ENABLE(LEGACY_ENCRYPTED_MEDIA)
+ addSupplement<RemoteLegacyCDMFactory>();
+#endif
+
Gigacage::forbidDisablingPrimitiveGigacage();
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes