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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:18:13 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 0d37e226582fecc6529ddd5bfd80ddb1d3923602
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jun 12 22:09:13 2002 +0000

    2002-06-12  Kenneth Kocienda  <kocienda at apple.com>
    
    	Made assertion failure console message bolder and easier to see.
    
            * WebFoundation/Misc.subproj/WebFoundationDebug.h
    	* WebKit/Misc.subproj/WebKitDebug.h
    	* WebCore/kwq/kwqdebug.h
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1339 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index ca2285f..c3e839f 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-06-12  Kenneth Kocienda  <kocienda at apple.com>
+
+	* kwq/kwqdebug.h: Made assertion failure console message bolder and easier to see.
+
 2002-06-11  Darin Adler  <darin at apple.com>
 
 	* kwq/KWQKURL.mm:
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index ca2285f..c3e839f 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2002-06-12  Kenneth Kocienda  <kocienda at apple.com>
+
+	* kwq/kwqdebug.h: Made assertion failure console message bolder and easier to see.
+
 2002-06-11  Darin Adler  <darin at apple.com>
 
 	* kwq/KWQKURL.mm:
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index ca2285f..c3e839f 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,7 @@
+2002-06-12  Kenneth Kocienda  <kocienda at apple.com>
+
+	* kwq/kwqdebug.h: Made assertion failure console message bolder and easier to see.
+
 2002-06-11  Darin Adler  <darin at apple.com>
 
 	* kwq/KWQKURL.mm:
diff --git a/WebCore/kwq/kwqdebug.h b/WebCore/kwq/kwqdebug.h
index c2ba283..d66c622 100644
--- a/WebCore/kwq/kwqdebug.h
+++ b/WebCore/kwq/kwqdebug.h
@@ -93,7 +93,7 @@ void KWQLog(unsigned int level, const char *file, int line, const char *function
     do { \
         struct rlimit _rlimit = {RLIM_INFINITY, RLIM_INFINITY}; \
         setrlimit(RLIMIT_CORE, &_rlimit); \
-        fprintf(stderr, "assertion failure at %s:%d %s\n", __FILE__, __LINE__, __PRETTY_FUNCTION__); \
+        fprintf(stderr, "=================\nASSERTION FAILURE at %s:%d %s\n=================\n", __FILE__, __LINE__, __PRETTY_FUNCTION__); \
         raise(SIGQUIT); \
     } while (0)
 
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 08e36d2..45011c1 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-12  Kenneth Kocienda  <kocienda at apple.com>
+
+	* Misc.subproj/WebKitDebug.h: Made assertion failure console message bolder and easier to see.
+
 2002-06-11  Darin Adler  <darin at apple.com>
 
 	* WebView.subproj/IFMainURLHandleClient.mm:
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 08e36d2..45011c1 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-06-12  Kenneth Kocienda  <kocienda at apple.com>
+
+	* Misc.subproj/WebKitDebug.h: Made assertion failure console message bolder and easier to see.
+
 2002-06-11  Darin Adler  <darin at apple.com>
 
 	* WebView.subproj/IFMainURLHandleClient.mm:
diff --git a/WebKit/Misc.subproj/WebKitDebug.h b/WebKit/Misc.subproj/WebKitDebug.h
index eed5532..cb7c4b5 100644
--- a/WebKit/Misc.subproj/WebKitDebug.h
+++ b/WebKit/Misc.subproj/WebKitDebug.h
@@ -83,7 +83,7 @@ void WebKitLog(unsigned int level, const char *file, int line, const char *funct
     do { \
         struct rlimit _rlimit = {RLIM_INFINITY, RLIM_INFINITY}; \
         setrlimit(RLIMIT_CORE, &_rlimit); \
-        fprintf(stderr, "assertion failure at %s:%d %s\n", __FILE__, __LINE__, __PRETTY_FUNCTION__); \
+        fprintf(stderr, "=================\nASSERTION FAILURE at %s:%d %s\n=================\n", __FILE__, __LINE__, __PRETTY_FUNCTION__); \
         raise(SIGQUIT); \
     } while (0)
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list