diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /mobile/android/fenix/docs/Acronym-dictionary.md | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mobile/android/fenix/docs/Acronym-dictionary.md')
-rw-r--r-- | mobile/android/fenix/docs/Acronym-dictionary.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mobile/android/fenix/docs/Acronym-dictionary.md b/mobile/android/fenix/docs/Acronym-dictionary.md new file mode 100644 index 0000000000..1b5c0f2d3f --- /dev/null +++ b/mobile/android/fenix/docs/Acronym-dictionary.md @@ -0,0 +1,19 @@ +# Acronym Dictionary + +Explanations of common acronyms that are seen in the Fenix project boards and issues. + +**AC**: "[Android Components](https://github.com/mozilla-mobile/android-components)", the Mozilla team responsible for componentization. + +**AS**: "[Application Services](https://github.com/mozilla/application-services)", the Mozilla team responsible for sync and storage (logins, bookmarks, etc). + +**CFR**: "Contextual feature recommendation", i.e. popup windows. + +**CTA**: "Call to action", a marketing/product term for things that pop up and ask for user interaction. + +**ETP**: "Enhanced tracking protection". The shield icon. + +**PWA**: "[Progressive web application](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps)", Fenix can act as a host for these applications. + +**FCM**: "Firebase Cloud Messaging", is the Firebase service used to deliver WebPush messaging to web apps and Firefox Send Tab, to Android devices that have [Google Play Services](https://en.wikipedia.org/wiki/Google_Play_Services). + +**PTR**: "[Pull-to-refresh](https://developer.android.com/develop/ui/views/touch-and-input/swipe)", is the feature to refresh the website the user is currently on when pulling down from the top of the page. |