- 24 Feb, 2020 1 commit
-
-
Mozilla L10n Automation Bot authored
-
- 23 Feb, 2020 4 commits
-
-
MozLando authored
6040: GeckoView update (nightly) (20200223-140643) r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
6038: Docs update (20200222-120814) [ci skip] r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
6039: GeckoView update (nightly) (20200222-140653) r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
- 22 Feb, 2020 2 commits
- 21 Feb, 2020 20 commits
-
-
MozLando authored
6031: Closes issue #6030: Improve add-ons icon transition in AddonsManagerAdapter r=psymoon a=Amejia481 6032: Closes #6019: Cancel crash notification when report action is tapped r=Amejia481 a=rocketsroger Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com> Co-authored-by:
Roger Yang <royang@mozilla.com>
-
Roger Yang authored
-
MozLando authored
6029: No issue: Fixes drawable tinting in LoginDialogFragment r=psymoon a=ekager Co-authored-by:
ekager <ekager@mozilla.com>
-
Arturo Mejia authored
AddonsManagerAdapter
-
MozLando authored
6026: Closes #6025: Disable remove actions while uninstalling in UnsupportedAddonsAdapter r=csadilek a=psymoon Co-authored-by:
Simon Chae <chaesmn@gmail.com>
-
ekager authored
-
Simon Chae authored
-
MozLando authored
6028: Add breaking customTabId rename in change log [skip ci] r=Amejia481 a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
Roger Yang authored
-
MozLando authored
6020: Manual GV upgrade to 75.0.20200221095110 r=Amejia481 a=csadilek Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
5988: Closes #5926: Launch third party app if protocol is not supported by engine. r=Amejia481 a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
MozLando authored
6017: Docs update (20200221-120849) [ci skip] r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
Roger Yang authored
-
MickeyMoz authored
-
MozLando authored
6016: GeckoView update (beta) (20200221-091909) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
5857: 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
6014: Closes issue #6006: Fix null pointer exception when trying to update an add-on without a new update available r=csadilek,psymoon a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Mozilla L10n Automation Bot authored
-
- 20 Feb, 2020 11 commits
-
-
Arturo Mejia authored
an add-on without a new update available
-
MozLando authored
5998: Closes #5998: Emit Facts for WebExtension Telemetry r=gabrielluong a=gabrielluong Fixes #5998 Co-authored-by:
Gabriel Luong <gabriel.luong@gmail.com>
-
Gabriel Luong authored
-
MozLando authored
5864: Fixed `ContextMenuFeature` and `DownloadsFeature` not working for non-selected normal tab r=pocmo a=JasonHK - Added `BrowserState.findTabOrCustomTabOrSelectedTab` extension method. - Fixed `ContextMenuFeature` not working for non-selected normal tab. - Fixed `DownloadsFeature` not working for non-selected normal tab 5997: Closes #5792: Potential deadlock between unsubscribe and dispatch r=pocmo a=csadilek As with our previous deadlock fix, we do **not** want to change the lock on the `Subscription`, as it guarantees we never dispatch to paused or stopped observers. However, the inner lock on `subscriptions` is only there for visibility purposes. We can achieve the same, namely making sure retrievals reflect the results of the most recently completed update, by using a concurrent HashSet: A set projection of https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html This removes the potential of a deadlock and I don't see any change in semantics: The `removeSubscription` case is guarded by the `Subscription` lock and can't overlap with dispatching to the same subscription. The `addSubscription` case is guarded by the lock on the `Store` which is also required for `dipsatching`, so add and dispatch can't overlap either. @pocmo wdyt? 6008: Bug 1615248 - add missing nightly entry in .cron.yml r=pocmo a=MihaiTabara Follow-up from https://github.com/mozilla-mobile/android-components/pull/5967 , I forgot to add its `cron.yml` corresponding entry for nightly releases. Co-authored-by:
Jason Kwok <JasonHK@users.noreply.github.com> Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com> Co-authored-by:
Mihai Tabara <mtabara@mozilla.com>
-
MozLando authored
4946: For #4907 - RTL url no margin set r=pocmo a=BranescuMihai This change takes into account all four possible scenarios: Legend: X button = X ActionContainer = A UrlView = U 1. (X GONE) (A GONE) <- 8dp -> (U) 2. (X GONE) (A) (U) 3. (X) (A) (U) 4. (X) (A GONE) (U) So basically, this adds 8dp only when both views in its anchoring chain are GONE. Co-authored-by:
Mihai Branescu <branescu.mihai2@gmail.com>
-
MozLando authored
6007: Closes #6004: Show web ext badge in browser menu item r=Amejia481 a=psymoon Co-authored-by:
Simon Chae <chaesmn@gmail.com>
-
Mihai Tabara authored
-
Simon Chae authored
-
MozLando authored
5591: Closes #5884 - Let PWA site controls be customized r=pocmo a=NotWoods Customize the notification that shows up when a PWA is open with any options. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
MozLando authored
6002: GeckoView update (nightly) (20200220-140714) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
- 19 Feb, 2020 2 commits
-
-
Christian Sadilek authored
-
MozLando authored
5951: Closes #5900: IntentReceiverActivity is reused when opening intent from other apps. r=pocmo a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-