NEW 24814
WebKit should expose some sort of revision number
https://bugs.webkit.org/show_bug.cgi?id=24814
Summary WebKit should expose some sort of revision number
Eric Seidel (no email)
Reported 2009-03-25 13:34:35 PDT
WebKit should expose some sort of revision number Chromium is currently misusing the webkit revision numbers (like 528.0), shipping multiple versions of WebKit with the same revision number. WebKit has no releases. So there really isn't a version number I can suggest for Chromium to use. (Apple maintains the 520.x numbers for their own internal build trains). One simple solution would be to expose a webkit svn revision number, or build date off of window.navigator. I'm partial to the svn revision number. The only problem with that is when we eventually switch to a new version control system which is not monotonically increasing.
Attachments
Darin Adler
Comment 1 2009-03-25 13:39:09 PDT
An svn revision number would not work. Apple uses branches and revision numbers are not monotonically increasing. I think what we need is a way to bump the existing WebKit revision number at the right time, when someone ships a release. There's absolutely no reason to reuse the same number. You can always bump the "low digit".
Note You need to log in before you can comment on or make changes to this bug.