Title: [267359] trunk/Source/WebKit
Revision
267359
Author
[email protected]
Date
2020-09-21 13:07:01 -0700 (Mon, 21 Sep 2020)

Log Message

Adjust the human readable names some GPU process internal feature flags
https://bugs.webkit.org/show_bug.cgi?id=216794

Reviewed by Darin Adler.

Change the human readable names so that all the GPU-process-specific internal features start are of the form
"Use GPU Process…".

* Shared/WebPreferencesInternal.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (267358 => 267359)


--- trunk/Source/WebKit/ChangeLog	2020-09-21 20:02:25 UTC (rev 267358)
+++ trunk/Source/WebKit/ChangeLog	2020-09-21 20:07:01 UTC (rev 267359)
@@ -1,3 +1,15 @@
+2020-09-21  Wenson Hsieh  <[email protected]>
+
+        Adjust the human readable names some GPU process internal feature flags
+        https://bugs.webkit.org/show_bug.cgi?id=216794
+
+        Reviewed by Darin Adler.
+
+        Change the human readable names so that all the GPU-process-specific internal features start are of the form
+        "Use GPU Process…".
+
+        * Shared/WebPreferencesInternal.yaml:
+
 2020-09-21  James Savage  <[email protected]>
 
         WKWebView Swift overlay has mis-annotated nullability for evaluateJavaScript

Modified: trunk/Source/WebKit/Shared/WebPreferencesInternal.yaml (267358 => 267359)


--- trunk/Source/WebKit/Shared/WebPreferencesInternal.yaml	2020-09-21 20:02:25 UTC (rev 267358)
+++ trunk/Source/WebKit/Shared/WebPreferencesInternal.yaml	2020-09-21 20:07:01 UTC (rev 267359)
@@ -109,7 +109,7 @@
 CaptureVideoInGPUProcessEnabled:
   type: bool
   defaultValue: defaultCaptureVideoInGPUProcessEnabled()
-  humanReadableName: "Capture video in GPU Process"
+  humanReadableName: "Use GPU Process to capture video"
   humanReadableDescription: "Enable video capture in GPU Process"
   webcoreBinding: none
   condition: ENABLE(MEDIA_STREAM)
@@ -310,7 +310,7 @@
 CaptureAudioInGPUProcessEnabled:
   type: bool
   defaultValue: defaultCaptureAudioInGPUProcessEnabled()
-  humanReadableName: "Capture audio in GPU Process"
+  humanReadableName: "Use GPU Process to capture audio"
   humanReadableDescription: "Enable audio capture in GPU Process"
   webcoreBinding: none
   condition: ENABLE(MEDIA_STREAM)
@@ -318,7 +318,7 @@
 RenderCanvasInGPUProcessEnabled:
   type: bool
   defaultValue: defaultRenderCanvasInGPUProcessEnabled()
-  humanReadableName: "Render canvas in GPU Process"
+  humanReadableName: "Use GPU Process to render canvas"
   humanReadableDescription: "Enable canvas rendering in GPU Process"
   webcoreBinding: none
 
@@ -406,7 +406,7 @@
   type: bool
   defaultValue: defaultUseGPUProcessForMedia()
   condition: ENABLE(GPU_PROCESS)
-  humanReadableName: "Media in GPU Process"
+  humanReadableName: "Use GPU Process for media"
   humanReadableDescription: "Do all media loading and playback in the GPU Process"
   webcoreName: useGPUProcessForMedia
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to