- 20 Mar, 2020 1 commit
-
-
MickeyMoz authored
-
- 19 Mar, 2020 13 commits
-
-
MozLando authored
6232: For #6324 Allow customization of display url in toolbar r=csadilek a=kglazko Co-authored-by:
Kate Glazko <katglazko@gmail.com>
-
Kate Glazko authored
-
MozLando authored
6203: Closes #6092: Add download link in context menu. r=psymoon a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
MozLando authored
6321: Closes #6315: Include engine session when migrating custom tab r=pocmo a=csadilek When migrating a custom tab to a regular tab we forgot to migrate the engine session. This is the easy solution. Alternatively, we could migrate the engine state as part of `toTabSessionState`: https://github.com/mozilla-mobile/android-components/blob/master/components/browser/session/src/main/java/mozilla/components/browser/session/ext/SessionExtensions.kt#L20 This affects a lot of parts though and is probably not needed for other callers e.g. `add` and `restore`? In those cases we either don't have an engine session or we will link one anyway. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
6320: GeckoView update (nightly) (20200319-140511) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
6319: GeckoView update (beta) (20200319-140508) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MozLando authored
6316: 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
6318: Docs update (20200319-120618) [ci skip] r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
Mozilla L10n Automation Bot authored
-
- 18 Mar, 2020 13 commits
-
-
MozLando authored
6307: Closes #6304: Switch storage delegates to construct over `Lazy<StorageType>` r=csadilek a=grigoryk This allows us to initialize objects which depend on these delegates without having to block on instantiating storage components themselves. Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
Grisha Kruglov authored
This allows us to initialize objects which depend on these delegates without having to block on instantiating storage components themselves.
-
MozLando authored
6311: Bug 16231471 - Fixes samples-glean: validateBaselinePingTest r=travis79 a=travis79 - Fixes an error in samples-glean where the experiments intent receiver was not properly unregistered. - Fixes a test assert that was referencing a field in the baseline ping that has been removed (`ping_type`). Co-authored-by:
Travis Long <tlong@mozilla.com>
-
MozLando authored
6312: GeckoView update (nightly) (20200318-140448) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
travis79 authored
- Fixes an error in samples-glean where the experiments intent receiver was not properly unregistered. - Fixes a test assert that was referencing a field in the baseline ping that has been removed (ping_type).
-
MickeyMoz authored
-
MozLando authored
6291: For #6276 - Fix for autocomplete add or remove logic. r=rocketsroger a=codrut-topliceanu Co-authored-by:
codrut.topliceanu <codrut.topliceanu@softvision.ro>
-
MozLando authored
6310: Docs update (20200318-120823) [ci skip] r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
codrut.topliceanu authored
Added test for specific autocomplete case. Had to remove an assert for removing a block of text from input as it was no longer relevant.
-
MickeyMoz authored
-
MozLando authored
6305: Import strings from android-l10n. r=pocmo a=mozilla-l10n-automation-bot n/t Co-authored-by:
Mozilla L10n Automation Bot <release+l10n-automation-bot@mozilla.com>
-
MozLando authored
6218: Closes #6217: Add support for appservices "autoPublish" local development flow r=grigoryk a=rfk Co-authored-by:
Ryan Kelly <rfkelly@mozilla.com>
-
Mozilla L10n Automation Bot authored
-
- 17 Mar, 2020 13 commits
-
-
MozLando authored
6302: Closes #6300: Use a non-common version prefix for local publication r=jonalmeida a=grigoryk This change makes sure that gradle will not pick a remote version over a locally published one. We don't expect any available remote versions to be of the form "0.0.1-somenumber"! This addresses an issue seen in Fenix - it switched to using a "pinned" version of A-C, which broke the existing auto-publication logic. Local changes would be published, but gradle version resolution would always pick up the pinned version of A-C instead, likely due to how it alpha-numberically sorted the versions (e.g. it considered 37.0.1-234553 to be newer than 37.0.1-local55554). Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
Grisha Kruglov authored
This change makes sure that gradle will not pick a remote version over a locally published one. We don't expect any available remote versions to be of the form "0.0.1-somenumber"! This addresses an issue seen in Fenix - it switched to using a "pinned" version of A-C, which broke the existing auto-publication logic. Local changes would be published, but gradle version resolution would always pick up the pinned version of A-C instead, likely due to how it alpha-numberically sorted the versions (e.g. it considered 37.0.1-234553 to be newer than 37.0.1-local55554).
-
MozLando authored
6251: Closes #6012: Run the FxA extension on non-prod servers r=csadilek a=eoger Thanks to `GeckoPort.senderUrl` exposing the content URL, we can now assert in `FxaWebChannelFeature` that a WebChannel message comes from the right content page. This allows us to inject the extension content script in more FxA server instances while ensuring that a non-prod instance can mess up a prod-instance account data. Co-authored-by:
Edouard Oger <eoger@fastmail.com>
-
Edouard Oger authored
-
MozLando authored
6285: Update Kotlin version to 1.3.7. r=psymoon a=Amejia481 [Release notes](https://blog.jetbrains.com/kotlin/2020/03/kotlin-1-3-70-released/ ) Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
MozLando authored
6182: #3832: Add support for additional headers when loading url r=pocmo a=psymoon 6197: Import strings from android-l10n. r=jonalmeida a=mozilla-l10n-automation-bot n/t 6270: For #6269: Notify active sessions when all exceptions are removed. r=Amejia481 a=ValentinTimisica I also updated the tests accordingly. Made this change because the tracking protection icon is not updated after the exceptions are removed. 6286: Closes #6281: Do not automatically dismiss confirm dialogs r=Amejia481 a=csadilek The feature to automatically dismiss can maybe be made more robust to not be affected by lifecycle changes (https://github.com/mozilla-mobile/android-components/issues/6281#issuecomment-599739212), but in either case we don't want to automatically dismiss confirmation dialogs, as these require user interaction before the next page load anyway. Similar fix to: https://github.com/mozilla-mobile/android-components/pull/5704/ Co-authored-by:
Simon Chae <chaesmn@gmail.com> Co-authored-by:
Mozilla L10n Automation Bot <release+l10n-automation-bot@mozilla.com> Co-authored-by:
ValentinTimisica <valentin.timisica@softvison.ro> Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Arturo Mejia authored
-
Mozilla L10n Automation Bot authored
-
Simon Chae authored
-
MozLando authored
6293: GeckoView update (nightly) (20200317-140920) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
6292: Docs update (20200317-120759) [ci skip] r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-