[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

cmarrin at apple.com cmarrin at apple.com
Wed Dec 22 14:13:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9809fc2b5c0e72efd08a1d4cfb4afa71ffd26ce5
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 5 18:35:54 2010 +0000

    2010-10-05  Chris Marrin  <cmarrin at apple.com>
    
            Unreviewed.
    
            The platform/graphics/gpu folder was mistakenly inside the filters folder.
            I moved it to the right place in the Group Tree.
    
            * WebCore.xcodeproj/project.pbxproj:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69128 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index bc163d6..bdf19b4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,14 @@
 2010-10-05  Chris Marrin  <cmarrin at apple.com>
 
+        Unreviewed.
+
+        The platform/graphics/gpu folder was mistakenly inside the filters folder.
+        I moved it to the right place in the Group Tree.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
+2010-10-05  Chris Marrin  <cmarrin at apple.com>
+
         Reviewed by Adam Roben.
 
         Fix ownership of GraphicsContext3D in SharedGraphicsContext3D to prevent early deallocation and crash
diff --git a/WebCore/WebCore.xcodeproj/project.pbxproj b/WebCore/WebCore.xcodeproj/project.pbxproj
index 8abb256..35b4f51 100644
--- a/WebCore/WebCore.xcodeproj/project.pbxproj
+++ b/WebCore/WebCore.xcodeproj/project.pbxproj
@@ -14914,7 +14914,6 @@
 		A75E8B7F0E1DE2B0007F2481 /* filters */ = {
 			isa = PBXGroup;
 			children = (
-				498770C11242C50D002226BA /* gpu */,
 				84730D5A1248F0B300D3A9C9 /* DistantLightSource.h */,
 				A75E8B800E1DE2D6007F2481 /* FEBlend.cpp */,
 				A75E8B810E1DE2D6007F2481 /* FEBlend.h */,
@@ -16324,6 +16323,7 @@
 				B27535290B053814002CE64F /* cg */,
 				B5320D68122A24E9002D1440 /* cocoa */,
 				A75E8B7F0E1DE2B0007F2481 /* filters */,
+				498770C11242C50D002226BA /* gpu */,
 				B27535490B053814002CE64F /* mac */,
 				FBC220DD1237FBEB00BCF788 /* opengl */,
 				F4EAF4AB10C74268009100D3 /* opentype */,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list