Which version of webkit in a given Chrome release?

4,570 views
Skip to first unread message

Michael O'Rourke

unread,
Nov 23, 2010, 6:14:01 PM11/23/10
to Chromium-discuss
I've run into some webkit bugs that have been fixed and my content
works fine in Safari 5.0.2.

But Chrome 7.0.517.44 is still incorrect.

How can I find the version of webkit in a particular Chrome release so
I can validate that this isn't now a separate Chrome bug versus I just
need to wait for Chrome to pick up a new webkit release?

Also, anyone have info about how often Chrome picks up new webkit
releases?

Thanks,

Michael

PhistucK

unread,
Nov 24, 2010, 2:51:36 AM11/24/10
to michael....@gmail.com, Chromium-discuss
WebKit is being picked up every day, I believe, sometimes even several times per day.
Usually, the stable version has a WebKit revision from about a month and a half prior to the first stable version of a major version (so the WebKit version of 7 should be a snapshot of an early September WebKit).
To know for sure, go to http://omahaproxy.appspot.com/revision, type the full version number and you will get the Chrome revision number from which that major version was branched (this time it is 64615).
To get the WebKit revision, go to this URL -
(Replace "64615" with the revision number you got from the previous URL.)
And at the top of the file, there is this line -

"webkit_revision": "71013",
Which is the WebKit revision that was used for that release (71013).
Keep in mind that there might have been Chrome specific merges\reverts for WebKit after that version was branched, but if those changes were actually committed, they will usually be within the range of several, not a lot of changes.
You can also track those, if you are interested -
(Replace "517" with one of the full version numbers (7.0.517.44))

PhistucK




--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
   http://groups.google.com/a/chromium.org/group/chromium-discuss

Sig Weber

unread,
Nov 24, 2010, 6:57:35 AM11/24/10
to Chromium-discuss
On Nov 24, 12:14 am, "Michael O'Rourke" <michael.k.orou...@gmail.com>
wrote:
>
> I've run into some webkit bugs that have been fixed and my content
> works fine in Safari 5.0.2.
>
> But Chrome 7.0.517.44 is still incorrect.
>
> How can I find the version of webkit in a particular Chrome release so
> I can validate that this isn't now a separate Chrome bug versus I just
> need to wait for Chrome to pick up a new webkit release?

Additionally to what PhistucK mentioned, you could also check the
UserAgent string which usually contains a Webkit build number. There
are several online services like http://www.httpuseragent.org/ showing
your user agent. Mine says AppleWebKit/534.12.

HTH

Cheers,

Sig

Pierre

unread,
Nov 25, 2010, 4:02:22 AM11/25/10
to Chromium-discuss
Difficult to imagine more complicated ! It supposes a strong
motivation for getting Webkit version lol

PhistucK

unread,
Nov 25, 2010, 4:26:54 AM11/25/10
to pch...@gmail.com, Chromium-discuss
Yeah, clicking on a link, typing the version, copying the result, pasting it into another URL and reading - that is very hard to do. I would have to be really motivated.
(?!)

PhistucK



Tibor

unread,
Nov 25, 2010, 4:39:26 AM11/25/10
to Chromium-discuss
about:version also displays WebKit version:
Google Chrome 9.0.587.0 (Official Build 66374) dev
WebKit 534.12
Reply all
Reply to author
Forward
0 new messages