]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Fix SDURLCache to ignore URL fragments.
[cydia.git] / UICaboodle / BrowserView.h
index 32ef3b4ac91558b7212ac167aa506c42b7a20b9d..03355c2d813b82b59c6326b3c8ae6f3d58ec849c 100644 (file)
@@ -71,7 +71,7 @@
     NSURLAuthenticationChallenge *challenge_;
 
     bool error_;
-    NSURLRequest *request_;
+    _H<NSURLRequest> request_;
 
     _transient NSNumber *sensitive_;
 
 
     UIBarButtonItem *reloaditem_;
     UIBarButtonItem *loadingitem_;
+
+    bool visible_;
+    bool hidesNavigationBar_;
+    bool allowsNavigationAction_;
 }
 
 + (void) _initialize;
 - (void) setButtonImage:(NSString *)button withStyle:(NSString *)style toFunction:(id)function;
 - (void) setButtonTitle:(NSString *)button withStyle:(NSString *)style toFunction:(id)function;
 - (void) setPopupHook:(id)function;
+- (void) setHidesNavigationBar:(bool)value;
 
 - (void) alertView:(UIAlertView *)alert clickedButtonAtIndex:(NSInteger)button;
 - (void) customButtonClicked;