2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00
Commit Graph

6836 Commits

Author SHA1 Message Date
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.
2022-03-16 22:10:52 +00:00
MatthewTighe
5674a4066b closes #24289: reset strict mode after WallpaperManager construction 2022-03-16 21:41:50 +00:00
Noah Bond
161b971aa6 For #24286 - Create new test for synced tabs error mapping 2022-03-16 21:13:24 +00:00
Arturo Mejia
0aab006a1c For #23489: Update SentryService reference to use the latest Sentry SDK. 2022-03-16 16:24:12 +00:00
mcarare
a9bb913653 For #19929: Use AC extension functions for window insets compat. 2022-03-16 14:58:29 +00:00
Mozilla L10n Automation Bot
a4fa1f5a52 Import l10n. 2022-03-16 01:54:36 +00:00
Roger Yang
ed71b8a92c Close #12717: Add bookmark search 2022-03-16 01:24:57 +00:00
MatthewTighe
3727d55b88 for #24177: add ui wireframe for synced recent tab 2022-03-16 00:51:24 +00:00
Gabriel Luong
221ce814ef For #24235 - Remove Tip from HomeFragmentStore 2022-03-15 23:29:58 +00:00
Gabriel Luong
0448530440 For #24235 - Remove MasterPasswordTipProvider 2022-03-15 23:29:58 +00:00
Gabriel Luong
788b83bfaa For #24229 - Remove unused MigrationTipProvider 2022-03-15 23:29:58 +00:00
Oana Horvath
5310b220fb For #23716: Disables mediaSystemNotificationInPrivateModeTest 2022-03-15 15:38:09 +00:00
Oana Horvath
6845eef5c3 For #21002: Ads new search group UI tests
Fixed and re-enabled editCustomSearchEngineTest with custom MockWebServer URL
2022-03-15 15:07:32 +00:00
Alexandru2909
787d506c82 For #24187 - Avoid creating multiple inactive CFR dialogs 2022-03-15 09:22:34 +00:00
Mozilla L10n Automation Bot
e0999f1bed Import l10n. 2022-03-15 00:36:19 +00:00
MatthewTighe
154ec3402e closes #24194: switch to IO dispatcher when cleaning wallpapers 2022-03-14 22:44:58 +00:00
Gabriel Luong
ad95f950bb For #24252 - Rename contrastText attribute to textOnColorPrimary 2022-03-14 22:08:08 +00:00
Gabriel Luong
e5d8f1e8d2 For #24252 - Rename unused snackbar attribute 2022-03-14 22:08:08 +00:00
Gabriel Luong
a6c8f8b313 For #24252 - Rename destructive attribute to textWarning 2022-03-14 22:08:08 +00:00
Gabriel Luong
a59d319eb0 For #24252 - Rename disabled attribute to textDisabled 2022-03-14 22:08:08 +00:00
Gabriel Luong
4263e1fd62 For #24252 - Rename above attribute to layer2 2022-03-14 22:08:08 +00:00
Gabriel Luong
9817be4fd0 For #24252 - Rename foundation attribute to layer1 2022-03-14 22:08:08 +00:00
Gabriel Luong
331dc3a8ec For #24252 - Rename secondaryText attribute to textSecondary 2022-03-14 22:08:08 +00:00
Gabriel Luong
f1e7b49425 For #24252 - Rename primaryText attribute to textPrimary 2022-03-14 22:08:08 +00:00
Gabriel Luong
a14c437924 For #24264 - Enable Contile feature for Nightly 2022-03-14 21:27:14 +00:00
Noah Bond
75414ae1df For #24219 - Refactor Favicon to fix previews 2022-03-14 20:54:04 +00:00
Gabriel Luong
779660f615 For #24246 - Refactor Tab from HomeFragmentStore 2022-03-14 18:59:59 +00:00
MatthewTighe
10d5bf0e66 no issue: update layer3 dark pallete color to match token 2022-03-14 18:31:56 +00:00
Gabriel Luong
4fada310b7 For #24242 - Update EditText background tint to use Border Primary 2022-03-14 18:04:03 +00:00
Gabriel Luong
ec53937dd9 For #24249 - Use Border Primary for Dividers 2022-03-14 15:39:24 +00:00
Alexandru2909
ef678b4d17 Fixes #24188 - Use app_name for InactiveTabAutoClose message 2022-03-14 09:05:24 +00:00
Alexandru2909
7e1edc828e For #23719 - Replace preference framework strings with string resources 2022-03-14 07:12:57 +00:00
Mozilla L10n Automation Bot
598dd1a86e Import l10n. 2022-03-14 02:11:46 +00:00
Gabriel Luong
cc27bcdf59 No issue - Add license to ic_share_clipboard.xml 2022-03-12 22:14:58 +00:00
Roger Yang
d45543ec40 Close #14313: Always add copy to clipboard action in share actions 2022-03-12 16:24:15 +00:00
Mozilla L10n Automation Bot
df4d7a9004 Import l10n. 2022-03-12 00:35:52 +00:00
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
2022-03-11 22:23:54 +00:00
Gabriel Luong
c9a47d08a8 For #24130 - Change Shortcuts setting to toggle the display of Top Sites 2022-03-11 19:48:08 +00:00
Noah Bond
2ea99c9a1c For #23219 - Add favicons to synced tabs list 2022-03-11 18:54:59 +00:00
Mugurell
06ffc33ca2 For #23415 - Add support for GeckoView Screen Orientation APIs 2022-03-11 18:18:12 +00:00
Oana Horvath
a6c78d8364 For #21002: Ads new wallpapers UI tests 2022-03-11 09:09:29 +00:00
Mozilla L10n Automation Bot
26d2aceb79 Import l10n. 2022-03-11 00:37:38 +00:00
Gabriel Luong
bb94bc86e5 For #24141 - Replace @color/button_text_color with @color/fx_mobile_[text|icon]_color_action_secondary 2022-03-10 18:17:06 +00:00
Gabriel Luong
76c2f1e210 For #24141 - Replace @color/grey_button_color with @color/fx_mobile_action_color_secondary 2022-03-10 18:17:06 +00:00
Gabriel Luong
ef0db6fd12 For #24141 - Add Icon Action Primary and Secondary design tokens 2022-03-10 18:17:06 +00:00
Mozilla L10n Automation Bot
c49eb6deeb Import l10n. 2022-03-10 00:38:13 +00:00
Grigory Kruglov
02dd67b8d1 Remove duplicate 'start' call for the account manager
We are already starting the account manager in BackgroundServices,
so this call is a no-op (its gets dropped by the state machine).
2022-03-09 14:39:41 -08:00
Arturo Mejia
ba5a4affb7 For #23489: Update SentryService reference to use legacy component. 2022-03-09 19:22:46 +00:00
Alexandru2909
c1431c5c12 For #22189 - Replace app name with 'Firefox' for Sync strings 2022-03-09 18:01:17 +00:00
Grigory Kruglov
7ca7190199 Bump Android-Components version to 100.0.20220309001717 2022-03-08 22:05:32 -08:00
Grigory Kruglov
6c793e035b Closes #15882: check for account state abnormalities after account manager is ready 2022-03-08 22:05:32 -08:00
Mozilla L10n Automation Bot
a320d75b61 Import l10n. 2022-03-09 00:37:40 +00:00
Gabriel Luong
1f935e4bdc For #24108 - Use Layer3 for swipe to delete background color 2022-03-09 00:05:48 +00:00
Gabriel Luong
90e49c71d6 For #24107 - Use Layer1 for tab tray list item background color 2022-03-09 00:05:48 +00:00
Gabriel Luong
61ef3907a4 For #24082 - Use Icon Secondary for the tab tray globe thumbnail icon color 2022-03-09 00:05:48 +00:00
Gabriel Luong
97ecf4e45e For #24082 - Use Layer2 for the tab tray thumbnail item background color 2022-03-09 00:05:48 +00:00
Gabriel Luong
4c699c74d6 For #24156 - Remove all unused strings marked moz:removedIn <= 97 2022-03-08 21:34:54 +00:00
Mozilla L10n Automation Bot
1cbf2b2c75 Import l10n. 2022-03-08 00:46:17 +00:00
Mozilla L10n Automation Bot
9cc28a2f47 Import l10n. 2022-03-07 00:52:38 +00:00
Mozilla L10n Automation Bot
b88600f4d6 Import l10n. 2022-03-06 00:44:47 +00:00
Mozilla L10n Automation Bot
ded4266928 Import l10n. 2022-03-04 19:54:23 -05:00
Gabriel Luong
a0f8c2a1a5 For #24102 - Use Layer Accent Opaque color for the selected tab tray item background in list view 2022-03-04 21:15:30 +00:00
Gabriel Luong
11b440f8f1 For #24102 - Add Layer Accent Opaque design token 2022-03-04 21:15:30 +00:00
Gabriel Luong
ab74d55cfe For #24102 - Rename layerNonOpaque to layerAccentNonOpaque in FirefoxThemes 2022-03-04 21:15:30 +00:00
Gabriel Luong
65b1716495 For #23990 - Allow for Nimbus experimentation for Contile top sites 2022-03-04 17:20:38 +00:00
mcarare
094cd63242 For #24075: Add PDF download metrics. 2022-03-04 06:17:57 +00:00
mcarare
653f149cc2 For #24075: Add PDF download metrics. 2022-03-04 06:17:57 +00:00
Mozilla L10n Automation Bot
ae727f1236 Import l10n. 2022-03-04 00:49:43 +00:00
Gabriel Luong
50a7a8499c For #24080 - Use layer accent non opaque for the tabs tray and history selected background color 2022-03-03 22:13:20 +00:00
Gabriel Luong
56022546f2 For #23893 - Add telemetry for Contile services 2022-03-03 20:56:44 +00:00
Gabriel Luong
ae1a2f3625 For #24055 - Use Primary Button design colors for Save Collection Primary Button 2022-03-03 18:06:57 +00:00
Gabriel Luong
c2bc0eefc4 For #24055 - Replace snackbar attribute with actionPrimary attribute 2022-03-03 18:06:57 +00:00
Gabriel Luong
aebd2d4b3a For #24055 - Replace ?inset with Action Primary color Primary Buttons 2022-03-03 18:06:57 +00:00
Gabriel Luong
b97d28db59 For #24055 - Replace ?contrastText with Icon On Color color for Primary Buttons 2022-03-03 18:06:57 +00:00
Gabriel Luong
d67720d7f3 For #24055 - Replace ?contrastText with Action Primary Text for Primary buttons 2022-03-03 18:06:57 +00:00
Gabriel Luong
d19f7a7fad For #24055 - Replace ?accent with Action Primary for Primary Buttons 2022-03-03 18:06:57 +00:00
mcarare
597cc84a76 For #23399: Add tabs tray multi-select telemetry. 2022-03-03 09:32:38 +00:00
Mozilla L10n Automation Bot
fe0e4e9215 Import l10n. 2022-03-03 01:17:15 +00:00
Gabriel Luong
bd3f1a420e For #24069 - Use the correct design tokens for Powered by Pocket text 2022-03-03 00:45:31 +00:00
Gabriel Luong
50ab3d451e For #24066 - Use secondary text color for the No Collections description 2022-03-02 22:20:34 +00:00
Gabriel Luong
691e303677 For #24062 - Remove showHomeBehindSearch feature flag 2022-03-02 18:25:18 +00:00
Gabriel Luong
09101eb787 For #24051 - Remove showStartOnHomeSettings feature flag 2022-03-02 15:22:35 +00:00
Mozilla L10n Automation Bot
4becaaa8cc Import l10n. 2022-03-02 01:20:56 +00:00
Gabriel Luong
ae59f5a7a7 For #23388 - Update scrim to match design system 2022-03-02 00:16:49 +00:00
Arturo Mejia
1c66804c0b Add remote wallpapers 2022-03-01 22:16:52 +00:00
Gabriel Luong
b6f066c9ed For #24042- Remove inactive tabs survey 2022-03-01 18:16:05 +00:00
mcarare
1aac79357a For #22189: Replace placeholder with app name. 2022-03-01 14:27:54 +00:00
Alexandru2909
19d1e227ed For #23936 - Show dialog on credit card delete 2022-03-01 09:29:07 +00:00
mcarare
47077fe2ec For #21743: Use isNumericAddress to validate Ipv4 and Ipv6 for SDK>=29. 2022-03-01 07:57:19 +00:00
Mugurell
4cc9a74c3d Revert "For #23871 - Update compose to 1.1.0 and kotlin to 1.6.10"
This reverts commit 23f41c9c68.
2022-03-01 06:50:28 +00:00
Mozilla L10n Automation Bot
19ea02077c Import l10n. 2022-03-01 00:46:59 +00:00
Noah Bond
ae9f3ab074 For #23238 - Refactor synced tabs sections to be collapsible 2022-02-28 21:38:15 +00:00
Noah Bond
e3037ad767 For #23991 - Fix synced tabs error text mapping 2022-02-28 19:38:01 +00:00
MatthewTighe
f6872407f3 closes #23997: add day/night versions of applicable wallpapers 2022-02-28 19:09:37 +00:00
Gabriel Luong
a6b5ab6726 For #24006 - Return a null change payload if the new top sites list is larger than the old 2022-02-28 18:41:20 +00:00
Gabriel Luong
e643591338 For #24014 - Replace @color/secondary_text_private_theme with @color/fx_mobile_private_text_color_secondary 2022-02-28 17:55:10 +00:00
Gabriel Luong
41cb226cf7 For #24014 - Replace @color/caption_text_private_theme with @color/fx_mobile_private_text_color_secondary 2022-02-28 17:55:10 +00:00
Gabriel Luong
5872b0a148 For #24014 - Replace @color/caption_text_normal_theme with @color/fx_mobile_text_color_secondary 2022-02-28 17:55:10 +00:00
AndiAJ
48740095bf Disable rememberAllowAudioVideoPermissionChoiceTest UI test 2022-02-28 16:14:27 +00:00
Gabriel Luong
6fbffa3807 For #24008 - Only refresh the contile top sites cache if feature is enabled 2022-02-28 15:43:57 +00:00