Changes between Initial Version and Version 1 of EnvironmentVariables


Ignore:
Timestamp:
Oct 12, 2015 12:10:03 PM (8 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentVariables

    v1 v1  
     1[[PageOutline]]
     2
     3= WebKit Environment variables =
     4
     5This page documents some environment variables that you can use to change the behaviour of WebKit.
     6
     7This documentation may be outdated or incomplete.
     8If you wish, you can grep the sourcecode for getenv strings and update this document.
     9
     10== List of WebKit environment variables ==
     11
     12* Use the following environment variables as:
     13{{{
     14export Variable=Value
     15$WebKitCommand
     16}}}
     17
     18||= '''Variable''' =||= '''Value''' =||= '''Meaning''' =||= '''WebKitGTK+ ports'''=||
     19|| JavaScriptCoreUseJIT || 0 || Disable the JavaScript JIT || ALL ||
     20|| 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 allocator and use the system default one instead || ALL ||