Which version of (Mac) Safari Webkit is WebKitGTK 2.30 based on?
Asked
Active
Viewed 335 times
1
-
1If you have access to their programming API, you can use [`WebKitVersion`](https://webkitgtk.org/reference/webkit2gtk/stable/webkit2gtk-4.0-WebKitVersion.html) procedures. – Ivan Rubinson Aug 11 '21 at 15:41
1 Answers
0
Looking at webkit-2.3.1/WebKitLibraries/ChangeLog, the newest entry is from 2013-10-21
, which correlates to Safari 7's release date,
That's WebKit 537.71.

Ivan Rubinson
- 3,001
- 4
- 19
- 48