summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-06-24 10:09:30 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-06-24 10:09:30 -0700
commit92de61aabba908e254b8d4f1498798043fdabbe7 (patch)
treedc4b65d814403a8fc24e9e84a38018b5047cb45d /iPhonePrivate.h
parent202bf8406ce550a612cce583115dc6e1f07bb031 (diff)
Now on iOS 8.3, webView: can be webThreadWebView:.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 42a700d..06aff31 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -335,6 +335,7 @@ static const UIActivityIndicatorViewStyle UIActivityIndicatorViewStyleWhiteTiny(
- (void) webView:(WebView *)view resource:(id)identifier didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)source;
- (void) webView:(WebView *)view resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)source;
- (NSURLRequest *) webView:(WebView *)view resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)source;
+- (NSURLRequest *) webThreadWebView:(WebView *)view resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)source;
- (void) webView:(WebView *)view runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame;
- (BOOL) webView:(WebView *)view runJavaScriptConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame;
- (NSString *) webView:(WebView *)view runJavaScriptTextInputPanelWithPrompt:(NSString *)prompt defaultText:(NSString *)text initiatedByFrame:(WebFrame *)frame;