On Sun, Oct 18, 2009 at 16:22, Darin Adler <[email protected]> wrote: > On Oct 18, 2009, at 4:14 PM, Erik Arvidsson wrote: > >> I wrote a simple tool that allows me to quickly look up the WebKit build >> number based on an SVN revision number. >> >> http://webkit-util.appspot.com/rev/ >> http://webkit-util.appspot.com/rev/45980 >> >> I wrote this mainly so I could figure out what WebKit build number to >> check for in our JS library when a WebKit bug was fixed. > > I suspect this won’t work reliably for that purpose, because the WebKit > build number you need is often the one it’s bumped to *after* the bug fix. > At the time the bug is fixed, it’s possible, even likely, that the build > number is still an older one.
It does exactly that. If you enter revision A it will check for a Version.xcconfig version that is larger than A. For example if you enter 48930 it will check the changelog and find 48936 which gives the build number 532.2. -- erik _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

