- 08 Mar, 2020 1 commit
-
-
MickeyMoz authored
-
- 06 Mar, 2020 5 commits
-
-
MozLando authored
6176: 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
6191: GeckoView update (nightly) (20200306-140621) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
Sebastian Kaspari authored
-
Mozilla L10n Automation Bot authored
-
- 05 Mar, 2020 18 commits
-
-
MozLando authored
6185: Closes #6184: Pass 'guid' correctly into update/add logins methods r=ekager a=grigoryk Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
Grisha Kruglov authored
-
MozLando authored
6183: Closes #6163: Update the tracking protection lists in SystemEngine r=psymoon a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
-
Arturo Mejia authored
-
Arturo Mejia authored
domain_blacklist.json maps to disconnect-blacklist.json commit(shavar-prod-lists) d5755856f4eeab4ce5e8fb7896600ed7768368e5 domain_whitelist.json maps to disconnect-entitylist.json commit(shavar-prod-lists) 01dcca911aa7787fd835a1a19cef1012296f4eb7
-
MozLando authored
6165: Closes #6162: Provide API to speculatively create engine session r=pocmo a=csadilek See https://github.com/mozilla-mobile/android-components/issues/6162#issuecomment-594093161 . Another advantage of decoupling this from `speculativeConnect` is that we can also handle private sessions. Applied to all 3 engine variants. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Sebastian Kaspari authored
-
MozLando authored
6181: Closes #6180: Update browser-engine-gecko to GeckoView 74 RC2. r=jonalmeida a=pocmo The actual merge day is next week. But we do already have a stable RC build for GeckoView 74 and therefore would like to update `browser-engine-gecko` already to ship it with Focus. `browser-engine-beta` and `browser-engine-nightly` will be updated next week after merge day. Co-authored-by:
Sebastian <s.kaspari@gmail.com>
-
Christian Sadilek authored
-
Sebastian authored
-
MozLando authored
6179: GeckoView update (nightly) (20200305-140730) r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
6170: On memory pressure close engine sessions and keep state for restoring later. r=csadilek a=pocmo Unfortunately the implementation for this needs to live in SessionManager as long as it keeps references to EngineSession instances and thumbnails. Therefore we determine what to trim in SessionManager and notify BrowserStore to perform the same changes. Hopefully in a not to distant future we can move that to BrowserStore. Closes #5933. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
MozLando authored
6177: Docs update (20200305-120801) [ci skip] r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
Sebastian Kaspari authored
Unfortunately the implementation for this needs to live in SessionManager as long as it keeps references to EngineSession instances and thumbnails. Therefore we determine what to trim in SessionManager and notify BrowserStore to perform the same changes. Hopefully in a not to distant future we can move that to BrowserStore.
-
Sebastian Kaspari authored
-
- 04 Mar, 2020 11 commits
-
-
MozLando authored
6153: Closes #6145: Do not invoke close callback on start r=rocketsroger a=jonalmeida In the tabs tray Flow, `ifChanged` is invoked because the initial state starts with `null` and that in turn invokes the close tabs callback. We also need to pass the initial filter of tabs from the feature to satisfy changes on the app's side that we need to use here. Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
MozLando authored
6172: Manual GV Nightly upgrade to 75.0.20200304084140 r=Amejia481 a=csadilek Fixes breaking changes for web ext. APIs. I will address the deprecation of the tab delegate later today as part of https://github.com/mozilla-mobile/android-components/issues/4965 which we can fix with this. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
6056: 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>
-
Jonathan Almeida authored
-
MozLando authored
6166: Closes issue #5616: When present use sitePermissionsRules for new sitePermissions exceptions r=Baron-Severin a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
sitePermissions exceptions
-
MozLando authored
6169: Docs update (20200304-120838) [ci skip] r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
6141: Feature/#6140 add toolbar menu dismiss setter r=Amejia481 a=BranescuMihai Co-authored-by:
Mihai Branescu <branescu.mihai@gmail.com>
-
Mozilla L10n Automation Bot authored
-
- 03 Mar, 2020 5 commits
-
-
MozLando authored
6080: Closes #6079: Add strictSocialTrackingProtection on SessionTypes PrivateOnly and RegularOnly r=Amejia481 a=Baron-Severin Co-authored-by:
Severin Rudie <srudie@mozilla.com>
-
MozLando authored
6151: Closes #6018: Do not load url during link if session is restored r=pocmo,csadilek a=psymoon The potential pitfall of this patch is we are assuming `geckoSession.restoreState()` would always be successful. Perhaps we could have a follow-up for GV to provide us a callback for when `restoreState()` is completed with a status?
🤔 Co-authored-by:Simon Chae <chaesmn@gmail.com>
-
MozLando authored
6057: Closes #6022: Let GeckoView prompt user when native code crash is non-fatal r=pocmo a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
Roger Yang authored
-
MozLando authored
6127: Closes #6147: Launch intent in third party app if URL scheme is not supported by engine r=psymoon a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-