Changes between Version 3 and Version 4 of EnvironmentVariables
- Timestamp:
- Oct 12, 2015, 12:24:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EnvironmentVariables
v3 v4 12 12 * Use the following environment variables as: 13 13 {{{ 14 export Variable= Value14 export Variable="Value" 15 15 $WebKitCommand 16 16 }}} … … 18 18 ||= '''Variable''' =||= '''Value''' =||= '''Meaning''' =||= '''WebKit ports'''=|| 19 19 || JavaScriptCoreUseJIT || 0 || Disable the JavaScript JIT || ALL || 20 || Malloc || 1 || Disable bmalloc memory allocator and use the system default one instead || ALL || 20 21 || USE_NATIVE_XDISPLAY || 1 || Run the WebKit layout or performance tests on the current X server instead inside Xvfb || GTK+/EFL || 21 || Malloc || 1 || Disable bmalloc memory allocator and use the system default one instead || ALL||22 || WEBKITGTK_EXPERIMENTAL_FEATURES || REGION_BASED_COLUMNS=1 || Enable region based columns (implement multicol using the CSS regions implementation rather than ColumnInfo & co) || GTK+ ||