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
James Teh 06eb0ca294 Bug 1834718: Don't process a duplicate DocAccessible::ContentRemoved call for a DOM node we've already processed. r=morgan
ContentRemoved recursively walks both AllChildrenIterator and direct DOM children.
In addition, we might get duplicate notifications from DOM and layout, plus PruneOrInsertSubtree might do a recursive walk and it too calls ContentRemoved.
To avoid this duplicate processing, keep a set of removed DOM nodes on the DocAccessible which we clear after mutation events are processed.

Differential Revision: https://phabricator.services.mozilla.com/D196707
2023-12-20 21:59:41 +00:00
.cargo Bug 1870678 - Update cubeb-coreaudio-rs to 89abc256. r=cubeb-reviewers,chunmin 2023-12-19 20:57:37 +00:00
.github/workflows
.vscode
accessible Bug 1834718: Don't process a duplicate DocAccessible::ContentRemoved call for a DOM node we've already processed. r=morgan 2023-12-20 21:59:41 +00:00
browser Bug 1870803 - Add a transition on window activeness changes. r=dao,desktop-theme-reviewers 2023-12-20 21:30:55 +00:00
build Bug 1606191 - Remove hand-written Windows orderfile r=glandium 2023-12-19 14:03:13 +00:00
caps Bug 1851816: Pass PBM Status into RFPIsEnabledFor r=timhuang 2023-12-18 18:39:33 +00:00
chrome Bug 1859873 - batch 13 xpcshell.ini -> .toml. r=aryx,devtools-reviewers,profiler-reviewers 2023-11-21 12:32:50 +00:00
config Bug 1870952 - Add sections for gkcodecs.symbols r=media-playback-reviewers,jolin 2023-12-20 18:26:29 +00:00
devtools Bug 1870884 - [devtools] Add fail-if a11y_checks annotation on browser_net_service-worker-timings.js. r=ochameau,devtools-reviewers. 2023-12-20 12:47:26 +00:00
docs Bug 1840493 - doc/rst: fix some languages declaration r=firefox-source-docs-reviewers,webdriver-reviewers,necko-reviewers,geckoview-reviewers,devtools-reviewers,profiler-reviewers,championshuttler,whimboo,nchevobbe,julienw,amejiamarmol 2023-12-13 18:32:20 +00:00
docshell Bug 1867628 - Fire a load event when frame-ancestors blocks an iframe (similar to X-Frame-Options). r=nika,smaug 2023-12-19 10:05:12 +00:00
dom Bug 1871097 - don't check GMP on Android. r=media-playback-reviewers,aosmond 2023-12-20 17:57:31 +00:00
editor Bug 1764895 - part 3: Get rid of nsIEditor.setShouldTxnSetSelection r=m_kato DONTBUILD 2023-12-14 00:41:20 +00:00
extensions Bug 1847298: IPC constructor cleanup r=nika,padenot,dom-storage-reviewers,necko-reviewers,cookie-reviewers,asuth,Jamie 2023-12-08 15:56:39 +00:00
gfx Bug 1870085 - Generalize gfxAlphaRecovery simd implementation r=jrmuizel,gfx-reviewers 2023-12-20 16:33:10 +00:00
gradle/wrapper
hal Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,media-playback-reviewers,padenot 2023-12-04 10:09:36 +00:00
image Bug 1869332 - Move libaom to libgkcodecs. r=glandium,media-playback-reviewers,chunmin 2023-12-20 02:32:34 +00:00
intl Bug 1869332 - Remove .orig files that crept in. r=chunmin 2023-12-20 02:32:37 +00:00
ipc Backed out 5 changesets (bug 1869053) for causing build bustages. CLOSED TREE 2023-12-20 19:42:52 +02:00
js Bug 1868461 - Don't call emitCreateAddInitializerFunction if no decorators. r=dminor 2023-12-20 21:18:32 +00:00
layout Bug 1870512 - Simplify ShouldAttachToTopLevel(), and revert patch for bug 1869891. r=tnikkel 2023-12-20 18:32:38 +00:00
media Bug 1870952 - Move libvpx files to No MOZ_FFVPX_AUDIOONLY builds r=media-playback-reviewers,jolin 2023-12-20 18:26:28 +00:00
memory Bug 1864828 - pt 1. Move operators to create literals with units into mfbt/ r=glandium 2023-12-11 11:01:33 +00:00
mfbt Backed out 5 changesets (bug 1869053) for causing build bustages. CLOSED TREE 2023-12-20 19:42:52 +02:00
mobile Bug 1868703 - Reset clipboard data first when running clipboard tests; r=m_kato,geckoview-reviewers 2023-12-20 07:18:45 +00:00
modules Merge central to autoland. CLOSED TREE 2023-12-19 17:39:20 +02:00
mozglue Bug 1868949 - Add support for AVX VNNI in cpu detection and IntegerGemm r=marco 2023-12-19 13:04:19 +00:00
netwerk Bug 1852902 - Implement addHTTPSRecordOverride to set HTTPS record overrides, r=necko-reviewers,valentin 2023-12-20 16:50:05 +00:00
nsprpub
other-licenses Bug 1840493 - doc/rst: fix some languages declaration r=firefox-source-docs-reviewers,webdriver-reviewers,necko-reviewers,geckoview-reviewers,devtools-reviewers,profiler-reviewers,championshuttler,whimboo,nchevobbe,julienw,amejiamarmol 2023-12-13 18:32:20 +00:00
parser Bug 1712140 - Part 3: Add support for parsing and building Declarative ShadowDOMs. r=dom-core,webidl,saschanaz,hsivonen 2023-12-07 21:27:10 +00:00
python Bug 1869232 - Refactor credit card doorhanger to use the same architecture as the new address doorhanger r=credential-management-reviewers,fluent-reviewers,joschmidt,bolsson 2023-12-20 07:20:01 +00:00
remote Bug 1855023 - [bidi] Implement basic "browsingContext.locateNodes" command for CSS selector. r=webdriver-reviewers,jdescottes,whimboo 2023-12-20 16:47:53 +00:00
security Bug 1870290 - land 660735996d77, UPGRADE_NSS_RELEASE, r=nss-reviewers,nkulatova 2023-12-19 15:02:11 +00:00
services Merge mozilla-central to autoland on a CLOSED TREE 2023-12-18 19:20:51 +02:00
servo Bug 1869472 - AnimationValue::Custom should hold single struct. r=zrhoffman 2023-12-20 13:07:16 +00:00
startupcache Bug 1869606 - Improve StartupCache thread-safety annotations r=mccr8 2023-12-12 22:08:46 +00:00
storage Bug 1859896 - Batch 16 - convert xpcshell.ini -> .toml. r=aryx,webdriver-reviewers 2023-11-25 21:08:44 +00:00
supply-chain Bug 1869520 - Update wgpu to revision 6dc9ccab8592645fda3204be1cfb5929fd7f924d. r=webgpu-reviewers,supply-chain-reviewers,nical 2023-12-13 09:48:09 +00:00
taskcluster Bug 1868136 - add support for mobile first-run experiments to periodic-updates scripts. r=releng-reviewers,gbrown DONTBUILD 2023-12-20 14:32:51 +00:00
testing Bug 1855023 - [wdspec] Add more tests for "browsingContext.locateNodes" command. r=webdriver-reviewers,jdescottes,whimboo 2023-12-20 16:47:54 +00:00
third_party Bug 1870678 - Update cubeb-coreaudio-rs to 89abc256. r=cubeb-reviewers,chunmin 2023-12-19 20:57:37 +00:00
toolkit Bug 1811076: Part 8.5 - Correctly handle Content Analysis acknowledgment before cancel r=rkraesig,handyman 2023-12-20 20:54:48 +00:00
tools Backed out changeset 30210e0efac1 (bug 1867360) for causing failures at PIPDLUnitTestChild.cpp. CLOSED TREE 2023-12-19 02:28:52 +02:00
uriloader Bug 1603699 - Enable default URI pref. r=valentin,necko-reviewers,extension-reviewers,robwu 2023-12-06 19:33:56 +00:00
view
widget Bug 1870404 - [1/1] check for XPCOM shutdown before proceeding r=ipc-reviewers,win-reviewers,mhowell,handyman 2023-12-20 21:56:08 +00:00
xpcom Bug 1870957 - Part 2. Allow nsExpirationTracker to be created on any thread. r=gfx-reviewers,lsalzman 2023-12-20 13:01:19 +00:00
xpfe/appshell Bug 1870512 - Remove top-level windows with WindowType::Popup. r=tnikkel,sessionstore-reviewers,dao 2023-12-20 18:38:57 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore Bug 1869896 - Put automatic restart behind Nimbus experiment r=nalexander,application-update-reviewers 2023-12-20 18:57:53 +00:00
.eslintrc-test-paths.js Bug 1844125 - Remove more bits of old translations code. r=gregtatum 2023-10-30 16:20:55 +00:00
.eslintrc.js Bug 1866802 - Move ASRouterAdmin tool to about:asrouter and its own component folder. r=pdahiya,Gijs,desktop-theme-reviewers,dao 2023-12-14 18:46:55 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1866802 - Move ASRouterAdmin tool to about:asrouter and its own component folder. r=pdahiya,Gijs,desktop-theme-reviewers,dao 2023-12-14 18:46:55 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1866802 - Move ASRouterAdmin tool to about:asrouter and its own component folder. r=pdahiya,Gijs,desktop-theme-reviewers,dao 2023-12-14 18:46:55 +00:00
.hgtags No bug - tagging 2506788ad1107aedfe4a7e67b5cc9a6b6779912b with FIREFOX_NIGHTLY_122_END a=release DONTBUILD CLOSED TREE 2023-12-18 16:30:03 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore Bug 1869896 - Put automatic restart behind Nimbus experiment r=nalexander,application-update-reviewers 2023-12-20 18:57:53 +00:00
.prettierrc.js
.stylelintignore Bug 1866802 - Move ASRouterAdmin tool to about:asrouter and its own component folder. r=pdahiya,Gijs,desktop-theme-reviewers,dao 2023-12-14 18:46:55 +00:00
.stylelintrc.js Bug 1866802 - Move ASRouterAdmin tool to about:asrouter and its own component folder. r=pdahiya,Gijs,desktop-theme-reviewers,dao 2023-12-14 18:46:55 +00:00
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1867639 - Vendor in new application-services / Glean / UniFFI. r=markh,janerik,supply-chain-reviewers,mach-reviewers,ahal 2023-12-12 14:13:44 +00:00
Cargo.lock Bug 1870678 - Update cubeb-coreaudio-rs to 89abc256. r=cubeb-reviewers,chunmin 2023-12-19 20:57:37 +00:00
Cargo.toml Bug 1869358 - reference rusqlite via a workspace dependency. r=glandium 2023-12-13 14:28:12 +00:00
client.mk
client.py
CLOBBER Bug 1869332 - Move libaom to libgkcodecs. r=glandium,media-playback-reviewers,chunmin 2023-12-20 02:32:34 +00:00
configure
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach Bug 1843209 - Bump Mach's minimum Python version to 3.8 r=firefox-build-system-reviewers,glandium 2023-12-12 03:52:00 +00:00
mach.cmd
mach.ps1
Makefile.in Bug 1863497 - sccache: enable --show-adv-stats when storing stats r=glandium 2023-11-27 16:59:49 +00:00
mots.yaml Bug 1868029. Fix some references to the renamed BZ component "Core::Document Navigation". r=smaug,zeid 2023-12-04 14:37:04 +00:00
moz.build Bug 1869204 - Batch 19.1 - migrate python/ mozbuild and mozbase .ini to toml. r=ahal,firefox-build-system-reviewers,ahochheiden 2023-12-15 20:59:46 +00:00
moz.configure
mozilla-config.h.in
old-configure.in Bug 1867459 - Replace CPU_ARCH with TARGET_CPU. r=firefox-build-system-reviewers,sergesanspaille 2023-12-08 10:43:59 +00:00
package-lock.json Bug 1786290 - Update @microsoft/eslint-plugin-sdl to version 0.2.2 r=freddyb,Standard8 2023-11-20 09:27:48 +00:00
package.json Bug 1786290 - Update @microsoft/eslint-plugin-sdl to version 0.2.2 r=freddyb,Standard8 2023-11-20 09:27:48 +00:00
pyproject.toml
README.txt
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild Bug 1677775 - reformat .mozbuild files with Black r=linter-reviewers,geckoview-reviewers,firefox-build-system-reviewers,ahal,glandium,owlish,sylvestre 2023-12-08 04:26:45 +00:00

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.