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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:32:56 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 278f4a28baf440a2696136523a39e1e586bfceaa
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Apr 8 18:43:37 2004 +0000

    WebCore:
    
    	Removed DOMExtensions.h from DOM.h until it is public.
    
            Reviewed by koicienda.
    
            * kwq/DOM.h:
    
    WebKit:
    
    	Fixed: <rdar://problem/3548274>: API: DOM API for WebKit clients
    
            Reviewed by kocienda.
    
            * DOM.subproj/DOM.h: copied from WebCore
            * WebKit.pbproj/project.pbxproj: made our DOM headers public!
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6333 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 3580a6a..609d28e 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,11 @@
+2004-04-08  Chris Blumenberg  <cblu at apple.com>
+
+	Removed DOMExtensions.h from DOM.h until it is public.
+
+        Reviewed by koicienda.
+
+        * kwq/DOM.h:
+
 2004-04-07  Chris Blumenberg  <cblu at apple.com>
 
 	WebCore side for supporting WebDOMOperations.	
diff --git a/WebCore/kwq/DOM.h b/WebCore/kwq/DOM.h
index 4845b2b..0f4c44a 100644
--- a/WebCore/kwq/DOM.h
+++ b/WebCore/kwq/DOM.h
@@ -44,4 +44,3 @@
 #import "DOMTraversal.h"
 #import "DOMRange.h"
 #import "DOMHTML.h"
-#import "DOMExtensions.h"
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 1435699..f551b87 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,14 @@
 2004-04-08  Chris Blumenberg  <cblu at apple.com>
 
+	Fixed: <rdar://problem/3548274>: API: DOM API for WebKit clients
+
+        Reviewed by kocienda.
+
+        * DOM.subproj/DOM.h: copied from WebCore
+        * WebKit.pbproj/project.pbxproj: made our DOM headers public!
+
+2004-04-08  Chris Blumenberg  <cblu at apple.com>
+
 	Moved WebArchive to its own file.
 
         Reviewed by kocienda.
diff --git a/WebKit/DOM.subproj/DOM.h b/WebKit/DOM.subproj/DOM.h
index 4845b2b..0f4c44a 100644
--- a/WebKit/DOM.subproj/DOM.h
+++ b/WebKit/DOM.subproj/DOM.h
@@ -44,4 +44,3 @@
 #import "DOMTraversal.h"
 #import "DOMRange.h"
 #import "DOMHTML.h"
-#import "DOMExtensions.h"
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index e27c067..042b9e9 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -2655,7 +2655,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
+					Public,
 				);
 			};
 		};
@@ -2664,7 +2664,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
+					Public,
 				);
 			};
 		};
@@ -2673,7 +2673,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
+					Public,
 				);
 			};
 		};
@@ -2682,7 +2682,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
+					Public,
 				);
 			};
 		};
@@ -2691,7 +2691,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
+					Public,
 				);
 			};
 		};
@@ -2700,7 +2700,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
+					Public,
 				);
 			};
 		};
@@ -2709,7 +2709,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
+					Public,
 				);
 			};
 		};
@@ -2718,7 +2718,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
+					Public,
 				);
 			};
 		};
@@ -3311,7 +3311,7 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
+					Public,
 				);
 			};
 		};

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list