Title: [221217] trunk/Tools
Revision
221217
Author
[email protected]
Date
2017-08-25 17:47:51 -0700 (Fri, 25 Aug 2017)

Log Message

Rename TestWebKitAPI/Tests/WebKit to WebKitLegacy following Source directory rename.

Rubber-stamped by Brady Eidson.

* TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
* TestWebKitAPI/Tests/WebKit: Removed.
* TestWebKitAPI/Tests/WebKit/ios: Removed.
* TestWebKitAPI/Tests/WebKit/ios/AudioSessionCategoryIOS.mm: Removed.
* TestWebKitAPI/Tests/WebKit/ios/SnapshotViaRenderInContext.mm: Removed.
* TestWebKitAPI/Tests/WebKit/ios/audio-only.html: Removed.
* TestWebKitAPI/Tests/WebKit/ios/video-with-audio.html: Removed.
* TestWebKitAPI/Tests/WebKit/ios/video-with-audio.mp4: Removed.
* TestWebKitAPI/Tests/WebKit/ios/video-with-muted-audio-and-webaudio.html: Removed.
* TestWebKitAPI/Tests/WebKit/ios/video-with-muted-audio.html: Removed.
* TestWebKitAPI/Tests/WebKit/ios/video-without-audio.html: Removed.
* TestWebKitAPI/Tests/WebKit/ios/video-without-audio.mp4: Removed.
* TestWebKitAPI/Tests/WebKit/win: Removed.
* TestWebKitAPI/Tests/WebKit/win/ScaleWebView.cpp: Removed.
* TestWebKitAPI/Tests/WebKit/win/WebViewDestruction.cpp: Removed.
* TestWebKitAPI/Tests/WebKitLegacy: Copied from TestWebKitAPI/Tests/WebKit.

Modified Paths

Added Paths

  • trunk/Tools/TestWebKitAPI/Tests/WebKitLegacy/

Removed Paths

  • trunk/Tools/TestWebKitAPI/Tests/WebKit/

Diff

Modified: trunk/Tools/ChangeLog (221216 => 221217)


--- trunk/Tools/ChangeLog	2017-08-26 00:13:47 UTC (rev 221216)
+++ trunk/Tools/ChangeLog	2017-08-26 00:47:51 UTC (rev 221217)
@@ -1,5 +1,28 @@
 2017-08-25  Alex Christensen  <[email protected]>
 
+        Rename TestWebKitAPI/Tests/WebKit to WebKitLegacy following Source directory rename.
+
+        Rubber-stamped by Brady Eidson.
+
+        * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
+        * TestWebKitAPI/Tests/WebKit: Removed.
+        * TestWebKitAPI/Tests/WebKit/ios: Removed.
+        * TestWebKitAPI/Tests/WebKit/ios/AudioSessionCategoryIOS.mm: Removed.
+        * TestWebKitAPI/Tests/WebKit/ios/SnapshotViaRenderInContext.mm: Removed.
+        * TestWebKitAPI/Tests/WebKit/ios/audio-only.html: Removed.
+        * TestWebKitAPI/Tests/WebKit/ios/video-with-audio.html: Removed.
+        * TestWebKitAPI/Tests/WebKit/ios/video-with-audio.mp4: Removed.
+        * TestWebKitAPI/Tests/WebKit/ios/video-with-muted-audio-and-webaudio.html: Removed.
+        * TestWebKitAPI/Tests/WebKit/ios/video-with-muted-audio.html: Removed.
+        * TestWebKitAPI/Tests/WebKit/ios/video-without-audio.html: Removed.
+        * TestWebKitAPI/Tests/WebKit/ios/video-without-audio.mp4: Removed.
+        * TestWebKitAPI/Tests/WebKit/win: Removed.
+        * TestWebKitAPI/Tests/WebKit/win/ScaleWebView.cpp: Removed.
+        * TestWebKitAPI/Tests/WebKit/win/WebViewDestruction.cpp: Removed.
+        * TestWebKitAPI/Tests/WebKitLegacy: Copied from TestWebKitAPI/Tests/WebKit.
+
+2017-08-25  Alex Christensen  <[email protected]>
+
         Add WKUIDelegatePrivate equivalent of WKPageUIClient's saveDataToFileInDownloadsFolder
         https://bugs.webkit.org/show_bug.cgi?id=176000
         <rdar://problem/29270035>

Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj (221216 => 221217)


--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj	2017-08-26 00:13:47 UTC (rev 221216)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj	2017-08-26 00:47:51 UTC (rev 221217)
@@ -2607,7 +2607,7 @@
 				C07E6CAD13FD67650038B22B /* mac */,
 				C08587F913FEC39B001EF4E5 /* TestWebKitAPI */,
 				440A1D3614A01000008A66F2 /* WebCore */,
-				CDC8E4981BC728AE00594FEC /* WebKit */,
+				CDC8E4981BC728AE00594FEC /* WebKitLegacy */,
 				BC9096411255616000083756 /* WebKit2 */,
 				1ABC3DEC1899BE55004F0626 /* WebKit2 Cocoa */,
 				BC3C4C6F14575B1D0025FB62 /* WebKit2 Objective-C */,
@@ -2778,12 +2778,12 @@
 			path = cocoa;
 			sourceTree = "<group>";
 		};
-		CDC8E4981BC728AE00594FEC /* WebKit */ = {
+		CDC8E4981BC728AE00594FEC /* WebKitLegacy */ = {
 			isa = PBXGroup;
 			children = (
 				CDC8E4991BC728C000594FEC /* ios */,
 			);
-			path = WebKit;
+			path = WebKitLegacy;
 			sourceTree = "<group>";
 		};
 		CDC8E4991BC728C000594FEC /* ios */ = {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to