Changeset 267359 in webkit
- Timestamp:
- Sep 21, 2020, 1:07:01 PM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Shared/WebPreferencesInternal.yaml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r267352 r267359 1 2020-09-21 Wenson Hsieh <wenson_hsieh@apple.com> 2 3 Adjust the human readable names some GPU process internal feature flags 4 https://bugs.webkit.org/show_bug.cgi?id=216794 5 6 Reviewed by Darin Adler. 7 8 Change the human readable names so that all the GPU-process-specific internal features start are of the form 9 "Use GPU Process…". 10 11 * Shared/WebPreferencesInternal.yaml: 12 1 13 2020-09-21 James Savage <james.savage@apple.com> 2 14 -
trunk/Source/WebKit/Shared/WebPreferencesInternal.yaml
r267249 r267359 110 110 type: bool 111 111 defaultValue: defaultCaptureVideoInGPUProcessEnabled() 112 humanReadableName: " Capture video in GPU Process"112 humanReadableName: "Use GPU Process to capture video" 113 113 humanReadableDescription: "Enable video capture in GPU Process" 114 114 webcoreBinding: none … … 311 311 type: bool 312 312 defaultValue: defaultCaptureAudioInGPUProcessEnabled() 313 humanReadableName: " Capture audio in GPU Process"313 humanReadableName: "Use GPU Process to capture audio" 314 314 humanReadableDescription: "Enable audio capture in GPU Process" 315 315 webcoreBinding: none … … 319 319 type: bool 320 320 defaultValue: defaultRenderCanvasInGPUProcessEnabled() 321 humanReadableName: " Render canvas in GPU Process"321 humanReadableName: "Use GPU Process to render canvas" 322 322 humanReadableDescription: "Enable canvas rendering in GPU Process" 323 323 webcoreBinding: none … … 407 407 defaultValue: defaultUseGPUProcessForMedia() 408 408 condition: ENABLE(GPU_PROCESS) 409 humanReadableName: " Media in GPU Process"409 humanReadableName: "Use GPU Process for media" 410 410 humanReadableDescription: "Do all media loading and playback in the GPU Process" 411 411 webcoreName: useGPUProcessForMedia
Note:
See TracChangeset
for help on using the changeset viewer.