Changes between Version 32 and Version 33 of EnvironmentVariables


Ignore:
Timestamp:
Oct 19, 2021 11:14:15 AM (2 years ago)
Author:
Michael Catanzaro
Comment:

WebKitGTK+ -> WebKitGTK

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentVariables

    v32 v33  
    2323|| JSC_${option from previous command} || ${value} || ${check with JSC_dumpOptions=3} || ALL ||
    2424|| Malloc || 1 || Disable bmalloc memory allocator and use the system default one instead. On Darwin systems, also set {{{__XPC_Malloc}}} in order to pass on the value to child processes || ALL ||
    25 || WEBKIT_FORCE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always on || WebKitGTK+ (since 2.10.5) ||
    26 || WEBKIT_DISABLE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always off || WebKitGTK+ (since 2.10.9) ||
    27 || WEBKIT_INSPECTOR_SERVER || ${ip.ad.dre.ss}:${port} || Enables the Remote WebInspector at !http://${ip.ad.dre.ss}:${port} (NOTE: Use the same version of WebKit to load the address) || WebKitGTK+ ||
    28 || WEBKIT_SHOW_FPS || 1 || Shows a small square with the FPS measured at the top-right corner of the web view || WebKitGTK+ and WPE WebKit ||
    29 || WEBKIT_SAMPLE_MEMORY || 1 || Generates in /tmp some text files with memory stats. || WebKitGTK+ (since 2.15.2) and WPE WebKit ||
    30 || WEBKIT_FORCE_SANDBOX || 1 || Force enables the web process sandbox || WebKitGTK+ (since 2.23.1), not yet available for WPE WebKit ||
    31 || WEBKIT_ENABLE_DBUS_PROXY_LOGGING || 1 || Use for debugging the the sandbox's D-Bus proxy || WebKitGTK+ (since 2.23.1), not yet available for WPE WebKit ||
    32 || WEBKIT_WEBRTC_DISABLE_UNIFIED_PLAN || 1 || Use to disable Unified Plan as SDP format || WebKitGTK+ and WPE WebKit (since 2.23.1) ||
    33 || WEBKIT_FORCE_COMPLEX_TEXT || 0 || Confusing! Use only to disable complex text codepath || WebKitGTK+ (since 2.22.0), not available for WPE WebKit ||
    34 || WEBKIT_DISABLE_MEMORY_PRESSURE_MONITOR || 1 || Use to disable memory pressure monitor || WebKitGTK+ and WPE WebKit (since 2.22.0) ||
    35 || WEBKIT_GST_DISABLE_FAST_MALLOC || 1 || Use to disable the GStreamer FastMalloc allocator || WebKitGTK+ and WPE WebKit ||
    36 || WEBKIT_GST_MAX_AVC1_RESOLUTION || || Set to 1080P, 720P or 480P to max out the H264/AVC1 resolution advertised as supported by the GStreamer media-capabilities backend || WebKitGTK+ and WPE WebKit (since 2.25.2) ||
    37 || WEBKIT_GST_USE_PLAYBIN3 || 1 || Enable the next-generation playbin3 element for media playback (MSE not supported yet) || WebKitGTK+ and WPE WebKit ||
     25|| WEBKIT_FORCE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always on || WebKitGTK (since 2.10.5) ||
     26|| WEBKIT_DISABLE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always off || WebKitGTK (since 2.10.9) ||
     27|| WEBKIT_INSPECTOR_SERVER || ${ip.ad.dre.ss}:${port} || Enables the Remote WebInspector at !http://${ip.ad.dre.ss}:${port} (NOTE: Use the same version of WebKit to load the address) || WebKitGTK ||
     28|| WEBKIT_SHOW_FPS || 1 || Shows a small square with the FPS measured at the top-right corner of the web view || WebKitGTK and WPE WebKit ||
     29|| WEBKIT_SAMPLE_MEMORY || 1 || Generates in /tmp some text files with memory stats. || WebKitGTK (since 2.15.2) and WPE WebKit ||
     30|| WEBKIT_FORCE_SANDBOX || 1 || Force enables the web process sandbox || WebKitGTK (since 2.23.1), not yet available for WPE WebKit ||
     31|| WEBKIT_ENABLE_DBUS_PROXY_LOGGING || 1 || Use for debugging the the sandbox's D-Bus proxy || WebKitGTK (since 2.23.1), not yet available for WPE WebKit ||
     32|| WEBKIT_WEBRTC_DISABLE_UNIFIED_PLAN || 1 || Use to disable Unified Plan as SDP format || WebKitGTK and WPE WebKit (since 2.23.1) ||
     33|| WEBKIT_FORCE_COMPLEX_TEXT || 0 || Confusing! Use only to disable complex text codepath || WebKitGTK (since 2.22.0), not available for WPE WebKit ||
     34|| WEBKIT_DISABLE_MEMORY_PRESSURE_MONITOR || 1 || Use to disable memory pressure monitor || WebKitGTK and WPE WebKit (since 2.22.0) ||
     35|| WEBKIT_GST_DISABLE_FAST_MALLOC || 1 || Use to disable the GStreamer FastMalloc allocator || WebKitGTK and WPE WebKit ||
     36|| WEBKIT_GST_MAX_AVC1_RESOLUTION || || Set to 1080P, 720P or 480P to max out the H264/AVC1 resolution advertised as supported by the GStreamer media-capabilities backend || WebKitGTK and WPE WebKit (since 2.25.2) ||
     37|| WEBKIT_GST_USE_PLAYBIN3 || 1 || Enable the next-generation playbin3 element for media playback (MSE not supported yet) || WebKitGTK and WPE WebKit ||
    3838|| WEBKIT_EGL_PIXEL_LAYOUT || RGB565 || Set the EGL pixel format used for rendering || WPE WebKit ||
    39 || WEBKIT_DEBUG || all or ${channel} || Enable debugging channels. Check [[WebKitGTK/Debugging#Loggingsupport]] for more info || WebKitGTK+ and WPE WebKit ||
     39|| WEBKIT_DEBUG || all or ${channel} || Enable debugging channels. Check [[WebKitGTK/Debugging#Loggingsupport]] for more info || WebKitGTK and WPE WebKit ||