Home | History | Annotate | Download | only in docs
      1 <?xml version="1.0"?>
      2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
      3                "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
      4 <refentry id="webkit-environment">
      5 <refmeta>
      6 <refentrytitle>Environment</refentrytitle>
      7 <manvolnum>7</manvolnum>
      8 <refmiscinfo>WEBKITGTK Library</refmiscinfo>
      9 </refmeta>
     10 
     11 <refnamediv>
     12 <refname>Environment</refname>
     13 <refpurpose>How does the environment affect applications that use WebKitGTK+</refpurpose>
     14 </refnamediv>
     15 
     16 <refsect2>
     17 <title>Logging</title>
     18 
     19 <para>
     20 You can make WebKitGTK+ log some of what it is doing internally by
     21 using the <literal>WEBKIT_DEBUG</literal> environment variable. It
     22 takes a space-separated list of names, representing the various
     23 aspects of the work the library performs. Notice that most of the
     24 logging is only done in debug builds (that you get when you pass
     25 <literal>--enable-debug</literal> to the <literal>configure</literal>
     26 script).
     27 </para>
     28 
     29 <para>
     30 A list of possible values for the environment variable follows:
     31 </para>
     32 
     33 <variablelist>
     34   <varlistentry>
     35     <term>BackForward</term>
     36   </varlistentry>
     37   <varlistentry>
     38     <term>Editing</term>
     39   </varlistentry>
     40   <varlistentry>
     41     <term>Events</term>
     42   </varlistentry>
     43   <varlistentry>
     44     <term>Frames</term>
     45   </varlistentry>
     46   <varlistentry>
     47     <term>FTP</term>
     48   </varlistentry>
     49   <varlistentry>
     50     <term>History</term>
     51   </varlistentry>
     52   <varlistentry>
     53     <term>IconDatabase</term>
     54   </varlistentry>
     55   <varlistentry>
     56     <term>Loading</term>
     57   </varlistentry>
     58   <varlistentry>
     59     <term>Media</term>
     60   </varlistentry>
     61   <varlistentry>
     62     <term>Network</term>
     63   </varlistentry>
     64   <varlistentry>
     65     <term>NotYetImplemented</term>
     66   </varlistentry>
     67   <varlistentry>
     68     <term>PageCache</term>
     69   </varlistentry>
     70   <varlistentry>
     71     <term>PlatformLeaks</term>
     72   </varlistentry>
     73   <varlistentry>
     74     <term>Plugin</term>
     75   </varlistentry>
     76   <varlistentry>
     77     <term>PopupBlocking</term>
     78   </varlistentry>
     79   <varlistentry>
     80     <term>SpellingAndGrammar</term>
     81   </varlistentry>
     82   <varlistentry>
     83     <term>SQLDatabase</term>
     84   </varlistentry>
     85   <varlistentry>
     86     <term>StorageAPI</term>
     87   </varlistentry>
     88   <varlistentry>
     89     <term>TextConversion</term>
     90   </varlistentry>
     91   <varlistentry>
     92     <term>Threading</term>
     93   </varlistentry>
     94 </variablelist>
     95 
     96 </refsect2>
     97 
     98 </refentry>
     99