v62.1.0 (2020-08-21)
Extension Storage
What's fixed
- Do not check total bytes quota on storage.sync.remote operations (Bug 1656947)
FxA Client
What's new
-
Send-tab metrics are recorded. A new function,
fxa_gather_telemetry
on the
account object (exposed asaccount.gatherTelemetry()
to Kotlin) which
returns a string of JSON.This JSON might grow to support non-sendtab telemetry in the future, but in
this change it has:commands_sent
, an array of objects, each withflow_id
andstream_id
string values.commands_received
, an array of objects, each withflow_id
,stream_id
andreason
string values.
Places
What's new
- Exclude download, redirects, reload, embed and framed link visit type from the
get_top_frecent_site_infos
query.
(#3505)