- 28 Apr, 2020 1 commit
-
-
Mozilla L10n Automation Bot authored
-
- 27 Apr, 2020 15 commits
-
-
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
-
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>
-
MozLando authored
6773: 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
6774: Docs update (20200426-120752) [ci skip] r=pocmo a=MickeyMoz 6775: GeckoView update (nightly) (20200426-140814) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
6726: Closes #6481: Introduce api to partially update the AddonsManagerAdapter r=csadilek,psymoon a=Amejia481 I noticed that we were updating the add-on list multiple times, in this pr I'm adding APIs to just update partially the list, just the parts that had changed, see the Fenix pr https://github.com/mozilla-mobile/fenix/pull/10086 this pr could also fix https://github.com/mozilla-mobile/android-components/issues/6484 Before adding any tests, I would like to see what do you think of this approach. [Fenix Before](https://drive.google.com/file/d/1Mg7XJTFTIaP_qG5ZKvmUvWtNWdVnlMPj/view?usp=sharing) [Fenix Now](https://drive.google.com/file/d/1lDANVgMAt5yETkYj3MROhj6hVWBosx3N/view?usp=sharing ) Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
-
Mozilla L10n Automation Bot authored
-
- 26 Apr, 2020 2 commits
- 25 Apr, 2020 2 commits
-
-
MozLando authored
6770: 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
-
- 24 Apr, 2020 17 commits
-
-
MozLando authored
6766: Exclude protobuf-java test dependency r=grigoryk a=eoger Fixes https://github.com/mozilla/application-services/issues/2952 . r? @grigoryk Co-authored-by:
Edouard Oger <eoger@fastmail.com>
-
Grisha Kruglov authored
-
MozLando authored
6768: Issue #4397: Deactive reader when following link r=jonalmeida a=csadilek This is fallout from the refactoring to browser state. When following a link or loading another page we should leave reader mode as we used to do: https://github.com/mozilla-mobile/android-components/blob/a316fa48472bf82d52851a08cb945f4e0ec57c52/components/feature/readerview/src/main/java/mozilla/components/feature/readerview/ReaderViewFeature.kt#L148 This was just an oversight. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
Edouard Oger authored
-
MozLando authored
6765: Closes #6764 Clear notifications and download jobs when onTaskRemoved or onDestroy are called. r=rocketsroger a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
onTaskRemoved or onDestroy are called.
-
MozLando authored
6746: Close #6421: Download try again should not crash when download does not exist r=Amejia481 a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
MozLando authored
6761: Public Suffix List update (20200424-140525) r=Amejia481 a=MickeyMoz 6762: GeckoView update (beta) (20200424-140516) r=Amejia481 a=MickeyMoz 6763: GeckoView update (nightly) (20200424-140516) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MickeyMoz authored
-
MozLando authored
6760: Docs update (20200424-120843) [ci skip] r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
6755: Closes #6754: Intent.asForegroundServicePendingIntent: Set PendingIntent.FLAG_UPDATE_CURRENT by default. r=psymoon a=pocmo While testing with the crash sample app I noticed that sometimes we'd report an older crash via the notification. We need to set `PendingIntent.FLAG_UPDATE_CURRENT` so that we will always dispatch the latest intent. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
MozLando authored
6759: 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>
-
Mozilla L10n Automation Bot authored
-
- 23 Apr, 2020 3 commits
-
-
MozLando authored
6752: For #6290 - Disable autocompleting URLs when entering editmode in BrowserToolbar r=jonalmeida a=codrut-topliceanu Co-authored-by:
codrut.topliceanu <codrut.topliceanu@softvision.ro>
-
Sebastian Kaspari authored
Closes #6754: Intent.asForegroundServicePendingIntent: Set PendingIntent.FLAG_UPDATE_CURRENT by default.
-
MozLando authored
6718: For #6731 - Provide styling for URL text in the tabs tray r=jonalmeida a=darkwing The tab tray in Fenix will need the URL view styled a different color when selected and not selected, so this will be helpful to us. Co-authored-by:
David Walsh <davidwalsh83@gmail.com>
-