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
Перейти к файлу
Jean-Yves Avenard c251c5b2c7 Bug 1649294 - Make RemoteDecoder use a background taskqueue. r=mattwoodrow
There's a small race that can happen when the remote decoder gets shutdown during xpcom shutdown; that would cause GetCurrentSerialEventTarget to return null. Leading to an assertion failure in ActorLifecycleProxy thread-safety check when PRemoteDecoderManagerParent gets destroyed.

So we use a background taskqueue instead and cleanup a bit the threading code in there allowed thanks to the TaskQueue ability to not require an explicit shutdown.

Differential Revision: https://phabricator.services.mozilla.com/D81287
2020-06-30 02:50:38 +00:00
.cargo Bug 1647769 - Update to Neqo 0.4.4 r=dragana,necko-reviewers 2020-06-23 18:51:19 +00:00
.vscode Bug 1646417 - Add `mrcrowl.hg` as a default plugin to `vscode` r=andi 2020-06-17 16:26:45 +00:00
accessible Bug 1631276 part 3: Don't return a descendant document in DocAccessibleChild::RecvChildAtPoint unless we're certain that document has been constructed in the parent process. r=eeejay 2020-06-25 16:11:07 +00:00
browser Bug 1642556 - Write a sync log after sending a tab. r=markh 2020-06-30 01:55:09 +00:00
build Bug 1649294 - Make RemoteDecoder use a background taskqueue. r=mattwoodrow 2020-06-30 02:50:38 +00:00
caps Bug 1645510: Part 2 - Avoid using the unprivileged junk scope where possible. r=bholley 2020-06-27 03:06:28 +00:00
chrome Bug 1645982 - Rename some service getters in `Services.py` to better match the types. r=froydnj 2020-06-16 23:32:21 +00:00
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2020-06-29 15:15:46 +00:00
devtools Bug 1647557 - Implement RemoteWebProgress using CanonicalBrowsingContext instead of MessageManager. r=kmag 2020-06-30 01:18:47 +00:00
docs Bug 1648393 - Link it from the main Linux build page. r=firefox-source-docs-reviewers,sylvestre 2020-06-26 12:52:39 +00:00
docshell Bug 1647557 - Add preffed-off code for controlling document loads directly from CanonicalBrowsingContext. r=nika,jya,necko-reviewers,dragana 2020-06-30 01:19:15 +00:00
dom Bug 1649294 - Make RemoteDecoder use a background taskqueue. r=mattwoodrow 2020-06-30 02:50:38 +00:00
editor Bug 1337953 - Make nsDeque templated on pointer type r=froydnj 2020-06-25 02:39:23 +00:00
extensions Backed out changeset 34d09061d827 (bug 1648134) for failures on test_permmanager_remove_add_update.js. CLOSED TREE 2020-06-29 20:43:54 +03:00
gfx Bug 1649294 - Make RemoteDecoder use a background taskqueue. r=mattwoodrow 2020-06-30 02:50:38 +00:00
gradle/wrapper
hal Bug 1647761 - Part 2: Remove outdated process priority terminology, r=mccr8,geckoview-reviewers,aklotz 2020-06-23 17:34:51 +00:00
image Bug 1647070 - part1 : set container only when we have an image and no error occurs. r=aosmond 2020-06-26 20:01:57 +00:00
intl Bug 1648631: Part 4 - Update docs to reflect L10nRegistry interface change; r=zbraniecki 2020-06-26 21:04:44 +00:00
ipc Bug 1634846 - P3. Get around NS_INLINE_DECL_REFCOUNTING not working with TaskQueue. r=nika,froydnj 2020-06-30 02:50:07 +00:00
js Bug 1649282 - Make wasm/limits.js compatible with reftypes disabled. r=lth 2020-06-29 22:23:38 +00:00
layout Bug 1647034 - Change how the visual viewport is updated to eliminate spurious reflows. r=tnikkel 2020-06-29 18:39:57 +00:00
media Bug 1641887 - Update libdav1d to be1fe18 r=dminor 2020-06-26 16:52:33 +00:00
memory Bug 1200075 - Do not avoid sqlite3 using _msize. r=froydnj 2020-06-29 16:22:50 +00:00
mfbt Bug 1463035 - Remove MOZ_SIGNAL_TRAMPOLINE. r=gerald 2020-06-26 03:48:49 +00:00
mobile Bug 1582562 - Do not build/install geckoview_example.test. r=nalexander,owlish 2020-06-29 23:28:02 +00:00
modules Bug 1647557 - Add preffed-off code for controlling document loads directly from CanonicalBrowsingContext. r=nika,jya,necko-reviewers,dragana 2020-06-30 01:19:15 +00:00
mozglue Bug 1647702 - Broaden the race supression for compacting race between updating ObjectGroups and Shapes r=sfink 2020-06-26 16:25:03 +00:00
netwerk Bug 1647557 - Add preffed-off code for controlling document loads directly from CanonicalBrowsingContext. r=nika,jya,necko-reviewers,dragana 2020-06-30 01:19:15 +00:00
nsprpub Bug 1640515 - Firefox 79 should pick up NSPR 4.26. r=kjacobs DONTBUILD UPGRADE_NSPR_RELEASE 2020-06-24 15:52:27 +00:00
other-licenses Bug 1634535 - Move ply to third_party/python r=glandium 2020-05-05 16:02:02 +00:00
parser Bug 1647728 - Unify kCharsetFromUserForced and kCharsetFromParentForced. r=m_kato 2020-06-25 03:25:03 +00:00
python Bug 1649039 - Update bootstrap's rustc to match bug 1648343 r=froydnj 2020-06-29 17:44:52 +00:00
remote Bug 1648959 - Done internal linking in docs in remote Directory.r=championshuttler,remote-protocol-reviewers,whimboo 2020-06-29 20:34:46 +00:00
security Backed out 4 changesets (bug 1644917, bug 1640345) for causing failures in browser_preferences_usage.js CLOSED TREE 2020-06-30 05:27:44 +03:00
services Bug 1642855 - remove flowID from plaintext send-tab payload. r=markh 2020-06-24 16:37:31 +00:00
servo Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame 2020-06-22 09:45:40 +00:00
startupcache Bug 1631991 - stop wasting minutes of infra time waiting for the startup cache in gtests, r=dthayer 2020-06-24 16:00:32 +00:00
storage Bug 1645943 - Override xFullPathname to avoid the use of GetFullPathNameW; r=janv,asuth 2020-06-24 16:08:45 +00:00
taskcluster Bug 1648846 - more robust detection in conditional for xwit to be called in test-linux.sh r=jmaher 2020-06-27 09:19:17 +00:00
testing Bug 1649266: generate-checksums.py should be compatible with py3 r=rail 2020-06-29 22:24:46 +00:00
third_party Bug 1649227 - Upgrade authenticator-rs to v0.2.13 r=kjacobs 2020-06-29 21:26:19 +00:00
toolkit Bug 1649215 - Expose OpenGL Compositing status. r=aosmond 2020-06-29 21:21:40 +00:00
tools Bug 1634846 - P2. Make ipc's MessageChannel works with TaskQueue, r=nika 2020-06-26 09:34:47 +00:00
uriloader Bug 1646892 - Allow DocumentChannel process switches into the parent process. r=jya,nika 2020-06-27 04:10:23 +00:00
view Bug 1623992 - Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in markup r=marionette-reviewers,perftest-reviewers,mossop,whimboo,sparky 2020-04-03 22:23:23 +00:00
widget Bug 1649215 - Expose OpenGL Compositing status. r=aosmond 2020-06-29 21:21:40 +00:00
xpcom Bug 1634846 - P3. Get around NS_INLINE_DECL_REFCOUNTING not working with TaskQueue. r=nika,froydnj 2020-06-30 02:50:07 +00:00
xpfe/appshell Bug 1637035 - Do not inherit COEP from opener for non-http or non-initial-about:blank documents r=nika 2020-06-25 02:14:29 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1642493: Apply clang-format to shim files r=mgaudet 2020-06-04 14:35:05 +00:00
.cron.yml Bug 1648709 - run `Coverity Static Analysis` on `mozilla-central` once per day. r=sylvestre 2020-06-29 12:44:51 +00:00
.eslintignore Bug 1596691 - Add a JSParser target to fuzz-tests. r=jandem 2020-06-02 13:50:23 +00:00
.eslintrc.js Bug 1644444 - Update NextDNS endpoint URL and migrate pref values. r=valentin,prathiksha 2020-06-18 08:18:58 +00:00
.flake8 Bug 1646421 - flake8 followup, remove the noqa as it breaks the test 2020-06-20 12:21:27 +00:00
.git-blame-ignore-revs Bug 1633969 - Refresh .git-blame-ignore-revs. r=sylvestre 2020-04-30 16:38:19 +00:00
.gitattributes
.gitignore Bug 1643098 - Ignore Emacs project sentinel .projectile files. r=froydnj 2020-06-03 19:46:16 +00:00
.hg-annotate-ignore-revs Bug 1633969 - Add a changeset marked as "skip-blame" to .hg-annotate-ignore-revs. r=sylvestre 2020-04-30 16:37:44 +00:00
.hg-format-source
.hgignore Bug 1632710 - [puppeteer] vendor v3.1.0 r=remote-protocol-reviewers,whimboo,jgraham 2020-06-05 18:53:38 +00:00
.hgtags No bug - tagging 4c7e22cb6a476089657b971f2ebe333c5649a4a9 with FIREFOX_NIGHTLY_79_END a=release DONTBUILD CLOSED TREE 2020-06-29 15:15:37 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1628832: [KaiOS] Factor out trust-domain in `.taskcluster.yml`; r=Callek 2020-05-14 18:47:47 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py Bug 1646256 - Make rust-analyzer and YouCompleteMe work with mozilla-central. r=sylvestre 2020-06-17 17:53:56 +00:00
AUTHORS
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2020-06-01 10:15:55 +00:00
Cargo.lock Bug 1649227 - Upgrade authenticator-rs to v0.2.13 r=kjacobs 2020-06-29 21:26:19 +00:00
Cargo.toml Bug 1649227 - Upgrade authenticator-rs to v0.2.13 r=kjacobs 2020-06-29 21:26:19 +00:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Backed out 4 changesets (bug 1641291) for build bustages and SM failures on a CLOSED TREE 2020-06-03 22:09:52 +03:00
README.txt
aclocal.m4 Bug 1641790 - Move --with-system-nss to python configure. r=firefox-build-system-reviewers,rstewart 2020-05-29 17:02:09 +00:00
build.gradle Bug 1641983 - Update apilint to 0.3.0. r=snorp 2020-06-01 15:58:01 +00:00
client.mk Bug 1633016 - Remove a bunch of references to PYTHON(2) in Makefiles r=glandium 2020-05-05 19:53:22 +00:00
client.py Bug 1644665 - client.py: python3 migration r=egao 2020-06-11 15:23:10 +00:00
configure.in Bug 1644887 - `configure` calls into `$PYTHON3` rather than `python3` directly r=glandium 2020-06-10 21:29:27 +00:00
configure.py Bug 1632874: |mach bootstrap| should write mozconfig file if it doesn't exist r=rstewart 2020-06-08 19:36:56 +00:00
gradle.properties
gradlew
gradlew.bat
mach Bug 1638964 - run mach gradle with python3 r=nalexander 2020-06-22 16:22:07 +00:00
moz.build Bug 1647987 - Create Rust testing docs. r=froydnj. 2020-06-26 01:04:40 +00:00
moz.configure Backed out 4 changesets (bug 1641291) for build bustages and SM failures on a CLOSED TREE 2020-06-03 22:09:52 +03:00
mozilla-config.h.in
old-configure.in Backed out 4 changesets (bug 1641291) for build bustages and SM failures on a CLOSED TREE 2020-06-03 22:09:52 +03:00
package-lock.json
package.json
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

README.txt

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

    https://firefox-source-docs.mozilla.org/contributing/directory_structure.html

For information on how to build Mozilla from the source code and create the patch see:

    https://firefox-source-docs.mozilla.org/contributing/how_to_contribute_firefox.html

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 on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.


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.