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
Go to file
Doug Thayer c2cde6897f Bug 1779807 - Implement memchr64 in AVX2 r=iain
This only makes sense for AVX2, because widening it from a 64-bit comparison
to a 128-bit comparison is hardly worth it, and there are gaps in the SSE2
instruction set (missing _mm_cmpeq_epi64, which is introduced in SSE4.1) that
would require us to compensate and probably take a sizeable perf hit.

Differential Revision: https://phabricator.services.mozilla.com/D152297
2022-07-29 03:26:06 +00:00
.cargo Bug 1781778 - Bump jsparagus for bug 1609432. r=nbp 2022-07-29 02:06:08 +00:00
.vscode Bug 1769759 - Update extension ID for rust-analyzer vscode extension recommendation. r=andi 2022-05-17 14:36:27 +00:00
accessible Bug 1780713: Fix a11y exposure of checkable XUL buttons/toolbarbuttons. r=eeejay 2022-07-27 21:35:17 +00:00
browser Bug 1781112 - Enable matching full quickaction anywhere in user input. r=Standard8 2022-07-28 22:43:42 +00:00
build Bug 1769798 - Return nullptr on ASan allocator commitment error. r=firefox-build-system-reviewers,ahochheiden 2022-07-27 21:28:52 +00:00
caps Bug 1761614 - Configure eslint to disable check for unused variable "printAttrs" r=Standard8 DONTBUILD 2022-07-28 15:33:32 +00:00
chrome Bug 1780788 - Use abstract strings as in-arguments for ipdl. r=nika,necko-reviewers,media-playback-reviewers,alwu,dragana 2022-07-25 20:19:48 +00:00
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2022-07-25 16:15:27 +00:00
devtools Bug 1732123 - [devtools] Restart the nodepicker on webextension target navigation r=nchevobbe 2022-07-26 15:05:13 +00:00
docs Bug 1779988 - Part 2: Add ESLint rule that rejects multiple ChromeUtils.defineESModuleGetters call on the same object. r=Standard8 2022-07-28 00:54:20 +00:00
docshell Bug 1781936 - Propagate GeckoView settings on BrowsingContext replacement. r=nika 2022-07-29 00:30:24 +00:00
dom Bug 1780717. Drop the jitterBufferEmittedCount to 7. r=ng 2022-07-28 23:30:01 +00:00
editor Bug 1780140 - Make HTMLEditor::ClearStyleAt clean up new empty inline elements which are not contain new text r=m_kato 2022-07-27 22:51:18 +00:00
extensions Bug 1780543 - Part 5: Add mozilla/chrome-script environment. r=Standard8 2022-07-26 02:46:30 +00:00
gfx Bug 1781987 - Fix shared clip root detection when ancestor has complex clips r=gfx-reviewers,nical 2022-07-28 21:07:37 +00:00
gradle/wrapper
hal Bug 1780788 - Use abstract strings as in-arguments for ipdl. r=nika,necko-reviewers,media-playback-reviewers,alwu,dragana 2022-07-25 20:19:48 +00:00
image Bug 1780834. If a webp file header specifies ICCP but no ICCP chunk is found just ignore it and continue. r=aosmond 2022-07-26 08:24:27 +00:00
intl Bug 1779621 - Migrate intl/locale from jsm to esm; r=nordzilla 2022-07-26 12:28:41 +00:00
ipc Bug 1780312 - Turn off the Linux nvidia driver's shader cache in the RDD process. r=gcp 2022-07-28 19:07:30 +00:00
js Bug 1781778 - Bump jsparagus for bug 1609432. r=nbp 2022-07-29 02:06:08 +00:00
layout Bug 1781957 - Remove argument to nsCSSFrameConstructor::AddFCItemsForAnonymousContent which is not useful r=emilio 2022-07-28 20:21:49 +00:00
media Bug 1780967 - Update opus to ab04fbb1b7d0b727636d28fc2cadb5df9febe515 r=kinetik 2022-07-26 23:58:19 +00:00
memory Bug 1782027 - Fix bustage in simulated early-beta Windows builds r=gcp 2022-07-28 19:11:20 +00:00
mfbt Bug 1779807 - Implement memchr64 in AVX2 r=iain 2022-07-29 03:26:06 +00:00
mobile Bug 1777132 = Update bootstrapping instructions in GeckoView Contributor Quick Start Guide r=geckoview-reviewers,calu 2022-07-28 22:31:38 +00:00
modules Bug 1778492 - Add an origin trial for coep: credentialless r=emilio,necko-reviewers,kershaw 2022-07-27 20:33:19 +00:00
mozglue Bug 1774329 - Remove JSONWriter style specifications from profiler code - r=florian 2022-07-28 12:41:57 +00:00
netwerk Bug 1767609 - Move functions specific to regular HTTP/2 requests, connect requests and server push requests into the appropriate classes. r=necko-reviewers,kershaw 2022-07-28 18:15:59 +00:00
nsprpub Bug 1769299 - NSPR_4_34_RTM. r=glandium UPGRADE_NSPR_RELEASE 2022-05-31 19:25:48 +00:00
other-licenses Bug 1743947 - Update Snappy to version 1.1.9. r=dom-storage-reviewers,janv 2022-07-12 15:38:23 +00:00
parser Bug 1780361 - Split conditional CSS sanitization into its own function. r=evilpie 2022-07-21 08:18:46 +00:00
python Bug 1777414 - Vendor standalone 'looseversion' at version 1.0.1 r=firefox-build-system-reviewers,glandium 2022-07-29 02:03:37 +00:00
remote Bug 1780543 - Part 2: Use eslint-env mozilla/frame-script consistently in test frame script. r=Standard8,webdriver-reviewers,perftest-reviewers,sparky,jdescottes 2022-07-26 02:46:29 +00:00
security Bug 1781466 - gather telemetry for PSM UI elements slated for removal r=djackson 2022-07-28 20:04:31 +00:00
services Bug 1772415: Filter devices list by 21 days. r=markh 2022-07-29 00:02:20 +00:00
servo Bug 1780240 - Properly fail to serialize grid shorthand when not roundtripping. r=dholbert 2022-07-26 22:43:26 +00:00
startupcache Bug 1777486 - Part 8: Update testcase comments that mentions XPCOMUtils. r=kmag 2022-07-12 04:21:37 +00:00
storage Bug 1769290 - Part 24: Apply mozilla-js-handle-rooted-typedef against layout,security,storage,tools r=andi 2022-07-14 17:00:24 +00:00
supply-chain Bug 1774829 - wasm: Vendor latest wast crate. r=yury,glandium,supply-chain-reviewers 2022-07-28 15:25:42 +00:00
taskcluster Bug 1700396: Bump Updatebot to get the spurious update fix r=andi 2022-07-29 02:53:11 +00:00
testing Bug 1782025 - Obey contain-intrinsic-size in images. r=emilio 2022-07-28 19:30:58 +00:00
third_party Bug 1781778 - Bump jsparagus for bug 1609432. r=nbp 2022-07-29 02:06:08 +00:00
toolkit Bug 1781993 - Update AudioIPC macOS branch to 499b955. r=cubeb-reviewers,chunmin 2022-07-28 21:37:45 +00:00
tools Bug 1772943 - Port osfile.jsm usage to IOUtils in toolkit/mozapps/ r=Gijs,mixedpuppy 2022-07-28 20:21:55 +00:00
uriloader Bug 1773702 - Adding Content Blocking Event flags for email tracking protection. r=dimi 2022-07-27 20:07:53 +00:00
view Bug 1758115 - Part 2: Streamline locking, initialization and shutdown for TimelineConsumers, r=smaug 2022-06-29 15:01:51 +00:00
widget Bug 1751510 - Zoom gesture can not be performed at the same time as a pan gesture. r=botond 2022-07-27 19:05:53 +00:00
xpcom Bug 1780054 - Part 2: Double-check notified stream in nsMultiplexInputStream, r=asuth 2022-07-28 15:01:49 +00:00
xpfe/appshell Bug 1779559 - Do this in toolkit instead. r=Gijs 2022-07-19 19:25:48 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Backed out 2 changesets (bug 1776104) as requested by Andi 2022-07-06 19:15:18 +03:00
.cron.yml Bug 1771587 - Implement are-we-esmified-yet check on ci; r=marco,jmaher 2022-07-06 08:24:18 +00:00
.eslintignore
.eslintrc.js Bug 1761614 - Configure eslint to disable check for unused variable "printAttrs" r=Standard8 DONTBUILD 2022-07-28 15:33:32 +00:00
.flake8 Bug 1775183 - Remove fork_interpose.py. r=firefox-build-system-reviewers,nalexander 2022-06-21 06:44:55 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1776870 - Integrate esmify script into mach. r=yulia,firefox-static-analysis-reviewers,andi 2022-07-11 14:55:11 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 634029 - Add .rej and .orig files, which can be generated from hg commands, to .hgignore. r=firefox-build-system-reviewers,andi DONTBUILD 2022-07-11 15:12:35 +00:00
.hgtags No bug - tagging aefc088708a85e810290b4793474e4582d75adf9 with FIREFOX_NIGHTLY_104_END a=release DONTBUILD CLOSED TREE 2022-07-25 16:15:20 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1762128 - bump the cache name for decision images to stop interfering with other trees. r=releng-reviewers,ahal a=release 2022-03-30 14:54:03 +02:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1781085 - Update to Glean v50.1.3 r=chutten,supply-chain-reviewers 2022-07-27 10:24:48 +00:00
Cargo.lock Bug 1781778 - Bump jsparagus for bug 1609432. r=nbp 2022-07-29 02:06:08 +00:00
Cargo.toml Bug 1781425 - wasm: Remove baldrdash. r=jseward,supply-chain-reviewers 2022-07-27 22:30:17 +00:00
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2022-07-25 16:15:27 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.cmd
mach.ps1 Bug 1761633 - Silence the possible error from Get-Command r=mhentges DONTBUILD 2022-03-28 19:13:18 +00:00
Makefile.in
mots.yaml Bug 1737634: mots config file r=sheehan 2022-07-14 15:45:44 +00:00
moz.build Bug 1737634: mots config file r=sheehan 2022-07-14 15:45:44 +00:00
moz.configure Bug 1773520 - add vscode build backend by default if vscode is installed, r=firefox-build-system-reviewers,nalexander,glandium 2022-07-18 13:14:23 +00:00
mozilla-config.h.in
old-configure.in Bug 1762484 - Enable most of the same warnings on Windows as on other platforms. r=firefox-build-system-reviewers,andi 2022-04-25 22:21:31 +00:00
package-lock.json Bug 1762571 - Update node_modules bundles and package-lock.json files for new node versions. r=mossop 2022-07-07 22:09:00 +00:00
package.json Bug 1766268 - Update eslint-plugin-mozilla's version of estraverse to fix issues with private identifiers. r=mossop 2022-04-27 15:14:35 +00:00
README.txt
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

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.