mozilla
Here are 473 public repositories matching this topic...
-
Updated
Mar 22, 2022 - JavaScript
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Jan 4, 2022 - Python
I wrote this as a hack to set the SDK_INT in tests, but its properly supported using the @Config(sdk = [Build.VERSION_CODES.X]) annotation. The function should be replaced with the annotation and removed.
-
Updated
Mar 28, 2021 - JavaScript
This issue was created automatically by a script.
Bug 1703773
Bug Reporter: @flodolo
CC: @mathjazz
Currently sync runs following the alphabetical order of language names, not locale codes. That's not intuitive, and makes debugging sync issues harder.
In URLExtensions.swift we have isIPv4 and isIPv6 functions. The first uses a regex and the second just checks for the presence of a : in the string. Let's replace this with a call to inet_pton() to let the OS parse the address instead - delegating to a trusted OS function will be more robust.
Example at https://stackoverflow.com/questions/35056268/how-to-use-swift-convert-string-to-ip
-
Updated
Nov 12, 2019 - C++
-
Updated
Mar 12, 2022 - Python
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
Mar 24, 2022 - TypeScript
-
Updated
Mar 30, 2022 - Kotlin
-
Updated
Nov 28, 2021 - JavaScript
-
Updated
Mar 27, 2022 - JavaScript
-
Updated
Jan 19, 2021 - Python
-
Updated
Apr 16, 2018 - CoffeeScript
Improve this page
Add a description, image, and links to the mozilla topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mozilla topic, visit your repo's landing page and select "manage topics."
According to the Android accessibility recommendations touch targets should be at least 48x48 dp.
For this [our increaseTapArea](https://github.com/mozilla-mobile/fenix/blob/47f55924e1ff23ee56a5db0af1b15f86a33a5f8b/ap