Title: [267597] trunk/Source/WebKit
Revision
267597
Author
wenson_hs...@apple.com
Date
2020-09-25 15:03:23 -0700 (Fri, 25 Sep 2020)

Log Message

Tweak the names of the GPU process audio/video capture internal feature flags
https://bugs.webkit.org/show_bug.cgi?id=216992

Reviewed by Tim Horton.

Keep all 6 of the GPU process feature flags together by adjusting the human readable names of
`CaptureAudioInGPUProcessEnabled` and `CaptureVideoInGPUProcessEnabled` to start with "GPU Process:", after
<https://trac.webkit.org/r267516>.

* Shared/WebPreferencesInternal.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (267596 => 267597)


--- trunk/Source/WebKit/ChangeLog	2020-09-25 21:47:14 UTC (rev 267596)
+++ trunk/Source/WebKit/ChangeLog	2020-09-25 22:03:23 UTC (rev 267597)
@@ -1,3 +1,16 @@
+2020-09-25  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Tweak the names of the GPU process audio/video capture internal feature flags
+        https://bugs.webkit.org/show_bug.cgi?id=216992
+
+        Reviewed by Tim Horton.
+
+        Keep all 6 of the GPU process feature flags together by adjusting the human readable names of
+        `CaptureAudioInGPUProcessEnabled` and `CaptureVideoInGPUProcessEnabled` to start with "GPU Process:", after
+        <https://trac.webkit.org/r267516>.
+
+        * Shared/WebPreferencesInternal.yaml:
+
 2020-09-25  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Introduce JSC_DECLARE_HOST_FUNCTION / JSC_DEFINE_HOST_FUNCTION to make host function definition easy-to-scanned for JIT-caging

Modified: trunk/Source/WebKit/Shared/WebPreferencesInternal.yaml (267596 => 267597)


--- trunk/Source/WebKit/Shared/WebPreferencesInternal.yaml	2020-09-25 21:47:14 UTC (rev 267596)
+++ trunk/Source/WebKit/Shared/WebPreferencesInternal.yaml	2020-09-25 22:03:23 UTC (rev 267597)
@@ -124,7 +124,7 @@
 CaptureAudioInGPUProcessEnabled:
   type: bool
   defaultValue: defaultCaptureAudioInGPUProcessEnabled()
-  humanReadableName: "Use GPU Process to capture audio"
+  humanReadableName: "GPU Process: Audio Capture"
   humanReadableDescription: "Enable audio capture in GPU Process"
   webcoreBinding: none
   condition: ENABLE(MEDIA_STREAM)
@@ -140,7 +140,7 @@
 CaptureVideoInGPUProcessEnabled:
   type: bool
   defaultValue: defaultCaptureVideoInGPUProcessEnabled()
-  humanReadableName: "Use GPU Process to capture video"
+  humanReadableName: "GPU Process: Video Capture"
   humanReadableDescription: "Enable video capture in GPU Process"
   webcoreBinding: none
   condition: ENABLE(MEDIA_STREAM)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to