@interface BrowserView : RVPage {
UIScroller *scroller_;
UIWebDocumentView *webview_;
- NSMutableArray *urls_;
UIProgressIndicator *indicator_;
IndirectDelegate *indirect_;
NSURLAuthenticationChallenge *challenge_;
+ NSURLRequest *request_;
+ NSNumber *confirm_;
NSString *title_;
bool loading_;
bool reloading_;
+ NSString *button_;
+ NSString *style_;
+ WebScriptObject *function_;
+
bool pushed_;
}