aboutsummaryrefslogtreecommitdiff
path: root/src/bw.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-04-18 16:16:18 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-04-18 16:16:18 -0400
commit777f1f5ea25d5ebaeb494f567e678e78c8066368 (patch)
tree529080162cd374d18f214934bef3a1798f645695 /src/bw.h
parentd0225361f2bbce9c0fefc2174fbe8d4878a2789d (diff)
Implemented Instant client-side redirects (META refresh with delay=0)
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H76.html
Diffstat (limited to 'src/bw.h')
-rw-r--r--src/bw.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bw.h b/src/bw.h
index 1c27b676..d005b987 100644
--- a/src/bw.h
+++ b/src/bw.h
@@ -59,6 +59,10 @@ struct _BrowserWindow
* redirection loops (accounts for WEB_RootUrl only) */
int redirect_level;
+ /* Url for zero-delay redirections in the META element */
+ int meta_refresh_status;
+ DilloUrl *meta_refresh_url;
+
/* HTML-bugs detected at parse time */
int num_page_bugs;
Dstr *page_bugs;