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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:32:04 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d8569378914a48fcab11fa88458cd7b17c26d12c
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 16 17:29:14 2002 +0000

    	Fixed broken build.
    
            * Misc.subproj/WebTestController.m: Added empty placeholder methods.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1847 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 1eb20ae..a4d0164 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-16  Darin Adler  <darin at apple.com>
+
+	Fixed broken build.
+
+        * Misc.subproj/WebTestController.m: Added empty placeholder methods.
+
 2002-08-15  John Sullivan  <sullivan at apple.com>
 
 	- fixed 3025770 -- "New Bookmark" button hits assertion and crashes
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 1eb20ae..a4d0164 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-08-16  Darin Adler  <darin at apple.com>
+
+	Fixed broken build.
+
+        * Misc.subproj/WebTestController.m: Added empty placeholder methods.
+
 2002-08-15  John Sullivan  <sullivan at apple.com>
 
 	- fixed 3025770 -- "New Bookmark" button hits assertion and crashes
diff --git a/WebKit/Misc.subproj/WebTestController.m b/WebKit/Misc.subproj/WebTestController.m
index 22c0847..fd19402 100644
--- a/WebKit/Misc.subproj/WebTestController.m
+++ b/WebKit/Misc.subproj/WebTestController.m
@@ -33,6 +33,31 @@
     return self;
 }
 
+- (void)filledRect:(NSRect)r
+{
+}
+
+- (void)strokedRect:(NSRect)r
+{
+}
+
+- (void)filledOval:(NSRect)r
+{
+}
+
+- (void)strokedOval:(NSRect)r
+{
+}
+
+- (void)strokedArcWithCenter:(NSPoint)p radius:(float)radius startAngle:(float)startAngle endAngle:(float)endAngle
+{
+}
+
+- (void)drewLineFrom:(NSPoint)p1 to:(NSPoint)p2 width:(float)width
+{
+}
+
+
 @end
 
 @implementation WebTestController

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list