diff options
author | portix <none@none> | 2013-02-13 18:28:45 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-13 18:28:45 +0100 |
commit | 99571475de41ec2ce1a2fc2a9eb08d2b4cba5bfe (patch) | |
tree | a660c8a016c25f32e914c12003d09baa183d21ef /src/dwb.c | |
parent | 812f33cea81d2ae783f37fa0644f701158ec1a8f (diff) | |
download | dwb-99571475de41ec2ce1a2fc2a9eb08d2b4cba5bfe.zip |
Implementing webview.historylist
Diffstat (limited to 'src/dwb.c')
-rw-r--r-- | src/dwb.c | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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) { |