Changes between Version 36 and Version 37 of EnvironmentVariables


Ignore:
Timestamp:
Oct 5, 2022 1:23:55 PM (19 months ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentVariables

    v36 v37  
    2626|| WEBKIT_FORCE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always on || WebKitGTK (since 2.10.5) ||
    2727|| WEBKIT_DISABLE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always off || WebKitGTK (since 2.10.9) ||
    28 || 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_INSPECTOR_SERVER || ${ip.ad.dre.ss}:${port} || Enables the Remote WebInspector at !inspector://${ip.ad.dre.ss}:${port} (NOTE: Use a WebKitGTK or WPE WebKit based browser to load the address) || WebKitGTK and WPE WebKit ||
     29|| WEBKIT_INSPECTOR_HTTP_SERVER || ${ip.ad.dre.ss}:${port} || Enables the Remote HTTP WebInspector at !http://${ip.ad.dre.ss}:${port} (NOTE: You can access to it from any browser, but works better from a WebKit based browser) || WebKitGTK and WPE WebKit ||
    2930|| 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 ||
    3031|| WEBKIT_SAMPLE_MEMORY || 1 || Generates in /tmp some text files with memory stats. || WebKitGTK (since 2.15.2) and WPE WebKit ||