⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 267359 in webkit


Ignore:
Timestamp:
Sep 21, 2020, 1:07:01 PM (6 years ago)
Author:
Wenson Hsieh
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r267352 r267359  
     12020-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
    1132020-09-21  James Savage  <james.savage@apple.com>
    214
  • trunk/Source/WebKit/Shared/WebPreferencesInternal.yaml

    r267249 r267359  
    110110  type: bool
    111111  defaultValue: defaultCaptureVideoInGPUProcessEnabled()
    112   humanReadableName: "Capture video in GPU Process"
     112  humanReadableName: "Use GPU Process to capture video"
    113113  humanReadableDescription: "Enable video capture in GPU Process"
    114114  webcoreBinding: none
     
    311311  type: bool
    312312  defaultValue: defaultCaptureAudioInGPUProcessEnabled()
    313   humanReadableName: "Capture audio in GPU Process"
     313  humanReadableName: "Use GPU Process to capture audio"
    314314  humanReadableDescription: "Enable audio capture in GPU Process"
    315315  webcoreBinding: none
     
    319319  type: bool
    320320  defaultValue: defaultRenderCanvasInGPUProcessEnabled()
    321   humanReadableName: "Render canvas in GPU Process"
     321  humanReadableName: "Use GPU Process to render canvas"
    322322  humanReadableDescription: "Enable canvas rendering in GPU Process"
    323323  webcoreBinding: none
     
    407407  defaultValue: defaultUseGPUProcessForMedia()
    408408  condition: ENABLE(GPU_PROCESS)
    409   humanReadableName: "Media in GPU Process"
     409  humanReadableName: "Use GPU Process for media"
    410410  humanReadableDescription: "Do all media loading and playback in the GPU Process"
    411411  webcoreName: useGPUProcessForMedia
Note: See TracChangeset for help on using the changeset viewer.