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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:52:21 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 60f09ec50fae2563f1dd9403b688c4fd96ae81a2
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 14 17:42:56 2001 +0000

    I reworked the code that loads data from the network, and sends
    notifications to the khtml engine. This should result in some nice speedups
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@452 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index a4f31bb..143a9d0 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -171,7 +171,6 @@
 				2568C723017490290ECA149E,
 				2568C724017490290ECA149E,
 				2568C72D0174912D0ECA149E,
-				2568C72F0174917B0ECA149E,
 				25BECC9A017E0A0D0ECA149E,
 				25BECC9B017E0A0D0ECA149E,
 				25BECC9D017E0A0D0ECA149E,
@@ -179,6 +178,7 @@
 				9C7CABC10190A3E10ECA16EA,
 				9C93A48601920D0C0ECA16EA,
 				9C93A48A01920D3D0ECA16EA,
+				251E877A01A1EE570ECA149E,
 			);
 			isa = PBXHeadersBuildPhase;
 			name = Headers;
@@ -197,12 +197,12 @@
 			buildActionMask = 2147483647;
 			files = (
 				2568C725017490290ECA149E,
-				2568C726017490290ECA149E,
 				2568C72A017490CF0ECA149E,
 				25BECC9E017E0A0D0ECA149E,
 				25BECC9F017E0A0D0ECA149E,
 				9C93A48701920D0C0ECA16EA,
 				9C93A48B01920D3D0ECA16EA,
+				251E877B01A1EE570ECA149E,
 			);
 			isa = PBXSourcesBuildPhase;
 			name = Sources;
@@ -314,6 +314,28 @@
 //252
 //253
 //254
+		251E877801A1EE570ECA149E = {
+			isa = PBXFileReference;
+			path = _NSURICacheQueue.h;
+			refType = 4;
+		};
+		251E877901A1EE570ECA149E = {
+			isa = PBXFileReference;
+			path = _NSURICacheQueue.m;
+			refType = 4;
+		};
+		251E877A01A1EE570ECA149E = {
+			fileRef = 251E877801A1EE570ECA149E;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
+		251E877B01A1EE570ECA149E = {
+			fileRef = 251E877901A1EE570ECA149E;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
 		254DC334016E1D3F0ECA149E = {
 			children = (
 				2568C72C0174912D0ECA149E,
@@ -335,8 +357,8 @@
 				2568C722017490290ECA149E,
 				2568C720017490290ECA149E,
 				2568C71F017490290ECA149E,
-				2568C721017490290ECA149E,
-				2568C72E0174917B0ECA149E,
+				251E877801A1EE570ECA149E,
+				251E877901A1EE570ECA149E,
 			);
 			isa = PBXGroup;
 			name = Cache;
@@ -353,11 +375,6 @@
 			path = NSURILoad.m;
 			refType = 4;
 		};
-		2568C721017490290ECA149E = {
-			isa = PBXFileReference;
-			path = _NSURILoadQueue.m;
-			refType = 4;
-		};
 		2568C722017490290ECA149E = {
 			isa = PBXFileReference;
 			path = NSURILoadReallyPrivate.h;
@@ -384,12 +401,6 @@
 			settings = {
 			};
 		};
-		2568C726017490290ECA149E = {
-			fileRef = 2568C721017490290ECA149E;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
 		2568C729017490CF0ECA149E = {
 			isa = PBXFileReference;
 			name = _NSMonitor.m;
@@ -423,17 +434,6 @@
 				);
 			};
 		};
-		2568C72E0174917B0ECA149E = {
-			isa = PBXFileReference;
-			path = _NSURILoadQueue.h;
-			refType = 4;
-		};
-		2568C72F0174917B0ECA149E = {
-			fileRef = 2568C72E0174917B0ECA149E;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
 		25BECC93017E0A0D0ECA149E = {
 			isa = PBXFileReference;
 			path = NSURICache.h;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list