Changeset 74363 in webkit


Ignore:
Timestamp:
Dec 20, 2010 1:58:07 PM (13 years ago)
Author:
levin@chromium.org
Message:

2010-12-20 David Levin <levin@chromium.org>

Reviewed by Ariya Hidayat.

.gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
https://bugs.webkit.org/show_bug.cgi?id=51343

Follow up from the WebKitTools -> Tools rename.

  • .gitignore:

2010-12-20 David Levin <levin@chromium.org>

Reviewed by Ariya Hidayat.

.gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
https://bugs.webkit.org/show_bug.cgi?id=51343

Follow up from the WebKitTools -> Tools rename.

  • Scripts/webkit-tools-completion.sh:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r74067 r74363  
    77/WebKitBuild/
    88autoinstall.cache.d
    9 WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled
     9Tools/Scripts/webkitpy/thirdparty/autoinstalled
    1010
    1111# Ignore common tool auto-generated files.
     
    3232WebKit/chromium/*.vcproj*
    3333WebKit/chromium/WebKit.xcodeproj
    34 WebKitTools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.xcodeproj
     34Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.xcodeproj
    3535
    3636# Ignore status files that manage Chromium dependencies.
  • trunk/ChangeLog

    r74334 r74363  
     12010-12-20  David Levin  <levin@chromium.org>
     2
     3        Reviewed by Ariya Hidayat.
     4
     5        .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
     6        https://bugs.webkit.org/show_bug.cgi?id=51343
     7
     8        Follow up from the WebKitTools -> Tools rename.
     9
     10        * .gitignore:
     11
    1122010-12-20  Ryuan Choi  <ryuan.choi@samsung.com>
    213
  • trunk/Tools/ChangeLog

    r74362 r74363  
     12010-12-20  David Levin  <levin@chromium.org>
     2
     3        Reviewed by Ariya Hidayat.
     4
     5        .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
     6        https://bugs.webkit.org/show_bug.cgi?id=51343
     7
     8        Follow up from the WebKitTools -> Tools rename.
     9
     10        * Scripts/webkit-tools-completion.sh:
     11
    1122010-12-20  Cosmin Truta  <ctruta@chromium.org>
    213
  • trunk/Tools/Scripts/webkit-tools-completion.sh

    r52907 r74363  
    3131# Set-up:
    3232#   Add a line like this to your .bashrc:
    33 #     source /path/to/WebKitCode/WebKitTools/Scripts/webkit-tools-completion.sh
     33#     source /path/to/WebKitCode/Tools/Scripts/webkit-tools-completion.sh
    3434
    3535__webkit-patch_generate_reply()
Note: See TracChangeset for help on using the changeset viewer.