summaryrefslogtreecommitdiff
path: root/src/dwb.c
diff options
context:
space:
mode:
authorportix <none@none>2013-02-13 18:28:45 +0100
committerportix <none@none>2013-02-13 18:28:45 +0100
commit99571475de41ec2ce1a2fc2a9eb08d2b4cba5bfe (patch)
treea660c8a016c25f32e914c12003d09baa183d21ef /src/dwb.c
parent812f33cea81d2ae783f37fa0644f701158ec1a8f (diff)
downloaddwb-99571475de41ec2ce1a2fc2a9eb08d2b4cba5bfe.zip
Implementing webview.historylist
Diffstat (limited to 'src/dwb.c')
-rw-r--r--src/dwb.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/dwb.c b/src/dwb.c
index 5c8bc355..76303140 100644
--- a/src/dwb.c
+++ b/src/dwb.c
@@ -79,6 +79,7 @@ static DwbStatus dwb_set_find_delay(GList *gl, WebSettings *s);
static DwbStatus dwb_set_do_not_track(GList *gl, WebSettings *s);
static DwbStatus dwb_set_show_single_tab(GList *gl, WebSettings *s);
static DwbStatus dwb_set_accept_language(GList *gl, WebSettings *s);
+//static DwbStatus dwb_set_javascript_debugging(GList *gl, WebSettings *s);
#ifdef WITH_LIBSOUP_2_38
static DwbStatus dwb_set_dns_lookup(GList *gl, WebSettings *s);
#endif
@@ -178,6 +179,16 @@ dwb_set_accept_language(GList *gl, WebSettings *s)
return STATUS_OK;
}/*}}}*/
+/*{{{*/
+//static DwbStatus
+//dwb_set_javascript_debugging(GList *gl, WebSettings *s)
+//{
+// //g_object_set(webkit_get_default_session(), "accept-language", s->arg_local.p, NULL);
+// dwb.misc.javascript_debugging = s->arg_local.b;
+// return STATUS_OK;
+//}/*}}}*/
+
+
/* dwb_set_cookies {{{ */
static DwbStatus
dwb_set_cookies(GList *gl, WebSettings *s) {