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,125 public repositories matching this topic...
-
Updated
Jun 4, 2022 - JavaScript
-
Updated
May 16, 2022 - JavaScript
-
Updated
Apr 16, 2022 - JavaScript
-
Updated
May 17, 2022 - Python
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Jun 2, 2022 - Python
-
Updated
May 21, 2022 - JavaScript
We're still using the old Sentry base URL for the crash reporter UI here.
So when a user clicks on the Sentry link in the crash reporter UI, it will try to load the crash ID at the wrong cloud instance.
-
Updated
Apr 11, 2022
-
Updated
Jun 4, 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
May 27, 2022 - Go
-
Updated
Apr 21, 2022 - JavaScript
-
Updated
May 14, 2022 - JavaScript
-
Updated
May 29, 2022 - Java
-
Updated
Jun 4, 2022 - JavaScript
Hello.
Is there a way to export an encrypted vault after logging in with --apikey flag.
The scenario is running a periodic task with GitHub Actions to export and re-upload my encrypted vault to another storage medium. I thought I could call export without a master password but the case seems not. I don't feel like providing GitHub with my master password.
I just noticed bw populates
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
Mar 23, 2022 - HTML
Currently, ;m in normal mode does hint -Jpipe img src which returns the url and pipes it to google image search. However, on images that open from files or blobs, this would not work.
-
Updated
Apr 16, 2022 - JavaScript
-
Updated
Mar 22, 2022
Created by Mozilla
Released September 23, 2002
- Repository
- mozilla/gecko-dev
- Website
- www.mozilla.org/firefox
- Wikipedia
- Wikipedia


When a
BrowserContextis not obtained from a Playwright Test fixture, but frombrowser.newContext()in a test or when using Playwright Library, it should be closed once no longer needed (according to @mxschmitt at https://stackoverflow.com/questions/72284057/do-playwright-browser-contexts-opened-manually-need-to-be-closed?noredirect=1#comment127709001_72284057). Similarly pages from `context/b