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/app/src
Michael Comella 090650485f For #15279: remove redundant lazy wrapper from storage APIs.
They're currently lazy { lazy { value } }. Accessing `lazy.value`
directly allows us to make it lazy { value }. This should be more
performant and prevents us from double-counting these components.
4 years ago
..
androidTest For #14980 - Effectively disable tabs tray STATE_HALF_EXPANDED (#16052) 4 years ago
beta/res Simplify build variants to just: debug, nightly, beta and release. 4 years ago
debug For #13959: move resetAfter into StrictModeManager. 4 years ago
geckoBeta/java/org/mozilla/fenix/engine For #15910 - Adds back automatic toggle, disables slider when enabled (#16070) 4 years ago
geckoNightly/java/org/mozilla/fenix/engine For #15910 - Adds back automatic toggle, disables slider when enabled (#16070) 4 years ago
geckoRelease/java/org/mozilla/fenix/engine For #15910 - Adds back automatic toggle, disables slider when enabled (#16070) 4 years ago
main For #15279: remove redundant lazy wrapper from storage APIs. 4 years ago
migration 15278 detekt rule runblocking (#15942) 4 years ago
nightly Simplify build variants to just: debug, nightly, beta and release. 4 years ago
release/res Simplify build variants to just: debug, nightly, beta and release. 4 years ago
test For #15279: add LazyMonitored and tests. 4 years ago