[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 05:54:38 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit dc44f0a8afcec7ced3a78e27df9c2417d2c4bdcd
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 29 16:56:36 2002 +0000

    2002-01-29  Kenneth Kocienda  <kocienda at apple.com>
    
            Checked in the missing file
    
            * include/WCURLHandle.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@558 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 7bee588..ce6bbac 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,11 @@
 2002-01-29  Kenneth Kocienda  <kocienda at apple.com>
 
+        Checked in the missing file
+        
+	* include/WCURLHandle.h:
+
+2002-01-29  Kenneth Kocienda  <kocienda at apple.com>
+
         Changed over to the new cache loader in WebFoundation
         
 	* src/kwq/KWQKHTMLPart.h:
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 7bee588..ce6bbac 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,11 @@
 2002-01-29  Kenneth Kocienda  <kocienda at apple.com>
 
+        Checked in the missing file
+        
+	* include/WCURLHandle.h:
+
+2002-01-29  Kenneth Kocienda  <kocienda at apple.com>
+
         Changed over to the new cache loader in WebFoundation
         
 	* src/kwq/KWQKHTMLPart.h:
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 7bee588..ce6bbac 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,11 @@
 2002-01-29  Kenneth Kocienda  <kocienda at apple.com>
 
+        Checked in the missing file
+        
+	* include/WCURLHandle.h:
+
+2002-01-29  Kenneth Kocienda  <kocienda at apple.com>
+
         Changed over to the new cache loader in WebFoundation
         
 	* src/kwq/KWQKHTMLPart.h:
diff --git a/WebCore/include/WCURLHandle.h b/WebCore/include/WCURLHandle.h
new file mode 100644
index 0000000..5ff3606
--- /dev/null
+++ b/WebCore/include/WCURLHandle.h
@@ -0,0 +1,33 @@
+/*	WCURLHandle.h
+	Copyright 2002, Apple, Inc. All rights reserved.
+*/
+
+#ifndef WCURLHANDLE_H
+#define WCURLHANDLE_H
+
+#import <Foundation/Foundation.h>
+
+ at protocol WCURLHandleClient 
+
+- (void)WCURLHandleResourceDidBeginLoading:(id)sender userData:(void *)userData;
+- (void)WCURLHandleResourceDidCancelLoading:(id)sender userData:(void *)userData;
+- (void)WCURLHandleResourceDidFinishLoading:(id)sender userData:(void *)userData;
+- (void)WCURLHandle:(id)sender resourceDataDidBecomeAvailable:(NSData *)data offset:(int)offset length:(int)length userData:(void *)userData;
+- (void)WCURLHandle:(id)sender resourceDidFailLoadingWithResult:(int)result userData:(void *)userData;
+
+ at end
+
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
+// *** Function to create WCURLHandle instance
+
+id WCURLHandleCreate(NSURL *url, id handleClient, void *userData); 
+
+#if defined(__cplusplus)
+} // extern "C"
+#endif
+
+#endif
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list