Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 3.37 KB

2022-10-14-minutes.md

File metadata and controls

54 lines (46 loc) · 3.37 KB

[Minutes] UA String Reduction - 2022-10-14

Attendees:

  • Chris Peterson, Mozilla

  • Mike Taylor, Google

  • Karl suggests we invite John Wilander from WebKit team.

UA-CH

Blink Intent to Extend Experiment: User-Agent Reduction Origin Trial

  • Proposed Rollout Plan page
  • Fully-reduced UA opt-in OT was extended from M104 to M106.
  • Phase 5 rollout still planned for M107?
  • Mike: yep, see proposed Finch rollout here.
  • Begin roll-out of reduced Desktop UA string and related JS APIs (navigator.userAgent, navigator.appVersion, navigator.platform).

Tablet UAs

  • Firefox Android team is testing new UAs for tablets. Firefox currently sends a “Mobile” UA on tablets, which causes usability issues on some sites.
  • We’re debating whether to:
    • Use a Linux desktop UA (like Safari on iPad)
    • Use an Android-without-Mobile UA (like Chrome on Android tablets), e.g. “Mozilla/5.0 (Android 10; Mobile; rv:104.0) Gecko/104.0 Firefox/104.0” vs “Mozilla/5.0 (Android 10; rv:104.0) Gecko/104.0 Firefox/104.0”
    • Android-without-Mobile gets desktop layouts on sites that sniff for “Mobile” and mobile layouts on sites that sniff for “Android”.
    • It also allows sites to detect Android and promote their native apps or other Android OS features, like app intents.
      • Use cases: launch an app or share data to clipboard/etc?
    • How can we find out how sites are using Android-without-Mobile?
    • Look for tablet-optimized sites?

New action items

  • Mike will ask Karl about inviting John Wilander from WebKit team to discuss UA-CH.
  • Mike will file a bug about Google Business mobile sites (like https://steakhouse-319.business.site/) using deprecated FullVersion UA-CH.