mozilla
Here are 474 public repositories matching this topic...
-
Updated
Apr 9, 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
Apr 12, 2022 - TypeScript
-
Updated
Apr 12, 2022 - Kotlin
-
Updated
Nov 28, 2021 - JavaScript
-
Updated
Apr 8, 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."
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