05b70c7f113137b445a5edb2d72053f57bea333a
If a `find_objects` implementation encounters an error, it may release a `ThreadSpecificHandles` on the background thread. Before this patch, this would cause `ThreadSpecificHandles::drop` to block on the currently-running thread, causing a deadlock. This patch changes the drop implementation to first check if it's already on the background thread, in which case it can simply release the resources without blocking on anything. Original Revision: https://phabricator.services.mozilla.com/D258085 Differential Revision: https://phabricator.services.mozilla.com/D258729
…
Bug
1971512 - [remote] Replace usage of "TimedPromise" with a simple timer in AnimationFramePromise. a=dmeehan DONTBUILD
Bug 1962880 - Get the download directory correctly for the profiler POSIX signal profiling a=pascalc
…
…
…
…
…
…
Bug 1872229 - Move mozilla-lint-rules to tooling-lint r=tcampbell,android-reviewers,adhingra,mcarare
Firefox is a fast, reliable and private web browser from the non-profit Mozilla organization.
Contributing
To learn how to contribute to Firefox read the Firefox Contributors' Quick Reference document.
We use bugzilla.mozilla.org as our issue tracker, please file bugs there.
Resources
- Firefox Source Docs is our primary documentation repository
- Nightly development builds can be downloaded from Firefox Nightly page
If you have a question about developing Firefox, and can't find the solution on Firefox Source Docs, you can try asking your question on Matrix at chat.mozilla.org in the Introduction channel.
Description
Languages
JavaScript
32.6%
C++
25.1%
HTML
20.9%
C
10.6%
Python
2.8%
Other
7.6%