Commit Graph

8180 Commits

Author SHA1 Message Date
mcarare
5feedd38c2 For #25808: Update method signature for AnimatorListenerAdapter. 2022-11-16 17:30:51 +00:00
mcarare
40fbcb6e9e For #25808: Update method signatures for View.OnAttachStateChangeListener 2022-11-16 17:30:51 +00:00
mcarare
0189958bff For #25808: Handle a11y obtain() methods deprecations. 2022-11-16 17:30:51 +00:00
mcarare
8638fa3ba3 For #25808: Update method signature for View.AccessibilityDelegate. 2022-11-16 17:30:51 +00:00
mcarare
c947fa07bf For #25808: Fix smart cast exception. 2022-11-16 17:30:51 +00:00
Mugurell
a71aad1702 For #26826 - Add test tags allowing to differentiate Pocket stories 2022-11-16 10:11:45 +00:00
oana.horvath
537c296f63 For #27220: replaces manually deleting a file with deleting storage programmatically. 2022-11-16 09:05:46 +00:00
Arturo Mejia
cca309e0e6 Improve site permissions 2022-11-16 03:28:25 +00:00
rxu
fd716ddbe3 Add distribution_id in baseline ping 2022-11-16 02:24:12 +00:00
mozilla-l10n-automation-bot
5c0dcda19e
Import l10n. (#27856) 2022-11-16 00:34:30 +00:00
Jonathan Almeida
840c91d9e8 Close #26475: Remove more feature flags 2022-11-15 22:06:01 +00:00
owlishDeveloper
8589aec0a0 Bug 1796146 - Add UI for the Cookie Banner preferences 2022-11-15 19:42:54 +00:00
kl3jvi
c87589bef2 For #27575: Add String.toHexColor extension 2022-11-15 19:11:57 +00:00
Alexander Gramiak
48288f0198 For #21414: Use MenuProvider and MenuHost interface methods
onPrepareOptionsMenu was not being called on invalidateOptionsMenu,
which led to the saveButton being left enabled even with invalid
hostnames, usersnames, and passwords.
2022-11-15 15:12:08 +00:00
mcarare
c67bbb3e03 For #27538: Return null for clipboard text longer than MAX_URI_LENGTH.
This avoids extra processing of large text that is unlikely to be an URL.
2022-11-15 09:42:56 +00:00
mozilla-l10n-automation-bot
76159bcbba
Import l10n. (#27835)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-15 01:08:35 +00:00
MatthewTighe
b2c89763f1 Remove all unused strings marked moz:removedIn <= 106 2022-11-15 00:32:58 +00:00
Roger Yang
5222d2bd8b Close #27795: Add metrics ping to see if user allows notifications 2022-11-15 00:00:31 +00:00
Gabriel Luong
20b396e0cd For #26475 - Remove unnecessary features flags 2022-11-14 22:31:55 +00:00
mike a
7c4050eb08 Closes #25809: tapping on search engine triggers engine selection 2022-11-14 20:47:03 +00:00
mozilla-l10n-automation-bot
9113bdb513
Import l10n. (#27821) 2022-11-14 00:42:02 +00:00
mozilla-l10n-automation-bot
ae751dd574
Import l10n. (#27817) 2022-11-13 00:40:06 +00:00
mozilla-l10n-automation-bot
2aa79d30d2
Import l10n. (#27811) 2022-11-12 00:36:43 +00:00
mozilla-l10n-automation-bot
cdabd25cd8
Import l10n. (#27805) 2022-11-11 00:40:17 +00:00
Roger Yang
be63c162b0 Close #27779: Add telemetry for showing the default browser notification 2022-11-10 19:07:33 +00:00
Mugurell
18d51d9ce2 For #27549 - Collect shim data about the Pocket sponsored stories.
With the new telemetry will immediately report when a certain Pocket sponsored
story is shown (visible more than 50%) or clicked by the user.
The reasons for the new ping help easily identify the probe being sent and the
type of shim data.
2022-11-10 14:38:59 +00:00
mozilla-l10n-automation-bot
786358c7dd
Import l10n. (#27787) 2022-11-10 00:38:09 +00:00
MatthewTighe
3c9ba2bbaa For #27782: add first URI load growth data 2022-11-09 22:48:05 +00:00
MatthewTighe
5947344dd2 For 27768: add FirstAppOpenForDay growth data 2022-11-09 22:48:05 +00:00
mergify
6b89c28604 update initial_experiments.json based on the current first-run experiments in experimenter 2022-11-09 14:35:59 -05:00
AndiAJ
8fa230a78e For #27714 fix disabled sponsored shortcut UI tests 2022-11-09 18:40:55 +00:00
Alexander Gramiak
ba5ee133dc For #27734: Make tab tray overflow menu background layer2
This matches with the toolbar overflow menu.
2022-11-09 18:15:04 +00:00
Alexander Gramiak
df2458002b For #27715: Allow FirefoxColors.copy to override some values
This helps to reduce theme color duplication, making it easier to see
which parameters differ.

This also brings FirefoxColors closer to the upstream Compose Material
Colors class.
2022-11-09 17:17:48 +00:00
Mugurell
af8e364381 For #26826 - Add test tags for the recent bookmarks section. 2022-11-09 16:38:04 +00:00
Mugurell
0924de7753 For #26826 - Add test tags for the recent visits section. 2022-11-09 16:38:04 +00:00
Mugurell
5102adc001 For #26826 - Add test tags for the recent tabs section. 2022-11-09 16:38:04 +00:00
Mugurell
f8c0ad0e59 For #26826 - Add test tags for the Pocket section 2022-11-09 16:38:04 +00:00
oana.horvath
f8124ffb28 For #27522: Re-enabled and added search group UI tests 2022-11-09 16:03:54 +00:00
mozilla-l10n-automation-bot
55185dcca9
Import l10n. (#27769)
Co-authored-by: dsmithpadilla <88508950+dsmithpadilla@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-09 06:59:31 +00:00
Jonathan Almeida
706a73ea3e Issue #27759: Add link to storageMaintenance flag 2022-11-09 06:25:42 +00:00
mergify
945019e07c update initial_experiments.json based on the current first-run experiments in experimenter 2022-11-09 00:58:38 -05:00
Jonathan Almeida
81f513e357 Bug 1798805 - Initialize the FxaPushSupportFeature
We added the new `initialize` to explicitly make the call to start the
feature but we never actually used it here after it landed.
2022-11-08 17:45:40 -05:00
Roger Yang
5af08cd72c Close #27023: Add capability to override telemetry URL using local properties 2022-11-08 18:13:52 +00:00
AndiAJ
39937f51c9 For #27392 fix flaky verifyAboutFirefoxPreview UI test 2022-11-08 10:03:50 +00:00
Ben Dean-Kawamura
70e740f23e Updating the code to work with application-services v95.0.0
This required updating the code to handle the new app-services error
hierarchy.
2022-11-08 05:00:42 +00:00
mozilla-l10n-automation-bot
78bedb9f3c
Import l10n. (#27749)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-08 01:14:05 +00:00
MatthewTighe
2bccb86a9b For #27698: add set as default growth data 2022-11-07 19:04:46 -05:00
Noah Bond
c59b0845a0 For #27746 - Move top sites text outside of backplating 2022-11-07 22:52:45 +00:00
Noah Bond
82fb016098 Revert "For #26606 - Add backplating to Top Sites 2022-11-07 22:52:45 +00:00
Alexander Gramiak
3c0aaa75c0 For #27511: Remove duplicate padding update code
This padding update is already performed in FenixSnackbar.make when
isDisplayedWithBrowserToolbar is true, and that variable has no other
side-effects, so simply use that code.
2022-11-07 18:47:12 +00:00