[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 08:47:38 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d9b07fc06061c32a39d0c07be6c8293e7af106c0
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jun 17 20:18:57 2004 +0000

    		Changed private headers to be pubic for npapi.h and npfunctions.h.  That
    		API was approved but never marked as public in the project file.  This change does
    		not make npruntime.h public, which contains the not yet approved changes
    		for script-ability of netscape plugins.  Unfortunately, that API will not
    		be public for WWDC.
    
            Reviewed by Chris.
    
            * WebKit.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6879 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 3dfc160..5751de9 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,15 @@
+2004-06-17  Richard Williamson   <rjw at apple.com>
+
+		Changed private headers to be pubic for npapi.h and npfunctions.h.  That
+		API was approved but never marked as public in the project file.  This change does
+		not make npruntime.h public, which contains the not yet approved changes
+		for script-ability of netscape plugins.  Unfortunately, that API will not
+		be public for WWDC.
+				
+        Reviewed by Chris.
+
+        * WebKit.pbproj/project.pbxproj:
+
 2004-06-17  Trey Matteson  <trey at apple.com>
 
 	3698514 - coordinates in ondragstart and ondrag events are wrong
@@ -49,16 +61,25 @@
         to get CGImageRef; can't include an individual header.
 
 2004-06-15  Richard Williamson   <rjw at apple.com>
+<<<<<<< ChangeLog
+=======
 
         Fixed <rdar://problem/3695875>: Objective-C instances that are exported to JavaScript are too promiscuous
 
         Flip the policy for exposing Objective-C methods and properties.
 
         Reviewed by Trey.
+>>>>>>> 1.2589
 
-        * Plugins.subproj/WebPluginPackage.m:
-        (+[NSObject isSelectorExcludedFromWebScript:]):  Just return YES.
-        (+[NSObject isKeyExcludedFromWebScript:]):  Just return YES.
+	Fixed <rdar://problem/3695875>: Objective-C instances that are exported to JavaScript are too promiscuous
+	
+	Flip the policy for exposing Objective-C methods and properties.
+	
+	Reviewed by Trey.
+	
+	* Plugins.subproj/WebPluginPackage.m:
+	(+[NSObject isSelectorExcludedFromWebScript:]):  Just return YES.
+	(+[NSObject isKeyExcludedFromWebScript:]):  Just return YES.
 
 2004-06-15  Trey Matteson  <trey at apple.com>
 
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 3b3fc73..a9ef351 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -1566,7 +1566,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
+					Public,
 				);
 			};
 		};
@@ -4710,7 +4710,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
+					Public,
 				);
 			};
 		};

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list