Introduction
Introduction Statistics Contact Development Disclaimer Help
tSet URI atom for WEBKIT_LOAD_COMMITTED event too - surf - [fork] customized bu…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit e5f5686d373bff6b9eceec06f2d8e57b729972a6
parent dcef1b71e08ac1c23a6395487e8be10f2a63dd1e
Author: Leonardo Taccari <[email protected]>
Date: Sat, 15 Aug 2020 16:26:14 +0200
Set URI atom for WEBKIT_LOAD_COMMITTED event too
Diffstat:
M surf.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -1517,6 +1517,7 @@ loadchanged(WebKitWebView *v, WebKitLoadEvent e, Client …
seturiparameters(c, uri, loadtransient);
break;
case WEBKIT_LOAD_COMMITTED:
+ setatom(c, AtomUri, uri);
seturiparameters(c, uri, loadcommitted);
c->https = webkit_web_view_get_tls_info(c->view, &c->cert,
&c->tlserr);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.