X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKitTools%2FChangeLog;h=1575ac87b21a97cb210140b2c0053102cc3e519b;hp=aaa5c3245876f33d186fa6d654142d10aec25b6f;hb=7662270b169d52077a6d8c3a17b33bd1eccc6f5a;hpb=b425c74aa633efa890bab264a2fc869693c8250c diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog index aaa5c3245876..1575ac87b21a 100644 --- a/WebKitTools/ChangeLog +++ b/WebKitTools/ChangeLog @@ -1,3 +1,28 @@ +2006-04-06 Mark Rowe + + Reviewed by Darin, landed by Maciej. + + * BuildSlaveSupport/build-launcher-app: Added. Builds WebKit.app from WebKitLauncher + and bundles the WebKit frameworks inside it. + * BuildSlaveSupport/build-launcher-dmg: Added. Builds, and optionally uploads, a disk image + containing WebKit.app. + * BuildSlaveSupport/run-performance-tests: Use currentSVNRevision. + * Scripts/webkitdirs.pm: Add currentSVNRevision to retrieve the revision + number of the SVN working copy. + * WebKitLauncher: Added. + * WebKitLauncher/Info.plist: Added. + * WebKitLauncher/WebKitLauncher.xcodeproj: Added. + * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: Added. + * WebKitLauncher/WebKitNightlyEnabler.m: Added. This makes + up the WebKitNightlyEnabler dylib which is loaded into Safari's address space + to cause LaunchServices to treat Safari.app as WebKit.app when it is run from + the nightly launcher. + * WebKitLauncher/main.m: Added. The WebKit.app launcher. + It sets up the environment to have Safari use the bundled frameworks + and load the WebKitNightlyEnabler dylib before exec'ing Safari + * WebKitLauncher/start.html: Added. + * WebKitLauncher/webkit.icns: Added. + 2006-04-05 Darin Adler Reviewed by Maciej.