You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/docs
Michael Comella 000bef020a For #18836: replace StartupActivityStateProvider with StartupStateProvider.
The StartupActivityStateProvider uses an imperative implementation,
driven by callbacks, to set the state of the application. This is hard
to follow as you need to understand which callbacks will be called in
which order. For example, to make sense of an implementation like this,
COLD, WARM, AND HOT would likely need to be implemented in separate
ActivityLifecycleCallbacks.

I feel the StartupStateProvider is an improvement because it leverages
the StartupActivityLog to query a linear state for a more understandable
implementation. Furthermore, it seems accessible to write COLD, WARM,
and HOT in the same class because they can all be approached the same
way.
3 years ago
..
architectureexample No issue: Fixes string issues for l10n (#6158) 5 years ago
adjust.md Issue #106 - Move Adjust documentation from wiki to docs/ 4 years ago
architecture-overview.md For #5799: document architecture choices (#5800) 5 years ago
certificates.md Adds certificates to repository 5 years ago
crash-reporting.md Update crash reporting doc to refer to deprecate "preview" 4 years ago
experiments.md For #5651 - Set up Standard vs Strict Tracking Protection Experiment 5 years ago
l10nScreenshotsTests.md Adding l10n screenshot tests for Fenix (#3562) 5 years ago
metrics.md For #18836: replace StartupActivityStateProvider with StartupStateProvider. 3 years ago
mma.md For #18453 - Show SUMO for default browser deeplink on Android <N 3 years ago
syncIntegrationTests.md Add fxa/sync integration tests 5 years ago
telemetry.md Update telemetry doc to refer to depecate "preview" 4 years ago