[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:00:02 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1b0e876fba34099a5a81e9fdc7f8bf4e4d519598
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Apr 2 06:01:05 2002 +0000

            Added log to catch more problems with NS/CFURL.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@929 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index c876b4e..f3a3443 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,11 @@
 2002-04-01  Richard Williamson  <rjw at apple.com>
 
+        Added log to catch more problems with NS/CFURL.
+        
+	* src/kwq/KWQKjobclasses.mm:
+
+2002-04-01  Richard Williamson  <rjw at apple.com>
+
         Cleaned up lots of potentially stale references to controller.
         Added ref count to part.
         
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index c876b4e..f3a3443 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,11 @@
 2002-04-01  Richard Williamson  <rjw at apple.com>
 
+        Added log to catch more problems with NS/CFURL.
+        
+	* src/kwq/KWQKjobclasses.mm:
+
+2002-04-01  Richard Williamson  <rjw at apple.com>
+
         Cleaned up lots of potentially stale references to controller.
         Added ref count to part.
         
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index c876b4e..f3a3443 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,11 @@
 2002-04-01  Richard Williamson  <rjw at apple.com>
 
+        Added log to catch more problems with NS/CFURL.
+        
+	* src/kwq/KWQKjobclasses.mm:
+
+2002-04-01  Richard Williamson  <rjw at apple.com>
+
         Cleaned up lots of potentially stale references to controller.
         Added ref count to part.
         
diff --git a/WebCore/kwq/KWQKJobClasses.mm b/WebCore/kwq/KWQKJobClasses.mm
index 006fe75..aa06be3 100644
--- a/WebCore/kwq/KWQKJobClasses.mm
+++ b/WebCore/kwq/KWQKJobClasses.mm
@@ -103,6 +103,10 @@ public:
 	}
 
         url = [[NSURL URLWithString:string] retain];
+        if (url == 0){
+            NSLog (@"Unable to create NSURL (probably a bug in NS/CFURL) for %@\n", string);
+            // Now what?
+        }
 
         handle = nil;
     }
diff --git a/WebCore/src/kwq/KWQKjobclasses.mm b/WebCore/src/kwq/KWQKjobclasses.mm
index 006fe75..aa06be3 100644
--- a/WebCore/src/kwq/KWQKjobclasses.mm
+++ b/WebCore/src/kwq/KWQKjobclasses.mm
@@ -103,6 +103,10 @@ public:
 	}
 
         url = [[NSURL URLWithString:string] retain];
+        if (url == 0){
+            NSLog (@"Unable to create NSURL (probably a bug in NS/CFURL) for %@\n", string);
+            // Now what?
+        }
 
         handle = nil;
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list