I couldn't find nightly.webkit.org in the SVN repo. Below is a patch that adds the Google Chrome Canary to the list of available WebKit nightly builds. The referenced image (download-chromium.png) can be obtained from:
http://src.chromium.org/svn/trunk/src/chrome/app/theme/chromium/product_logo_32.png The image is available under the following BSD-style license: http://src.chromium.org/svn/trunk/src/LICENSE Thanks, Adam diff --git a/index.html b/index.html index 9d7e845..cbc132f 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,17 @@ </dd> <dt> + <a href="http://tools.google.com/dlpage/chromesxs"><img src='/images/download-chromium.png' alt='Download Google Chrome Canary' width='32' height='32'></a> + </dt> + <dd> + <div class='latest-build'> + <h2>Google Chrome Canary</h2> + <p><strong><a href="http://tools.google.com/dlpage/chromesxs">Google Chrome Canary</a></strong> auto-updates to the latest nightly build. + Available for Windows, Mac OS X, and Linux.</p> + </div> + </dd> + + <dt> <a href="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r95022.tar.bz2"><img src='/images/download-src.png' alt='Download WebKit for Source' width='32' height='32'></a> </dt> <dd> On Mon, Sep 12, 2011 at 11:10 AM, Adam Barth <aba...@webkit.org> wrote: > Do any ports besides the Apple ports produce nightly builds that > end-users might be interested in using? If so, it might make sense to > expand the offerings on http://nightly.webkit.org/ to include more > choices. For example, Linux users might enjoy a nightly build that > runs on Linux. > > Adam > _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev