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,099 public repositories matching this topic...
-
Updated
May 8, 2022 - JavaScript
-
Updated
May 16, 2022 - JavaScript
-
Updated
Apr 16, 2022 - JavaScript
-
Updated
May 17, 2022 - Python
-
Updated
May 19, 2022 - JavaScript
-
Updated
May 16, 2022 - TypeScript
-
Updated
May 19, 2022 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
May 13, 2022 - Python
Steps to reproduce
- Turn TalkBack (or the available screen reader) on.
- Have some items on the "Jump back in" and "Recent searches" sections.
- Have Pocket enabled.
- Go to Homescreen, select each element and swipe the screen up and down to hide the selected element.
Expected behaviour
The frame for every selected element gradually gets out of the window.
Actual behaviour
-
Updated
Apr 11, 2022
-
Updated
Apr 24, 2022 - JavaScript
-
Updated
May 18, 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 3, 2022 - Go
-
Updated
Apr 21, 2022 - JavaScript
-
Updated
May 14, 2022 - JavaScript
-
Updated
May 19, 2022 - JavaScript
-
Updated
May 17, 2022 - Java
-
Updated
May 18, 2022 - TypeScript
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