Commit Graph

7915 Commits (48b7241c750a0e1bf6af07022f18ee839f4fac80)
 

Author SHA1 Message Date
Andrew Halberstadt 48b7241c75 For #23040 - Add hand curated parameters files to `taskgraph/test/params` 3 years ago
MickeyMoz e7ea5ebdd2 Update Android Components version to 97.0.20220103143211. 3 years ago
Mozilla L10n Automation Bot 9c10f7abb6 Import l10n. 3 years ago
MickeyMoz 68468f86ee Update Android Components version to 97.0.20220102143445. 3 years ago
Mozilla L10n Automation Bot c91be63240 Import l10n. 3 years ago
MickeyMoz 0c48f4469a Update Android Components version to 97.0.20220101143102. 3 years ago
Mozilla L10n Automation Bot 4d0203c60c Import l10n. 3 years ago
Mozilla L10n Automation Bot e7d64d886e Import l10n. 3 years ago
MickeyMoz 14af8a27fd Update Android Components version to 97.0.20211230143407. 3 years ago
mike a 46b5dd2706 Closes #10737: Searching a language/saved password displays a misplaced "x".
Setting max width for the search view in language settings and saved logins screens. Removed SyncAuthClosed event from LocaleSettingsFragment, an apparent copy-paste.
3 years ago
Mozilla L10n Automation Bot acc21f9f7f Import l10n. 3 years ago
MickeyMoz 7a41c19c2d Update Android Components version to 97.0.20211229143445. 3 years ago
Gabriel Luong c8e2fd3847 For #22973 - Remove @color/contrast_text_light_theme redirection 3 years ago
Gabriel Luong 794823c5ec For #22983 - Remove @color/destructive_button_text_color redirection 3 years ago
TasosB 05e6ba40b4 For #21483 - Remove light theme tinting of folder icon in the Bookmark view 3 years ago
TasosB 54ffe7db03 For #21483 - Use primaryText attribute for download icons fill color 3 years ago
MickeyMoz 47a1e37999 Update Android Components version to 97.0.20211228143314. 3 years ago
Gabriel Luong 4078bf7863 For #22971 - Remove @color/above_dark_theme redirection 3 years ago
Mozilla L10n Automation Bot 716e1194a0 Import l10n. 3 years ago
MickeyMoz 3be0847d4a Update Android Components version to 97.0.20211227143407. 3 years ago
Mozilla L10n Automation Bot fa377bf0d6 Import l10n. 3 years ago
MickeyMoz d29304b0b1 Update Android Components version to 97.0.20211224190059. 3 years ago
Mozilla L10n Automation Bot ec9cf0338e Import l10n. 3 years ago
MickeyMoz b061524774 Update Android Components version to 97.0.20211224143444. 3 years ago
rxu 2203ebf923 Pass distribution_id to Socorro crash report 3 years ago
Mozilla L10n Automation Bot 00d18125b2 Import l10n. 3 years ago
Gabriel Luong c50073f7e4 For #22965 - Add Form On, Form Off, Indicator Active, Indicator Inactive color tokens 3 years ago
Gabriel Luong 3ffece2b87 For #22965 - Remove Control Active color token 3 years ago
Gabriel Luong 38c55dbbc0 For #22965 - Update description of Layer Accent color token 3 years ago
Gabriel Luong a7e78a19d0 For #22965 - Update description of Text Inverted color token 3 years ago
Gabriel Luong c9cb55cf3f For #22965 - Remove Control Dark design color token 3 years ago
Gabriel Luong 945dde72e3 For #22965 - Rename Action Disabled to Form Disabled for the design color tokens 3 years ago
Gabriel Luong 97c42ca84e For #22965 - Update Control to Form Surface design colors 3 years ago
Gabriel Luong 5bea4554ad For #22965 - Add Form Selected design color token 3 years ago
Gabriel Luong c9bc38d67c For #22965 - Update Action Teritary to Form Default design colors 3 years ago
Gabriel Luong 1cf91a2ef4 For #22965 - Change Pill button to Chip for Action Secondary design color token description 3 years ago
Gabriel Luong 16bf150fb9 For #22965 - Remove Toolbar background from the description of Layer 3 design color token 3 years ago
Roger Yang 0b0f69ab4e Closes #22754: Customize home button should work on fresh install 3 years ago
MickeyMoz 4059d7828d Update Android Components version to 97.0.20211223143124 3 years ago
Arturo Mejia 27def6fd0c For #22851: Optimize wallpaper testing images. 3 years ago
Roger Yang b9b2bc3c7d Issue #22561: Fix tab group titles colour when in private mode 3 years ago
mcarare 03f1aa3d8b For #22415: Remove element type from content descriptions.
Adding the type to content description is not advised according to a11y guidelines.
3 years ago
Gabriel Luong dc576a2ad7 Revert "For #22777 - Replace about_link_normal_theme with fx_mobile_text_color_action"
This reverts commit 986a48b1db.
3 years ago
isabelrios 90b9da3d9f add reviewer comments 3 years ago
isabelrios bf75af30e0 No bug - Update l10nScreenshotsTests doc 3 years ago
mavduevskiy 89f5e96d73
For #18160: Show a prompt when trying to leave private browsing with active downloads (#22912)
Co-authored-by: mike a <mavduevskiy@gmail.com>
3 years ago
Mozilla L10n Automation Bot 105a2e5fc6 Import l10n. 3 years ago
Grisha Kruglov 5bbfd49e1d Refactor History types to eliminate nullability
This introduces a separate HistoryDB type at the PagedHistoryProvider
layer, that doesn't need to deal with positions. Positioning logic in
HistoryDataSource becomes a type conversion between the new type and an
existing History type that UI and ItemKeyedDataSource API is written against.

With this refactor, we entirely eliminate nullability from these types.
3 years ago
Grisha Kruglov 836ff1151b Closes #22764: Convert History.id to an Int position
We were converting Long timestamps into Ints (and getting negative
numbers back), and treating that as, basically, a position for the
paging API; the paging API would pass us back the obscure negative
number back as an offset, and we'll mishandle it resulting in an
infinite loop.

This patch removes all of the Long -> Int conversions, and introduces an
explicit 'position' that is calculated once we have a full page of
results completed.
3 years ago
Mugurell 34c0a17b4d For #22852 - Add a new "Storage access" permission 3 years ago