[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:22:48 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6211590ade4eda398705b9cd28e22ec8a46bb5c4
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 2 15:16:56 2002 +0000

            * WebView.subproj/IFMainURLHandleClient.mm: Fix comment.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1491 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 2c95af4..a8e8454 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,9 @@
 2002-07-02  Darin Adler  <darin at apple.com>
 
+        * WebView.subproj/IFMainURLHandleClient.mm: Fix comment.
+
+2002-07-02  Darin Adler  <darin at apple.com>
+
 	- fixed 2975790 - Ads on salon.com scribble all over page
 
         * Plugins.subproj/IFPluginView.mm:
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 2c95af4..a8e8454 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,9 @@
 2002-07-02  Darin Adler  <darin at apple.com>
 
+        * WebView.subproj/IFMainURLHandleClient.mm: Fix comment.
+
+2002-07-02  Darin Adler  <darin at apple.com>
+
 	- fixed 2975790 - Ads on salon.com scribble all over page
 
         * Plugins.subproj/IFPluginView.mm:
diff --git a/WebKit/WebView.subproj/IFMainURLHandleClient.mm b/WebKit/WebView.subproj/IFMainURLHandleClient.mm
index 57e94da..c2c147f 100644
--- a/WebKit/WebView.subproj/IFMainURLHandleClient.mm
+++ b/WebKit/WebView.subproj/IFMainURLHandleClient.mm
@@ -21,8 +21,7 @@
 #import <WebFoundation/IFError.h>
 #import <WebFoundation/IFFileTypeMappings.h>
 
-// FIXME: This is almost completely redundant with the KWQURLLoadClient in WebCore.
-// We shouldn't have two almost-identical classes that don't share code.
+// FIXME: This is quite similar IFResourceURLHandleClient; they should share code.
 
 @implementation IFMainURLHandleClient
 
diff --git a/WebKit/WebView.subproj/WebMainResourceClient.m b/WebKit/WebView.subproj/WebMainResourceClient.m
index 57e94da..c2c147f 100644
--- a/WebKit/WebView.subproj/WebMainResourceClient.m
+++ b/WebKit/WebView.subproj/WebMainResourceClient.m
@@ -21,8 +21,7 @@
 #import <WebFoundation/IFError.h>
 #import <WebFoundation/IFFileTypeMappings.h>
 
-// FIXME: This is almost completely redundant with the KWQURLLoadClient in WebCore.
-// We shouldn't have two almost-identical classes that don't share code.
+// FIXME: This is quite similar IFResourceURLHandleClient; they should share code.
 
 @implementation IFMainURLHandleClient
 
diff --git a/WebKit/WebView.subproj/WebMainResourceLoader.m b/WebKit/WebView.subproj/WebMainResourceLoader.m
index 57e94da..c2c147f 100644
--- a/WebKit/WebView.subproj/WebMainResourceLoader.m
+++ b/WebKit/WebView.subproj/WebMainResourceLoader.m
@@ -21,8 +21,7 @@
 #import <WebFoundation/IFError.h>
 #import <WebFoundation/IFFileTypeMappings.h>
 
-// FIXME: This is almost completely redundant with the KWQURLLoadClient in WebCore.
-// We shouldn't have two almost-identical classes that don't share code.
+// FIXME: This is quite similar IFResourceURLHandleClient; they should share code.
 
 @implementation IFMainURLHandleClient
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list