Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
TestWebKitAPI: URLExtras.mm should be a shared test for iOS and Mac
<http://webkit.org/b/132959>

Reviewed by Dan Bernstein.

* TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: Add
Cocoa directory to project and move URLExtras.mm into it.
* TestWebKitAPI/Tests/Cocoa/URLExtras.mm: Renamed from Tools/TestWebKitAPI/Tests/mac/URLExtras.mm.

Canonical link: https://commits.webkit.org/151007@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@168900 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
ddkilzer committed May 15, 2014
1 parent 5b9c46e commit 8534046
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Tools/ChangeLog
@@ -1,3 +1,14 @@
2014-05-15 David Kilzer <ddkilzer@apple.com>

TestWebKitAPI: URLExtras.mm should be a shared test for iOS and Mac
<http://webkit.org/b/132959>

Reviewed by Dan Bernstein.

* TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: Add
Cocoa directory to project and move URLExtras.mm into it.
* TestWebKitAPI/Tests/Cocoa/URLExtras.mm: Renamed from Tools/TestWebKitAPI/Tests/mac/URLExtras.mm.

2014-05-15 Carlos Garcia Campos <cgarcia@igalia.com>

[GTK] Compile all installed resources as GResources
Expand Down
10 changes: 9 additions & 1 deletion Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
Expand Up @@ -716,6 +716,14 @@
path = WebCore;
sourceTree = "<group>";
};
44A82E7B19251B3500C1C8C4 /* Cocoa */ = {
isa = PBXGroup;
children = (
93A7EB3C18FA63A4009E7670 /* URLExtras.mm */,
);
path = Cocoa;
sourceTree = "<group>";
};
BC029B1A1486B23800817DA9 /* ns */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -952,6 +960,7 @@
BCB9EB66112366D800A137E0 /* Tests */ = {
isa = PBXGroup;
children = (
44A82E7B19251B3500C1C8C4 /* Cocoa */,
FE217ECB1640A54A0052988B /* JavaScriptCore */,
C07E6CAD13FD67650038B22B /* mac */,
C08587F913FEC39B001EF4E5 /* TestWebKitAPI */,
Expand Down Expand Up @@ -1000,7 +1009,6 @@
939BFE3918E5548900883275 /* StringTruncator.mm */,
37A6895D148A9B50005100FA /* SubresourceErrorCrash.mm */,
E490296714E2E3A4002BEDD1 /* TypingStyleCrash.mm */,
93A7EB3C18FA63A4009E7670 /* URLExtras.mm */,
51FBBB4C1513D4E900822738 /* WebViewCanPasteURL.mm */,
C2EB2DD116CAC7AC009B52EE /* WebViewDidCreateJavaScriptContext.mm */,
37E38C33169B7D010084C28C /* WebViewDidRemoveFrameFromHierarchy.mm */,
Expand Down
File renamed without changes.

0 comments on commit 8534046

Please sign in to comment.