weixin

如何下载指定版本的chromium

日期: May 14, 2019 作者:网站维护

如何根据版本下载chromium,官方的文档里有详细的介绍:

https://www.chromium.org/getting-involved/download-chromium

比如要下载:44.0.2403.157版本的chromium

版本号查询

查找到版本号之后查position码,https://omahaproxy.appspot.com/ 里查找对应的position编码

找到position编码后,在chromium快照索引 选择对应的平台,比如win64,在文本框里输入position编码,会筛选出这个版本文件夹。

原文:

Downloading old builds of Chrome / Chromium

Let's say you want a build of Chrome 44 for debugging purposes. Google does not offer old builds as they do not have up-to-date security fixes.

However, you can get a build of Chromium 44.x which should mostly match the stable release.
Here's how you find it:

Look in https://googlechromereleases.blogspot.com/search/label/Stable%20updates for the last time "44." was mentioned.
Loop up that version history ("44.0.2403.157") in the Position Lookup
In this case it returns a base position of "330231". This is the commit of where the 44 release was branched, back in May 2015.*
Open the continuous builds archive
Click through on your platform (Linux/Mac/Win)
Paste "330231" into the filter field at the top and wait for all the results to XHR in. 
Eventually I get a perfect hit: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/330231/ 
    Sometimes you may have to decrement the commit number until you find one.
Download and run!
  • As this build was made at 44 branch point, it does not have any commits merged in while in beta.
    Typically that's OK, but if you need a true build of "44.0.2403.x" then you'll need to build Chromium from the 2403 branch. Some PortableApps/PortableChromium sites offer binaries like this, due to security concerns, the Chrome team does not recommend running them.

广告内容为平台自动生成