Changes between Version 3 and Version 4 of EnvironmentVariables


Ignore:
Timestamp:
Oct 12, 2015 12:24:23 PM (9 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentVariables

    v3 v4  
    1212* Use the following environment variables as:
    1313{{{
    14 export Variable=Value
     14export Variable="Value"
    1515$WebKitCommand
    1616}}}
     
    1818||= '''Variable''' =||= '''Value''' =||= '''Meaning''' =||= '''WebKit ports'''=||
    1919|| JavaScriptCoreUseJIT || 0 || Disable the JavaScript JIT || ALL ||
     20|| Malloc || 1 || Disable bmalloc memory allocator and use the system default one instead || ALL ||
    2021|| 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+ ||