summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-10-26 20:03:40 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:08:52 +0000
commit9fe5e5f86da78ba617752610bcb70a09d0975d08 (patch)
tree144bb5d918f6d258848073c5d1f45420efabc3d5 /UICaboodle/BrowserView.h
parent68f1828e4e434b5fdd642a532e3c096fbfb264de (diff)
Internalized JavaScript activatorial.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index 5be825c..0c4cbb0 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -22,10 +22,15 @@
IndirectDelegate *indirect_;
NSURLAuthenticationChallenge *challenge_;
+ NSNumber *confirm_;
NSString *title_;
bool loading_;
bool reloading_;
+ NSString *button_;
+ NSString *style_;
+ WebScriptObject *function_;
+
bool pushed_;
}