- 14 Jun, 2020 1 commit
-
-
MickeyMoz authored
-
- 12 Jun, 2020 18 commits
-
-
MozLando authored
7357: Close #7297: Add support for source URL to WebNotification r=Amejia481 a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
MozLando authored
7353: Allow publish_to_maven_local_if_modified.py to work on Windows r=grigoryk a=mhammond Co-authored-by:
Mark Hammond <mhammond@skippinet.com.au>
-
MozLando authored
7356: Issue #7313: Use ThumbnailLoader for the TabViewHolder r=gabrielluong,boek a=jonalmeida Instead of trying to inline the thumbnail images from disk into the TabsTrayPresenter, we can load them from the `ThumbnailStorage` via the `ThumbnailLoader` and rely on the `TabsTrayPresenter` to consume new thumbnail updates only from the store. This fixes some perf issues, inconsistencies, and duplicate updates to the tabs tray. Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
MozLando authored
7347: Closes #7244: PlacesHistoryStorage crash in Sample Browser r=grigoryk a=csadilek Removes the `cleanup` call as it permanently leaves the `Connection` unusable and we're not re-initializing or creating a new instance of it. It's not clear to us how this should be used right now. Also makes all access to `api` thread-safe. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Jonathan Almeida authored
-
Jonathan Almeida authored
-
Jonathan Almeida authored
We were seeing odd bugs and performance issues from trying to map the disk cache into the TabsTrayPresenter. A better solution, would be to load the thumbnails straight from the cache, and incremental updates via the store.
-
Jonathan Almeida authored
-
MozLando authored
7362: GeckoView update (beta) (20200612-140312) r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7363: GeckoView update (nightly) (20200612-140453) r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MozLando authored
7336: Upgrade Glean to v31.1.0 r=Dexterp37 a=badboy Co-authored-by:
Jan-Erik Rediger <janerik@fnordig.de>
-
Jan-Erik Rediger authored
-
MozLando authored
7349: Import strings from android-l10n. r=jonalmeida a=mozilla-l10n-automation-bot n/t Co-authored-by:
Mozilla L10n Automation Bot <release+l10n-automation-bot@mozilla.com>
-
Jonathan Almeida authored
-
Mark Hammond authored
-
Mozilla L10n Automation Bot authored
-
- 11 Jun, 2020 21 commits
-
-
Christian Sadilek authored
-
MozLando authored
7323: For #7301: Fix drawable ripple issues on BrowserToolbar r=pocmo a=sblatz Co-authored-by:
pocmo <skaspari@mozilla.com>  Thanks for the much simpler solution @pocmo!
😄 7343: For #6996: Slightly increase delay to fix intermittent loginDialog issues r=Amejia481 a=sblatz 7344: Closes #6680: Handle exceptions thrown by capturePixels r=jonalmeida a=csadilek We're still seeing `IllegalStateException`s (Compositor not ready) when capturing thumbnails. We fixed this a while ago by checking if `firstContentfulPaint` has happened, but that's not working/reliable. There's currently no other way to handle this but to catch-all and return an empty/null bitmap. See https://github.com/mozilla-mobile/android-components/issues/6680. I've also added a missing test for the `onFirstContentfulPaint` observer which was missing from https://github.com/mozilla-mobile/android-components/pull/6844/ . The internal var we can remove now. r? @jonalmeida ticket is labelled "skittle", but this is really independent of the new tabs tray work. Co-authored-by:Sawyer Blatz <sdblatz@gmail.com> Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
MozLando authored
7345: Change WebAppHideToolbarFeature to use callback r=grigoryk a=NotWoods One more tweak for the PWA toolbar system. This makes the Fenix integration easier. 7346: Closes #7341: Use component in App Links app intent r=Amejia481 a=rocketsroger Co-authored-by:
Tiger Oakes <toakes@mozilla.com> Co-authored-by:
Roger Yang <royang@mozilla.com>
-
MozLando authored
7300: Remove LiveData.awaitValue r=Amejia481 a=NotWoods This function is causing a lot of headache because it forces support-android-test to depend on LiveData, which causes issues with other components that depend on support-android-test. We're working on switching from LiveData to Flow everywhere, so this change switches all the components that use the `awaitValue` function. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
Christian Sadilek authored
Checking firstContenfulPaint is not reliable to determine whether or not the compositor is ready. There's no other way for us right now to handle this but to catch all and return a null bitmap.
-
Tiger Oakes authored
-
Tiger Oakes authored
-
Tiger Oakes authored
-
Roger Yang authored
-
Sawyer Blatz authored
-
Sawyer Blatz authored
Co-authored-by:
pocmo <skaspari@mozilla.com>
-
MozLando authored
7326: Import strings from android-l10n. r=psymoon a=mozilla-l10n-automation-bot n/t Co-authored-by:
Mozilla L10n Automation Bot <release+l10n-automation-bot@mozilla.com>
-
MozLando authored
7251: Move PIP to BrowserState, use for toolbar visibility r=grigoryk a=NotWoods Moves everything that affects toolbar visibility into the stores. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
Tiger Oakes authored
-
Tiger Oakes authored
-
Tiger Oakes authored
-
MozLando authored
7338: Docs update (20200611-121124) [ci skip] r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7339: GeckoView update (nightly) (20200611-140747) r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MozLando authored
7328: Closes #7325: Don't submit viaduct rust errors to crash reporter r=rocketsroger a=grigoryk Also, expands test coverage for this component. Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-