WebKit Bugzilla
Attachment 361370 Details for
Bug 194371
: Remove extra copy of 100x100-red.tga
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194371-20190206192140.patch (text/plain), 4.99 KB, created by
Keith Rollin
on 2019-02-06 19:21:40 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Keith Rollin
Created:
2019-02-06 19:21:40 PST
Size:
4.99 KB
patch
obsolete
>Subversion Revision: 241039 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 376388467fdb39055d5b433ccc118609ee57e306..e2bf6336bd7749319880f203ec31f146a4468924 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,22 @@ >+2019-02-06 Keith Rollin <krollin@apple.com> >+ >+ Remove extra copy of 100x100-red.tga >+ https://bugs.webkit.org/show_bug.cgi?id=194371 >+ <rdar://problem/47873465> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ In order to help it pass its tests, Bug 194190 added a second copy of >+ the file 100x100-red.tga. However, it turns out that this additional >+ file wasn't actually needed, and that that sole previous copy was >+ sufficient. At the same time, this second copy -- which was copied to >+ the same location in the build output as the first copy -- now caused >+ XCBuild to complain because there were two production rules for the >+ same output file. Address this by removing the newly-added extra copy. >+ >+ * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: >+ * TestWebKitAPI/Tests/mac/100x100-red.tga: Removed. >+ > 2019-02-06 Keith Rollin <krollin@apple.com> > > Remove Info.plist from MobileMiniBrowser.framework's Copy Bundle Resources phase >diff --git a/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj b/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj >index 95dc51dfba14f4619c08421f708b5ce9312670b1..e6c27f6689f3b6425df0adf6cc7b159f8b066239 100644 >--- a/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj >+++ b/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj >@@ -344,7 +344,6 @@ > 6B306106218A372900F5A802 /* ClosingWebView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B306105218A372900F5A802 /* ClosingWebView.mm */; }; > 6B9ABE122086952F00D75DE6 /* HTTPParsers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B9ABE112086952F00D75DE6 /* HTTPParsers.cpp */; }; > 6BFD294C1D5E6C1D008EC968 /* HashCountedSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A38D7E51C752D5F004F157D /* HashCountedSet.cpp */; }; >- 725C3EEF220570BE007C36FC /* 100x100-red.tga in Copy Resources */ = {isa = PBXBuildFile; fileRef = 725C3EEE22057005007C36FC /* 100x100-red.tga */; }; > 725C3EF322058A5B007C36FC /* AdditionalSupportedImageTypes.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 725C3EF2220584BA007C36FC /* AdditionalSupportedImageTypes.html */; }; > 751B05D61F8EAC410028A09E /* DatabaseTrackerTest.mm in Sources */ = {isa = PBXBuildFile; fileRef = 751B05D51F8EAC1A0028A09E /* DatabaseTrackerTest.mm */; }; > 754CEC811F6722F200D0039A /* AutoFillAvailable.mm in Sources */ = {isa = PBXBuildFile; fileRef = 754CEC801F6722DC00D0039A /* AutoFillAvailable.mm */; }; >@@ -999,7 +998,6 @@ > dstPath = TestWebKitAPI.resources; > dstSubfolderSpec = 7; > files = ( >- 725C3EEF220570BE007C36FC /* 100x100-red.tga in Copy Resources */, > 55A817FF2181021A0004A39A /* 100x100-red.tga in Copy Resources */, > 1A9E52C913E65EF4006917F5 /* 18-characters.html in Copy Resources */, > 55A81800218102210004A39A /* 400x400-green.png in Copy Resources */, >@@ -1727,7 +1725,6 @@ > 6B0A07F621FA9C2B00D57391 /* AdClickAttribution.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AdClickAttribution.cpp; sourceTree = "<group>"; }; > 6B306105218A372900F5A802 /* ClosingWebView.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ClosingWebView.mm; sourceTree = "<group>"; }; > 6B9ABE112086952F00D75DE6 /* HTTPParsers.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPParsers.cpp; sourceTree = "<group>"; }; >- 725C3EEE22057005007C36FC /* 100x100-red.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "100x100-red.tga"; sourceTree = "<group>"; }; > 725C3EF2220584BA007C36FC /* AdditionalSupportedImageTypes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = AdditionalSupportedImageTypes.html; sourceTree = "<group>"; }; > 751B05D51F8EAC1A0028A09E /* DatabaseTrackerTest.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = DatabaseTrackerTest.mm; sourceTree = "<group>"; }; > 754CEC801F6722DC00D0039A /* AutoFillAvailable.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = AutoFillAvailable.mm; sourceTree = "<group>"; }; >@@ -3504,7 +3501,6 @@ > C07E6CB013FD737C0038B22B /* Resources */ = { > isa = PBXGroup; > children = ( >- 725C3EEE22057005007C36FC /* 100x100-red.tga */, > 379028B814FABE49007E6B43 /* acceptsFirstMouse.html */, > 725C3EF2220584BA007C36FC /* AdditionalSupportedImageTypes.html */, > B55F11B01517A2C400915916 /* attributedStringCustomFont.html */, >diff --git a/Tools/TestWebKitAPI/Tests/mac/100x100-red.tga b/Tools/TestWebKitAPI/Tests/mac/100x100-red.tga >deleted file mode 100644 >index 06958ba0c44106058884a3f24a23eed1828b174b..0000000000000000000000000000000000000000 >GIT binary patch >literal 0 >HcmV?d00001 > >literal 518 >ccmZQz;9`J*6owQA1&zlH4FCU+5+f=M0C{mC4gdfE >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194371
: 361370