[webkit-reviews] review denied: [Bug 5906] webkit.org should explain how to detect the latest nightly : [Attachment 12268] js library

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Sat Jan 6 16:51:10 PST 2007


Darin Adler <darin at apple.com> has denied Darin Adler <darin at apple.com>'s
request for review:
Bug 5906: webkit.org should explain how to detect the latest nightly
http://bugs.webkit.org/show_bug.cgi?id=5906

Attachment 12268: js library
http://bugs.webkit.org/attachment.cgi?id=12268&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
I don't think that "AppleWebKit" is the right string to search for. I suggest
searching for " AppleWebKit/" instead.

I suggest breaking the version number string into a list separated by "."
rather than using floating point. The version would be an array of integers. A
good function would be one that compares two period-separated numbers by
searching through each of them a period time. That's how I'd like to compare
version numbers.



More information about the webkit-reviews mailing list