Changeset 268490 in webkit


Ignore:
Timestamp:
Oct 14, 2020 3:10:11 PM (4 years ago)
Author:
ap@apple.com
Message:

Remove WebKitLauncher
https://bugs.webkit.org/show_bug.cgi?id=217729

Reviewed by Darin Adler.

This is part of long defunct nightly build infrastructure.

  • .gitattributes:
  • BuildSlaveSupport/build-launcher-app: Removed.
  • Scripts/webkitpy/style/checkers/sdkvariant.py:
  • WebKitLauncher: Removed.
Location:
trunk/Tools
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/.gitattributes

    r112683 r268490  
    1 WebKitLauncher/*.h diff=objcppheader
    21BuildSlaveSupport/win/kill-old-processes -crlf
    32DumpRenderTree/cairo/PixelDumpSupportCairo.cpp -crlf
  • trunk/Tools/ChangeLog

    r268486 r268490  
     12020-10-14  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Remove WebKitLauncher
     4        https://bugs.webkit.org/show_bug.cgi?id=217729
     5
     6        Reviewed by Darin Adler.
     7
     8        This is part of long defunct nightly build infrastructure.
     9
     10        * .gitattributes:
     11        * BuildSlaveSupport/build-launcher-app: Removed.
     12        * Scripts/webkitpy/style/checkers/sdkvariant.py:
     13        * WebKitLauncher: Removed.
     14
    1152020-10-14  Commit Queue  <commit-queue@webkit.org>
    216
  • trunk/Tools/Scripts/webkitpy/style/checkers/sdkvariant.py

    r251941 r268490  
    3434    "Tools/WebEditingTester/Configurations/SDKVariant.xcconfig",
    3535    "Tools/MiniBrowser/Configurations/SDKVariant.xcconfig",
    36     "Tools/WebKitLauncher/Configurations/SDKVariant.xcconfig",
    3736    "Tools/lldb/lldbWebKitTester/Configurations/SDKVariant.xcconfig",
    3837    "Tools/DumpRenderTree/mac/Configurations/SDKVariant.xcconfig",
Note: See TracChangeset for help on using the changeset viewer.