Skip to content
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

Fix Min-Browser Version Comparison #886

Merged
merged 2 commits into from
Feb 16, 2022
Merged

Conversation

hkal
Copy link
Member

@hkal hkal commented Feb 16, 2022

This patch fixes a bug with the version comparison logic used to
determine which revision of the DevTools frontend to fetch from the CDN.

The previous version comparison logic did not appropriately cast to int
the product could get into a situation where browser version "100" > min_ver.

Fixes #878

This patch fixes a bug with the version comparison logic used to
determine which revision of the DevTools frontend to fetch from the CDN.

The previous version comparison logic did not appropriately cast to int
the product could get into a situation where browser version "100" > min_ver.
@hkal hkal requested review from mliao95 and antross February 16, 2022 01:24
@hkal hkal linked an issue Feb 16, 2022 that may be closed by this pull request
@hkal hkal mentioned this pull request Feb 16, 2022
@mliao95 mliao95 merged commit 169d980 into main Feb 16, 2022
@hkal hkal deleted the user/fix-browser-version-comparison branch September 13, 2022 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to download DevTools for the current target.
3 participants