diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-21 16:40:36 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-21 16:40:36 -0300 |
commit | 7149a1e3fc877a8c060cbf07e4325d636cc807ad (patch) | |
tree | dc2fb3208f9dcaa7bc9939951f48c7fc61890b4a /src/bw.h | |
parent | 022e339b4417b119cc75fcb2cef057bfce41f8e8 (diff) |
Patch for CSS stylesheet loading part#2
Diffstat (limited to 'src/bw.h')
-rw-r--r-- | src/bw.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -38,6 +38,8 @@ struct _BrowserWindow int NumImages; /* Number of images already loaded */ int NumImagesGot; + /* Number of not yet arrived style sheets */ + int NumPendingStyleSheets; /* List of all Urls requested by this page (and its types) */ Dlist *PageUrls; @@ -57,8 +59,7 @@ struct _BrowserWindow * redirection loops (accounts for WEB_RootUrl only) */ int redirect_level; - /* TODO: maybe this fits better in the linkblock. - * Although having it here avoids having a signal for handling it. */ + /* HTML-bugs detected at parse time */ int num_page_bugs; Dstr *page_bugs; }; |