mcarare
dfbdcf60f9
Bug 1893120 - Run AC Robolectric tests on SDK 34 and adapt tests. r=android-reviewers,webcompat-reviewers,twisniewski,avirvara
...
Differential Revision: https://phabricator.services.mozilla.com/D209640
2024-05-14 13:00:48 +00:00
acseh
a52e8888c4
Backed out changeset 9976b7730dbd (bug 1893120) for causing lint failures CLOSED TREE
2024-05-14 12:57:36 +03:00
mcarare
b814de9ac6
Bug 1893120 - Run AC Robolectric tests on SDK 34 and adapt tests. r=android-reviewers,webcompat-reviewers,twisniewski,avirvara
...
Differential Revision: https://phabricator.services.mozilla.com/D209640
2024-05-14 08:02:38 +00:00
Geoff Brown
6356370a37
Bug 1881094 - 4. remove and revise prettier exclusions for firefox-android r=android-reviewers,frontend-codestyle-reviewers,gl,webcompat-reviewers,twisniewski
...
- remove the firefox-android exclusions from .prettierignore
- add a few specific exclusions to .prettierignore for files with existing errors
- add a few specific entries to Generated.txt and ThirdPartyPaths.txt
- add `initial_experiments.json` to the list of generated files: these are updated from Nimbus
- run `mach lint --fix --linter=eslint -- mobile/android` to generate all the formatting changes
Differential Revision: https://phabricator.services.mozilla.com/D206915
2024-05-07 20:24:38 +00:00
Mozilla Releng Treescript
548abb973f
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
2024-05-04 00:17:17 +00:00
Mozilla Releng Treescript
ece3d5301d
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
2024-04-27 00:37:10 +00:00
Mozilla Releng Treescript
c279d02f2c
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
2024-04-12 00:19:18 +00:00
Mozilla Releng Treescript
c9828e7053
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
2024-04-09 00:16:13 +00:00
Geoff Brown
cb6beb5156
Bug 1881094 - 2. remove whitespace exclusions for firefox-android r=android-reviewers,gl
...
Whitespace changes made with `mach lint --fix`.
Differential Revision: https://phabricator.services.mozilla.com/D206702
2024-04-04 22:19:32 +00:00
github-actions
3d286d946e
Import translations from android-l10n
2024-03-04 00:29:52 +00:00
Alexandru2909
b133b2a157
Bug 1804636 - Allow search terms to be refined in content
2024-02-23 17:02:28 +00:00
github-actions
5344464ed4
Import translations from android-l10n
2024-02-02 01:00:14 +00:00
Cathy Lu
5d6ee304f1
Bug 1875106 - Add shopping api to send placement attribution event
2024-01-26 17:08:42 +00:00
github-actions
5e6cb700c4
Import translations from android-l10n
2024-01-13 00:29:26 +00:00
Cathy Lu
9d9a2992d7
Bug 1858947 - Expose Shopping API reportBackInStock to AC
2023-12-06 18:53:24 +00:00
Cathy Lu
933fffe65f
Bug 1866241 - Expose Shopping status progress field in AC
2023-12-01 16:06:07 +00:00
Olivia Hall
9308778aad
Bug 1862262 - Translations Preferences
...
This bug adds a few options for translations preferences on the engine,
including:
* (Runtime Setting) Option to get/set translations offer popup
* (Runtime Request) Option to get/set translation language preference
* (Session Request) Option to get/set a site's translation preference
2023-11-30 23:00:07 +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
Cathy Lu
005e9f15fc
Bug 1845835 - Expose shopping ad attribution events in AC
2023-11-02 19:04:16 +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
Cathy Lu
7d655590f3
Bug 1853309 - Expose Creating Shopping Analysis and Status API
2023-09-20 15:17:46 +00:00
mcarare
063c553913
Bug 1849833 - Replace deprecated compileSdkVersion.
...
This is replaced by defaultConfig compileSdk.
2023-09-11 06:36:20 +00:00
github-actions
53799de4de
Import translations from android-l10n
2023-09-07 00:31:32 +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
MatthewTighe
c87183c8b5
Bug 1843168 - Expose Mockito through test support component
2023-07-24 18:02:09 +00:00
github-actions
5ad818a6ce
Import translations from android-l10n
2023-07-14 01:00:05 +00:00
Ryan VanderMeulen
4ca4af9657
Bug 1838903 - Fix AC formatting issues and update baseline
2023-06-26 17:59:29 +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
a7997d1829
Bug 1829371 - Expose an API to allow opening in third party app PDF files
2023-05-04 19:22:55 +00:00
github-actions
639a0f0c29
Import translations from android-l10n
2023-04-20 03:44:36 +00:00
Geoff Brown
6561b2de2b
Bug 1825116 - Resolve many black, isort, and file-whitespace lint issues
2023-04-12 14:04:29 +00:00
github-actions
a9ffeb26b8
Import translations from android-l10n
2023-03-19 00:37:54 +00:00
github-actions
8875d45f75
Import translations from android-l10n
2023-03-08 04:16:31 +00:00
owlishDeveloper
83b0e8dc6c
Bug 1806741 - Expose hasRuleForBrowsingContext API
2023-03-08 02:46:16 +00:00
Ryan VanderMeulen
0e5e70291c
Bug 1820233 - Remove unneeded kotlin_stdlib inclusions and re-enable Werror in detekt build.gradle
2023-03-07 00:12:18 +00:00
mcarare
1f589a2e0b
Bug 1802817 - Set namespace via DSL in gradle build files.
...
See https://developer.android.com/studio/build/configure-app-module#set-namespace
and https://issuetracker.google.com/issues/172361895
2023-03-02 17:13:09 +00:00
mcarare
cd1b348c9b
Bug 1802817 - Rename DSL object from lintOptions to lint.
...
DSL object for configuring lint options lintOptions is deprecated.
2023-03-02 17:13:09 +00:00
mcarare
922b5f6643
Bug 1802817 - Rename AC Dependencies to ComponentsDependencies.
...
This change is needed in order to avoid clashes with Dependencies class introduced
in Gradle from 7.6 version.
2023-03-02 17:13:09 +00:00
ohall-m
3d6e24b0a1
Bug 1809919 - Implement ActivityContextDelegate in AC
...
This bug implements the GeckoView.ActivityContextDelegate in AC. The
purpose of this feature is to give GeckoView access to the containing
activity to start a PrintManager (or for potential other uses). Not to
be confused with the runtime delegate of GeckoActivityDelegate, which is
tightly tied to webauthn.
2023-02-15 17:54:07 +00:00
Mozilla L10n Automation Bot
89d5f65999
Import l10n.
2023-01-28 00:48:05 +00:00
Mozilla L10n Automation Bot
77fdd602c0
Import l10n.
2023-01-26 01:26:00 +00:00
Alexandru2909
fb35eb4eb7
Bug 1799679 - Preserve search terms for search engine result pages
2023-01-03 07:56:37 +00:00
Mozilla L10n Automation Bot
130360184d
Import l10n.
2022-12-27 01:01:49 +00:00
Mozilla L10n Automation Bot
f1082aeac8
Import l10n.
2022-12-24 00:48:23 +00:00
Mozilla L10n Automation Bot
eb88d37e79
Import l10n.
2022-12-23 17:38:00 +00:00
Christian Sadilek
4fcc97ab8d
Revert "Bug 1799679 - Preserve search terms for search engine result pages"
...
This reverts commit bf984d2d9a1d6db4452393e0b4421e9b808f0bdf.
2022-12-13 12:39:05 -05:00