From 8bc6681d15c519e1832110bd6fce81634be9e27e Mon Sep 17 00:00:00 2001 From: "levin@chromium.org" Date: Mon, 20 Dec 2010 21:58:07 +0000 Subject: [PATCH] 2010-12-20 David Levin 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 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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74363 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- .gitignore | 4 ++-- ChangeLog | 11 +++++++++++ Tools/ChangeLog | 11 +++++++++++ Tools/Scripts/webkit-tools-completion.sh | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5348d07d5c2..32dbe0dfb66 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ build/ /WebKitBuild/ autoinstall.cache.d -WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled +Tools/Scripts/webkitpy/thirdparty/autoinstalled # Ignore common tool auto-generated files. .gdb_history @@ -31,7 +31,7 @@ WebKit/chromium/*.mk WebKit/chromium/*.sln WebKit/chromium/*.vcproj* WebKit/chromium/WebKit.xcodeproj -WebKitTools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.xcodeproj +Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.xcodeproj # Ignore status files that manage Chromium dependencies. WebKit/chromium/.gclient diff --git a/ChangeLog b/ChangeLog index 159347521f5..336560ea525 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2010-12-20 David Levin + + 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 Ryuan Choi Reviewed by Antonio Gomes. diff --git a/Tools/ChangeLog b/Tools/ChangeLog index c2e680c01e4..1eb70b0ac47 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,14 @@ +2010-12-20 David Levin + + 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: + 2010-12-20 Cosmin Truta Reviewed by James Robinson. diff --git a/Tools/Scripts/webkit-tools-completion.sh b/Tools/Scripts/webkit-tools-completion.sh index 5eb6833d43f..cdedfe39377 100644 --- a/Tools/Scripts/webkit-tools-completion.sh +++ b/Tools/Scripts/webkit-tools-completion.sh @@ -30,7 +30,7 @@ # # Set-up: # Add a line like this to your .bashrc: -# source /path/to/WebKitCode/WebKitTools/Scripts/webkit-tools-completion.sh +# source /path/to/WebKitCode/Tools/Scripts/webkit-tools-completion.sh __webkit-patch_generate_reply() { -- GitLab