| 1 | [[PageOutline]] |
| 2 | |
| 3 | = WebKit Environment variables = |
| 4 | |
| 5 | This page documents some environment variables that you can use to change the behaviour of WebKit. |
| 6 | |
| 7 | This documentation may be outdated or incomplete. |
| 8 | If 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 | {{{ |
| 14 | export 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 || |