summaryrefslogtreecommitdiffstats
path: root/src/web-settings.c
Commit message (Collapse)AuthorAgeFilesLines
* src/*.c: Reorganize #include directivesPatrick McDermott2017-10-131-1/+2
|
* s/__attribute__((unused))/G_GNUC_UNUSED/Patrick McDermott2017-10-071-12/+10
| | | | | | And rewrap lines. G_GNUC_UNUSED expands to nothing on compilers other than GCC 2.4+.
* src/web-settings.c: Set cookie acceptance settingPatrick McDermott2017-10-061-1/+35
|
* src/web-settings.c: Rename wkwc_*() callbacksPatrick McDermott2017-10-061-9/+9
|
* src/web-settings.c: Cast string lists to (const gchar * const *)Patrick McDermott2017-10-061-2/+4
|
* src/web-settings.c: Set WebKitWebContext settingsPatrick McDermott2017-10-061-0/+45
|
* MqConfig: Pass MqConfig object to notification callbacksPatrick McDermott2017-10-061-10/+12
| | | | And update callbacks in src/web-settings.c.
* src/web-settings.c: Wrap two long linesPatrick McDermott2017-10-061-2/+4
|
* src/web-settings.c: Fix a callback callPatrick McDermott2017-10-061-1/+1
|
* src/web-settings.c: Prefix callbacks with "wks_"Patrick McDermott2017-10-061-12/+12
|
* src/web-settings.c: Initialize GValue structs before g_value_init()Patrick McDermott2017-10-061-4/+4
| | | | | | | | Fixes: (marquee:xxxxx): GLib-GObject-WARNING **: [...]: cannot initialize GValue with type 'gboolean', the value has already been initialized as '(null)' (marquee:xxxxx): GLib-GObject-CRITICAL **: g_value_set_boolean: assertion 'G_VALUE_HOLDS_BOOLEAN (value)' failed
* src/web-settings.c: Call the right functionPatrick McDermott2017-10-061-1/+1
|
* src/web-settings.c: Fix a struct's membersPatrick McDermott2017-10-061-2/+2
|
* src/web-settings.[ch]: New filesPatrick McDermott2017-10-061-0/+269