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
Grigory Kruglov a42018f124 Convert recently closed tabs code to use light-weight TabState
To lighten-up our memory usage and startup performance, all of the RecentlyClosed
machinery was converted to use a light-weight TabState - specifically, it's missing
EngineSessionState, which is expensive to obtain during startup, and potentially
very costly to keep in-memory.

When we actually need EngineSessionState (at the point of restoration of a tab), we
read and rehydrate it using provided storage implementation.
2 years ago
..
sampledata
src Convert recently closed tabs code to use light-weight TabState 2 years ago
.gitignore
benchmark.gradle For #21700: linting fixes 3 years ago
build.gradle closes #23504: download focus wallpapers at runtime (#23505) 2 years ago
lint-baseline.xml For #20634 remove some lint issues from baseline 2 years ago
lint.xml For #23017 - Ignore ExtraTranslation in our lint-baseline 3 years ago
metrics.yaml For #23526 - Add telemetry for Contile interactions 2 years ago
pings.yaml For #20596 remove startup timeline probes 3 years ago
proguard-rules.pro For #20824: use fast service loader for MainDispatcherFactory. 3 years ago
tags.yaml Close #22956: Define "tags" for metrics in the app repository 2 years ago