You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/03/07 01:18:45 UTC

[32/43] ios commit: Changes in CDVWebViewEngineProtocol.

Changes in CDVWebViewEngineProtocol.

Removed loadFileURL (implicit handling in loadRequest), and changed the return signatures for loadHTMLString and loadRequest.


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/8dcdde82
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/8dcdde82
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/8dcdde82

Branch: refs/heads/4.0.x
Commit: 8dcdde821ffee3b1854313c40eb989dfc61d69d1
Parents: 62aa5b8
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Nov 12 07:02:21 2014 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Nov 12 07:02:21 2014 -0800

----------------------------------------------------------------------
 CordovaLib/Classes/CDVWebViewEngineProtocol.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8dcdde82/CordovaLib/Classes/CDVWebViewEngineProtocol.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVWebViewEngineProtocol.h b/CordovaLib/Classes/CDVWebViewEngineProtocol.h
index f560f1d..a36a7f4 100644
--- a/CordovaLib/Classes/CDVWebViewEngineProtocol.h
+++ b/CordovaLib/Classes/CDVWebViewEngineProtocol.h
@@ -29,10 +29,9 @@
 
 @property (nonatomic, strong, readonly) UIView* engineWebView;
 
-- (void)loadRequest:(NSURLRequest*)request;
-- (void)loadHTMLString:(NSString*)string baseURL:(NSURL*)baseURL;
+- (id)loadRequest:(NSURLRequest*)request;
+- (id)loadHTMLString:(NSString*)string baseURL:(NSURL*)baseURL;
 - (void)evaluateJavaScript:(NSString*)javaScriptString completionHandler:(void (^)(id, NSError*))completionHandler;
-- (void)loadFileURL:(NSURL*)URL allowingReadAccessToURL:(NSURL*)readAccessURL;
 
 - (instancetype)initWithFrame:(CGRect)frame;
 - (void)updateWithInfo:(NSDictionary*)info;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org