Friday, March 27, 2015

Chromium 이전버전 snapshot 구하기

과거 버전이 필요할때, 예를 들어 chrome 34버전이 필요할때 찾는 방법

1.  크롬 버전에 맞는 브랜치를 찾는다
  http://src.chromium.org/viewvc/chrome/branches/  에서 Last Log entry항목을 기반으로 찾을수 있다.
  예를들어 1132 라고 하면,

2. src/chrome/VERSION의 로그를 통해 Revision 번호를 찾는다
http://src.chromium.org/viewvc/chrome/branches/1132/src/chrome/VERSION?view=log

위의 경우 148822라고 하면

3. Revision을 기반으로 snapshot을 찾는다. 
  정확히 해당 platform에 해당 revision이 없을수도 있으니  비슷한 리비전을 찾는다.

https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux/


No comments:

Post a Comment