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
Grisha Kruglov 4b01846ab0 Closes #20901: Do not record viewTime observations when we do not have a set lastAccess
The bug here was that we'd try to record `now - 0` as a viewTime delta.
This isn't just an obviously wrong value to record, but it will also
overflow our storage - we'll end up with a value on disk that doesn't
fit into an i32, but HistoryMetadata.total_view_time is i32 in our Rust
struct. Once that happens, reads that touch this bad row will result in
an overflow and a crash.
3 years ago
..
sampledata For #7092: Add initial Migration UI 5 years ago
src Closes #20901: Do not record viewTime observations when we do not have a set lastAccess 3 years ago
.gitignore
benchmark.gradle For #19901: correct spacing in comment on how to run 3 years ago
build.gradle No issue: move kotlin-allopen outside appVariants loop. 3 years ago
lint-baseline.xml For #17917 - Add a Kotlin synthetics Lint detector 3 years ago
lint.xml #7346 update lint-baseline.xml and remove activity_addons.xml as unused resource 3 years ago
metrics.yaml metrics.yaml: Add data review URL for Android Autofill metrics 3 years ago
pings.yaml Update glean notification emails to new email group (#20070) 3 years ago
proguard-rules.pro For #20824: use fast service loader for MainDispatcherFactory. 3 years ago