- 18 Dec, 2019 1 commit
-
-
MickeyMoz authored
-
- 17 Dec, 2019 18 commits
-
-
MozLando authored
5282: For #5280 - expose clear method of LocaleManager r=Amejia481 a=BranescuMihai Co-authored-by:
Mihai Branescu <branescu.mihai2@gmail.com>
-
Mihai Branescu authored
to LocaleManager.
-
MozLando authored
5292: Closes #5243: Split AppLinksFeature into feature and interceptor r=csadilek a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
Roger Yang authored
-
MozLando authored
5340: Issue #4500: Wire up UI -> AddonManager r=psymoon,Amejia481 a=csadilek Next 🧩 . Wiring up UI and AddonManager. uBlock can be installed/uninstalled with this. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
5337: Add addons strings in l10n to be localized r=psymoon a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
MozLando authored
5338: Import strings from android-l10n. r=Amejia481 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
-
MozLando authored
5335: Bump the Glean SDK to v 22.1.0. r=Dexterp37 a=Dexterp37 Co-authored-by:
Alessio Placitelli <alessio.placitelli@gmail.com>
-
Arturo Mejia authored
-
Alessio Placitelli authored
-
MozLando authored
5332: Update to detekt 1.2.2. r=psymoon a=pocmo 1.0.1 -> 1.2.2. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
Emily Kager authored
-
MozLando authored
5306: Replace underscores with dashes in the sync pings r=linacambridge,Dexterp37 a=badboy **Note**: Please wait with merging this until I verified that the pipeline properly handles this and puts them in the right table. Co-authored-by:
Jan-Erik Rediger <janerik@fnordig.de>
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
- 16 Dec, 2019 12 commits
-
-
MozLando authored
5309: Closes #5204: Remove 'even distribution' tests. r=csadilek a=pocmo We discussed removing them during our planning meeting. Those tests were helpful in the beginning when we were not sure how much we could trust the distribution. However the nature of those tests mean that they can fail intermittently (and randomly they do) and that is blocking more than helping. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
Sebastian Kaspari authored
-
MozLando authored
5327: Issue #4500: Wire up AddonManager -> Engine r=Amejia481,psymoon a=csadilek Next 🧩. Wiring Up AddonManager and Engine. Next step after that: Wiring up UI and AddonManager. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
5326: GeckoView update (nightly) (20191216-140737) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
5325: GeckoView update (beta) (20191216-140732) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MickeyMoz authored
-
Mozilla L10n Automation Bot authored
-
MozLando authored
5321: GeckoView update (nightly) (20191215-140729) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
5310: Update Kotlin Coroutines to 1.3.3. r=Amejia481 a=pocmo Updating from 1.3.2 to 1.3.3. https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.3.3 Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
- 15 Dec, 2019 1 commit
-
-
MickeyMoz authored
-
- 14 Dec, 2019 2 commits
-
-
MozLando authored
5312: Closes #4240 - Clear the selection on back press r=pocmo a=gabrielluong - Adds a reference to the current session's BasicSelectionActionDelegate in GeckoEngineView Co-authored-by:
Gabriel Luong <gabriel.luong@gmail.com>
-
Gabriel Luong authored
- Adds a reference to the current session's BasicSelectionActionDelegate in GeckoEngineView
-
- 13 Dec, 2019 6 commits
-
-
MozLando authored
5311: Issue #4500: Add engine stubs for enabling/disabling extensions r=psymoon,Amejia481 a=csadilek Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
5242: For issue #5143 Initial support for triggering Addon updates. r=psymoon,csadilek a=Amejia481 This draft only includes happy path where an extension is updated without the need of re-granting permissions. Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
-
MozLando authored
5273: Closes #4529: Add method to wait for all dispatched actions to complete r=pocmo a=csadilek Putting this up for discussion. It fixes #4529, but doesn't restrict to tests. I had a case last week where I needed this (or something like it) outside of tests as well: - `MethodA` dispatches actions - `MethodB` awaits `MethodA`s completion and reads state from the store directly => There is no guarantee that `MethodB` sees the "latest" state in the store, as we're reducing on a separate (dedicated) thread. In other words, `MethodB` can await `MethodA`'s completion, but not its desired state. This is definitely an edge case, as usually we'd be observing the store bound to a scope, but there are use cases where a method just wants to read the latest state from the store, and then it would be nice to be able to make sure it is in fact the latest state (includes state changes of already dispatched actions). More specifically, my use case was getting the list of installed web extensions in an async callback from the engine, then dispatching actions to the store to save the extension's state, and having another component reading that state (just once). I wanted to guarantee that this state is always up-to-date. @pocmo wdyt? 5297: GeckoView update (nightly) (20191212-140801) r=Amejia481 a=MickeyMoz Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com> Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
Sebastian Kaspari authored
-