Commit Graph

6374 Commits (d2db77b61d1d52349b5ea03386e812b1883be25b)
 

Author SHA1 Message Date
Mozilla L10n Automation Bot da8d402282 [fenix] Import l10n. 3 years ago
MickeyMoz 2a9ac20e6f [fenix] Update Android Components version to 74.0.20210227143138. 3 years ago
Gabriel Luong 1be5240b7f [fenix] For https://github.com/mozilla-mobile/fenix/issues/18202 - Refactor BiometricPromptFeature out of logins into settings 3 years ago
Mozilla L10n Automation Bot 3dfe632931 [fenix] Import l10n. 3 years ago
Michael Comella a0f46da9ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/18157: convert clock_ticks_per_second to quantity type.
While we could easily move this into the metrics ping, it's better to
leave it in the other ping because it's less work and because (I think)
we'll be better able to match `framework_secondary` values to the clock
ticks if we combine them in the same ping.
3 years ago
Gabriel Luong 2b405b20eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/18198 - Add a feature flag for Credit Cards and Addresses autofill feature (https://github.com/mozilla-mobile/fenix/pull/18200) 3 years ago
Jonathan Almeida fdcf799ec5 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/17928: Add feature flag for tabs tray refactor 3 years ago
Michael Comella a6f2cba5f6 [fenix] No issue: when init profiling, remind to enable setting in app. 3 years ago
MickeyMoz 5fb684f048 [fenix] Update Android Components version to 74.0.20210226143133. 3 years ago
MickeyMoz 036834de51 [fenix] Update Android Components version to 74.0.20210226044101. 3 years ago
MickeyMoz a640cea7b3 [fenix] Update Android Components version to 74.0.20210225190305. 3 years ago
Mozilla L10n Automation Bot 0bc1466b74 [fenix] Import l10n. 3 years ago
Gabriel Luong af3656dc19 [fenix] Replace TopSitesUseCases.renameTopSites with TopSitesUseCases.updateTopSites 3 years ago
Christian Sadilek 96393f85e9 [fenix] Remove Session[Manager] references from Fennec intent processors 3 years ago
Mozilla L10n Automation Bot 83b3b7e702 [fenix] Import l10n. 3 years ago
Michael Comella 05ab3c007a [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/18164: on pre-push, check for uncommitted glean docs. 3 years ago
Roger Yang 10e8862ed6 [fenix] Update metrics.md for perf startup entries (https://github.com/mozilla-mobile/fenix/pull/18162) 3 years ago
Arturo Mejia 59b50be098 [fenix] Target Android 11 3 years ago
mcarare 507b4aaf8b [fenix] For https://github.com/mozilla-mobile/fenix/issues/16044: Suggest search engines based on typed text. 3 years ago
Arturo Mejia 25b2805f87 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/10428 Improve download dialog error message. 3 years ago
Stefan Arentz 46e1424b11 [fenix] Do not the contributor workflow for MickeyMoz (https://github.com/mozilla-mobile/fenix/pull/18125) 3 years ago
Mozilla L10n Automation Bot 1619473888 [fenix] Import l10n. 3 years ago
Ryan VanderMeulen bd763b4b53 [fenix] Update version.txt to 88.0.0-beta.1
So we don't have to scramble to do this on the next merge day
3 years ago
MickeyMoz aafe73b7c0 [fenix] Update Android Components version to 73.0.20210223143117. 3 years ago
mcarare e70f40f0d3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18102: Temporary ignore failing test. 3 years ago
Mozilla L10n Automation Bot 4378f2fb7d [fenix] Import l10n. 3 years ago
MickeyMoz a14025ed40 [fenix] Update Android Components version to 73.0.20210222145717. 3 years ago
Mugurell abcbf2bc4f [fenix] For https://github.com/mozilla-mobile/fenix/issues/18027 - Document shouldUseFixedTopToolbar 3 years ago
Mugurell f5be19d9fe [fenix] For https://github.com/mozilla-mobile/fenix/issues/18027 - Also fix the bottom toolbar in place when a11y is enabled
We previously only set the top toolbar as fixed if an a11y service was running.
3 years ago
Sebastian Kaspari 49d1c2b9f8 [fenix] Add l10n.toml to list of auto-merge files. 3 years ago
rxu 6f2c9fd4ed [fenix] Add MOZILLA_ONLINE_ADDON_EXCLUSIONS for Mozilla Online builds 3 years ago
mcarare 5d8ebf61d1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18075: Add SaveVideoAudioCandidate for custom tabs context menu. 3 years ago
Mozilla L10n Automation Bot 01bc150556 [fenix] Import l10n. 3 years ago
Jonathan Almeida 1fd32cdfda [fenix] Close https://github.com/mozilla-mobile/fenix/issues/13892: Remove Synced Tabs appended to tabs tray 3 years ago
Mozilla L10n Automation Bot dcc876c68d [fenix] Import l10n. 3 years ago
Michael Comella 188fe713ed [fenix] For https://github.com/mozilla-mobile/fenix/issues/17972: split frameworkStart into two metrics.
We do this in order to make it easier to analyze in GLAM: see the metric
descriptions for more details.

Additionally, we change the time unit to milliseconds to make it easier
to analyze in GLAM.
3 years ago
Michael Comella edaed932c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17972: add client id to startup-timeline ping, update docs.
This addresses the root problem we're experiencing for this issue - data
not showing up in GLAM.
3 years ago
Michael Comella 3ae7379a5f [fenix] For https://github.com/mozilla-mobile/fenix/issues/17969: add duration probes for App.onCreate and HomeActivity.onCreate. 3 years ago
Mugurell d975ede9d0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17899 - Expand toolbar when returning from fullscreen video
This was the previous behavior for both the top and bottom toolbars.
Regressed when changing to use a new custom behavior for the top toolbar.

When entering fullscreen we will now collapse and hide the toolbar, allow the
browser to expand to the entire screen estate and then, when exiting fullscreen
expand the toolbar.
Collapsing and then expanding the toolbar will trigger the
EngineViewBrowserToolbarBehavior to place the browser below the toolbar.
3 years ago
Roger Yang 998a10cdc9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17089: Add metric to track both normal and private URI opened (https://github.com/mozilla-mobile/fenix/pull/17935) 3 years ago
sarentz a68ba7e726 [fenix] Only run the build-contributor-pr workflow on forks (https://github.com/mozilla-mobile/fenix/pull/18082) 3 years ago
Sebastian Kaspari 5fec5b8d61 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/12731: Collect telemetry about the content process of tabs getting killed. 3 years ago
Sebastian Kaspari 4bb02ee709 [fenix] Update Kotlin to 1.4.30 and Coroutines to 1.4.2. 3 years ago
Mozilla L10n Automation Bot b3b485d046 [fenix] Import l10n. 3 years ago
Arturo Mejia 25f193cf50 [fenix] Update toolbar autoplay strings 3 years ago
Christian Sadilek e2d45f84e9 [fenix] Deprecate SessionManager component 3 years ago
Christian Sadilek 33b8a527ff [fenix] Remove remaining usages of Session[Manager] in BrowserFragment 3 years ago
Christian Sadilek 70046cf635 [fenix] Refactor BrowserToolbarMenuController to use browser store 3 years ago
Arturo Mejia 99393c2d84 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/18049 Download complete dialog is not showing in custom tab. 3 years ago
Stefan Arentz 34c1fa575c [fenix] Workflow to build contributor PRs (https://github.com/mozilla-mobile/fenix/pull/17843) 3 years ago