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 3,069 public repositories matching this topic...
-
Updated
Apr 15, 2022 - JavaScript
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
Apr 16, 2022 - JavaScript
-
Updated
Apr 19, 2022 - Python
-
Updated
Apr 19, 2022 - JavaScript
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
Apr 19, 2022 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Apr 19, 2022 - Python
-
Updated
Apr 11, 2022
There are placed in our unit tests where Mockito mocks are used and this is causing intermittent test fails.
Saw this issue and fixed two cases on mozilla-mobile/fenix#24620, today I saw [another occurrence](https://firefoxci.taskcluster-artifacts.net/OmWdljybRhGtBDdPjfFisQ/0/public/reports/test/testDebugUnitTest/classes/org.mozilla.fenix.wifi.WifiConnectionMonitorTest.h
-
Updated
Apr 17, 2022 - JavaScript
-
Updated
Apr 16, 2022 - JavaScript
Description:
Provide option to keep some segment and provide a submit button below each segment as I don't want to upload the first segment. As I want the first segment but not sure about the consensus and correctness about the first segment.
-
Updated
Apr 19, 2022 - Go
-
Updated
Mar 22, 2022 - JavaScript
-
Updated
Apr 16, 2022 - JavaScript
-
Updated
Apr 19, 2022 - JavaScript
Relevant spec sections:
https://drafts.csswg.org/selectors-4/#the-dir-pseudo
https://html.spec.whatwg.org/multipage/semantics-other.html#selector-ltr
The interesting cases to test are from the definition of "directionality" in HTML:
https://html.spec.whatwg.org/multipage/dom.html#the-directionality
- element with
dir="ltr"
matches:dir(ltr)
(#26159) - root element without `
-
Updated
Apr 13, 2022 - Java
-
Updated
Mar 23, 2022 - HTML
-
Updated
Apr 19, 2022 - TypeScript
-
Updated
Apr 16, 2022 - JavaScript
-
Updated
Mar 22, 2022
Add :tabmove #
to move the current tab after the previous focused tab (to which <C-6>
would switch)
Also may be :tabmove #+n
, :tabmove #-n
to move to the n
th position before/after the previous focused tab
Currently the functionality can be replicated by defining this command:
`command tabmoveAfterlast js -d€ (async function(){const sorted = (await tri.browserBg.tabs.query({ currentW
Created by Mozilla
Released September 23, 2002
- Repository
- mozilla/gecko-dev
- Website
- www.mozilla.org/firefox
- Wikipedia
- Wikipedia
Discussed in microsoft/playwright#11891
Originally posted by huy-nguyen February 6, 2022
Is it possible to add keyboard shortcuts for debugging functionality in the inspector in a similar manner to Chrome dev tools, for example, F8 for run, F10 for step over etc?