- 12 Jun, 2020 3 commits
-
-
MickeyMoz 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>
-
Mozilla L10n Automation Bot authored
-
- 11 Jun, 2020 23 commits
-
-
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>
-
Grisha Kruglov authored
-
Grisha Kruglov authored
-
Mozilla L10n Automation Bot authored
-
- 10 Jun, 2020 7 commits
-
-
MozLando authored
7305: Docs update (20200609-120940) [ci skip] r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7320: GeckoView update (beta) (20200610-140617) r=pocmo a=MickeyMoz 7321: GeckoView update (nightly) (20200610-140605) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MozLando authored
7318: 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
7246: Closes #7238: Sanitize url for consumers of Client r=pocmo a=Amejia481 Having a centralize way to sanitize urls `String.sanitizeURL() ` in case we want to add more logic latter and using in on all the consumer of `Client.fetch`. Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Mozilla L10n Automation Bot authored
-
- 09 Jun, 2020 7 commits
-
-
MozLando authored
7252: Fix some popup style issues. r=psymoon a=person808 Co-authored-by:
person808 <kainaluh808@gmail.com>
-
MozLando authored
7311: Closes #7310: Support custom use cases in TabsFeature r=jonalmeida a=csadilek Because `RemoveTabsUseCase` can't be customized, making undo possible in Fenix requires a workaround and an additional observer. Seems simple enough to get rid of... Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
7309: Closes #7308: Update the store queuedDownloads when mutate the download state. r=csadilek a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
MozLando authored
7274: Closes #7271 Mark downloads as failed when exception occur when fetching r=csadilek a=Amejia481 Instead of crashing the app let's catch any exception when fetching and mark downloads as failed Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
the download state.
-
MozLando authored
7195: Issue #7194: Create a Browser Containers component r=pocmo a=gabrielluong Co-authored-by:
Gabriel Luong <gabriel.luong@gmail.com>
-