Commit graph

3041 commits

Author SHA1 Message Date
Mark Hammond
acac46c032 Bug 1839228 - RemoteTabsStorage now catches the public error rather than InternalError. 2023-11-14 19:08:49 +00:00
t-p-white
e7edc82092 Bug 1821703 - Fix Compose Top Site Sponsored Sites 'flashing' appearance 2023-11-14 15:04:47 +00:00
github-actions
a0fac14440 Import translations from android-l10n 2023-11-14 00:33:28 +00:00
Ben Dean-Kawamura
7f998899ee Bug 1854383 - Increase frequency for StorageMaintenanceWorker
This changes it from running every 24 hours to every 12 as suggested in
https://bugzilla.mozilla.org/show_bug.cgi?id=1854383
2023-11-13 15:14:42 +00:00
Luca Greco
69d1b93ba6 Bug 1859585 - WebExtensionSupport should update installExtensions entries on AddonManagerDelegate.onReady calls. 2023-11-13 14:18:47 +00:00
github-actions
f8593e994f Import translations from android-l10n 2023-11-11 00:30:35 +00:00
Ryan VanderMeulen
c65ab071b9 Bug 1821005 - Revert Gradle 8 upgrade due to startup crashes
Revert "Bug 1863744 - Update Gradle to version 8.4"

This reverts commit 829795632954148709fbe945c78d55cc62053ac8.

Revert "Bug 1821005 - Apply additional keep rules for missing classes detected while running R8."

This reverts commit 8f3f246cc5ff571323f56d46963d8d176bec91e3.

Revert "Bug 1821005 - Set UI_INJECTION_HOST mode for lint in test."

This reverts commit 6962bf0b5df57781045f68417f76527bcdf521ab.

Revert "Bug 1821005 -  Include sourcesJar as an input of publishing."

This reverts commit 41b2a48da577787c3189eec8c8af71c35cfecbfb.

Revert "Bug 1821005 - Set compileOptions for android subprojects."

This reverts commit fb21df9d0a9cd585e216733dc1bf929636df20f1.

Revert "Bug 1821005 - Replace deprecated project.buildDir"

This reverts commit 6f880de46ec73f7e5240a0279108bbb6aeb0f63b.

Revert "Bug 1821005 - Exclude generated metrics docs from detekt."

This reverts commit f17d2430bf1daabeed2724312354018050f3f52a.

Revert "Bug 1821005 - Exclude build in extensions versioning from detekt."

This reverts commit 34144c5ad1d62e2d85492f8d32341bbcd032690b.

Revert "Bug 1821005 - Add uses-feature tag for camera permission."

This reverts commit 13c80944bd1756cdcaa98eef783b6a23ad12cabd.

Revert "Bug 1821005 - Set nonTransitiveRClass and nonFinalResIds build flags to false."

This reverts commit 219fbc19c54134ad264edc79642fa1799c6f54d6.

Revert "Bug 1821005 - Apply plugin: 'kotlin-android' for UI modules."

This reverts commit ddbd5e18eb9d2b33b4de4a6df48d97ec4ab42963.

Revert "Bug 1821005 - Enable generation of the BuildConfig class"

This reverts commit 65c2b8c63790fbd2352f3f94b99c80d81d18dae1.

Revert "Bug 1821005 - Add namespace to samples-glean-library module"

This reverts commit 0239233efb1cc4e896e4aa0337e3da911eeb2f1c.

Revert "Bug 1821005 - Replace deprecated toLowerCase with lowercase."

This reverts commit 69f2c66aad3aa638a1bab31b2a1e6c597d1f3992.

Revert "Bug 1821005 - Replace deprecated 'toInt' method with 'code' property."

This reverts commit 7adb38a6fbe20de3fdb6723a10e574d183e7fcff.

Revert "Bug 1821005 - Replace deprecated execResult."

This reverts commit bfd02dd16d7e5c9dbcf34858fbbe4176d698f8cd.

Revert "Bug 1849833 - Replace deprecated extractNativeLibs manifest attribute."

This reverts commit a05bc9618457ab2d71a5d3d88d8d3b0318497a54.

Revert "Bug 1821005 - Upgrade AGP to 8.0.2"

This reverts commit fc0fadd63553e2144ce074454d502ecf307eb988.

Revert "Bug 1821005 - Upgrade kotlin-dsl to 4.1.0."

This reverts commit 14e8903e922fa22e28450520be3b6152be6a3a8f.

Revert "Bug 1821005 - Upgrade Gradle to 8.3 version."

This reverts commit f14f447a4d43588d24e4ca3efde0668ddcf7cf08.
2023-11-08 13:35:38 -05:00
t-p-white
a1d508e830 Bug 1821701 - Added SVG decoding for favicons. 2023-11-08 11:57:38 +00:00
mcarare
04345cb27b Bug 1821005 - Enable generation of the BuildConfig class
For modules that use buildConfigField and generate metrics, because BuildConfig is not generated by default after Gradle 8.
2023-11-08 09:10:09 +00:00
github-actions
486f6bcf0a Import translations from android-l10n 2023-11-08 00:26:58 +00:00
github-actions
404d7867ab Import translations from android-l10n 2023-11-07 00:26:59 +00:00
Arturo Mejia
daaab52151 Bug 1862425 - Allow to control QPS prefs using nimbus. 2023-11-06 22:37:10 +00:00
Olivia Hall
e842bb5c42 Bug 1844523 - Translate and Restore to Original Engine Support
This patch adds engine support for translate and restoring the page after
a translation. `requestTranslate` and `requestTranslationRestore` are
the Gecko engine session functions.

This corresponding actions for these functions are `TranslateAction`,
and `TranslateRestoreAction`. The success and failure correspond to the
actions `TranslateSuccessAction` and `TranslateExceptionAction`.

Sample usage is provided on reference browser. The sample is currently
hardcoded to support Spanish to English page translations until the next
API is introduced.
2023-11-03 21:10:32 +00:00
DreVla
28f29ecabb Bug 1857173 - Modified page action button to adhere a11y rules
In order to adhere to recommended touch target size the page action
button sizes have been changed to 48dp, similar to Browser action
button.
2023-11-03 12:42:07 +00:00
Sammy Khamis
1c35a86353 Bug 1862350 - Remove old History delete APIs 2023-11-02 19:37:28 +00:00
Cathy Lu
005e9f15fc Bug 1845835 - Expose shopping ad attribution events in AC 2023-11-02 19:04:16 +00:00
github-actions
808dbbbd7a Import translations from android-l10n 2023-11-02 00:34:30 +00:00
github-actions
271bd1b8bd Import translations from android-l10n 2023-10-31 01:11:35 +00:00
Arturo Mejia
371aa1097e Bug 1861084 - Add cookie banner global-rules/ sub-frames to default settings and toContentBlockingSetting. 2023-10-30 19:52:29 +00:00
github-actions
55addd420e Import translations from android-l10n 2023-10-30 00:26:47 +00:00
Arturo Mejia
0b538d2d1c Bug 1861084 - Expose cookie banner global-rules/ sub-frames in ac. 2023-10-27 15:41:18 +00:00
mcarare
93e973e94b Bug 1860725 - Revert "Bug 1812797 - Add referrerUrl to Request"
This reverts commit 9947b70d23127fedee50cb60d078e0a241b63ef4.
2023-10-24 15:40:34 +00:00
Lina Butler
c4350f91fe Bug 1858542 - Introduce AwesomeBarState and Suggestion.metadata.
This commit adds:

* An `AwesomeBarState` class to hold the currently visible suggestions
  and last clicked suggestion.
* `VisibilityStateUpdated` and `SuggestionClicked` `AwesomeBarAction`s
  to update the state, and an `EngagementFinished` action to reset the
  state. Consumers will dispatch these actions on the `BrowserStore`
  in response to user interactions with the awesomebar and toolbar.
* A `metadata` map to `AwesomeBar.Suggestion`, allowing providers to
  attach opaque data to each suggestion.
2023-10-24 07:43:07 +00:00
rahulsainani
6655ad32b7 Bug 1859593 - Use ProductAnalysis and ProductRecommendation as data classes 2023-10-23 08:58:37 +00:00
jackyzy823
d63fd3cf5a Bug 1812797 - Add referrerUrl to Request 2023-10-23 05:31:29 +00:00
github-actions
12800a7920 Import translations from android-l10n 2023-10-23 00:32:06 +00:00
github-actions
b8e103f6e1 Import translations from android-l10n 2023-10-19 01:39:49 +00:00
William Durand
47ce20c22b Bug 1858925 - Add a link to AMO in the detail view 2023-10-17 19:48:10 +00:00
Sammy Khamis
5dfad08a18 Bug 1855586 - Update VisitType enum from a-s 2023-10-17 13:15:40 +00:00
Cathy Lu
7bba86ce48 Bug 1857424 - Add shopping review analysis pageNotSupported field 2023-10-16 21:14:41 +00:00
William Durand
f17b2e2769 Bug 1858925 - Fix homepageUrl field on the Addon class 2023-10-16 16:42:00 +00:00
mcarare
7e47586e45 Bug 1859017 - Handle nullability changes. 2023-10-16 13:39:23 +00:00
mcarare
0860fc8f9a Bug 1859017 - Use extension functions instead of deprecated constructors/methods. 2023-10-16 13:39:23 +00:00
Ryan VanderMeulen
6bb7cac35d Revert "Bug 1857434 - Update AC Shopping Recommendation fields to be NonNull"
This reverts commit 4173d783c7dd41b6671d73b46286ddcb946fbf2d. No longer needed.
2023-10-13 15:26:46 +00:00
Cathy Lu
a179b6a829 Bug 1857434 - Update AC Shopping Recommendation fields to be NonNull 2023-10-12 15:53:14 +00:00
Matthew Tighe
144269dab6 Revert "Bug 1853687 - run Rust work on test thread so it can complete sequentially"
This reverts commit 1d92db216df0a837accb1ce4f8e54450096d3d20.
2023-10-11 18:09:06 +00:00
Arturo Mejia
f4a627c5ac Bug 1850674 - Add extra add-on metadata. 2023-10-11 03:11:43 +00:00
github-actions
f953683d79 Import translations from android-l10n 2023-10-11 01:05:28 +00:00
mike a
1c40a9193d Bug 1854258 – in menu, only show overflowImage when it's needed 2023-10-11 00:35:56 +00:00
Matthew Tighe
1b7928727e Bug 1853687 - run Rust work on test thread so it can complete sequentially 2023-10-10 23:10:43 +00:00
rahulsainani
3d594a382d Bug 1857287 - Move isProductUrl to ContentState 2023-10-10 16:22:31 +00:00
William Durand
1883946a8b Bug 1847088 - Show a notification in the Fenix add-on manager when the extensions process spawning is disabled 2023-10-09 22:02:14 +00:00
github-actions
10649a96b0 Import translations from android-l10n 2023-10-09 00:28:11 +00:00
William Durand
f1f1138cc6 Bug 1810047 - Fixup WebExtensionPromptFeature 2023-10-05 21:08:45 +00:00
William Durand
126aebde87 Bug 1810047 - Implement UI for webextensions optional permissions. 2023-10-04 18:42:27 +00:00
Cathy Lu
e5569b689f Bug 1846341 - AC automated testing for onProductUrl, requestAnalysis, requestRecommendations 2023-10-04 03:01:17 +00:00
Cathy Lu
dd354dc0bc Bug 1848658 - Make shopping analysis field adjustedRating nullable to allow GV to set the default to null 2023-10-02 17:41:57 +00:00
github-actions
d40e474012 Import translations from android-l10n 2023-09-30 00:29:49 +00:00
github-actions
b7d4a73b76 Import translations from android-l10n 2023-09-29 00:32:17 +00:00
William Durand
d0ede5fa7d Bug 1855516 - Call disableExtensionProcessSpawning() when the user clicks the "continue without add-ons" button 2023-09-28 11:06:31 +00:00
rahulsainani
11a9d8f6d2 Bug 1847063 - Disable review checker in private mode 2023-09-27 10:40:07 +00:00
Cathy Lu
decd235fa9 Bug 1854141 - Add automated AC tests for reanalyzeProduct and requestAnalysisStatus 2023-09-27 03:10:36 +00:00
github-actions
9fd82c5e0b Import translations from android-l10n 2023-09-27 02:37:47 +00:00
Roger Yang
62d1bfe61f Bug 1855224 - Update tippy top 200 icons list 2023-09-27 01:43:33 +00:00
github-actions
0d7d73c150 Import translations from android-l10n 2023-09-26 00:31:06 +00:00
Titouan Thibaud
0e78a8b8f9 Bug 1847784: Provide a Theme to FedCM Provider Dialogs 2023-09-25 14:08:49 +00:00
Titouan Thibaud
4650c2500f Bug 1842203: Implement of the final UX of FedCM Provider and Account dialogs in Compose 2023-09-25 14:08:49 +00:00
github-actions
265ed632b5 Import translations from android-l10n 2023-09-25 00:30:27 +00:00
github-actions
20a0997481 Import translations from android-l10n 2023-09-24 00:31:01 +00:00
github-actions
e1c59f4d66 Import translations from android-l10n 2023-09-22 00:40:22 +00:00
github-actions
49fd6d8e62 Import translations from android-l10n 2023-09-21 01:20:45 +00:00
Gabriel Luong
d63efbb3d5 Bug 1853065 2023-09-20 17:33:34 +00:00
Cathy Lu
7d655590f3 Bug 1853309 - Expose Creating Shopping Analysis and Status API 2023-09-20 15:17:46 +00:00
Donal Meehan
66d2978890 Bug 1853687 - Disable store can delete by range 2023-09-19 17:39:38 +00:00
DonalMe
1088b916e9 Bug 1853687 - Disable test get history metadata between 2023-09-19 17:39:38 +00:00
github-actions
a57082d524 Import translations from android-l10n 2023-09-17 01:48:25 +00:00
Gabriel Luong
e7e5fff132 Bug 1853270 - Add LoadUrlFlag flag to allow additional headers
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
2023-09-15 15:43:31 +00:00
github-actions
7dc716eb7c Import translations from android-l10n 2023-09-13 00:40:54 +00:00
Arturo Mejia
ca33172d7f Bug 1848100 - Implement add-ons installation failed listener 2023-09-12 16:18:54 +00:00
mcarare
84353d11f8 Bug 1849833 - Move misplaced dependencies block.
dependencies are defined by buildscript.
2023-09-11 06:36:20 +00:00
mcarare
063c553913 Bug 1849833 - Replace deprecated compileSdkVersion.
This is replaced by defaultConfig compileSdk.
2023-09-11 06:36:20 +00:00
mcarare
235c47209f Bug 1849833 - Replace deprecated kotlinOptions method. 2023-09-11 06:36:20 +00:00
mcarare
5a7b24763d Bug 1849833 - Replace qualified name with import. 2023-09-11 06:36:20 +00:00
github-actions
00cfda9932 Import translations from android-l10n 2023-09-09 00:29:29 +00:00
mike a
deee4b4a1e Bug 1841572 – added styles to checkbox menu item views and overrode it on fenix side to give checkbox button more space for text 2023-09-08 03:59:09 +00:00
github-actions
2dabaedcc8 Import translations from android-l10n 2023-09-08 01:53:35 +00:00
mike a
7521c23079 Bug 1845613 – restore hidden engines for unified search settings 2023-09-08 01:34:02 +00:00
github-actions
53799de4de Import translations from android-l10n 2023-09-07 00:31:32 +00:00
Matthew Tighe
45ca0bcb7d Bug 1721904 - update thumbnail caching on app open 2023-09-06 22:38:21 +00:00
t-p-white
a6748e73f9 Bug 1848605 - Implement similar functionality as loadIntoView for Compose Favicons 2023-09-06 15:54:42 +00:00
Zac McKenney
8deb0f2a7a Bug 1846979 - Add extensions process spawning disabled dialog 2023-09-06 12:32:28 +00:00
jackyzy823
7d6c48e2f5 Bug 1851213 - Prefix Application Services dependency 2023-09-05 22:54:54 +00:00
github-actions
b62660c312 Import translations from android-l10n 2023-09-05 00:31:08 +00:00
Zac McKenney
28d16c1b67 Bug 1819737 - Added extensions process crash handling 2023-09-04 10:38:15 +00:00
github-actions
f0927d0ce7 Import translations from android-l10n 2023-09-02 00:29:00 +00:00
github-actions
e684ba2c20 Import translations from android-l10n 2023-09-01 00:28:20 +00:00
William Durand
a2ce5f920e Bug 1850623 - Register tab/action handlers when an extension has been installed. 2023-08-30 12:20:07 +00:00
github-actions
b84186c51e Import translations from android-l10n 2023-08-27 00:28:20 +00:00
github-actions
302eec4bd6 Import translations from android-l10n 2023-08-26 00:28:47 +00:00
Cathy Lu
f6ee8a3e68 Bug 1848668 - Remove Shopping lastAnalysisTime toLong conversion 2023-08-22 16:23:01 +00:00
github-actions
959cd4609f Import translations from android-l10n 2023-08-22 00:31:18 +00:00
github-actions
fffa3b3aa2 Import translations from android-l10n 2023-08-19 00:32:10 +00:00
Cathy Lu
2a94404452 Bug 1848668 - Update Shopping lastAnalysisTime to long to avoid time overflow 2023-08-16 18:34:56 +00:00
github-actions
4336dc3b52 Import translations from android-l10n 2023-08-16 02:42:30 +00:00
github-actions
5941786dc5 Import translations from android-l10n 2023-08-15 00:30:18 +00:00
mcarare
193988c860 Bug 1845530 - Handle null result on permission merge. 2023-08-14 19:12:23 +00:00
Gabriel Luong
cd6f5e0e77 Bug 1795140 - Enable AbsentOrWrongFileLicense detekt rule 2023-08-14 17:53:38 +00:00
Titouan Thibaud
59f05776e2 Bug 1848355: Upate GeckoPromptDelegateTest to adapt to GeckoView FedCM API changes 2023-08-11 15:42:33 +00:00
mcarare
bab9549ff3 Bug 1847776 - Reinstate unit tests after Java and Robolectric upgrades. 2023-08-10 17:04:20 +00:00
Olivia Hall
0d4b676142 Bug 1843592 - Implement Experiment Delegate in Android Components
This patch adds a default `NimbusExperimentDelegate` that is set on the
Fenix runtime to allow GeckoView to communicate with Nimbus.
2023-08-10 16:34:05 +00:00
owlishDeveloper
2a08983c96 Bug 1840693 - Expose Request Product Recommendations API 2023-08-10 02:39:42 +00:00
owlishDeveloper
1f27d0b055 Bug 1840692 - Expose Request Analysis Fakespot API 2023-08-09 21:29:34 +00:00
rahulsainani
51d3e44804 Bug 1840580 - Use BrowserState to detect product page for shopping experience 2023-08-09 10:20:37 +00:00
github-actions
d4df84b14d Import translations from android-l10n 2023-08-09 01:27:38 +00:00
owlishDeveloper
803e68a86a Bug 1842638 - Expose GeckoView isProductUrl API to check if the current page is a product page [WIP][DO NOT MERGE] 2023-08-04 17:08:27 +00:00
mike a
90cc12c255 Bug 1815637 - cherry picking 548379d, the original rtl commit 2023-08-04 04:32:44 +00:00
github-actions
90cf969aa0 Import translations from android-l10n 2023-08-04 00:25:59 +00:00
mike a
a24d477a12 Bug 1841574 – changed menu item checkbox gravity from center horizontal to end 2023-08-03 00:08:25 +00:00
William Durand
dfcf20ac04 Bug 1845820 - Add the WebExtensionInstallException.Blocklisted class 2023-08-02 14:43:09 +00:00
github-actions
6868504305 Import translations from android-l10n 2023-08-02 01:53:20 +00:00
github-actions
26ef74162c Import translations from android-l10n 2023-08-01 00:37:03 +00:00
github-actions
99a94d259b Import translations from android-l10n 2023-07-31 00:44:05 +00:00
github-actions
247b67b2df Import translations from android-l10n 2023-07-28 00:58:25 +00:00
mcarare
f96d35cc7e Bug 1839366 - Add is exported flag when registering receivers. 2023-07-27 15:26:15 +00:00
t-p-white
031b375297 Bug 1842604 - Telemetry to measure Search results response time 2023-07-26 20:37:43 +00:00
github-actions
fa2fa36840 Import translations from android-l10n 2023-07-26 03:15:40 +00:00
MatthewTighe
c87183c8b5 Bug 1843168 - Expose Mockito through test support component 2023-07-24 18:02:09 +00:00
github-actions
6eb3980084 Import translations from android-l10n 2023-07-22 00:26:04 +00:00
github-actions
fcef453f37 Import translations from android-l10n 2023-07-20 00:29:36 +00:00
github-actions
d1ade53631 Import translations from android-l10n 2023-07-19 00:41:23 +00:00
t-p-white
71d90ba619 Bug 1843586 - Update ContentState description to match current state 2023-07-17 14:27:40 +00:00
github-actions
f5a732b737 Import translations from android-l10n 2023-07-15 20:52:30 -04:00
DreVla
6f82636ecc Bug 1838317 - Autocomplete url suggestion regardless of letter case
The full site name should be suggested in the address bar
regardless of the capitalization of the input text (i.e.,
starting to type "you" or "You" or any other combination
of upper/lower case letters should still be autocompleted
to "youtube.com")
2023-07-14 11:21:31 +00:00
github-actions
5ad818a6ce Import translations from android-l10n 2023-07-14 01:00:05 +00:00
Arturo Mejia
8b238ff494 Reverts "Bug 1815637 - Add rtl support." 2023-07-13 17:55:12 +00:00
github-actions
dbc1275f05 Import translations from android-l10n 2023-07-13 10:54:37 +00:00
Arturo Mejia
9aabb5b99c Bug 1842916 - Expose WebExtensionInstallException.UserCancelled. 2023-07-13 01:30:40 +00:00
github-actions
4bf12d49b4 Import translations from android-l10n 2023-07-11 01:33:46 +00:00
Gabriel Luong
573533651e Bug 1840210 - Rename mozac_ic_share to mozac_ic_share_android_24 2023-07-10 22:15:49 +00:00
Gabriel Luong
df0a8bcb71 Bug 1840210 - Rename mozac_ic_search to mozac_ic_search_24 2023-07-10 22:15:49 +00:00
Gabriel Luong
664bbcf3df Bug 1840210 - Rename mozac_ic_menu to mozac_ic_ellipsis_vertical_24 2023-07-10 22:15:49 +00:00
Gabriel Luong
7e34831455 Bug 1840210 - Rename mozac_ic_lock to mozac_ic_lock_24 2023-07-10 22:15:49 +00:00
Gabriel Luong
f8e7dcd258 Bug 1840210 - Rename mozac_ic_close_20 to mozac_ic_cross_20 2023-07-10 22:15:49 +00:00
Gabriel Luong
466374bbc3 Bug 1840210 - Rename mozac_ic_extensions to mozac_ic_extension_24 2023-07-10 22:15:49 +00:00
Gabriel Luong
31806c234b Bug 1840210 - Rename mozac_ic_clear to mozac_ic_cross_circle_fill_24 2023-07-10 22:15:49 +00:00
Gabriel Luong
4d231b86f3 Bug 1840210 - Rename mozac_ic_back to mozac_ic_back_24 2023-07-10 22:15:49 +00:00
Gabriel Luong
d9f9642a26 Bug 1840210 - Rename mozac_ic_arrowhead_right to mozac_ic_chevron_right_24 2023-07-10 22:15:49 +00:00
github-actions
991f223d3b Import translations from android-l10n 2023-07-10 00:43:00 +00:00
github-actions
7510931f3b Import translations from android-l10n 2023-07-09 00:30:37 +00:00
github-actions
087549bfb4 Import translations from android-l10n 2023-07-08 00:33:58 +00:00
github-actions
3df3c5720d Import translations from android-l10n 2023-07-07 00:48:24 +00:00
github-actions
671c33c1b3 Import translations from android-l10n 2023-07-04 00:29:41 +00:00
github-actions
b075347c86 Import translations from android-l10n 2023-07-03 00:36:46 +00:00
github-actions
b9d9907851 Import translations from android-l10n 2023-07-01 00:50:12 +00:00
github-actions
040f943525 Import translations from android-l10n 2023-06-30 00:32:23 +00:00
github-actions
4393f494b1 Import translations from android-l10n 2023-06-29 00:46:50 +00:00
Arturo Mejia
2fd17a3a34 Bug 1836360 - Add a dialog for handling FedCM showPolicyPrompt. 2023-06-28 22:54:17 +00:00
github-actions
9072fc05c7 Import translations from android-l10n 2023-06-28 00:35:06 +00:00
github-actions
57ab607eeb Import translations from android-l10n 2023-06-27 00:28:30 +00:00
Ryan VanderMeulen
4ca4af9657 Bug 1838903 - Fix AC formatting issues and update baseline 2023-06-26 17:59:29 +00:00
gitstart
b4fe5f0964 Bug 1821210 - Added content description on Back button to say Navigate up button 2023-06-26 12:07:02 +00:00
Titouan Thibaud
c24adae4d8 Bug 1836364 - Add a dialog for handling FedCM showAccountListPrompt 2023-06-22 15:08:21 +00:00
Mark Hammond
3041b45c6f Bug 1838657 - PlacesApiException.UnexpectedPlacesException should no longer cause the browser to crash 2023-06-21 18:32:41 +00:00
Arturo Mejia
674e01d7f1 Bug 1825124 - Change the way we show the post-install popup once an extension has been installed. 2023-06-21 16:46:00 +00:00
rahulsainani
8de6355e70 Bug 1837961 - Part 2:Replace usages of ifChanged to distinctUntilChanged 2023-06-21 09:27:58 +00:00
mcarare
3a35f98d0b Bug 1830872 - Update SimpleOnGestureListener onScroll method signature. 2023-06-19 18:07:22 +00:00
jackyzy823
3170224b8d Bug 1820404 - Persist ReaderView position state 2023-06-16 17:32:27 +00:00
jackyzy823
4540592440 Bug 1820404 - Keep ReaderView position state between active and inactive 2023-06-16 17:32:27 +00:00
Sammy Khamis
1dcd3bf715 Bug 1834870: Move sync telemetry into application services 2023-06-16 03:01:16 +00:00
github-actions
e59ef96066 Import translations from android-l10n 2023-06-16 01:14:05 +00:00
Olivia Hall
0967f5078a Bug 1829213 - Update Save To PDF Telemetry and checkForPdfViewer Option
* Adds `checkForPdfViewer` to determine if page is a PDF Viewer page or not
* Adjusts save_to_pdf_failure to have extras of pdf, non-pdf, or unknown
* Adjusts save_to_pdf_failure to have extras of failure reason
* Adjusts save_to_pdf_tapped to have extras of pdf, non-pdf, or unknown
* Adds save_to_pdf_completed with extras of pdf, non-pdf, or unknown
2023-06-15 21:02:41 +00:00
Olivia Hall
4875874900 Bug 1836778 - Add Support for Printing in GeckoEngineSession
This bug adds an option to print the current page's content using the
Android Print Spooler via GeckoView with status on the Engine in AC.
2023-06-15 15:13:35 +00:00
Arturo Mejia
5861b614d1 Bug 1838321 - Address NullPointerException when trying to setAllowedInPrivateBrowsing. 2023-06-15 00:09:06 -04:00
github-actions
a3c74692cf Import translations from android-l10n 2023-06-14 00:32:18 +00:00
Arturo Mejia
945a82fc75 Bug 1836357 - Add a dialog for handling FedCM showProviderPrompt. 2023-06-13 02:47:15 +00:00
Makoto Kato
72c40136d0 Bug 1796434 - Part 1. Add WebAppContentFeature to set display value in the Web App Manifest. 2023-06-12 23:54:02 +00:00
mike a
b37b854ec6 Bug 1826473 – add new search engine settings screens 2023-06-12 23:18:18 +00:00
mcarare
693007a604 Bug 1831352 - Refactor ReflectionUtils for Java 17. 2023-06-12 19:40:42 +00:00
mcarare
07f8171b45 Bug 1831352 - Replace HitResult mocks with HitResult.UNKNOWN implementation.
Mockito cannot mock sealed classes.
2023-06-12 19:40:42 +00:00
mcarare
cf44574472 Bug 1831352 - Replace PromptRequest mock with PromptRequest.SingleChoice mocks.
Mockito cannot mock sealed classes.
2023-06-12 19:40:42 +00:00
mcarare
a339d63bae Bug 1825071 - Refactor BrowserIconsTest to remove Robolectric.
Also add some additional checks.
2023-06-12 16:39:12 +00:00
jackyzy823
a64c0fd66e Bug 1836022 - catch NS_ERROR_HOST_IS_IP_ADDRESS when querying cookie banners exception 2023-06-07 21:52:39 +00:00
William Durand
58a632b23d Bug 1825126 - Implement onInstallPermissionRequest in WebExtensionSupport.
Co-authored-by: William Durand <will+git@drnd.me>
Co-authored-by: arturo mejia <arturomejiamarmol@gmail.com>
2023-06-07 00:41:36 +00:00
Calixte Denizet
bf1d73d3ec Bug 1833093 - Add a Nimbus experiment for pdf.js 2023-05-25 20:29:15 +00:00
Ryan VanderMeulen
6ea91426a5 Bug 1834775 - Pin Gradle plugin versions in their respective Dependencies files 2023-05-24 16:39:13 +00:00
github-actions
5f5a663a3a Import translations from android-l10n 2023-05-19 01:50:25 +00:00
github-actions
7cb20dc5bd Import translations from android-l10n 2023-05-17 01:03:22 +00:00
jackyzy823
329ab5daa7 Bug 1759519 - Fix crash when parsing malformed Content-Length 2023-05-15 19:21:27 +00:00
github-actions
1df5ff8e7d Import translations from android-l10n 2023-05-12 00:35:22 +00:00
Ryan VanderMeulen
756dc5ab13 Bug 1832416 - Update Material Components to version 1.9.0 2023-05-11 14:03:06 +00:00
github-actions
effcc7aecf Import translations from android-l10n 2023-05-11 02:06:47 +00:00
github-actions
9faeb32391 Import translations from android-l10n 2023-05-10 00:34:41 +00:00
mike a
0f6ee09218 Bug 1815637 - Add rtl support 2023-05-09 18:41:08 +00:00
github-actions
570991db5c Import translations from android-l10n 2023-05-09 00:34:46 +00:00
Roger Yang
b61dc8f60d Bug 1830780 - Add support for adding distribution based default search engines list 2023-05-08 16:57:14 +00:00
Roger Yang
61b7e42712 Bug 1796357 - Remove media meta data bitmap workaround 2023-05-08 16:23:12 +00:00
github-actions
7ca3929415 Import translations from android-l10n 2023-05-07 00:36:22 +00:00
Sergey Zolotarev
cf822d8a6c Bug 1812825 - Fix overlapping text in BrowserMenuImageTextCheckboxButton
Constrain the start of the checkbox element to the end of button text so that
they don't overlap and the menu item expands together with the checkbox.

Fixes https://github.com/mozilla-mobile/fenix/issues/22509
2023-05-05 16:06:13 +00:00
github-actions
59cf7ecc2e Import translations from android-l10n 2023-05-05 00:32:51 +00:00
Arturo Mejia
bf0e20f315 Bug 1829372 - Allow PDF files to be opened in third party apps. 2023-05-04 19:22:55 +00:00
Arturo Mejia
a7997d1829 Bug 1829371 - Expose an API to allow opening in third party app PDF files 2023-05-04 19:22:55 +00:00
Mark Hammond
25ef1f3531 Bug 1830574 - Remove duplicate DeviceType types 2023-04-29 02:46:15 +00:00
github-actions
d8d588f4f8 Import translations from android-l10n 2023-04-28 00:37:05 +00:00
github-actions
cbcc2058d5 Import translations from android-l10n 2023-04-26 01:24:45 +00:00
Arturo Mejia
b5969d7a88 Bug 1796305 - Remove disable UnusedResource lint
We can now remove the UnusedResource lint rule because lint will now pass as expected since the resources are found in the monorepo, which failed prior because the resources were used in different repos.
2023-04-24 22:33:28 +00:00
github-actions
7064e4b466 Import translations from android-l10n 2023-04-23 00:31:30 +00:00
github-actions
4f4b08518d Import translations from android-l10n 2023-04-22 01:15:02 +00:00
github-actions
b2b0b7a056 Import translations from android-l10n 2023-04-21 00:32:25 +00:00
github-actions
639a0f0c29 Import translations from android-l10n 2023-04-20 03:44:36 +00:00
Geoff Brown
4b36c91e06 Bug 1825116 - Add license notice where missing (https://github.com/mozilla-mobile/firefox-android/pull/1637)
* Bug 1825116 - Add license notice where missing

* Bug 1825116 - Revert changes to strings.xml

* Bug 1825116 - Restore ic_cc*.xml
2023-04-19 21:08:15 +00:00