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

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:29:10 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 31a88df8206a22905d04493f113ef001a6d88c3e
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 5 16:07:41 2002 +0000

            * Misc.subproj/WebKitDebug.h: Put WEBKIT_ASSERT_NOT_REACHED()
    	inside the appropriate #ifdef, and remove the various _log macros,
    	which are onsolete in WebKit.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1734 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c82cc89..42ef8cb 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,11 @@
 2002-08-05  Maciej Stachowiak  <mjs at apple.com>
 
+        * Misc.subproj/WebKitDebug.h: Put WEBKIT_ASSERT_NOT_REACHED()
+	inside the appropriate #ifdef, and remove the various _log macros,
+	which are onsolete in WebKit.
+
+2002-08-05  Maciej Stachowiak  <mjs at apple.com>
+
         Some changes related to re-merging the KHTMLPart end() method:
 
 	* Misc.subproj/WebKitDebug.h: Added WEBKIT_ASSERT_NOT_REACHED().
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index c82cc89..42ef8cb 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,11 @@
 2002-08-05  Maciej Stachowiak  <mjs at apple.com>
 
+        * Misc.subproj/WebKitDebug.h: Put WEBKIT_ASSERT_NOT_REACHED()
+	inside the appropriate #ifdef, and remove the various _log macros,
+	which are onsolete in WebKit.
+
+2002-08-05  Maciej Stachowiak  <mjs at apple.com>
+
         Some changes related to re-merging the KHTMLPart end() method:
 
 	* Misc.subproj/WebKitDebug.h: Added WEBKIT_ASSERT_NOT_REACHED().
diff --git a/WebKit/Misc.subproj/WebKitDebug.h b/WebKit/Misc.subproj/WebKitDebug.h
index 3d88566..25448d4 100644
--- a/WebKit/Misc.subproj/WebKitDebug.h
+++ b/WebKit/Misc.subproj/WebKitDebug.h
@@ -105,22 +105,13 @@ void WebKitLog(unsigned int level, const char *file, int line, const char *funct
         } \
     } while (0)
 
-#endif
-
-#define _logNeverImplemented() \
-   WEBKITDEBUGLEVEL(WEBKIT_LOG_NEVER_IMPLEMENTED, "ERROR (NOT IMPLEMENTED)")
-
-#define _logPartiallyImplemented() \
-   WEBKITDEBUGLEVEL(WEBKIT_LOG_PARTIALLY_IMPLEMENTED, "WARNING (PARTIALLY IMPLEMENTED)")
+#define WEBKIT_ASSERT_NOT_REACHED() \
+    WEBKIT_ASSERTION_FAILURE("reached unreachable code")
 
-#define _logNotYetImplemented() \
-   WEBKITDEBUGLEVEL (WEBKIT_LOG_NOT_YET_IMPLEMENTED, "WARNING (NOT YET IMPLEMENTED)")
+#endif
 
 #define WEBKITDEBUG(format...) WEBKITDEBUGLEVEL(WEBKIT_LOG_GENERIC_DEBUG, format)
 
-#define WEBKIT_ASSERT_NOT_REACHED() \
-    WEBKIT_ASSERTION_FAILURE("reached unreachable code")
-
 #ifdef WEB_MALLOC_TESTING
 #ifdef __cplusplus
 extern "C" {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list