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
Перейти к файлу
Jan de Mooij e39063bd4d Bug 1657830 part 6 - Don't use extended jumps for cross-JitCode jumps on x64. r=tcampbell
A lot of entries in the extended jump table were never used because they were for
jumps/calls to other addresses in the executable memory (JitCodes or trampolines).

This patch takes advantage of the contiguous 2 GB executable code buffer: we know
any address in this buffer can always be jumped to without needing an extended jump
table. This also lets us simplify the jump relocation code more.

With Fission coming soon, max 2 GB JIT code per process will hopefully be sufficient.

Depends on D86374

Differential Revision: https://phabricator.services.mozilla.com/D86375
2020-08-10 14:07:33 +00:00
.cargo Bug 1657895: fix fuzzbug by vendoring Cranelift to rev e88d74903102266a18e97489557760b9be67f782. r=jseward 2020-08-10 20:21:48 +00:00
.vscode Bug 1656740 - Integrate `clangd` in `vscode` for C++ language support. r=froydnj 2020-08-06 06:25:17 +00:00
accessible Bug 1657759 - Fix TextPoints lesser-than operator. r=Jamie 2020-08-11 16:26:04 +00:00
browser Backed out 2 changesets (bug 1657582) for test_DNSLookup.js failures CLOSED TREE 2020-08-12 11:18:06 +03:00
build Bug 1657954 - Move various branding options from `old-configure` r=geckoview-reviewers,mhentges,nalexander,snorp 2020-08-11 15:58:52 +00:00
caps Backed out changeset 6d39aab86966 (bug 1633710) for failure at test_disabled_hosts.js. CLOSED TREE 2020-08-05 22:19:30 +03:00
chrome Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
config Bug 1657863 - Skip adding manifests automatically on mingw builds. r=froydnj 2020-08-11 13:42:24 +00:00
devtools Bug 1590019 - Make the styling of placeholder text in the Debugger consistent r=nchevobbe 2020-08-12 07:25:16 +00:00
docs Bug 1657926 - firefox doc: fix some warnings r=championshuttler 2020-08-11 23:20:25 +00:00
docshell Bug 1566422 - Avoid unnecessary coordinate conversions when showing tooltips, r=emilio 2020-08-11 22:01:40 +00:00
dom Backed out 2 changesets (bug 1657582) for test_DNSLookup.js failures CLOSED TREE 2020-08-12 11:18:06 +03:00
editor Bug 1657269 - part 2: Make `HTMLEditor::HandleDeleteSelectionInternal()` take `AutoRangeArray` instead of referring `Selection` ranges r=m_kato 2020-08-11 09:35:42 +00:00
extensions Backed out 2 changesets (bug 1657582) for test_DNSLookup.js failures CLOSED TREE 2020-08-12 11:18:06 +03:00
gfx Bug 1655026 [Linux] Enable WebGL DMABuf backend for X11/EGL, r=jgilbert 2020-08-12 07:01:54 +00:00
gradle/wrapper
hal Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
image Bug 1553289 - Add YUVColorSpace::Identity decoding to AVIF. r=jbauman 2020-08-10 21:39:06 +00:00
intl Backed out changeset 1835ac58c617 (bug 1656515) for multiple perma failures on Linux 18.04 x64 asan. CLOSED TREE 2020-08-11 00:52:58 +03:00
ipc Backed out changeset c574dd7d46ef (bug 1616462) as requested by jld 2020-08-08 01:18:19 +03:00
js Bug 1657830 part 6 - Don't use extended jumps for cross-JitCode jumps on x64. r=tcampbell 2020-08-10 14:07:33 +00:00
layout Bug 561154 - Implement :-moz-any() as an alias of :is(). r=heycam 2020-08-12 04:26:07 +00:00
media Backed out 2 changesets (bug 1657582) for test_DNSLookup.js failures CLOSED TREE 2020-08-12 11:18:06 +03:00
memory Bug 1658424 - add support for grabbing fp on arm64 macOS in DMD; r=mccr8 2020-08-11 14:09:28 +00:00
mfbt Bug 1656896 - Improve the Tainting macros and add unit tests r=froydnj 2020-08-07 19:14:22 +00:00
mobile Bug 1657954 - Move various branding options from `old-configure` r=geckoview-reviewers,mhentges,nalexander,snorp 2020-08-11 15:58:52 +00:00
modules Bug 561154 - Implement :-moz-any() as an alias of :is(). r=heycam 2020-08-12 04:26:07 +00:00
mozglue Bug 1658375 - add support for arm64 macOS to profiler sampling and unwinding; r=mstange 2020-08-11 14:09:20 +00:00
netwerk Backed out 2 changesets (bug 1657582) for test_DNSLookup.js failures CLOSED TREE 2020-08-12 11:18:06 +03:00
nsprpub Bug 1656520 - NSPR_4_28_BETA1. r=kjacobs UPGRADE_NSPR_RELEASE 2020-08-04 12:01:24 +00:00
other-licenses
parser Bug 1657242 - Report telemetry for Yellow Screen of Death. r=peterv 2020-08-10 17:38:00 +00:00
python Bug 1655361: Prints a warning if Windows Defender is watching the Firefox checkout directory r=firefox-build-system-reviewers,rstewart 2020-08-11 20:59:40 +00:00
remote Bug 1640105 - Skip failed tests, r=dragana,remote-protocol-reviewers,necko-reviewers,maja_zf 2020-08-10 09:20:35 +00:00
security Backed out 5 changesets (bug 1657521) for assertion failure at Refs.h CLOSED TREE 2020-08-12 11:14:44 +03:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2020-08-10 14:20:05 +00:00
servo Bug 561154 - Implement :-moz-any() as an alias of :is(). r=heycam 2020-08-12 04:26:07 +00:00
startupcache Bug 1656974 - Turn off StartupCache when startup is finished r=froydnj 2020-08-07 19:42:56 +00:00
storage Bug 1635489: Add telemetry on the status of sqlite database accesses. r=mak 2020-08-11 20:55:33 +00:00
taskcluster Bug 1657926 - firefox doc: fix some warnings r=championshuttler 2020-08-11 23:20:25 +00:00
testing Bug 1656625 - disable dock on osx. r=dividehex,bc 2020-08-11 23:01:50 +00:00
third_party Bug 1631722 - Vendor sfv crate,r=valentin 2020-08-12 07:07:00 +00:00
toolkit Backed out 2 changesets (bug 1657582) for test_DNSLookup.js failures CLOSED TREE 2020-08-12 11:18:06 +03:00
tools Bug 1657926 - firefox doc: fix some warnings r=championshuttler 2020-08-11 23:20:25 +00:00
uriloader Bug 1655716 - Introduce TYPE_INTERNAL_FETCH_PRELOAD and use in HTMLLinkElement::AsValueToContentPolicy() - r=emilio,mayhemer,ckerschb 2020-08-11 12:33:14 +00:00
view
widget Backed out 2 changesets (bug 1657582) for test_DNSLookup.js failures CLOSED TREE 2020-08-12 11:18:06 +03:00
xpcom Bug 1658376 - correctly identify arm64 macOS in FileUtils.cpp; r=mccr8 2020-08-11 14:09:28 +00:00
xpfe/appshell Bug 1653729 - Part 1: Generalize do_QueryActor API, r=kmag 2020-08-04 21:34:29 +00:00
.arcconfig
.babel-eslint.rc.js Bug 1620537 - Upgrade to ESLint 7.5.0, remove now unnecessary Babel plugins. r=mossop 2020-07-24 21:37:12 +00:00
.clang-format
.clang-format-ignore Bug 1651731: [lint] Only allow files that are typically executable to have shebang lines override permission check; r=linter-reviewers,sylvestre 2020-07-09 21:16:32 +00:00
.cron.yml Bug 1656475 - Activate performance alerting on multi commit Fenix performance tests r=perftest-reviewers,sparky 2020-08-05 16:06:17 +00:00
.eslintignore Bug 1618465 - Move pdf.js to toolkit (main files). r=bdahl,Pike 2020-07-02 07:13:46 +00:00
.eslintrc.js Bug 1656292 - Enable remaining ESLint rules on editor/libeditor/tests/*.xhtml files. r=masayuki 2020-07-31 23:58:46 +00:00
.flake8 Bug 1654090 - Replace testing/mochitest/pywebsocket with pywebsocket3; r=jmaher 2020-07-22 02:06:38 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1651214 - Ignore .python-version file at top of checkout r=nalexander 2020-07-07 23:41:55 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1658396 - Make hg ignore newtab node_modules, r=Mardak 2020-08-10 23:32:15 +00:00
.hgtags No bug - tagging e8d1d9067328f6929a618c67f5d1e83cd9a4858f with FIREFOX_NIGHTLY_80_END a=release DONTBUILD CLOSED TREE 2020-07-27 17:45:36 +00:00
.lldbinit
.mailmap Bug 1650456 - Correct name in a few places, r=froydnj 2020-07-03 20:20:29 +00:00
.prettierignore
.prettierrc
.taskcluster.yml Bug 1652184: Report to perherder stats about bugbug timings; r=ahal 2020-07-13 19:53:00 +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 Bug 1655105 - Add back comments to CLOBBER file. a=CLOBBER 2020-08-05 14:43:40 +02:00
Cargo.lock Bug 1631722 - Add wrapper for structured-headers crate,r=valentin 2020-08-12 07:07:33 +00:00
Cargo.toml Bug 1657895: fix fuzzbug by vendoring Cranelift to rev e88d74903102266a18e97489557760b9be67f782. r=jseward 2020-08-10 20:21:48 +00:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1654994 - Switch full symbols archive to tar.zst. r=firefox-build-system-reviewers,rstewart,tomprince 2020-07-31 20:27:54 +00:00
README.txt
aclocal.m4 Bug 1635764 - Move --with-system-icu and --with-intl-api to python configure. r=firefox-build-system-reviewers,rstewart 2020-05-29 21:29:52 +00:00
build.gradle Bug 1641983 - Update apilint to 0.3.0. r=snorp 2020-06-01 15:58:01 +00:00
client.mk
client.py Bug 1650306 - Address the defects found by the pylint/no-else-return rule. r=sylvestre 2020-07-08 09:24:49 +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 1649901 - Improve reproducibility of config_status_deps.in files r=froydnj 2020-07-01 22:55:52 +00:00
gradle.properties
gradlew
gradlew.bat
mach Bug 1594914 - Convert mach python-test to run with python 3 r=gbrown 2020-08-04 17:40:58 +00:00
moz.build Bug 1655789 - Use build/moz.build for JS standalone builds r=glandium 2020-08-05 21:27:10 +00:00
moz.configure Bug 1647780 - Don't strip less when profiling is enabled. r=froydnj 2020-08-11 23:42:37 +00:00
mozilla-config.h.in
old-configure.in Bug 1657954 - Move various branding options from `old-configure` r=geckoview-reviewers,mhentges,nalexander,snorp 2020-08-11 15:58:52 +00:00
package-lock.json Bug 1620537 - Upgrade to ESLint 7.5.0, remove now unnecessary Babel plugins. r=mossop 2020-07-24 21:37:12 +00:00
package.json Bug 1620537 - Upgrade to ESLint 7.5.0, remove now unnecessary Babel plugins. r=mossop 2020-07-24 21:37:12 +00:00
settings.gradle Backed out changeset d0ff30e1d830 (bug 1650692) for toolchains failures on ImageDecoderTest.kt. CLOSED TREE 2020-07-15 07:42:37 +03:00
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.