-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixed content of Google Chrome and Chromium #2
Comments
Hello @woolyss Really appreciate for your comments. I checked your comment here: cypress-io/chromium-downloads#18 (comment) Here are my questions need your further guide 1. The current process to get old chromiums is based on the chromium official suggestion: https://www.chromium.org/getting-involved/download-chromiumI did a lot research before, but seems no better solution Do you have any new or better solution? 2. We cannot use the
|
Ok. I try to answer simply while respecting the structure of your post. ;) 1. The current process to get old chromiums is based on the chromium official suggestion: https://www.chromium.org/getting-involved/download-chromium
This "official" proposed solution is ony for debugging. The last sentence explains that in Chromium, compared to Chrome, there are no similar commits and patches. So these builds are very different. It is recommended to compile Chromium yourself to have a similar stable version... or find third-parties builds. (Our builds? ^^) 2. We cannot use the --version output to get the version number.I understand that. You should forget omahaproxy.appspot.com tool... or use it (like on my website) ONLY as a reference for the stable version.
722274 matches chromium 80.0.3987.106? Yes but note that different stable versions match the same revision. Check yourself at https://omahaproxy.appspot.com/ (First tool at the bottom page)
3. Action Item - Research for https://chromium.woolyss.com/
True....because like all organizations and companies, we recommend to use the latest version of browsers. So we do not provide an easy way to get old versions. For example, I work with the great ARM company (https://chromium.woolyss.com/#windows-on-arm). They absolutely do not share a repository for their Chromium builds and source-code.
Yes... but there are more things than just "patch added"! ;)
Because developers re-compile stable versions of Chromium with all commits, patches, GN arguments, API keys... from its source-code. More info on my website: To compile Chromium, you need time, a very (very, very, very!...) powerful computer and understand obviously the development process. 4. FinallyAs I said before, I think you should forget the omahaproxy.appspot.com tool... or use it ONLY like a reference for the stable version. On the Web, you can find different repositories of stable Chromium versions. All are made by third parties. So they are relatively crappy because they are maintained by different developers. Personally, as you saw, we share stable Chromium versions for Windows (x64, x86) and macOS (x64).
The best tool for your chromium-all-old-stable-versions project could be a an aggregation of different directories regarding the stable version of Chromium. Hope it helps! ;) |
wow!!!!! We will take them into consideration Cheers ;) |
@Bugazelle: Thank you very much. |
Hello Dimitri,
I checked your code today. It is well written.
But there is a misunderstanding. Your tool mixes Google Chrome and Chromium content.
So your tool is corrupted! :/
Your affected code is at https://github.com/Bugazelle/chromium-all-old-stable-versions/blob/master/src/chromium.py
I explained that few months ago about a similar tool at cypress-io/chromium-downloads#18
It is simple. You cannot install a stable Chromium version downloaded from chromium-browser-snapshots because there are absolutely no Chromium stable versions there.
Hope this will help you to improve your work.
Regards
The text was updated successfully, but these errors were encountered: