Changes between Version 23 and Version 24 of EnvironmentVariables


Ignore:
Timestamp:
Feb 6, 2019 10:34:55 AM (5 years ago)
Author:
Michael Catanzaro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentVariables

    v23 v24  
    2525|| WEBKIT_FORCE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always on || WebKitGTK+ (since 2.10.5) ||
    2626|| 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) || GTK+ ||
    28 || WEBKIT_SHOW_FPS || 1 || Shows a small square with the FPS measured at the top-right corner of the web view || GTK+ (if built with -DENABLE_THREADED_COMPOSITOR=ON)/WPE ||
    29 || WEBKIT_SAMPLE_MEMORY || 1 || Generates in /tmp some text files with memory stats. || GTK+ (since 2.15.2) / WPE ||
    30 || WEBKIT_FORCE_SANDBOX || 1 || Force enables the web process sandbox || WebKitGTK+ (since 2.23.1), not yet available for WPE ||
    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 ||
    32 || WEBKIT_WEBRTC_DISABLE_UNIFIED_PLAN || 1 || Use to disable Unified Plan as SDP format || WebKitGTK+ (since 2.23.1) ||
     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 ||