[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:28:15 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit bddd9911cf40372ba68e3e1f90d0136efd55cf5e
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 30 21:03:37 2002 +0000

    i        Remove annoying log, it's really annoying.  Added FIX ME
            comment instead.
    
            * WebView.subproj/WebFramePrivate.m:
            (-[WebFrame _transitionToCommitted]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1700 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 3cc2981..158ab71 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2002-07-30  Richard Williamson (local)  <rjw at apple.com>
+
+        Remove annoying log, it's really annoying.  Added FIX ME
+        comment instead.
+        
+        * WebView.subproj/WebFramePrivate.m:
+        (-[WebFrame _transitionToCommitted]):
+
 2002-07-30  John Sullivan  <sullivan at apple.com>
 
 	- fixed 3012083 "Looked for URLs on the pasteboard, but found
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 3cc2981..158ab71 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,11 @@
+2002-07-30  Richard Williamson (local)  <rjw at apple.com>
+
+        Remove annoying log, it's really annoying.  Added FIX ME
+        comment instead.
+        
+        * WebView.subproj/WebFramePrivate.m:
+        (-[WebFrame _transitionToCommitted]):
+
 2002-07-30  John Sullivan  <sullivan at apple.com>
 
 	- fixed 3012083 "Looked for URLs on the pasteboard, but found
diff --git a/WebKit/WebView.subproj/WebFramePrivate.m b/WebKit/WebView.subproj/WebFramePrivate.m
index ac2fe8d..621f907 100644
--- a/WebKit/WebView.subproj/WebFramePrivate.m
+++ b/WebKit/WebView.subproj/WebFramePrivate.m
@@ -293,9 +293,9 @@ static const char * const stateNames[6] = {
                     // Do nothing, this was a frame/iframe non user load.
                     break;
                     
-                // FIXME Remove this check when dummy ds is removed.
+                // FIXME Remove this check when dummy ds is removed.  An exception should be thrown
+                // if we're in the WebFrameLoadTypeUninitialized state.
                 case WebFrameLoadTypeUninitialized:
-                    NSLog (@"temporary check for WebFrameLoadTypeUninitialized until dummy ds is removed, should never encounter this type.");
                     break;
                     
                 default:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list