Changes between Version 14 and Version 15 of EnvironmentVariables


Ignore:
Timestamp:
Dec 19, 2016 11:30:53 AM (7 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentVariables

    v14 v15  
    2424|| USE_NATIVE_XDISPLAY || 1 || Run the WebKit layout or performance tests on the current X server instead inside Xvfb || GTK+/EFL ||
    2525|| WEBKITGTK_EXPERIMENTAL_FEATURES || REGION_BASED_COLUMNS=1 || Enable region based columns (implement multicol using the CSS regions implementation rather than ColumnInfo & co) || GTK+ ||
    26 || WEBKIT_FORCE_COMPOSITING_MODE || Anything || Force Accelerated Compositing mode to be always on || WebKitGTK+ (since 2.10.5) ||
    27 || WEBKIT_DISABLE_COMPOSITING_MODE || Anything || Force Accelerated Compositing mode to be always off || WebKitGTK+ (since 2.10.9) ||
     26|| WEBKIT_FORCE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always on || WebKitGTK+ (since 2.10.5) ||
     27|| WEBKIT_DISABLE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always off || WebKitGTK+ (since 2.10.9) ||
    2828|| 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 ||
    2929|| 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 ||