Safari webkit 构建/修订

发布于 2024-11-09 08:05:58 字数 126 浏览 0 评论 0原文

如何检查特定 Safari 二进制文件中使用了 webkit 的哪个版本(svn 版本)?例如,我想知道 Mac 上最新的 Safari(snow leopard 10.6.7)使用的是哪个版本。

用户代理不提供此信息:(

How can I check which revision (svn revision) of webkit is used in a specific Safari binary? For example, I'd like to know which revision is used in the newest Safari on Mac (snow leopard 10.6.7).

User-agent doesn't provide this information :(

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回首观望 2024-11-16 08:05:58

您可以使用 User-Agent 中显示的 Webkit 版本标签获得近似值:

让我们以以下 user-agent 为例:

Mozilla/5.0(Macintosh;Intel Mac OS X 10_6_8)AppleWebKit/537.13+(KHTML,如 Gecko)版本/5.1.7 Safari/534.57.2

Webkit 版本在此宣传为 537.13+。此版本标记是从以下源文件生成的:

https://trac .webkit.org/browser/trunk/Source/WebCore/Configurations/Version.xcconfig

然后您可以查看哪些 SVN 修订版本嵌入了此特定版本标记。

You can get an approximation using the version tag of Webkit as it appears in User-Agent :

Let's take for example the following user-agent :

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13+ (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2

Webkit version is advertised here as 537.13+. This version tag is generated from following source file :

https://trac.webkit.org/browser/trunk/Source/WebCore/Configurations/Version.xcconfig

You could then take a look at which SVN revisions embeded this specifig version tag.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文