TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Dev vs. beta vs. cannary Chrome builds?

3 点作者 thatmiddleway超过 13 年前
https://twitter.com/#!/thatmiddleway/status/154664983681179648<p>What's the difference between these?

5 条评论

paulirish超过 13 年前
Canary is built every 60 revisions of Chromium. That comes out to be almost once a day. It doesn't go through a QA cycle.<p>Dev Channel runs through QA and ships about once a week.<p>Beta just gets the stable release before stable does. But it's not coming down from trunk on a regular basis like the other two.<p>The other important part is that Canary can run side-by-side with any of the other stable/beta/dev. So my preferred setup is running Stable and Canary side by side.<p>(Disclaimer: I'm on the Chrome team, fwiw)
评论 #3433709 未加载
thatmiddleway超过 13 年前
<a href="http://www.chromium.org/getting-involved/dev-channel#TOC-How-do-I-choose-which-channel-to-us" rel="nofollow">http://www.chromium.org/getting-involved/dev-channel#TOC-How...</a> Thanks to @mark_reeder
thatmiddleway超过 13 年前
Is there a place that has a side by side comparison to look at perhaps?
joshvermaire超过 13 年前
additional information about differences on the Chrome Release Channels site would be awesome
xgadjitx超过 13 年前
YA RLY