Skip to content

Commit f3cf0c6

Browse files
author
Dan Bernstein
committed
Rename WebKitTools to Tools
https://bugs.webkit.org/show_bug.cgi?id=49861 Reviewed by Simon Fraser. .: * DerivedSources.pro: * GNUmakefile.am: * MakeFile: * MakeFile.shared: * Tools: Renamed from WebKitTools. * WebKit.pro: * cmake/WebKitPackaging.cmake: * wscript: BugsSite: * PrettyPatch/PrettyPatch.rb: * committers-autocomplete.js: Tools: * BuildSlaveSupport/build.webkit.org-config/master.cfg: * CodeCoverage/README: * DumpRenderTree/qt/DumpRenderTreeQt.cpp: (WebCore::DumpRenderTree::initializeFonts): * EWSTools/start-commit-queue.sh: * EWSTools/start-queue.sh: * GNUmakefile.am: * MIDLWrapper/MIDLWrapper.cpp: (wmain): * MiniBrowser/qt/MiniBrowser.pro: * Scripts/build-api-tests: * Scripts/build-dumprendertree: * Scripts/build-webkit: * Scripts/build-webkittestrunner: * Scripts/generate-coverage-data: * Scripts/old-run-webkit-tests: * Scripts/run-api-tests: * Scripts/run-iexploder-tests: * Scripts/run-javascriptcore-tests: * Scripts/run-mangleme-tests: * Scripts/run-sunspider: * Scripts/run-webkit-websocketserver: * Scripts/sunspider-compare-results: * Scripts/test-webkitperl: * Scripts/test-webkitpy: * Scripts/update-iexploder-cssproperties: * Scripts/update-webkit: * Scripts/update-webkit-localizable-strings: * Scripts/webkitdirs.pm: * Scripts/webkitpy/common/checkout/scm.py: * Scripts/webkitpy/common/checkout/scm_unittest.py: * Scripts/webkitpy/common/config/committervalidator.py: * Scripts/webkitpy/common/config/committervalidator_unittest.py: * Scripts/webkitpy/common/config/ports.py: * Scripts/webkitpy/common/config/ports_unittest.py: * Scripts/webkitpy/common/system/logutils_unittest.py: * Scripts/webkitpy/common/system/ospath_unittest.py: * Scripts/webkitpy/layout_tests/port/chromium.py: * Scripts/webkitpy/layout_tests/port/config.py: * Scripts/webkitpy/layout_tests/port/config_unittest.py: * Scripts/webkitpy/layout_tests/port/http_server.py: * Scripts/webkitpy/layout_tests/port/test.py: * Scripts/webkitpy/style/checker.py: * Scripts/webkitpy/style/checker_unittest.py: * Scripts/webkitpy/tool/bot/feeders_unittest.py: * Scripts/webkitpy/tool/commands/queues_unittest.py: * Scripts/webkitpy/tool/steps/steps_unittest.py: * WebKitTestRunner/DerivedSources.pro: * WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp: (WTR::activateFonts): * WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro: * wx/build/build_utils.py: WebKitSite: * asking_questions.html: * building/tools.html: * coding/scripts.html: Canonical link: https://commits.webkit.org/64643@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@74301 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 1179b33 commit f3cf0c6

1,282 files changed

Lines changed: 444 additions & 347 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BugsSite/ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2010-12-17 Dan Bernstein <mitz@apple.com>
2+
3+
Reviewed by Simon Fraser.
4+
5+
Rename WebKitTools to Tools
6+
https://bugs.webkit.org/show_bug.cgi?id=49861
7+
8+
* PrettyPatch/PrettyPatch.rb:
9+
* committers-autocomplete.js:
10+
111
2010-12-17 Ojan Vafai <ojan@chromium.org>
212

313
Increment psuedo-version number to avoid pulling cached version.

BugsSite/PrettyPatch/PrettyPatch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ def self.diff_header?(line)
7171
PageLoadTests
7272
PlanetWebKit
7373
SunSpider
74+
Tools
7475
WebCore
7576
WebKit
7677
WebKit2
7778
WebKitExamplePlugins
7879
WebKitLibraries
7980
WebKitSite
80-
WebKitTools
8181
autotools
8282
cmake
8383
]

BugsSite/committers-autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// DAMAGE.
2525

2626
WebKitCommitters = (function() {
27-
var COMMITTERS_URL = 'http://svn.webkit.org/repository/webkit/trunk/WebKitTools/Scripts/webkitpy/common/config/committers.py';
27+
var COMMITTERS_URL = 'http://svn.webkit.org/repository/webkit/trunk/Tools/Scripts/webkitpy/common/config/committers.py';
2828
var m_committers;
2929

3030
function getValues(param) {

ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2010-12-17 Dan Bernstein <mitz@apple.com>
2+
3+
Reviewed by Simon Fraser.
4+
5+
Rename WebKitTools to Tools
6+
https://bugs.webkit.org/show_bug.cgi?id=49861
7+
8+
* DerivedSources.pro:
9+
* GNUmakefile.am:
10+
* MakeFile:
11+
* MakeFile.shared:
12+
* Tools: Renamed from WebKitTools.
13+
* WebKit.pro:
14+
* cmake/WebKitPackaging.cmake:
15+
* wscript:
16+
117
2010-12-16 Leandro Pereira <leandro@profusion.mobi>
218

319
[EFL] Unreviewed build fix.

DerivedSources.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ SUBDIRS += \
88

99
webkit2 {
1010
SUBDIRS += WebKit2/DerivedSources.pro \
11-
WebKitTools/WebKitTestRunner/DerivedSources.pro \
12-
WebKitTools/MiniBrowser/DerivedSources.pro
11+
Tools/WebKitTestRunner/DerivedSources.pro \
12+
Tools/MiniBrowser/DerivedSources.pro
1313
}
1414

1515
for(subpro, SUBDIRS) {

GNUmakefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ include JavaScriptCore/GNUmakefile.am
205205
include WebCore/GNUmakefile.am
206206
include WebKit/gtk/GNUmakefile.am
207207
include WebCore/bindings/gobject/GNUmakefile.am
208-
include WebKitTools/GNUmakefile.am
208+
include Tools/GNUmakefile.am
209209
include WebKit/gtk/po/GNUmakefile.am
210210

211211
# Autogenerated sources

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MODULES = JavaScriptCore JavaScriptGlue ANGLE WebCore WebKit WebKit2 WebKitTools
1+
MODULES = JavaScriptCore JavaScriptGlue ANGLE WebCore WebKit WebKit2 Tools
22

33
all:
44
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \

Makefile.shared

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SCRIPTS_PATH ?= ../WebKitTools/Scripts
1+
SCRIPTS_PATH ?= ../Tools/Scripts
22
XCODE_OPTIONS = `perl -I$(SCRIPTS_PATH) -Mwebkitdirs -e 'print XcodeOptionString()'` $(ARGS)
33

44
all:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)