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

sullivan sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:43:36 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit af5c9dcff88cdbdbcaa5c6978556b4195a0b7004
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri May 30 17:23:42 2003 +0000

    WebCore:
    
            Reviewed by Chris
    
            * khtml/rendering/break_lines.cpp:
    	Removed #ifdef/#else for which the two sides were identical
    	that I noticed in passing.
    
    WebBrowser:
    
    	- fixed 3273444 -- Window title leaks when window is closed
    
            Reviewed by Chris
    
            * BrowserWindow.m:
            (-[BrowserWindow dealloc]):
    	release _title here, because there's a leftover retain from the
    	last setTitle to enable our delay-title-change-for-performance hack.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4454 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index de93a77..2ec0360 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,11 @@
+2003-05-30  John Sullivan  <sullivan at apple.com>
+
+        Reviewed by Chris
+
+        * khtml/rendering/break_lines.cpp:
+	Removed #ifdef/#else for which the two sides were identical
+	that I noticed in passing.
+
 2003-05-29  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Richard.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index de93a77..2ec0360 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,11 @@
+2003-05-30  John Sullivan  <sullivan at apple.com>
+
+        Reviewed by Chris
+
+        * khtml/rendering/break_lines.cpp:
+	Removed #ifdef/#else for which the two sides were identical
+	that I noticed in passing.
+
 2003-05-29  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Richard.
diff --git a/WebCore/khtml/rendering/break_lines.cpp b/WebCore/khtml/rendering/break_lines.cpp
index d5c11db..9ed2a22 100644
--- a/WebCore/khtml/rendering/break_lines.cpp
+++ b/WebCore/khtml/rendering/break_lines.cpp
@@ -28,11 +28,7 @@ namespace khtml {
   This function returns true, if the string can bre broken before the 
   character at position pos in the string s with length len
 */
-#ifdef HAVE_THAI_BREAKS
-bool isBreakable( const QChar *s, int pos, int len )
-#else
 bool isBreakable( const QChar *s, int pos, int len)
-#endif    
 {
 #if !APPLE_CHANGES
     const QChar *c = s+pos;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list