Changeset 235663 in webkit
- Timestamp:
- Sep 5, 2018, 4:46:43 AM (7 years ago)
- Location:
- trunk/Source/WebKitLegacy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/WebKitLegacy/ChangeLog ¶
r235340 r235663 1 2018-09-05 David Kilzer <ddkilzer@apple.com> 2 3 REGRESSION (r235585): WebDownloadInternal.h is missing from WebKitLegacy Xcode project 4 <https://bugs.webkit.org/show_bug.cgi?id=189072> 5 6 Found using tidy-Xcode-project-file (see Bug 188754). 7 8 * WebKitLegacy.xcodeproj/project.pbxproj: Remove references to 9 WebDownloadInternal.h since the header was removed in r235585. 10 1 11 2018-08-26 Dan Bernstein <mitz@apple.com> 2 12 -
TabularUnified trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj ¶
r235340 r235663 748 748 A70936B00B5608DC00CDB48E /* WebDragClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A70936AE0B5608DC00CDB48E /* WebDragClient.mm */; }; 749 749 AB9FBBBB0F8582B0006ADC43 /* WebDOMOperationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = AB9FBBBA0F8582B0006ADC43 /* WebDOMOperationsInternal.h */; }; 750 ABDDF20D08EB0DDC001E1241 /* WebDownloadInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = ABDDF20C08EB0DDC001E1241 /* WebDownloadInternal.h */; };751 750 B6CE5C24100BC5CE00219936 /* WebApplicationCache.mm in Sources */ = {isa = PBXBuildFile; fileRef = B68049720FFBCEC1009F7F62 /* WebApplicationCache.mm */; }; 752 751 B6CE5C25100BC5F500219936 /* WebApplicationCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B68049710FFBCEC1009F7F62 /* WebApplicationCache.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 1492 1491 A70936AE0B5608DC00CDB48E /* WebDragClient.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = WebDragClient.mm; sourceTree = "<group>"; }; 1493 1492 AB9FBBBA0F8582B0006ADC43 /* WebDOMOperationsInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebDOMOperationsInternal.h; sourceTree = "<group>"; }; 1494 ABDDF20C08EB0DDC001E1241 /* WebDownloadInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebDownloadInternal.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };1495 1493 B68049710FFBCEC1009F7F62 /* WebApplicationCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebApplicationCache.h; sourceTree = "<group>"; }; 1496 1494 B68049720FFBCEC1009F7F62 /* WebApplicationCache.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebApplicationCache.mm; sourceTree = "<group>"; }; … … 1779 1777 6578F5DE045F817400000128 /* WebDownload.h */, 1780 1778 E15663180FB61C1F00C199CA /* WebDownload.mm */, 1781 ABDDF20C08EB0DDC001E1241 /* WebDownloadInternal.h */,1782 1779 DD89681E09AA87240097E7F0 /* WebElementDictionary.h */, 1783 1780 DD89681F09AA87240097E7F0 /* WebElementDictionary.mm */, … … 3007 3004 9398109D0824BF01008DF038 /* WebDOMOperationsPrivate.h in Headers */, 3008 3005 939810770824BF01008DF038 /* WebDownload.h in Headers */, 3009 ABDDF20D08EB0DDC001E1241 /* WebDownloadInternal.h in Headers */,3010 3006 A70936AF0B5608DC00CDB48E /* WebDragClient.h in Headers */, 3011 3007 939810510824BF01008DF038 /* WebDynamicScrollBarsView.h in Headers */,
Note:
See TracChangeset
for help on using the changeset viewer.