Title: [257040] trunk/Source/WebKit
Revision
257040
Author
m...@apple.com
Date
2020-02-19 21:36:56 -0800 (Wed, 19 Feb 2020)

Log Message

Use consistent capitalization and spacing in process-related feature names
https://bugs.webkit.org/show_bug.cgi?id=207989

Reviewed by Zalan Bujtas.

No new tests, we don't test feature flag names.

* Shared/WebPreferences.yaml: Adjust some feature names and descriptions.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (257039 => 257040)


--- trunk/Source/WebKit/ChangeLog	2020-02-20 03:51:21 UTC (rev 257039)
+++ trunk/Source/WebKit/ChangeLog	2020-02-20 05:36:56 UTC (rev 257040)
@@ -1,3 +1,14 @@
+2020-02-19  Maciej Stachowiak  <m...@apple.com>
+
+        Use consistent capitalization and spacing in process-related feature names
+        https://bugs.webkit.org/show_bug.cgi?id=207989
+
+        Reviewed by Zalan Bujtas.
+
+        No new tests, we don't test feature flag names.
+
+        * Shared/WebPreferences.yaml: Adjust some feature names and descriptions.
+
 2020-02-19  Youenn Fablet  <you...@apple.com>
 
         Add support for AudioSession handling in GPUProcess for capture

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (257039 => 257040)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2020-02-20 03:51:21 UTC (rev 257039)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2020-02-20 05:36:56 UTC (rev 257040)
@@ -1456,7 +1456,7 @@
   type: bool
   defaultValue: DEFAULT_PROCESS_SWAP_ON_CROSS_SITE_NAVIGATION_ENABLED
   humanReadableName: "Swap Processes on Cross-Site Navigation"
-  humanReadableDescription: "Swap WebContent processes on cross-site navigations"
+  humanReadableDescription: "Swap WebContent Processes on cross-site navigations"
   category: experimental
   webcoreBinding: none
 
@@ -1527,8 +1527,8 @@
 CaptureVideoInUIProcessEnabled:
   type: bool
   defaultValue: false
-  humanReadableName: "Capture video in UIProcess"
-  humanReadableDescription: "Enable video capture in UIProcess"
+  humanReadableName: "Capture video in UI Process"
+  humanReadableDescription: "Enable video capture in UI Process"
   category: experimental
   webcoreBinding: none
   condition: ENABLE(MEDIA_STREAM)
@@ -1536,8 +1536,8 @@
 CaptureVideoInGPUProcessEnabled:
   type: bool
   defaultValue: false
-  humanReadableName: "Capture video in GPUProcess"
-  humanReadableDescription: "Enable video capture in GPUProcess"
+  humanReadableName: "Capture video in GPU Process"
+  humanReadableDescription: "Enable video capture in GPU Process"
   category: internal
   webcoreBinding: none
   condition: ENABLE(MEDIA_STREAM)
@@ -1726,8 +1726,8 @@
 CaptureAudioInUIProcessEnabled:
   type: bool
   defaultValue: DEFAULT_CAPTURE_AUDIO_IN_UIPROCESS
-  humanReadableName: "Capture audio in UIProcess"
-  humanReadableDescription: "Enable audio capture in UIProcess"
+  humanReadableName: "Capture Audio in UI Process"
+  humanReadableDescription: "Enable audio capture in UI Process"
   category: internal
   webcoreBinding: none
   condition: ENABLE(MEDIA_STREAM)
@@ -1735,8 +1735,8 @@
 CaptureAudioInGPUProcessEnabled:
   type: bool
   defaultValue: false
-  humanReadableName: "Capture audio in GPUProcess"
-  humanReadableDescription: "Capture audio in GPUProcess"
+  humanReadableName: "Capture Audio in GPU Process"
+  humanReadableDescription: "Enable audio capture in GPU Process"
   category: internal
   webcoreBinding: none
   condition: ENABLE(MEDIA_STREAM)
@@ -1744,8 +1744,8 @@
 RestrictedHTTPResponseAccess:
   type: bool
   defaultValue: true
-  humanReadableName: "Filter HTTP Response for WebProcesses"
-  humanReadableDescription: "Enable HTTP Response filtering for WebProcesses"
+  humanReadableName: "Filter HTTP Response for Web Processes"
+  humanReadableDescription: "Enable HTTP Response filtering for Web Processes"
   category: internal
   webcoreBinding: RuntimeEnabledFeatures
 
@@ -1920,8 +1920,8 @@
     type: bool
     defaultValue: false
     condition: ENABLE(GPU_PROCESS)
-    humanReadableName: "Media in GPU process"
-    humanReadableDescription: "Do all media loading and playback in the GPU process"
+    humanReadableName: "Media in GPU Process"
+    humanReadableDescription: "Do all media loading and playback in the GPU Process"
     category: internal
     webcoreName: useGPUProcessForMedia
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to