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

sullivan sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:12:43 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 068321fb9f83e26b0cfe323cf7926a7e49c7f8ed
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue May 14 19:16:01 2002 +0000

    	* History.subproj/IFURIEntry.h:
    	Oops, deleted the prototype for setLastVisitedDate
    	accidentally, which made Jersey sad.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1146 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index ac31baf..a51d472 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,11 @@
 2002-05-14  John Sullivan  <sullivan at apple.com>
 
+	* History.subproj/IFURIEntry.h:
+	Oops, deleted the prototype for setLastVisitedDate
+	accidentally, which made Jersey sad.
+
+2002-05-14  John Sullivan  <sullivan at apple.com>
+
 	Fixed 2919027 -- Need to remove unused code in WebKit/History.subproj
 
 	* History.subproj/IFAttributedURL.h: Removed.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index ac31baf..a51d472 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,11 @@
 2002-05-14  John Sullivan  <sullivan at apple.com>
 
+	* History.subproj/IFURIEntry.h:
+	Oops, deleted the prototype for setLastVisitedDate
+	accidentally, which made Jersey sad.
+
+2002-05-14  John Sullivan  <sullivan at apple.com>
+
 	Fixed 2919027 -- Need to remove unused code in WebKit/History.subproj
 
 	* History.subproj/IFAttributedURL.h: Removed.
diff --git a/WebKit/History.subproj/IFURIEntry.h b/WebKit/History.subproj/IFURIEntry.h
index e4eaa5f..8ebf93f 100644
--- a/WebKit/History.subproj/IFURIEntry.h
+++ b/WebKit/History.subproj/IFURIEntry.h
@@ -34,6 +34,7 @@
 -(void)setTitle:(NSString *)title;
 -(void)setDisplayTitle:(NSString *)displayTitle;
 -(void)setImage:(NSImage *)image;
+-(void)setLastVisitedDate:(NSCalendarDate *)date;
 
 -(unsigned)hash;
 -(BOOL)isEqual:(id)anObject;
diff --git a/WebKit/History.subproj/WebHistoryItem.h b/WebKit/History.subproj/WebHistoryItem.h
index e4eaa5f..8ebf93f 100644
--- a/WebKit/History.subproj/WebHistoryItem.h
+++ b/WebKit/History.subproj/WebHistoryItem.h
@@ -34,6 +34,7 @@
 -(void)setTitle:(NSString *)title;
 -(void)setDisplayTitle:(NSString *)displayTitle;
 -(void)setImage:(NSImage *)image;
+-(void)setLastVisitedDate:(NSCalendarDate *)date;
 
 -(unsigned)hash;
 -(BOOL)isEqual:(id)anObject;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list