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

Changeset 267597 in webkit


Ignore:
Timestamp:
Sep 25, 2020, 3:03:23 PM (6 years ago)
Author:
Wenson Hsieh
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r267594 r267597  
     12020-09-25  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Tweak the names of the GPU process audio/video capture internal feature flags
     4        https://bugs.webkit.org/show_bug.cgi?id=216992
     5
     6        Reviewed by Tim Horton.
     7
     8        Keep all 6 of the GPU process feature flags together by adjusting the human readable names of
     9        `CaptureAudioInGPUProcessEnabled` and `CaptureVideoInGPUProcessEnabled` to start with "GPU Process:", after
     10        <https://trac.webkit.org/r267516>.
     11
     12        * Shared/WebPreferencesInternal.yaml:
     13
    1142020-09-25  Yusuke Suzuki  <ysuzuki@apple.com>
    215
  • trunk/Source/WebKit/Shared/WebPreferencesInternal.yaml

    r267516 r267597  
    125125  type: bool
    126126  defaultValue: defaultCaptureAudioInGPUProcessEnabled()
    127   humanReadableName: "Use GPU Process to capture audio"
     127  humanReadableName: "GPU Process: Audio Capture"
    128128  humanReadableDescription: "Enable audio capture in GPU Process"
    129129  webcoreBinding: none
     
    141141  type: bool
    142142  defaultValue: defaultCaptureVideoInGPUProcessEnabled()
    143   humanReadableName: "Use GPU Process to capture video"
     143  humanReadableName: "GPU Process: Video Capture"
    144144  humanReadableDescription: "Enable video capture in GPU Process"
    145145  webcoreBinding: none
Note: See TracChangeset for help on using the changeset viewer.