[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
kocienda
kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:31:09 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit c18a0eedd040ea210c4658f3dd7dc0efef5136a5
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Mar 24 18:12:35 2003 +0000
Tests:
Reviewed by John
Cleaned up some missed WebRequest -> NSURLRequest
name conversions.
* Carbon/CarbonWeb/MyWebEventTypes.h:
* Carbon/CarbonWeb/MyWebResourceLoadAdapter.m:
(-[MyWebResourceLoadAdapter webView:identifierForInitialRequest:fromDataSource:]):
* Carbon/CarbonWeb/MyWebWindowOperationsAdapter.m:
(-[MyWebWindowOperationsAdapter controller:createWindowWithRequest:]):
* Carbon/CarbonWeb/TWebWindow.cp:
WebKit:
Reviewed by John
Cleaned up some missed WebRequest -> NSURLRequest
name conversions.
* WebView.subproj/WebFramePrivate.m
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3902 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c420fd6..9e4c1bf 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -2,6 +2,15 @@
Reviewed by John
+ Cleaned up some missed WebRequest -> NSURLRequest
+ name conversions.
+
+ * WebView.subproj/WebFramePrivate.m
+
+2003-03-24 Ken Kocienda <kocienda at apple.com>
+
+ Reviewed by John
+
Changed WebRequest to NSURLRequest. Several other names,
like some constants whose names were based on WebRequest,
changed as well.
diff --git a/WebKit/WebView.subproj/WebFramePrivate.m b/WebKit/WebView.subproj/WebFramePrivate.m
index c9e3484..69ded36 100644
--- a/WebKit/WebView.subproj/WebFramePrivate.m
+++ b/WebKit/WebView.subproj/WebFramePrivate.m
@@ -65,28 +65,28 @@ Standard Nav:
Restore form state: YES
Restore scroll and focus state: YES
- WF Cache policy: WebRequestCachePolicyUseProtocolDefault
+ WF Cache policy: NSURLRequestUseProtocolCachePolicy
Add to back/forward list: YES
Back/Forward:
Restore form state: YES
Restore scroll and focus state: YES
- WF Cache policy: WebRequestCachePolicyReturnCacheObjectLoadFromOriginIfNoCacheObject
+ WF Cache policy: NSURLRequestReturnCacheDataElseLoad
Add to back/forward list: NO
Reload (meaning only the reload button):
Restore form state: NO
Restore scroll and focus state: YES
- WF Cache policy: WebRequestCachePolicyLoadFromOrigin
+ WF Cache policy: NSURLRequestReloadIgnoringCacheData
Add to back/forward list: NO
Repeat load of the same URL (by any other means of navigation other than the reload button, including hitting return in the location field):
Restore form state: NO
Restore scroll and focus state: NO, reset to initial conditions
- WF Cache policy: WebRequestCachePolicyLoadFromOrigin
+ WF Cache policy: NSURLRequestReloadIgnoringCacheData
Add to back/forward list: NO
*/
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list