[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:07:53 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 29f559a713df5d481c8f52a4020837e442917aa0
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Apr 19 03:07:18 2002 +0000

    Fixed typo.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1049 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 3af4214..ad365c0 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,13 @@
 2002-04-18  Richard Williamson  <rjw at apple.com>
 
+        Fixed typo.
+
+	* WebView.subproj/IFBaseLocationChangeHandler.m: (-[IFBaseLocationChangeHandler
+	requestContentPolicyForMIMEType:]):
+	* WebView.subproj/IFLocationChangeHandler.h:
+
+2002-04-18  Richard Williamson  <rjw at apple.com>
+
         New API stubs for content policy.
         
 	* WebView.subproj/IFBaseLocationChangeHandler.h: Added.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 3af4214..ad365c0 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,13 @@
 2002-04-18  Richard Williamson  <rjw at apple.com>
 
+        Fixed typo.
+
+	* WebView.subproj/IFBaseLocationChangeHandler.m: (-[IFBaseLocationChangeHandler
+	requestContentPolicyForMIMEType:]):
+	* WebView.subproj/IFLocationChangeHandler.h:
+
+2002-04-18  Richard Williamson  <rjw at apple.com>
+
         New API stubs for content policy.
         
 	* WebView.subproj/IFBaseLocationChangeHandler.h: Added.
diff --git a/WebKit/WebView.subproj/IFBaseLocationChangeHandler.m b/WebKit/WebView.subproj/IFBaseLocationChangeHandler.m
index 8c80c22..918f1bf 100644
--- a/WebKit/WebView.subproj/IFBaseLocationChangeHandler.m
+++ b/WebKit/WebView.subproj/IFBaseLocationChangeHandler.m
@@ -87,9 +87,9 @@
 // has been determined.  Should not block.
 // Implementations typically call setContentPolicy: immediately, although
 // may call it later after showing a user dialog.
-- (void)requestContentPolicyForContentMIMEType: (NSString *)type
+- (void)requestContentPolicyForMIMEType: (NSString *)type
 {
-    [self haveContentPolicy: [IFBaseLocationChangeHandler globaContentPolicyForContentType: type] forLocationChangeHandler: self];
+    [self haveContentPolicy: [IFBaseLocationChangeHandler globaContentPolicyForMIMEType: type] forLocationChangeHandler: self];
 }
 
 // We may have different errors that cause the the policy to be un-implementable, i.e.
diff --git a/WebKit/WebView.subproj/IFLocationChangeHandler.h b/WebKit/WebView.subproj/IFLocationChangeHandler.h
index e33b499..12804be 100644
--- a/WebKit/WebView.subproj/IFLocationChangeHandler.h
+++ b/WebKit/WebView.subproj/IFLocationChangeHandler.h
@@ -71,7 +71,7 @@ typedef enum {
 // has been determined.  Should not block.
 // Implementations typically call haveContentPolicy:forLocationChangeHandler: immediately, although
 // may call it later after showing a user dialog.
-- (void)requestContentPolicyForContentMIMEType: (NSString *)type;
+- (void)requestContentPolicyForMIMEType: (NSString *)type;
 
 // We may have different errors that cause the the policy to be un-implementable, i.e.
 // file i/o failure, launch services failure, type mismatches, etc.
diff --git a/WebKit/WebView.subproj/WebFrameLoadDelegate.h b/WebKit/WebView.subproj/WebFrameLoadDelegate.h
index e33b499..12804be 100644
--- a/WebKit/WebView.subproj/WebFrameLoadDelegate.h
+++ b/WebKit/WebView.subproj/WebFrameLoadDelegate.h
@@ -71,7 +71,7 @@ typedef enum {
 // has been determined.  Should not block.
 // Implementations typically call haveContentPolicy:forLocationChangeHandler: immediately, although
 // may call it later after showing a user dialog.
-- (void)requestContentPolicyForContentMIMEType: (NSString *)type;
+- (void)requestContentPolicyForMIMEType: (NSString *)type;
 
 // We may have different errors that cause the the policy to be un-implementable, i.e.
 // file i/o failure, launch services failure, type mismatches, etc.
diff --git a/WebKit/WebView.subproj/WebLocationChangeDelegate.h b/WebKit/WebView.subproj/WebLocationChangeDelegate.h
index e33b499..12804be 100644
--- a/WebKit/WebView.subproj/WebLocationChangeDelegate.h
+++ b/WebKit/WebView.subproj/WebLocationChangeDelegate.h
@@ -71,7 +71,7 @@ typedef enum {
 // has been determined.  Should not block.
 // Implementations typically call haveContentPolicy:forLocationChangeHandler: immediately, although
 // may call it later after showing a user dialog.
-- (void)requestContentPolicyForContentMIMEType: (NSString *)type;
+- (void)requestContentPolicyForMIMEType: (NSString *)type;
 
 // We may have different errors that cause the the policy to be un-implementable, i.e.
 // file i/o failure, launch services failure, type mismatches, etc.
diff --git a/WebKit/WebView.subproj/WebLocationChangeHandler.h b/WebKit/WebView.subproj/WebLocationChangeHandler.h
index e33b499..12804be 100644
--- a/WebKit/WebView.subproj/WebLocationChangeHandler.h
+++ b/WebKit/WebView.subproj/WebLocationChangeHandler.h
@@ -71,7 +71,7 @@ typedef enum {
 // has been determined.  Should not block.
 // Implementations typically call haveContentPolicy:forLocationChangeHandler: immediately, although
 // may call it later after showing a user dialog.
-- (void)requestContentPolicyForContentMIMEType: (NSString *)type;
+- (void)requestContentPolicyForMIMEType: (NSString *)type;
 
 // We may have different errors that cause the the policy to be un-implementable, i.e.
 // file i/o failure, launch services failure, type mismatches, etc.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list