Commit Graph

4431 Commits (02728bc260f8d6f964c489af0390fe3b8861b2fb)

Author SHA1 Message Date
Elise Richards 0b981dde5f
For #23503: Respect studies and telemetry prefs when manually opting in to studies (#23955)
* For #23503: Respect studies pref and telemetry enabled pref when manually opting in to studies

* Add button to snackbar in nimbus secret settings that allows user to go directly to their data collection prefs

* Remove refactoring

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Noah Bond 280afc9d0b For #24394 - Replace custom synced tabs header with new generic header 2 years ago
Christian Sadilek 47f55924e1 Address breaking changes in A-C 100.0.20220324222826 2 years ago
Roger Yang db46dd3a13 Close #24414: Enable Clear Site Data 2 years ago
Noah Bond f8a4661691 For #24337 - Make a reusable section header for lists in Compose 2 years ago
mike a ee79ad629e Closes #23517: updated the tests 2 years ago
mike a 9aa613c443 Closes #23517: history items are not being removed after deletion 2 years ago
Christian Sadilek 8b595fa30c Closes #24407: Allow query parameters in AMO installation URLs 2 years ago
Gabriel Luong b4725429e8 For #24334 - Add FeatureFlag for Unified Search feature 2 years ago
MatthewTighe c1d2a9fb70 closes #24366: reset strict mode after locale read 2 years ago
Gabriel Luong b72c915d77 For #24114 - Dispatch the current mode when the HomeFragment is created 2 years ago
Gabriel Luong 48635fb031 For #24114 - Check feature settings to show and hide home screen sections 2 years ago
Gabriel Luong d7a9e304fb For #24114 - Refactor initial HomeFragmentState into AppState 2 years ago
Gabriel Luong aaa3d7b977 For #24114 - Refactor HomeFragmentStore parameters to AppStore 2 years ago
Gabriel Luong c2e3d251cb For #24114 - Refactor HomeFragmentState into AppState 2 years ago
Gabriel Luong 09df4dd787 For #24114 - Refactor ext/HomeFragmentState to ext/AppState 2 years ago
Mugurell 81604e8612 For #24342 - Actually log when Pocket stories are shown
Based on this we'll send telemetry and rotate the stories shown to prioritize
fresh ones instead of the ones already shown.
2 years ago
Arturo Mejia 55c707a412 Closes #24305: Remove false wallpaper NPE Sentry report 2 years ago
MatthewTighe 9d681a9de0 closes #24306: add nav argument to open tabs tray to an initial page 2 years ago
Grigory Kruglov cbd0c07c6f For #23697: Allow pasting plain text in toolbar long press 2 years ago
Grigory Kruglov fc39c187cd For #23697: Treat text/x-moz-url mime type clipboard text as url
It seems like this is the MIME type we're getting from the clipboard in
certain scenarios, e.g. after copying a link from Chrome or Gmail on
some devices.
2 years ago
MatthewTighe 5674a4066b closes #24289: reset strict mode after WallpaperManager construction 2 years ago
Noah Bond 161b971aa6 For #24286 - Create new test for synced tabs error mapping 2 years ago
Arturo Mejia 0aab006a1c For #23489: Update SentryService reference to use the latest Sentry SDK. 2 years ago
mcarare a9bb913653 For #19929: Use AC extension functions for window insets compat. 2 years ago
Roger Yang ed71b8a92c Close #12717: Add bookmark search 2 years ago
MatthewTighe 3727d55b88 for #24177: add ui wireframe for synced recent tab 2 years ago
Gabriel Luong 221ce814ef For #24235 - Remove Tip from HomeFragmentStore 2 years ago
Gabriel Luong 0448530440 For #24235 - Remove MasterPasswordTipProvider 2 years ago
Gabriel Luong 788b83bfaa For #24229 - Remove unused MigrationTipProvider 2 years ago
Alexandru2909 787d506c82 For #24187 - Avoid creating multiple inactive CFR dialogs 2 years ago
MatthewTighe 154ec3402e closes #24194: switch to IO dispatcher when cleaning wallpapers 2 years ago
Gabriel Luong ad95f950bb For #24252 - Rename contrastText attribute to textOnColorPrimary 2 years ago
Gabriel Luong a6c8f8b313 For #24252 - Rename destructive attribute to textWarning 2 years ago
Gabriel Luong a59d319eb0 For #24252 - Rename disabled attribute to textDisabled 2 years ago
Gabriel Luong 4263e1fd62 For #24252 - Rename above attribute to layer2 2 years ago
Gabriel Luong 9817be4fd0 For #24252 - Rename foundation attribute to layer1 2 years ago
Gabriel Luong 331dc3a8ec For #24252 - Rename secondaryText attribute to textSecondary 2 years ago
Gabriel Luong f1e7b49425 For #24252 - Rename primaryText attribute to textPrimary 2 years ago
Gabriel Luong a14c437924 For #24264 - Enable Contile feature for Nightly 2 years ago
Noah Bond 75414ae1df For #24219 - Refactor Favicon to fix previews 2 years ago
Gabriel Luong 779660f615 For #24246 - Refactor Tab from HomeFragmentStore 2 years ago
MatthewTighe 10d5bf0e66 no issue: update layer3 dark pallete color to match token 2 years ago
Alexandru2909 ef678b4d17 Fixes #24188 - Use app_name for InactiveTabAutoClose message 2 years ago
Alexandru2909 7e1edc828e For #23719 - Replace preference framework strings with string resources 2 years ago
Roger Yang d45543ec40 Close #14313: Always add copy to clipboard action in share actions 2 years ago
Grigory Kruglov 5daa06f7dc For #23697: Avoid NPEs while pasting URLs from the clipboard
It's possible for clipboard contents to have changed in the time between we've constructed
the onClick listeners and when they're actually invoked. Code before assumed that 'text'
will be not-null, and would crash otherwise. With this change, we're capturing contents of
the clipboard before constructing onClick handlers (while also asserting correct behaviour
of 'ClipboardHandler').

With this change, we'll log an error if we were told that clipboard contains a URL, but immediately
after that check 'text' was actually null. This would indicate one of two things:
- issues within the ClipboardHandler
- changing contents of the ClipboardHandler within a tiny time window between our check and querying
2 years ago
Gabriel Luong c9a47d08a8 For #24130 - Change Shortcuts setting to toggle the display of Top Sites 2 years ago
Noah Bond 2ea99c9a1c For #23219 - Add favicons to synced tabs list 2 years ago
Mugurell 06ffc33ca2 For #23415 - Add support for GeckoView Screen Orientation APIs 2 years ago