- 20 Jul, 2020 8 commits
-
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com> Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com> Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com> Co-authored-by:
Simon Chae <chaesmn@gmail.com> Co-authored-by:
Roger Yang <royang@mozilla.com>
-
MozLando authored
7759: Issue #7753: EngineViewPresenter: Temporarily disable releasing of engine session. r=csadilek a=pocmo That was a new behavior that was introduced with the migration to `BrowserStore/State` and, surprise!, it can cause a white page of death - even though the order of events look correct and make sense. Anyhow, more in #7753. I think we should temporarily disable this and continue to investigate the actual cause of the white page issue. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
Sebastian Kaspari authored
-
MozLando authored
7770: Docs update (20200719-121015) [ci skip] r=pocmo a=MickeyMoz 7771: Public Suffix List update (20200719-140547) r=pocmo a=MickeyMoz 7772: GeckoView update (nightly) (20200719-140546) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7752: 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
7760: L10N uplift script r=pocmo a=grigoryk A script to help us uplift l10n commits from the automation bot into release branches (or, whatever other branches we want). You can use it with multiple branches, it defaults to a dry-run (no changes performed): ``` ➜ android-components git:(l10nCherry) ✗ ./l10n-uplift.py releases/48.0 releases/44.0 Processing l10n commits for 'releases/48.0'... Since 'releases/48.0' split off 'master', there were 8 commit(s) from release+l10n-automation-bot@mozilla.com. Of those, 0 commit(s) already uplifted. Need to uplift 8 commit(s). Uplifting (dry-run)... Processing l10n commits for 'releases/44.0'... Since 'releases/44.0' split off 'master', there were 24 commit(s) from release+l10n-automation-bot@mozilla.com. Of those, 24 commit(s) already uplifted. Need to uplift 0 commit(s). Nothing to uplift. ``` There's a "verbose" mode, as well. To actually perform the work, you have to pass in an "--uplift" parameter: ``` ➜ android-components git:(l10nCherry) ✗ ./l10n-uplift.py releases/48.0 --verbose --uplift Processing l10n commits for 'releases/48.0'... Since 'releases/48.0' split off 'master', there were 8 commit(s) from release+l10n-automation-bot@mozilla.com. Hashes of those commits on 'master' are: ['032ace1d', '0e790177', '65d9aa6d', 'b86e1c04', '37110f38', '79a81a7a', '6359ec7b', '743acf82'] Of those, 2 commit(s) already uplifted. Hashes of commits already uplifted to 'releases/48.0': ['032ace1d', '0e790177'] Need to uplift 6 commit(s). Hashes of commits to uplift from 'master' to 'releases/48.0': ['65d9aa6d', 'b86e1c04', '37110f38', '79a81a7a', '6359ec7b', '743acf82'] Uplifting (for real)... Cherry picking 65d9aa6d from 'master' to 'releases/48.0' Cherry picking b86e1c04 from 'master' to 'releases/48.0' Cherry picking 37110f38 from 'master' to 'releases/48.0' Cherry picking 79a81a7a from 'master' to 'releases/48.0' Cherry picking 6359ec7b from 'master' to 'releases/48.0' Cherry picking 743acf82 from 'master' to 'releases/48.0' Uplifted 6 commits from 'master' to 'releases/48.0' ``` It also works on Fenix, as well: ``` ➜ fenix git:(master) ✗ ../android-components/l10n-uplift.py releases/v79.0.0 Processing l10n commits for 'releases/v79.0.0'... Since 'releases/v79.0.0' split off 'master', there were 11 commit(s) from release+l10n-automation-bot@mozilla.com. Of those, 0 commit(s) already uplifted. Need to uplift 11 commit(s). Uplifting (dry-run)... ``` I've made the "master" branch name easily configurable so that we can switch it later on to `main` or whatever else we pick. Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
Mozilla L10n Automation Bot authored
-
- 19 Jul, 2020 3 commits
- 17 Jul, 2020 13 commits
-
-
MozLando authored
7717: Closes #7702: Close unsupported extension pages on startup r=Amejia481 a=csadilek Described the why here: https://github.com/mozilla-mobile/android-components/issues/7702#issue-656152408 and in the comments below. It's pretty easy to do, and aside from the described edge cases, this will also solve the problem when upgrading from GV 79 to 80 (from registerWebExtension to installBuiltIn) where we would otherwise end up with broken extension tabs (reader pages). Since that's the default behaviour too when uninstalling extensions, I would like to land this to prevent a bad user experience. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Grisha Kruglov authored
-
MozLando authored
7758: Closes #7757: Add blob in default engine supported scheme r=Amejia481 a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
Roger Yang authored
-
Christian Sadilek authored
-
MozLando authored
7755: GeckoView update (beta) (20200717-140307) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7756: GeckoView update (nightly) (20200717-140306) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MozLando authored
7754: Docs update (20200717-120936) [ci skip] r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7736: Closes #7711 and #7721: Improve file picker selection. r=csadilek,Mugurell a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
MozLando authored
7751: Closes #7741: Move Session.Source to browser state r=pocmo a=csadilek Luckily `Session.Source` isn't mutable so this is mostly mechanical. Moving the type to browser-state and making sure the source is set when syncing from `SessionManager`, plus setting defaults. Fenix PR: https://github.com/mozilla-mobile/fenix/pull/12647 Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
MickeyMoz authored
-
- 16 Jul, 2020 16 commits
-
-
MozLando authored
7749: Fix Digital Asset Links API URL r=jonalmeida a=NotWoods The color character shouldn't be encoded. This causes the calls to 404 in Fenix. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
MozLando authored
7734: Closes #7731: Update application-services to 61.0.10 r=grigoryk a=thomcc Co-authored-by:
Thom Chiovoloni <tchiovoloni@mozilla.com>
-
Arturo Mejia authored
-
Christian Sadilek authored
-
Tiger Oakes authored
-
MozLando authored
7740: Remove more properties from Session. r=csadilek a=pocmo Removing a bunch of properties where our code is already reading them exclusively from `BrowserState`. The only change needed in Fenix is to no longer pass `SessionManager` to `ContextMenuUseCases`. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
MozLando authored
7742: Public Suffix List update (20200716-140304) r=Amejia481 a=MickeyMoz 7743: GeckoView update (beta) (20200716-140446) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7744: GeckoView update (nightly) (20200716-140605) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
MickeyMoz authored
-
MickeyMoz authored
-
MozLando authored
7733: Closes #7722: Record uncaught exception in Android log r=pocmo a=rocketsroger 7739: Docs update (20200716-120922) [ci skip] r=pocmo a=MickeyMoz Co-authored-by:
Roger Yang <royang@mozilla.com> Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
7727: Fixes #7726 Use WebExtensionRuntime instead of Engine in AddonManager r=csadilek a=keianhzo Fixes #7726 Use WebExtensionRuntime in the AddonManager instead of Engine. Co-authored-by:
Manuel Martin <manmartin@mozilla.com>
-