[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 07:26:46 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit fcf69d5cf3687f74149de941929dd22d35ee2149
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Mar 1 07:44:40 2003 +0000

            Make WebDOM* classes private instead of public.  This change
            was made before but the project file must have been accidentally
            overwritten.  Make the WebPlugin* classes private.
    
            Reviewed by me.
    
            * WebKit.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3723 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index d9903a5..22a22c2 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,13 @@
+2003-02-28  Richard Williamson   <rjw at apple.com>
+
+        Make WebDOM* classes private instead of public.  This change
+        was made before but the project file must have been accidentally
+        overwritten.  Make the WebPlugin* classes private.
+        
+        Reviewed by me.
+
+        * WebKit.pbproj/project.pbxproj:
+
 7003-02-28  Trey Matteson  <trey at apple.com>
 
 	Various support for autofill/autocomplete.
@@ -72,7 +82,6 @@
 	_postWithURL:referrer:data:contentType:triggeringEvent:formValues:]):
 	Use passed-in referrer.
 
->>>>>>> 1.1520
 2003-02-28  Darin Adler  <darin at apple.com>
 
         Reviewed by Trey.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index cd512da..30cfd12 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -1464,12 +1464,18 @@
 			fileRef = 848DFF840365FE6A00CA2ACA;
 			isa = PBXBuildFile;
 			settings = {
+				ATTRIBUTES = (
+					Private,
+				);
 			};
 		};
 		65490EC503666E0C000CED4B = {
 			fileRef = 848DFF850365FE6A00CA2ACA;
 			isa = PBXBuildFile;
 			settings = {
+				ATTRIBUTES = (
+					Private,
+				);
 			};
 		};
 		65490EC603666E0C000CED4B = {
@@ -1547,7 +1553,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Public,
+					Private,
 				);
 			};
 		};
@@ -1556,7 +1562,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Public,
+					Private,
 				);
 			};
 		};
@@ -1565,7 +1571,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Public,
+					Private,
 				);
 			};
 		};
@@ -1950,6 +1956,9 @@
 			fileRef = 8467275C0367158500CA2ACA;
 			isa = PBXBuildFile;
 			settings = {
+				ATTRIBUTES = (
+					Private,
+				);
 			};
 		};
 		8467275F0367158500CA2ACA = {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list