Changeset 235663 in webkit


Ignore:
Timestamp:
Sep 5, 2018, 4:46:43 AM (7 years ago)
Author:
ddkilzer@apple.com
Message:

REGRESSION (r235585): WebDownloadInternal.h is missing from WebKitLegacy Xcode project
<https://bugs.webkit.org/show_bug.cgi?id=189072>

Found using tidy-Xcode-project-file (see Bug 188754).

  • WebKitLegacy.xcodeproj/project.pbxproj: Remove references to

WebDownloadInternal.h since the header was removed in r235585.

Location:
trunk/Source/WebKitLegacy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Source/WebKitLegacy/ChangeLog

    r235340 r235663  
     12018-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
    1112018-08-26  Dan Bernstein  <mitz@apple.com>
    212
  • TabularUnified trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj

    r235340 r235663  
    748748                A70936B00B5608DC00CDB48E /* WebDragClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A70936AE0B5608DC00CDB48E /* WebDragClient.mm */; };
    749749                AB9FBBBB0F8582B0006ADC43 /* WebDOMOperationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = AB9FBBBA0F8582B0006ADC43 /* WebDOMOperationsInternal.h */; };
    750                 ABDDF20D08EB0DDC001E1241 /* WebDownloadInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = ABDDF20C08EB0DDC001E1241 /* WebDownloadInternal.h */; };
    751750                B6CE5C24100BC5CE00219936 /* WebApplicationCache.mm in Sources */ = {isa = PBXBuildFile; fileRef = B68049720FFBCEC1009F7F62 /* WebApplicationCache.mm */; };
    752751                B6CE5C25100BC5F500219936 /* WebApplicationCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B68049710FFBCEC1009F7F62 /* WebApplicationCache.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    14921491                A70936AE0B5608DC00CDB48E /* WebDragClient.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = WebDragClient.mm; sourceTree = "<group>"; };
    14931492                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; };
    14951493                B68049710FFBCEC1009F7F62 /* WebApplicationCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebApplicationCache.h; sourceTree = "<group>"; };
    14961494                B68049720FFBCEC1009F7F62 /* WebApplicationCache.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebApplicationCache.mm; sourceTree = "<group>"; };
     
    17791777                                6578F5DE045F817400000128 /* WebDownload.h */,
    17801778                                E15663180FB61C1F00C199CA /* WebDownload.mm */,
    1781                                 ABDDF20C08EB0DDC001E1241 /* WebDownloadInternal.h */,
    17821779                                DD89681E09AA87240097E7F0 /* WebElementDictionary.h */,
    17831780                                DD89681F09AA87240097E7F0 /* WebElementDictionary.mm */,
     
    30073004                                9398109D0824BF01008DF038 /* WebDOMOperationsPrivate.h in Headers */,
    30083005                                939810770824BF01008DF038 /* WebDownload.h in Headers */,
    3009                                 ABDDF20D08EB0DDC001E1241 /* WebDownloadInternal.h in Headers */,
    30103006                                A70936AF0B5608DC00CDB48E /* WebDragClient.h in Headers */,
    30113007                                939810510824BF01008DF038 /* WebDynamicScrollBarsView.h in Headers */,
Note: See TracChangeset for help on using the changeset viewer.