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
Christian Sadilek 28222df29c Fix BrowserRobot.goToHomescreen to wait for home screen to be rendered
It was previously just waiting for the application to be idle, which
is not a reliable check in case the navigation to home is triggered
on completion of an async operation i.e., the app / main thread may
be idle, but the navigation to home hasn't completed yet.

goToHomeScreen further needs to wait for the browser fragment's
home button to exist before clicking it.
3 years ago
..
sampledata For #7092: Add initial Migration UI 5 years ago
src Fix BrowserRobot.goToHomescreen to wait for home screen to be rendered 3 years ago
.gitignore
benchmark.gradle For #21700: linting fixes 3 years ago
build.gradle Issue #22580: Track APK size in perfherder 3 years ago
lint-baseline.xml For #22729 - Tag unused strings for removal 3 years ago
lint.xml For #21861 - Ignore the UnusedResources lint check for localized strings 3 years ago
metrics.yaml Add distribution_id into first session ping 3 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