Skip to content

Commit

Permalink
Merge r221217 - Rename TestWebKitAPI/Tests/WebKit to WebKitLegacy fol…
Browse files Browse the repository at this point in the history
…lowing 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.
  • Loading branch information
achristensen07 authored and carlosgcampos committed Sep 2, 2017
1 parent 0695432 commit c45e209
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions Tools/ChangeLog
@@ -1,3 +1,26 @@
2017-08-25 Alex Christensen <achristensen@webkit.org>

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-28 Ms2ger <Ms2ger@gmail.com>

Ensure that the alert function is called in TestWebExtensions.
Expand Down
6 changes: 3 additions & 3 deletions Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
Expand Up @@ -2568,7 +2568,7 @@
C07E6CAD13FD67650038B22B /* mac */,
C08587F913FEC39B001EF4E5 /* TestWebKitAPI */,
440A1D3614A01000008A66F2 /* WebCore */,
CDC8E4981BC728AE00594FEC /* WebKit */,
CDC8E4981BC728AE00594FEC /* WebKitLegacy */,
BC9096411255616000083756 /* WebKit2 */,
1ABC3DEC1899BE55004F0626 /* WebKit2 Cocoa */,
BC3C4C6F14575B1D0025FB62 /* WebKit2 Objective-C */,
Expand Down Expand Up @@ -2739,12 +2739,12 @@
path = cocoa;
sourceTree = "<group>";
};
CDC8E4981BC728AE00594FEC /* WebKit */ = {
CDC8E4981BC728AE00594FEC /* WebKitLegacy */ = {
isa = PBXGroup;
children = (
CDC8E4991BC728C000594FEC /* ios */,
);
path = WebKit;
path = WebKitLegacy;
sourceTree = "<group>";
};
CDC8E4991BC728C000594FEC /* ios */ = {
Expand Down

0 comments on commit c45e209

Please sign in to comment.