- 29 Apr, 2020 3 commits
-
-
MickeyMoz authored
-
MozLando authored
6800: 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
-
- 28 Apr, 2020 21 commits
-
-
MozLando authored
6767: Close #6674: Don't crash in AppLinksUsesCases with illegal Intent URI format r=csadilek a=rocketsroger 6794: GeckoView update (nightly) (20200428-140644) r=psymoon a=MickeyMoz 6795: Issue #6331: Update the generated top sites schemas r=Amejia481 a=gabrielluong This is a follow up to https://github.com/mozilla-mobile/android-components/pull/6715 , where the top sites schema did not regenerate after fixing the review comments. Co-authored-by:
Roger Yang <royang@mozilla.com> Co-authored-by:
MickeyMoz <sebastian@mozilla.com> Co-authored-by:
Gabriel Luong <gabriel.luong@gmail.com>
-
Gabriel Luong authored
-
MickeyMoz authored
-
MozLando authored
6715: Issue #6331: Add isDefault bool to TopSiteEntity and APIs for flagging default top sites r=ekager,Amejia481 a=gabrielluong Fixes #6331. @Amejia481 Just to give you some context about the changes in this PR: In Fenix, we have added 3 default top sites (Pocket, Wikipedia, YouTube) along with telemetry. It is not enough to just have a hardcoded list of these 3 default top sites since we can't differentiate from the user added top sites and top sites migrated from fennec. We want to add this isDefault boolean to each TopSiteEntity so that in telemetry we can easily just query if the top site is a default top site added by the application. On the front end, we can also sort all the isDefault top sites to the beginning when we are showing the list of top sites. In this PR, we did the following: - Add isDefault bool to TopSiteEntity - Migrate the DB to account for this new property - Migrate the 3 default top sites to have its isDefault bool set to true Co-authored-by:
Gabriel Luong <gabriel.luong@gmail.com> Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
-
MozLando authored
6769: Closes #6538: Add navigation state to browser state r=pocmo a=csadilek Need this for my reader mode refactor :). Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
MozLando authored
6792: Docs update (20200428-121006) [ci skip] r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
6778: Docs update (20200427-121009) [ci skip] r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
MozLando authored
6777: Issue #1705: Create separate interface for crash telemetry services. r=rocketsroger a=pocmo In #1705 I am going to add more methods/properties to the `CrashReporterService` interface. Those will not make any sense for a telemetry service. So here I am going to create a separate interface for telemetry service and make glean and the crash reporter class use that instead. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
MozLando authored
6787: Closes #6783: Engine session state is not restored r=pocmo a=csadilek Regression is fairly recent and my mistake. Introduced by this change: https://github.com/mozilla-mobile/android-components/commit/91bc92fc5ef889e53c77981b81a54e6edb6c22b5#diff-d386a820f3dab49f970fb183c2a57201 We now use the wrong key to look up the engine session JSON object. We use `Keys.SESSION_KEY` instead of `Keys.ENGINE_SESSION_KEY`.
🤦 I've also add a unit test here so this doesn't happen again. Co-authored-by:Christian Sadilek <christian.sadilek@gmail.com>
-
MozLando authored
6785: Fix component name in changelog r=pocmo a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
Jonathan Almeida authored
-
Sebastian Kaspari authored
-
MozLando authored
6779: MozillaSocorroService: Use internal logger instance. r=rocketsroger a=pocmo I couldn't find the log statements until I noticed that we didn't use the internal `logger` instance and instead called static methods on `Logger` directly. :) Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
MozLando authored
6730: Close #6601: Update targetSdkVersion to 29 r=pocmo a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
Jonathan Almeida authored
-
MozLando authored
6788: 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
-
- 27 Apr, 2020 16 commits
-
-
Christian Sadilek authored
-
Christian Sadilek authored
-
Gabriel Luong authored
-
Roger Yang authored
-
MozLando authored
6652: Closes #6651 - Don't restore session source in SnapshotSerializer r=pocmo a=ekager 6694: Adds UI Widgets component with Button styling r=pocmo,Amejia481 a=sblatz Co-authored-by:
ekager <ekager@mozilla.com> Co-authored-by:
Sawyer Blatz <sdblatz@gmail.com>
-
Sawyer Blatz authored
-
MozLando authored
6636: A-S 0.58.1 update; Support for v34 (history) and v23 (bookmarks) fennec db migrations. r=pocmo a=grigoryk Requires the just-published A-S 0.55.1 dot release. https://github.com/mozilla/application-services/releases/tag/v0.55.1 Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
ekager authored
-
MozLando authored
6739: Issue #1705: Assign UUID to every crash object. r=rocketsroger a=pocmo Assigning every crash a unique ID so that we can later reference this crash when saving some metadata about it to disk. 6782: Upgrade to Glean 28.0.0 r=mdboom a=mdboom Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com> Co-authored-by:
Michael Droettboom <mdboom@gmail.com>
-
Michael Droettboom authored
-
MozLando authored
6780: GeckoView update (nightly) (20200427-140732) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
Sebastian Kaspari authored
-
MickeyMoz authored
-
Sebastian Kaspari authored
-
MozLando authored
6738: Issue #1705: Allow CrashReporterService to return a unique identifier for reported crashes. r=rocketsroger a=pocmo This is one small piece of #1705. I am going to land some pieces independently to avoid ending up with a huge patch. Here we are allowing a `CrashReporterService` to return an ID that we can later use to lookup that crash. For Socorro we return the crash ID that we get when uploading. We can later use that to create a URL pointing to this crash. For Sentry we return the UUID of the event. We can at least ask Sentry with this UUID for the actual crash URL. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-