- 18 May, 2020 5 commits
-
-
MickeyMoz authored
-
MozLando authored
6994: Issue #6938: CrashReporter.getCrashReporterServiceById(): Handle missing crash reporter services. r=Amejia481 a=pocmo If we ever remove a `CrashReporterService` that we submitted crash reports for then we could crash showing the list of crashes since we can't find that service anymore. With this patch we are handling this situation more gracefully. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
Sebastian Kaspari authored
-
MozLando authored
6992: Issue #6991: SentryService: Allow consumer to define sentry project URL. r=csadilek a=pocmo I accidentally landed the patch with hard-coded sample-crash in the URL. :) Instead we need the app to provide the URL to the right project (In Fenix it currently depends on the build type). Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
MozLando authored
7004: Docs update (20200517-121133) [ci skip] r=pocmo a=MickeyMoz 7005: GeckoView update (nightly) (20200517-140836) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
- 17 May, 2020 2 commits
- 15 May, 2020 16 commits
-
-
MozLando authored
6997: For #6996: Apply proper window flags to LoginDialogFragment r=Amejia481 a=sblatz Co-authored-by:
Sawyer Blatz <sdblatz@gmail.com>
-
MozLando authored
6998: Closes #6942: Update tracking protection lists r=psymoon a=Amejia481 domain_blacklist.json maps to disconnect-blacklist.json commit(shavar-prod-lists) 7912b297d88984062557f9a69ee81ef5186d3d5f domain_whitelist.json maps to disconnect-entitylist.json commit(shavar-prod-lists) 099bd886ba8880757059e82c606d8a1e17648637 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
domain_blacklist.json maps to disconnect-blacklist.json commit(shavar-prod-lists) 7912b297d88984062557f9a69ee81ef5186d3d5f domain_whitelist.json maps to disconnect-entitylist.json commit(shavar-prod-lists) 099bd886ba8880757059e82c606d8a1e17648637
-
MozLando authored
6984: Bug 1635766 - Remove hard dependency on lib-httpurlconnection from service-experiments r=travis79 a=travis79 This removes the dependency on lib-httpurlconnection from service-experiments aka Mako Co-authored-by:
Travis Long <tlong@mozilla.com>
-
Sawyer Blatz authored
-
MozLando authored
6990: Closes #6985: Make sure suggestion with long title/desc doesn't freeze UI r=pocmo a=csadilek We're already truncating in the view itself, but if the string is extremely long e.g. a 30K bookmarklet the UI hangs (see #6985). So, with this, we truncate any excessive title/description to prevent this case. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
Sebastian Kaspari authored
-
MozLando authored
6988: GeckoView update (beta) (20200515-140932) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
6989: GeckoView update (nightly) (20200515-140928) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MozLando authored
6987: Docs update (20200515-120614) [ci skip] r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
6982: Makes updateUrl on EditToolbar public r=pocmo a=sblatz Co-authored-by:
Sawyer Blatz <sdblatz@gmail.com>
-
MozLando authored
6974: For issue #1159 Ignore status code for blob urls in GeckoViewFetchClient r=kglazko,csadilek a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
- 14 May, 2020 16 commits
-
-
Arturo Mejia authored
-
travis79 authored
Update changelog
-
MozLando authored
6939: For #4261: Add custom viewfinder with message to QR scan fragment. r=csadilek,Amejia481 a=mcarare Co-authored-by:
mcarare <mihai.carare.dev@gmail.com>
-
Sawyer Blatz authored
-
mcarare authored
-
mcarare authored
-
mcarare authored
-
MozLando authored
6979: For #6978 - Catch reflection exceptions in BrowserGestureDetector r=mcarare,pocmo a=Mugurell Although the fields BrowserGestureDetector want to modify through reflection should be a stable part of the Android framework it was seen that on some devices they do not exist. Nothing more we can do in these cases than just prevent the reflection exceptions bubbling up and potentially crash client apps. Co-authored-by:
Mugurell <Mugurell@users.noreply.github.com>
-
MozLando authored
6977: Docs update (20200514-120828) [ci skip] r=Amejia481 a=MickeyMoz 6980: GeckoView update (nightly) (20200514-140504) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
Mugurell authored
Although the fields BrowserGestureDetector want to modify through reflection should be a stable part of the Android framework it was seen that on some devices they do not exist. Nothing more we can do in these cases than just prevent the reflection exceptions bubbling up and potentially crash client apps.
-
MickeyMoz authored
-
MozLando authored
6844: For #6757 - Adds firstContentfulPaint callback to SessionState r=pocmo a=ekager Co-authored-by:
ekager <ekager@mozilla.com>
-
ekager authored
-
MozLando authored
6962: Close #6957: Allow nullable encoding param in push messages r=rocketsroger a=jonalmeida We fall back to the "aes128gcm" encoding if the value is not provided. Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
Jonathan Almeida authored
We fall back to the "aes128gcm" encoding if the value is not provided.
-
- 13 May, 2020 1 commit
-
-
MozLando authored
6955: For #5028 - Add webAppManifest to ContentState r=jonalmeida a=NotWoods Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-