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
Перейти к файлу
Ryan Hunt 40572aafa3 Bug 1717914 - wasm: Add IndexType, decode, validate, and construct. r=lth
This commit repurposes MemoryKind as IndexType, making it
a part of Limits. DecodeLimits and GetLimits are updated
to decode/convert the index type.

The index type for a memory object is stored inside the
WasmArrayRawBuffer or SharedArrayRawBuffer for the memory.
This is not optimal, but is required so that structured
clone of a wasm shared memory retains the index type.

Linking is updated to require that the imported memory
object has the same index type as specified memory.

No validation conditions on the min/max of a memory are
changed yet. i64 memories still retain the 32-bit
restrictions on memory size/reservations.

Differential Revision: https://phabricator.services.mozilla.com/D118645
2021-07-16 20:58:09 +00:00
.cargo Backed out 2 changesets (bug 1687070) for causing failures on cubeb.drain, cubeb.tone. CLOSED TREE 2021-07-16 15:16:05 +03:00
.vscode Bug 1701913 - Documentation regarding Remote Development over SSH using VS Code. r=marco 2021-03-30 14:44:51 +00:00
accessible Bug 1720374 - Remove MOZ_GECKO_PROFILER ifdefs that are not useful, r=gerald. 2021-07-15 22:04:23 +00:00
browser Backed out changeset 5df9800ffaf2 (bug 1673116) for causing mochitest failures in browser_block_mozAddonManager.js. 2021-07-16 23:20:21 +03:00
build Bug 1694884 - Fail configure when using --*-system-* options with a bootstrapped sysroot. r=firefox-build-system-reviewers,mhentges 2021-07-16 20:51:27 +00:00
caps Bug 1715167 - Part 7: Add tests for precursor principals, r=ckerschb,ngogge 2021-07-15 21:09:16 +00:00
chrome Bug 1695162 - Use range-based for instead of custom hashtable iterators. r=xpcom-reviewers,kmag 2021-03-17 15:49:46 +00:00
config Bug 1720817 - Fix vendor git rev id to match vendored files for wasm2c project r=glandium DONTBUILD 2021-07-16 03:57:07 +00:00
devtools Backed out changeset e1921c5112d8 (bug 1696251) for causing bustages complaining about 'CommandContext'. CLOSED TREE 2021-07-16 20:35:55 +03:00
docs Bug 1718341 - Rename arm-4.3 -> arm r=aklotz,nalexander 2021-07-16 17:49:54 +00:00
docshell Bug 1710069 - Fix syntax to unbust decision task. a=bustage-fix 2021-07-16 03:14:05 +03:00
dom Bug 1716196 - Misleading log message: "AppleVTDecoder: system doesn't support hardware acceleration". r=jolin 2021-07-16 19:21:10 +00:00
editor Bug 1720436 - Make `test_bug408231.html` specify default `font-familiy` explicitly r=m_kato 2021-07-15 10:46:55 +00:00
extensions Bug 1713735 - Add the bits necessary to build wasm sandbox libs with wasm2c. r=firefox-build-system-reviewers,mhentges 2021-07-16 02:38:41 +00:00
gfx Bug 1717889 - Make sure we don't call NextSurfaceAsFramebuffer on zero-sized native layers. r=mkaply 2021-07-16 15:20:17 +00:00
gradle/wrapper
hal Bug 1710473 - Remove hal::SetProcessPrioritySupported(). r=gsvelto,geckoview-reviewers,aklotz 2021-05-10 19:59:24 +00:00
image Bug 1666222: Cut over a ton of NowUnfuzzed calls -> Now 4/5 r=smaug,extension-reviewers,zombie 2021-07-14 18:18:17 +00:00
intl Bug 1708448 - Move property and element functions into js/public/PropertyAndElement.h. r=nbp 2021-07-13 11:52:42 +00:00
ipc Bug 1440103 - Fix handle leak in IPC process launching. r=handyman 2021-07-15 22:20:34 +00:00
js Bug 1717914 - wasm: Add IndexType, decode, validate, and construct. r=lth 2021-07-16 20:58:09 +00:00
layout Bug 1717703 Part 2 - Add test for printing with down-scaled page-size. r=dholbert 2021-07-16 19:47:49 +00:00
media Bug 1720704 - Re-enable libjxl updates every n-weeks; r=saschanaz 2021-07-15 14:33:41 +00:00
memory Bug 1717466 - A few minor fixes for block_analyzer.py. r=pbone 2021-06-22 14:17:44 +00:00
mfbt Bug 1719959 - Better Tag type choice, fixed corresponding test - r=emilio 2021-07-11 09:43:50 +00:00
mobile Bug 1709640 - Remove unused variables in android/confvars.sh r=nalexander,aklotz 2021-07-16 19:26:49 +00:00
modules Bug 1717914 - wasm: Add feature flags for Memory64. r=lth 2021-07-16 20:58:09 +00:00
mozglue Bug 1720368 - Remove MOZ_GECKO_PROFILER ifdefs around profiler_init and profiler_shutdown calls, r=gerald. 2021-07-15 22:04:23 +00:00
netwerk Bug 1720851 - fix includes in NetworkMarker.cpp, r=gerald,necko-reviewers,kershaw. 2021-07-16 15:26:23 +00:00
nsprpub Bug 1715584 - Update to NSPR_4_32_RTM (no code change). r=bbeurdouche UPGRADE_NSPR_RELEASE DONTBUILD 2021-07-01 09:07:04 +00:00
other-licenses Bug 1710751: Create LINKS_TO relation to track anchors and their corresponding elements r=eeejay 2021-05-26 21:31:42 +00:00
parser Bug 1718184 - pt 1. IdleTaskRunner now uses TimeDuration r=nika 2021-07-13 01:42:32 +00:00
python Backed out changeset b533ae02d367 (bug 1705420) as requested by Kimberly. CLOSED TREE 2021-07-16 23:22:23 +03:00
remote Backed out changeset e1921c5112d8 (bug 1696251) for causing bustages complaining about 'CommandContext'. CLOSED TREE 2021-07-16 20:35:55 +03:00
security Backed out changeset e1921c5112d8 (bug 1696251) for causing bustages complaining about 'CommandContext'. CLOSED TREE 2021-07-16 20:35:55 +03:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=jcristau 2021-07-15 12:19:52 +00:00
servo Backed out changeset ff3b52062c5a (bug 1659266) for causing build bustages on WebIDLPrefs. CLOSED TREE 2021-07-16 16:02:09 +03:00
startupcache Bug 708901 - Migrate to nsTHashSet in startupcache. r=dthayer 2021-03-23 10:36:39 +00:00
storage Bug 1720374 - Remove MOZ_GECKO_PROFILER ifdefs that are not useful, r=gerald. 2021-07-15 22:04:23 +00:00
taskcluster Bug 1709640 - Label Android build jobs for 4.1. r=nalexander 2021-07-16 19:26:49 +00:00
testing Bug 1709640 - Add GeckoView Lite build variant. r=jmaher,aklotz,mhentges,glandium 2021-07-16 19:26:48 +00:00
third_party Backed out 2 changesets (bug 1687070) for causing failures on cubeb.drain, cubeb.tone. CLOSED TREE 2021-07-16 15:16:05 +03:00
toolkit Bug 1694884 - Fail configure when using --*-system-* options with a bootstrapped sysroot. r=firefox-build-system-reviewers,mhentges 2021-07-16 20:51:27 +00:00
tools Bug 1720922 - Update sphinx 4.1.1 and its dependencies r=firefox-build-system-reviewers,mhentges 2021-07-16 17:38:43 +00:00
uriloader Bug 1701794 - Use nsOSHelperAppServiceChild with Windows r=nika,haik 2021-07-12 19:41:22 +00:00
view Bug 1710533 - Apply the widget size constraints to newBounds r=mstange,gfx-reviewers 2021-05-13 09:34:26 +00:00
widget Bug 1717556 - Give gfxContext::UserToDevicePixelSnapped an option to prioritize the rect dimensions over snapping each individual edge, and use this for GTK widget painting. r=karlt 2021-07-16 11:20:26 +00:00
xpcom Bug 1720374 - Remove MOZ_GECKO_PROFILER ifdefs that are not useful, r=gerald. 2021-07-15 22:04:23 +00:00
xpfe/appshell Bug 1586830 - Part 1: Ensure IsInitialDocument is set earlier and consistently on WindowGlobalParent, r=smaug 2021-07-14 15:51:20 +00:00
.arcconfig
.babel-eslint.rc.js Bug 1702166 - Update ESLint, Babel and associated modules to the latest versions. r=mossop,nchevobbe 2021-04-04 08:05:39 +00:00
.clang-format
.clang-format-ignore Bug 1719491 - revert clang-format of tools/profiler/public/GeckoTraceEvent.h. r=ng 2021-07-07 15:57:17 +00:00
.cron.yml Bug 1717540 - Add esr91 support. r=releng-reviewers,taskgraph-reviewers,aki 2021-07-13 10:17:48 +00:00
.eslintignore Bug 1515695 - Remove Task.jsm. r=florian,jdescottes 2021-06-17 08:28:02 +00:00
.eslintrc.js Bug 1716642 - Replaced calls to GlobalManager.extensionMap.get() with WebExtensionPolicy.getByID(). r=Standard8,kmag,robwu 2021-06-24 15:06:17 +00:00
.flake8 Bug 1714641: Remove usages of vendored "wptserve_py2" library r=jgraham,ahal 2021-06-09 15:48:51 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1703105 - wasm: Move generate-spectest tool into tree. r=lth 2021-04-13 16:41:46 +00:00
.hgtags No bug - tagging 41ae2b104b93c1779db0f34ba1c045e3e696898b with FIREFOX_NIGHTLY_91_END a=release DONTBUILD CLOSED TREE 2021-07-12 12:48:34 +00:00
.lando.ini Bug 1714470: add `.lando.ini` file r=zeid DONTBUILD 2021-06-08 12:52:25 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2021-07-12 12:48:42 +00:00
Cargo.lock Backed out 2 changesets (bug 1687070) for causing failures on cubeb.drain, cubeb.tone. CLOSED TREE 2021-07-16 15:16:05 +03:00
Cargo.toml Bug 1719674 - Make packed_simd compile with Rust 1.54. r=glandium 2021-07-15 08:42:08 +00:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle
client.mk
client.py No bug - fix client.py update_nss on python3. r=firefox-build-system-reviewers,mhentges,bbeurdouche 2021-05-05 16:59:09 +00:00
configure.in
configure.py Bug 1720591: Remove unused patch_main() for Python < 3.4 on Windows r=ahal 2021-07-16 16:34:42 +00:00
gradle.properties
gradlew
gradlew.bat
mach Bug 1713173 - Add `--profile-command` flag for profiling `mach` commands. r=firefox-build-system-reviewers,mhentges 2021-06-02 21:28:56 +00:00
mach.ps1
moz.build Bug 1705403 - Replace FOG's Glean autodocs with link to Glean Dictionary r=janerik DONTBUILD 2021-05-10 13:33:09 +00:00
moz.configure Bug 1719229 - Rename the bootstrappable sysroot toolchains. r=firefox-build-system-reviewers,andi 2021-07-14 08:54:43 +00:00
mozilla-config.h.in
old-configure.in Bug 1709640 - Remove unused variables in android/confvars.sh r=nalexander,aklotz 2021-07-16 19:26:49 +00:00
package-lock.json Bug 1702858 - Update node modules for latest versions, remove obsolete. r=mossop 2021-05-19 16:53:53 +00:00
package.json Bug 1702858 - Update node modules for latest versions, remove obsolete. r=mossop 2021-05-19 16:53:53 +00:00
settings.gradle
substitute-local-geckoview.gradle Bug 1709640 - Add GeckoView Lite build variant. r=jmaher,aklotz,mhentges,glandium 2021-07-16 19:26:48 +00:00
test.mozbuild

README.txt

An explanation of the Firefox 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 Firefox from the source code and create the patch see:

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

If you have a question about developing Firefox, and can't find the solution
on https://firefox-source-docs.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 Firefox developers for
testing, may be buggy.