- 09 Apr, 2020 4 commits
-
-
MickeyMoz authored
-
MozLando authored
6566: For #6564 - Only display URL hostname for tabstray r=jonalmeida a=darkwing Fixes #6564. We don't want the entire URL, just the hostname, per @topotropic's direction. Co-authored-by:
David Walsh <davidwalsh83@gmail.com>
-
MozLando authored
6587: 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>
-
Mozilla L10n Automation Bot authored
-
- 08 Apr, 2020 22 commits
-
-
MozLando authored
6544: Close #5795: Support viewport-fit descriptor via onMetaViewportFitChange. r=jonalmeida a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
Roger Yang authored
-
MozLando authored
6432: Do not pause or display media notification when all media is muted. r=pocmo a=everett1992 Firefox preview will display a notification and request audio focus even when the playing media is a muted gif, webm or other 'lite' media. My goal is to stop requesting audio focus when the media is not playing audio. - I only considered muted media. I ignored media with volume == 0.0, and media with audioTrackCount == 0. I'm not _sure_ that audioTrackCount 0 means the media is not playing sound. A similar commit could track and check those values. - I added the check for muted audio in MediaAggregateUpdaterTest because I am nnoyed by the notifications firefox creates if I leave a page with a webm in an open tab. I think aggregating player state to NONE will disable the notification. People won't be able to play/pause muted media from a notification, but I don't expect that's a common usecase. The check can be moved to MediaStateDelegate to avoid chaning the notification behavior. Fixes [mozilla-mobile/fenix # 6146](https://github.com/mozilla-mobile/fenix/issues/6146 ) Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
MozLando authored
6582: GeckoView update (nightly) (20200408-140746) r=psymoon a=MickeyMoz 6583: GeckoView update (beta) (20200408-140804) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
Sebastian Kaspari authored
Co-authored-by:
Caleb Everett <everett.caleb@gmail.com>
-
MozLando authored
6581: Public Suffix List update (20200408-140624) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
David Walsh authored
-
MickeyMoz authored
-
MozLando authored
6575: Docs update (20200408-120922) [ci skip] r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
MozLando authored
6573: Removed checkboxes from unused PR template options r=psymoon a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
MozLando authored
6504: For #6501 - Increment google_materials dependency to 1.1.0. r=jonalmeida a=codrut-topliceanu Keeps backwards compatibility by adding a separate dependency for androidx.swiperefreshlayout Co-authored-by:
codrut.topliceanu <codrut.topliceanu@softvision.ro>
-
MozLando authored
6546: For #6545 - Don't assume CardView for tabstray r=jonalmeida a=darkwing Fixes #6545. Maintains same look and functionality with minimum invasive changes. Co-authored-by:
David Walsh <davidwalsh83@gmail.com>
-
MozLando authored
6571: 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
6557: For #6556 - Add customTabSessionId param to PictureInPictureFeature r=jonalmeida a=ekager Co-authored-by:
ekager <emilykager@gmail.com>
-
ekager authored
-
Mozilla L10n Automation Bot authored
-
- 07 Apr, 2020 14 commits
-
-
MozLando authored
6568: Close #6567: Return result of block in runWithSessionIdOrSelected r=ekager a=jonalmeida This is consistent with our behaviour in `runWithSession` and is more in line with what a consumer would expect. Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
Jonathan Almeida authored
This is consistent with our behaviour in `runWithSession` and is more in line with what a consumer would expect.
-
MozLando authored
6549: For #6548: Force expand toolbar if touch unhandled r=mugurell a=sblatz Co-authored-by:
Sawyer Blatz <sdblatz@gmail.com>
-
Sawyer Blatz authored
-
MozLando authored
6561: Issue #6314: Support fetching non base64 encoded data URIs r=Amejia481 a=csadilek Simple change to support data URI that are not base64 encoded. With this backup/restore is now finally working in uBlock. 6562: Merge day! r=jonalmeida a=pocmo Happy merge day everyone.
🍰 Co-authored-by:Christian Sadilek <christian.sadilek@gmail.com> Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
.. .. .. .. (Some hidden dots for Jonathan)
-
David Walsh authored
-
Sebastian Kaspari authored
-
Christian Sadilek authored
-
Sebastian Kaspari authored
-
MozLando authored
6547: Closes #4397: Migrate feature-readerview to browser-state r=pocmo a=csadilek @pocmo Super happy with how the middleware worked out. It basically maps state to other (action/state), as relevant to reader view e.g. the url has changed -> a new reader check is required. The other cases handled by the middleware are: - User opens a tab via the context menu (may or may not switch to it directly) - A new tab is selected - A tab is removed (see comment in middleware) All other functionality remains the same. Diff is big mostly because of test refactorings :) I found another way that allows us to remove all reader state from the session right away! I am storing the state in the snapshot directly (same as `engineState`) and let the `SessionManager` deal with adding/deleting it based on the state in the store. This way we don't need to pass the store along to the serializer / session storage. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
MozLando authored
6554: 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>
-
Mozilla L10n Automation Bot authored
-