Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Mozilla Firefox version 115.0. #111259

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
697 changes: 697 additions & 0 deletions manifests/m/Mozilla/Firefox/115.0/Mozilla.Firefox.installer.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json
PackageIdentifier: Mozilla.Firefox
PackageVersion: "115.0"
PackageLocale: de-DE
Publisher: Mozilla
PublisherUrl: https://www.mozilla.org/de/
PublisherSupportUrl: https://support.mozilla.org/de/
PrivacyUrl: https://www.mozilla.org/de/privacy/websites
Author: Mozilla Foundation
PackageName: Mozilla Firefox
PackageUrl: https://www.mozilla.org/de/firefox/
License: Mozilla Public License Version 2.0
LicenseUrl: https://www.mozilla.org/en-US/MPL/2.0
CopyrightUrl: https://www.mozilla.org/en-US/foundation/trademarks/policy
ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser.
Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix.
Tags:
- webbrowser
ManifestType: locale
ManifestVersion: 1.4.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json
PackageIdentifier: Mozilla.Firefox
PackageVersion: "115.0"
PackageLocale: el-GR
Publisher: Mozilla
PublisherUrl: https://www.mozilla.org/el/
PublisherSupportUrl: https://support.mozilla.org/el/
PrivacyUrl: https://www.mozilla.org/el/privacy/websites/
Author: Mozilla Foundation
PackageName: Mozilla Firefox
PackageUrl: https://www.mozilla.org/el/firefox/
License: Mozilla Public License Version 2.0
LicenseUrl: https://www.mozilla.org/MPL/2.0/
CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy
ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου.
ManifestType: locale
ManifestVersion: 1.4.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.4.0.schema.json
PackageIdentifier: Mozilla.Firefox
PackageVersion: "115.0"
PackageLocale: en-US
Publisher: Mozilla
PublisherUrl: https://www.mozilla.org/en-US/
PublisherSupportUrl: https://support.mozilla.org/en-US/
PrivacyUrl: https://www.mozilla.org/en-US/privacy/websites
Author: Mozilla Foundation
PackageName: Mozilla Firefox
PackageUrl: https://www.mozilla.org/en-US/firefox/
License: Mozilla Public License Version 2.0
LicenseUrl: https://www.mozilla.org/en-US/MPL/2.0
CopyrightUrl: https://www.mozilla.org/en-US/foundation/trademarks/policy
ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world.
Description: |-
Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation.
Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.
In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface.
Firefox is officially available for Windows 7 or newer, macOS, and Linux.
Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix.
Moniker: firefox
Tags:
- browser
- cross-platform
- foss
- gecko
- quantum
- spidermonkey
- web
- web-browser
ReleaseNotes: |
- Migrating from another browser? Now you can bring over payment methods you've saved in Chrome-based browsers to Firefox.
- Hardware video decoding is now enabled for Intel GPUs on Linux.
- The Tab Manager dropdown now features close buttons, so you can close tabs more quickly.
- We've refreshed and streamlined the user interface for importing data in from other browsers.
- Users without platform support for H264 video decoding can now fallback to Cisco's OpenH264 plugin for playback.
- Windows Magnifier now follows the text cursor correctly when the Firefox title bar is visible.
- Windows users on low-end/USB wifi drivers and with OS geolocation disabled can now approve geolocation on a case by case basis without causing system-wide network instability.
- Various security fixes.
- Undo and redo are now available in Password fields.
- On Linux, middle clicks on the new tab button will now open the xclipboard contents in the new tab. If the xclipboard content is a URL then that URL is opened, any other text is opened with your default search provider.
- For users with a Firefox Colorways built-in theme, the theme will be automatically migrated to the same theme hosted on addons.mozilla.org for Firefox profiles that have disabled add-ons auto-updates. This will allow users to keep their Colorways theme when they are later removed from Firefox installer files.
- Certain Firefox users may come across a message in the extensions panel indicating that their add-ons are not allowed on the site currently open. We have introduced a new back-end feature to only allow some extensions monitored by Mozilla to run on specific websites for various reasons, including security concerns.
- You can find information about policy updates and enterprise specific bug fixes in the Firefox for Enterprise 115 Release Notes.
- "In web development, we rely on third-party libraries which you may not be interested in while debugging. These can be ignored. Ignoring them means that breakpoints will not get hit and they are skipped during stepping. \nYou can now choose to Hide ignore-listed sources in the Developer Tools source tree (bug). \n \nIgnored sources are also skipped by JavaScript tracing feature (bug)."
- We have introduced a new option, devtools.f12_enabled, that can be utilized to prevent the accidental use of the F12 key, which opens the DevTools toolbox (bug).
- "The builtin editor now behaves similarly to other browsers with contenteditable and designMode when splitting a node, e.g. typing Enter to split a paragraph, and also when joining two nodes, e.g. typing Backspace at the start of a paragraph to join the paragraph and the previous one. \nWhen a node is split, the builtin editor creates a new node after the original one instead of before, i.e. creates the right node instead of the left node. \nSimilarly, when two nodes are joined, the builtin editor deletes the latter node and moves its children to the end of the preceding node instead of deleting the former node and moving its child to the start of the following node."
- WebRTC application developers can now specify a target in milliseconds of media for the jitter buffer to hold. Altering the target value allows applications to control the tradeoff between playout delay and the risk of running out of audio or video fraalso in private browsingmes due to network jitter.
- Change array by copy provides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change.
- The animation-composition property is now supported, allowing a declarative way to define the composite operation used when multiple animations affect the same property simultaneously.
- Added the URL.canParse() function to allow easy and fast checking if URLs are valid and parseable.
- IndexedDB is now also supported in private browsing without memory limits thanks to encrypted storage on disk. The temporary keys to decrypt the information are hold in RAM only and all stored information is purged at the normal end of a private browsing session from disk.
- Supports conditions are now supported in CSS import rules @import supports(...)
- "With the release of Firefox 115, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 8 of whom were brand new volunteers! \nPlease join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: \n \nAnton Bobrov: 1833330 \nBrice Laurencin: 1418462 \nLyScott123: 1788013 \nMartín González Gómez: 1827565 \nmichael s: 1787997 \nSam Kravitz: 1832402 \nsankalp.shubham99: 1831587 \nTom Marble: 1832629"
ReleaseNotesUrl: https://www.mozilla.org/en-US/firefox/115.0/releasenotes/
ManifestType: defaultLocale
ManifestVersion: 1.4.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json
PackageIdentifier: Mozilla.Firefox
PackageVersion: "115.0"
PackageLocale: es-MX
Publisher: Mozilla
PublisherUrl: https://www.mozilla.org/es-MX/
PublisherSupportUrl: https://support.mozilla.org/es/
PrivacyUrl: https://www.mozilla.org/es-MX/privacy/websites/
Author: Mozilla Foundation
PackageName: Mozilla Firefox
PackageUrl: https://www.mozilla.org/es-MX/firefox/
License: Mozilla Public License Version 2.0
LicenseUrl: https://www.mozilla.org/es-MX/MPL/2.0/
CopyrightUrl: https://www.mozilla.org/en-US/foundation/trademarks/policy
ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo.
Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix.
Tags:
- navegador
- navegador-web
- web
ManifestType: locale
ManifestVersion: 1.4.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json
PackageIdentifier: Mozilla.Firefox
PackageVersion: "115.0"
PackageLocale: fr-FR
Publisher: Mozilla
PublisherUrl: https://www.mozilla.org/fr/
PublisherSupportUrl: https://support.mozilla.org/fr/
PrivacyUrl: https://www.mozilla.org/fr/privacy/websites/
Author: Mozilla Foundation
PackageName: Mozilla Firefox
PackageUrl: https://www.mozilla.org/fr/firefox/
License: Mozilla Public License Version 2.0
LicenseUrl: https://www.mozilla.org/en-US/MPL/2.0/
CopyrightUrl: https://www.mozilla.org/en-US/foundation/trademarks/policy
ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde.
Tags:
- navigateur
- navigateur-web
- web
ManifestType: locale
ManifestVersion: 1.4.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json
PackageIdentifier: Mozilla.Firefox
PackageVersion: "115.0"
PackageLocale: ja-JP
Publisher: Mozilla
PublisherUrl: https://www.mozilla.org/ja/
PublisherSupportUrl: https://support.mozilla.org/ja/
PrivacyUrl: https://www.mozilla.org/ja/privacy/websites/
Author: Mozilla Foundation
PackageName: Mozilla Firefox
PackageUrl: https://www.mozilla.org/ja/firefox/
License: Mozilla Public License Version 2.0
LicenseUrl: https://www.mozilla.org/en-US/MPL/2.0/
CopyrightUrl: https://www.mozilla.org/en-US/foundation/trademarks/policy/
ShortDescription: 高速で軽量、プライバシー重視のブラウザー
Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。
Tags:
- browser
- cross-platform
- foss
- gecko
- quantum
- spidermonkey
- web
- web-browser
ManifestType: locale
ManifestVersion: 1.4.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json
PackageIdentifier: Mozilla.Firefox
PackageVersion: "115.0"
PackageLocale: nb-NO
Publisher: Mozilla
PublisherUrl: https://www.mozilla.org/nb-NO/
PublisherSupportUrl: https://support.mozilla.org/nb-NO/
PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/websites
Author: Mozilla Foundation
PackageName: Mozilla Firefox
PackageUrl: https://www.mozilla.org/nb-NO/firefox/
License: Mozilla Public License Version 2.0
LicenseUrl: https://www.mozilla.org/en-US/MPL/2.0
CopyrightUrl: https://www.mozilla.org/en-US/foundation/trademarks/policy
ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden.
Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix.
Tags:
- nettleser
ManifestType: locale
ManifestVersion: 1.4.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json
PackageIdentifier: Mozilla.Firefox
PackageVersion: "115.0"
PackageLocale: ru-RU
Publisher: Mozilla
PublisherUrl: https://www.mozilla.org/ru/
PublisherSupportUrl: https://support.mozilla.org/ru/
PrivacyUrl: https://www.mozilla.org/ru/privacy/websites
Author: Mozilla Foundation
PackageName: Mozilla Firefox
PackageUrl: https://www.mozilla.org/ru/firefox/
License: Mozilla Public License Version 2.0
LicenseUrl: https://www.mozilla.org/en-US/MPL/2.0
CopyrightUrl: https://www.mozilla.org/en-US/foundation/trademarks/policy
ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира.
Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix.
Tags:
- браузер
- веб-браузер
ManifestType: locale
ManifestVersion: 1.4.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json
PackageIdentifier: Mozilla.Firefox
PackageVersion: "115.0"
PackageLocale: ta-IN
Publisher: Mozilla
PublisherUrl: https://www.mozilla.org/en-US/
PublisherSupportUrl: https://support.mozilla.org/en-US/
PrivacyUrl: https://www.mozilla.org/en-US/privacy/websites
Author: மொஸில்லா அறக்கட்டளை
PackageName: Mozilla Firefox
PackageUrl: https://www.mozilla.org/en-US/firefox/
License: Mozilla Public License Version 2.0
LicenseUrl: https://www.mozilla.org/en-US/MPL/2.0
CopyrightUrl: https://www.mozilla.org/en-US/foundation/trademarks/policy
ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது.
Description: |-
பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும்.
பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது.
2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது.
Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது.
அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன.
Tags:
- mozilla
- browser
- web
- web-browser
- foss
- உலாவி
- இணைய-உலாவி
- குறுக்கு-தளம்
- கெக்கோ
- குவாண்டம்
- சிலந்தி-குரங்கு
ReleaseNotesUrl: https://www.mozilla.org/en-US/firefox/114.0.1/releasenotes/
ManifestType: locale
ManifestVersion: 1.4.0

Loading