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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:16:40 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit abb0bdb1b11dd3c6d81e051679297078481f67b9
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jun 4 17:19:19 2002 +0000

    	- fixed 2943513 -- move StringTruncator into WebKit from WebBrowser so we
    	don't need text measuring API exported
    
    	* WebKit.pbproj/project.pbxproj: No longer export the text renderer headers
    	as Private.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1264 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 6397596..e2a985e 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,13 @@
 2002-06-04  Darin Adler  <darin at apple.com>
 
+	- fixed 2943513 -- move StringTruncator into WebKit from WebBrowser so we
+	don't need text measuring API exported
+
+	* WebKit.pbproj/project.pbxproj: No longer export the text renderer headers
+	as Private.
+
+2002-06-04  Darin Adler  <darin at apple.com>
+
 	* WebKit.pbproj/project.pbxproj: Exported IFStringTruncator.h as Private.
 
 2002-06-04  Darin Adler  <darin at apple.com>
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 6397596..e2a985e 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,13 @@
 2002-06-04  Darin Adler  <darin at apple.com>
 
+	- fixed 2943513 -- move StringTruncator into WebKit from WebBrowser so we
+	don't need text measuring API exported
+
+	* WebKit.pbproj/project.pbxproj: No longer export the text renderer headers
+	as Private.
+
+2002-06-04  Darin Adler  <darin at apple.com>
+
 	* WebKit.pbproj/project.pbxproj: Exported IFStringTruncator.h as Private.
 
 2002-06-04  Darin Adler  <darin at apple.com>
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index e8c94c4..3f8af0e 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -1593,7 +1593,6 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
 				);
 			};
 		};
@@ -1937,7 +1936,6 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
 				);
 			};
 		};

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list