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

core(emulation): bump chrome versions #10787

Merged
merged 1 commit into from
May 14, 2020
Merged

Conversation

paulirish
Copy link
Member

now matching canary's version. (my typical bump)

also made the OS versions a tad more recent. (

  • my phone is android 10 but most moto g4 UAs i see are android 7.
  • my desktop machine is mojave, not yet catalina. 10.14 is mojave.

@paulirish paulirish requested a review from a team as a code owner May 14, 2020 20:56
@paulirish paulirish requested review from patrickhulce and removed request for a team May 14, 2020 20:56
@paulirish paulirish changed the title bump chrome versions core(emulation): bump chrome versions May 14, 2020
Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -41,9 +41,9 @@ const DESKTOP_EMULATION_METRICS = {
};

// eslint-disable-next-line max-len
const MOTOG4_USERAGENT = 'Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3963.0 Mobile Safari/537.36 Chrome-Lighthouse';
const MOTOG4_USERAGENT = 'Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4143.7 Mobile Safari/537.36 Chrome-Lighthouse';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this was picked because of the specific UA that WPT used for Moto G4, but someone could have decided to update 1 version I guess :)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants