Title: [92097] trunk/Tools
Revision
92097
Author
[email protected]
Date
2011-07-31 21:17:06 -0700 (Sun, 31 Jul 2011)

Log Message

DownloadDecideDestinationCrash WebKit2 API tests crashes
https://bugs.webkit.org/show_bug.cgi?id=65442

Reviewed by Sam Weinig.

Copy the 18-characters.html file to the destination directory so we won't
crash trying to make an URL for it.

* TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (92096 => 92097)


--- trunk/Tools/ChangeLog	2011-08-01 04:10:41 UTC (rev 92096)
+++ trunk/Tools/ChangeLog	2011-08-01 04:17:06 UTC (rev 92097)
@@ -1,5 +1,17 @@
 2011-07-31  Anders Carlsson  <[email protected]>
 
+        DownloadDecideDestinationCrash WebKit2 API tests crashes
+        https://bugs.webkit.org/show_bug.cgi?id=65442
+
+        Reviewed by Sam Weinig.
+
+        Copy the 18-characters.html file to the destination directory so we won't
+        crash trying to make an URL for it.
+
+        * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
+
+2011-07-31  Anders Carlsson  <[email protected]>
+
         Fix SpacebarScrolling WebKit2 API test
         https://bugs.webkit.org/show_bug.cgi?id=65431
 

Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj (92096 => 92097)


--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj	2011-08-01 04:10:41 UTC (rev 92096)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj	2011-08-01 04:17:06 UTC (rev 92097)
@@ -10,6 +10,7 @@
 		1A02C84F125D4A8400E3F4BD /* Find.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A02C84E125D4A8400E3F4BD /* Find.cpp */; };
 		1A02C870125D4CFD00E3F4BD /* find.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 1A02C84B125D4A5E00E3F4BD /* find.html */; };
 		1A5FEFDD1270E2A3000E2921 /* EvaluateJavaScript.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A5FEFDC1270E2A3000E2921 /* EvaluateJavaScript.cpp */; };
+		1A9E52C913E65EF4006917F5 /* 18-characters.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = C045F9461385C2F800C0F3CD /* 18-characters.html */; };
 		1ADBEFAE130C689C00D61D19 /* ForceRepaint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ADBEFAD130C689C00D61D19 /* ForceRepaint.cpp */; };
 		1ADBEFE3130C6AA100D61D19 /* simple-accelerated-compositing.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 1ADBEFBC130C6A0100D61D19 /* simple-accelerated-compositing.html */; };
 		1AEDE22613E5E7E700E62FE8 /* InjectedBundleControllerMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AEDE22413E5E7A000E62FE8 /* InjectedBundleControllerMac.mm */; };
@@ -94,6 +95,7 @@
 			dstPath = "";
 			dstSubfolderSpec = 7;
 			files = (
+				1A9E52C913E65EF4006917F5 /* 18-characters.html in Copy Resources */,
 				33E79E06137B5FD900E32D99 /* mouse-move-listener.html in Copy Resources */,
 				BCBD3737125ABBEB00D2C29F /* icon.png in Copy Resources */,
 				1A02C870125D4CFD00E3F4BD /* find.html in Copy Resources */,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to