summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/WebView/WebFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/WebView/WebFrame.h')
-rw-r--r--WebKit/mac/WebView/WebFrame.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebKit/mac/WebView/WebFrame.h b/WebKit/mac/WebView/WebFrame.h
index e435087..a6cdebb 100644
--- a/WebKit/mac/WebView/WebFrame.h
+++ b/WebKit/mac/WebView/WebFrame.h
@@ -165,10 +165,17 @@
/*!
@method reload
+ @discussion Performs HTTP/1.1 end-to-end revalidation using cache-validating conditionals if possible.
*/
- (void)reload;
/*!
+ @method reloadFromOrigin
+ @discussion Performs HTTP/1.1 end-to-end reload.
+*/
+- (void)reloadFromOrigin;
+
+/*!
@method findFrameNamed:
@discussion This method returns a frame with the given name. findFrameNamed returns self
for _self and _current, the parent frame for _parent and the main frame for _top.