Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Find a file
Andrew Osmond 5756f575b9 Bug 1534749 - Handle shutdown races between the compositor thread and IPDL object setup. r=rhunt
When the compositor thread has begun shutdown, it will spin the event
loop for the main thread until the last CompositorThreadHolder reference
has been released. While spinning, new IPDL objects may be attempted to
be created which depend on the compositor thread; we should check to
ensure the compositor thread is still around before proceeding with
creation. These objects include CompositorManagerParent,
ImageBridgeParent, and VRManagerParent. Additionally there is a very
similar bug between the vsync thread and VsyncBridgeChild.

Differential Revision: https://phabricator.services.mozilla.com/D23308
2019-03-26 14:21:56 -04:00
.cargo Bug 1521249 part 2 - Make packed_simd compile with Rust 1.32 and later. r=glandium 2019-03-23 14:17:35 +00:00
.vscode
accessible Merge mozilla-central to autoland 2019-03-25 17:54:29 +02:00
browser Bug 1535288 - Set up productization for Bengali (bn) on Firefox desktop and Firefox for Android r=mkaply 2019-03-26 12:09:26 +00:00
build Merge autoland to mozilla-central. a=merge 2019-03-26 11:51:06 +02:00
caps Bug 1517483 - Get rid of nsIScriptSecurityManager::IsSystemPrincipal r=bzbarsky 2019-03-24 20:36:25 +00:00
chrome Bug 1523609 - avoid triggering nsChromeRegistryChrome::CheckForNewChrome (which does main thread I/O) during shutdown of system add-ons, r=kmag. 2019-03-22 14:19:59 +00:00
config Bug 1524396 - Replace RUST_TARGET_ENV_NAME with make substitutions. r=chmanchester 2019-03-22 11:06:11 +00:00
db
devtools Merge inbound to mozilla-central. a=merge 2019-03-26 02:26:12 +02:00
docshell Bug 1522412 - P3. Adopt nsIChannel.LOAD_BYPASS_URL_CLASSIFIER in the algorithm determining if we should classify a channel's URI. r=Ehsan,mayhemer 2019-03-25 12:48:25 +00:00
dom Merge inbound to mozilla-central. a=merge 2019-03-26 19:43:22 +02:00
editor Bug 1533293 - part 3: Make editor and ContentEventHandler not use Selection::Extend() due to too slow r=m_kato 2019-03-26 10:09:47 +00:00
embedding
extensions Bug 1533293 - part 3: Make editor and ContentEventHandler not use Selection::Extend() due to too slow r=m_kato 2019-03-26 10:09:47 +00:00
gfx Bug 1534749 - Handle shutdown races between the compositor thread and IPDL object setup. r=rhunt 2019-03-26 14:21:56 -04:00
gradle/wrapper
hal
image Bug 1522412 - P2. Remove nsIChannel.LOAD_CLASSIFY_URI flag. r=Ehsan 2019-03-25 12:47:57 +00:00
intl Bug 1536103 - Fix Sphinx Warning - Title Underline too short in 'mach doc'. r=ahal 2019-03-22 19:30:34 +00:00
ipc Bug 1515551 - Add functionality to SharedMemoryBasic to help map the shared memory at an arbitrary address. r=kmag 2019-03-22 00:11:51 +00:00
js Merge inbound to mozilla-central. a=merge 2019-03-26 19:43:22 +02:00
layout Merge inbound to mozilla-central. a=merge 2019-03-26 19:43:22 +02:00
media Merge inbound to mozilla-central. a=merge 2019-03-26 19:43:22 +02:00
memory Bug 1533240 - Replace DMD's custom TLS code with use of mozilla/ThreadLocal.h. r=erahm 2019-03-22 20:07:30 +00:00
mfbt Bug 1526507 - Use std::exp2{,f}(n) instead of pow{,f}(2.0, n) in TestFloatingPoint.cpp to be (hopefully) more resilient against standard library imprecision in the latter. r=dmajor 2019-03-25 17:54:25 +00:00
mobile Merge inbound to mozilla-central. a=merge 2019-03-26 19:43:22 +02:00
modules Bug 1530617 - Add pref for disabling BackgroundHangMonitor r=froydnj 2019-03-25 15:16:23 +00:00
mozglue Bug 1536316 remove suggestion that spurious condition variable wakeups are magically handled by ConditionVariableImpl r=froydnj 2019-03-25 12:41:19 +00:00
netwerk Bug 1487113 - nsHttpChannel should return the Content-Length even when alt-data is available if not delivered, r=valentin 2019-03-26 12:00:42 +00:00
nsprpub
other-licenses
parser Bug 1534346 - Mark malformed SVG scripts as malformed for real. r=alchen 2019-03-21 20:39:22 +00:00
python Bug 1536839 - Add json formatter to ./mach clang-format, r=ahal,marco 2019-03-25 15:02:44 +00:00
remote Merge mozilla-central to mozilla-inbound. on a CLOSED TREE 2019-03-22 18:51:53 +02:00
security No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM 2019-03-25 12:45:49 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM 2019-03-25 12:45:49 +00:00
servo Bug 205202 part 3 - [css-lists][css-pseudo] Add support for the 'content' CSS property on ::marker pseudo elements. r=emilio 2019-03-24 23:13:53 +01:00
startupcache Bug 1353013 - create preloaded newtab browser from an idle task, only in top window(s), r=dthayer 2019-03-19 17:29:48 +00:00
storage Bug 1482608 - Add basic Rust bindings for mozStorage. r=nika,asuth,mak 2019-03-25 04:49:18 +00:00
taskcluster Bug 1538134: [mozharness] Set repository path in taskcluster; r=aki 2019-03-25 16:00:14 +00:00
testing Merge inbound to mozilla-central. a=merge 2019-03-26 19:43:22 +02:00
third_party Bug 1521249 part 2 - Make packed_simd compile with Rust 1.32 and later. r=glandium 2019-03-23 14:17:35 +00:00
toolkit Bug 1537542 - Hide addon preferences if the addon cannot access the current window. r=aswan 2019-03-26 12:30:39 +00:00
tools Bug 1480480 - Explain why some clang-tidy checkers are not published. r=sylvestre 2019-03-26 10:04:58 +00:00
uriloader Bug 1533074 - Implement Fingerprinting and Cryptomining annotation features - Part 1 - Classification flags in nsIHttpChannel, r=valentin,dimi 2019-03-14 17:47:59 +00:00
view
widget Merge inbound to mozilla-central a=merge 2019-03-25 17:53:27 +02:00
xpcom Merge mozilla-central to autoland 2019-03-25 17:54:29 +02:00
xpfe/appshell Bug 1533405 - Do not create the hidden window if it's too early on startup or during shutdown. r=mossop 2019-03-20 19:35:59 +00:00
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore Bug 1507709 - Move WebExtensions geckoProfiler API to toolkit. r=kmag 2019-03-22 13:18:01 +00:00
.eslintrc.js Bug 1537776 - dom/ manual ESLint no-throw-literal fixes. r=asuth 2019-03-25 16:49:03 +00:00
.flake8
.gdbinit
.gdbinit_python
.git-blame-ignore-revs No Bug - Ignore bug 1128203 in blame/annotate. r=me 2019-03-21 16:37:20 -07:00
.gitignore
.hg-annotate-ignore-revs No Bug - Ignore bug 1128203 in blame/annotate. r=me 2019-03-21 16:37:20 -07:00
.hg-format-source
.hgignore
.hgtags No bug - Tagging mozilla-central 9421b477d67cfc4c9e03350cd554a9e6acc7f435 with FIREFOX_NIGHTLY_67_END a=release DONTBUILD CLOSED TREE 2019-03-18 10:56:58 +00:00
.lldbinit
.mailmap
.taskcluster.yml Bug 1491371, 1512188 - use new decision task image, with new options r=tomprince 2019-03-21 18:12:23 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1521249 part 2 - Make packed_simd compile with Rust 1.32 and later. r=glandium 2019-03-23 14:17:35 +00:00
Cargo.toml Bug 1521249 part 2 - Make packed_simd compile with Rust 1.32 and later. r=glandium 2019-03-23 14:17:35 +00:00
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2019-03-18 11:01:13 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in Bug 1535501 - Allow to get full crashreporter symbols on artifact builds. r=mshal 2019-03-15 21:56:14 +00:00
moz.build
moz.configure Bug 1535501 - Allow to get full crashreporter symbols on artifact builds. r=mshal 2019-03-15 21:56:14 +00:00
mozilla-config.h.in
old-configure.in Bug 1535226 - Remove uses of XP_WIN32 in Gecko. r=glandium 2019-03-21 01:28:50 +00:00
package-lock.json
package.json
README.txt
settings.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.