Changes between Version 18 and Version 19 of EnvironmentVariables
- Timestamp:
- Apr 6, 2017, 7:14:02 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EnvironmentVariables
v18 v19 22 22 || JSC_${option from previous command} || ${value} || ${check with JSC_dumpOptions=3} || ALL || 23 23 || Malloc || 1 || Disable bmalloc memory allocator and use the system default one instead || ALL || 24 || WEBKITGTK_EXPERIMENTAL_FEATURES || REGION_BASED_COLUMNS=1 || Deprecated. Does nothing. || GTK+ (before 2.16) ||25 24 || WEBKIT_FORCE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always on || WebKitGTK+ (since 2.10.5) || 26 25 || 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+ /EFL||26 || 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 27 || 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)/EFL || 29 28 || WEBKIT_SAMPLE_MEMORY || 1 || Generates in /tmp some text files with memory stats || GTK+ (since 2.15.2) ||