- 17 May, 2020 1 commit
-
-
MickeyMoz authored
-
- 15 May, 2020 15 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
-
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 8 commits
-
-
MozLando authored
6955: For #5028 - Add webAppManifest to ContentState r=jonalmeida a=NotWoods Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
Tiger Oakes authored
-
MozLando authored
6972: Fixed #6914 CrashReporter: Log correct variable r=rocketsroger a=HaripriyaB Co-authored-by:
Haripriya Baskaran <b6haripriya@gmail.com>
-
Haripriya Baskaran authored
-
MozLando authored
6971: Issue #2985: Pass original article URL to JSDOMParser r=jonalmeida a=csadilek Bug that happened in #2985 - passing the moz:// extensions (current page URL) instead of the original article URL to the new parser. This causes relative links on a reader page to break as they link to moz://..../ instead of the original page. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
6956: Close #6953: Report native fatal crash to Sentry as level FATAL r=pocmo a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
MozLando authored
6875: Remove service-glean's hard-dependency on httpurlconnection r=Dexterp37 a=badboy Remove service-glean's hard-dependency on httpurlconnection We still test with it, so we keep it around. *BREAKING CHANGE*: Users will need to supply a configuration with a ping uploader to Glean now. A default lib-fetch-httpurlconnection implementation can be used like this: ```kotlin import mozilla.components.lib.fetch.httpurlconnection.HttpURLConnectionClient; import mozilla.components.service.glean.config.Configuration; import mozilla.components.service.glean.net.ConceptFetchHttpUploader; val config = Configuration(httpClient = ConceptFetchHttpUploader(lazy { HttpURLConnectionClient() })) Glean.initialize(context, true, config) ``` For Java this becomes: ```java import mozilla.components.lib.fetch.httpurlconnection.HttpURLConnectionClient; import mozilla.components.service.glean.config.Configuration; import mozilla.components.service.glean.net.ConceptFetchHttpUploader; ConceptFetchHttpUploader httpClient = ConceptFetchHttpUploader.fromClient(new HttpURLConnectionClient()); Configuration config = new Configuration(httpClient); Glean.INSTANCE.initialize(context, true, config); ``` Fixes #6660 (at least partly) I'm not familiar enough with service-experiments, so @travis79 would need to take a look. cc @pocmo for visibility. Co-authored-by:
Jan-Erik Rediger <janerik@fnordig.de>
-