Firefox

Firefox is a free and open source web browser developed by Mozilla Foundation. First released in 2002 under the name Phoenix. It's available for most operating systems including Windows, macOS, Linux and most phones and tablets.
Here are 2,727 public repositories matching this topic...
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
May 30, 2021 - JavaScript
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Aug 11, 2021 - Python
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Jul 21, 2021
-
Updated
Jul 25, 2021 - JavaScript
-
Updated
Aug 14, 2021 - JavaScript
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Aug 3, 2021 - Go
fd = new FormData
fd.set('a', new Blob)
fd.get('a') === fd.get('a') // false in chromium - true in FF & Safari (don't have IE on Mac)
Looks like there is no test to cover this senario: https://github.com/web-platform-tests/wpt/blob/e45a9f9e65d039c76817ee2a6a1ef02c9311a1cb/xhr/formdata/set-blob.any.js
I think fd.get('a') === fd.get('a')
should be true
-
Updated
Mar 27, 2021 - HTML
-
Updated
Mar 12, 2021
Some OS have dark and light variants of their themes. For instance GNOME have an extension that switches automatically the themes depending on the time or the luminosity.
Other Firefox extensions like darkreader can automatically detects the system theme, and adapt acc
-
Updated
May 22, 2020
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
May 6, 2021 - JavaScript
-
Updated
Jul 31, 2021 - Java
Created by Mozilla
Released September 23, 2002
- Repository
- mozilla/gecko-dev
- Website
- www.mozilla.org/firefox
- Wikipedia
- Wikipedia
Remove redundant coroutine dispatchers in our tests: https://searchfox.org/mozilla-mobile/search?q=maincoroutinerule%5C%28%5B%5E%29%5D&path=&case=false®exp=true
mozilla-mobile/android-components#10605 is already removing these in AC.