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
Alexandre Poirot 95bb482288 Bug 1740292 - [devtools] Stop calling Target actor's attach method from the frontend. r=nchevobbe,devtools-backward-compat-reviewers
Calling attach was important to bootstrap the thread actor and retrieve its actorID.
But now with server target this is done early on and we already retrieve the actorID
via form(). Except for workers, but I fixed that.

The next patch will ensure that, on the server side we fully initialize the target actors
as soon as they are created.

Differential Revision: https://phabricator.services.mozilla.com/D130842
2021-11-18 10:57:00 +00:00
.cargo Bug 1737833 - mach vendor rust r=cubeb-reviewers,kinetik 2021-11-11 19:05:26 +00:00
.vscode
accessible Bug 1519636 - First reformat with clang-format 13.0.0. r=firefox-build-system-reviewers,sylvestre,mhentges 2021-11-16 08:07:30 +00:00
browser Bug 836789 - changed to using weak references to observers in the _init function and deleted unnessesary removeObserver calls in the _dispose function. r=emilio,mak Cobos Álvarez 2021-11-18 09:55:06 +00:00
build Bug 1736502 - Work around clang trunk changes that break our clang-trunk build. r=andi 2021-11-18 06:43:03 +00:00
caps Bug 1724152: Replace GkRustUtils::GenerateUUID with nsID::GenerateUUID. r=ckerschb 2021-11-04 08:55:46 +00:00
chrome Bug 1734823 - Enable ESLint rule no-unused-vars globally for xpcshell test*.js files. r=necko-reviewers,Gijs,valentin 2021-10-11 11:07:02 +00:00
config Bug 1741564 - Add icu4x dir in config/external/moz.build. r=platform-i18n-reviewers,gregtatum 2021-11-17 20:22:45 +00:00
devtools Bug 1740292 - [devtools] Stop calling Target actor's attach method from the frontend. r=nchevobbe,devtools-backward-compat-reviewers 2021-11-18 10:57:00 +00:00
docs Bug 1740616 - Modify the C++ style guide to prefer unsigned types and CheckedInt. r=glandium DONTBUILD 2021-11-16 19:38:01 +00:00
docshell Bug 1702240. Change nsDocShell's notification of keyword-search pass a string rather than an engine. r=Standard8 2021-11-17 09:28:06 +00:00
dom Bug 1738931 - Make the TaskQueueWrapper's shutdown mutex recursive. r=bwc 2021-11-18 09:32:34 +00:00
editor Bug 1740872 - part 11: Make HTMLEditor::AlignContentsAtSelectionWithEmptyDivElement() use HTMLEditor::InsertElementWithSplittingAncestorsWithTransaction() r=m_kato 2021-11-17 11:32:32 +00:00
extensions Bug 1738713 - Fix permission not sent over ipc while non-http/https blob urls exists. r=nika 2021-11-15 17:30:19 +00:00
gfx Bug 1741638 - Report error code from Freetype. r=gfx-reviewers,lsalzman 2021-11-18 03:37:33 +00:00
gradle/wrapper
hal
image Bug 1721850 - Remote Windows nsIconChannel r=nika 2021-11-17 14:50:49 +00:00
intl Bug 1728121 - Use std::is_same_v in unified intl; r=platform-i18n-reviewers,gregtatum 2021-11-17 15:05:52 +00:00
ipc Bug 1741152 - Add diagnostic warnings to process launch codepaths, r=ipc-reviewers,mccr8 2021-11-17 22:19:13 +00:00
js Bug 1741222: Add include guards to MeasureUnitGenerated.h files. r=allstarschh 2021-11-17 08:55:08 +00:00
layout Bug 1741491 - Make sure we only record old style value once. r=smaug 2021-11-17 23:39:32 +00:00
media Bug 1738931 - Unset remote SSRC in a direct task (stable state) to avoid re-entrancy. r=bwc 2021-11-18 09:32:33 +00:00
memory Bug 1736968 - Change MOZ_CRASH() to MOZ_ASSUME_UNREACHABLE_MARKER() for abort()'s ARM noreturn case. r=glandium 2021-10-29 06:04:09 +00:00
mfbt Bug 1731806 - Allow ToResultInvoke to return other nsresult like error types; r=glandium 2021-11-12 11:56:02 +00:00
mobile Bug 1740634: Add install_domain failure panel text r=rpl,agi,geckoview-reviewers 2021-11-17 23:23:56 +00:00
modules Backed out 3 changesets (bug 1734132) for causing hybrid/build bustages on Http3Stream.cpp CLOSED TREE 2021-11-17 11:55:11 -05:00
mozglue Bug 1643637: Make MOZ_PROFILER_STARTUP_ENTRIES understand sizes with units r=gerald 2021-11-12 11:38:12 +00:00
netwerk Bug 1734609 - Fix the test:testAllRecordsInHttp3ExcludedList, r=necko-reviewers,dragana 2021-11-18 10:22:15 +00:00
nsprpub
other-licenses Bug 1733545 - Remove REQUIRES_UNIFIED_BUILD from third-party directories that don't need it. r=firefox-build-system-reviewers,andi 2021-10-01 09:01:27 +00:00
parser Bug 1741219 - Remove Expat usage from nsHtml5StreamParser. r=smaug 2021-11-16 16:02:04 +00:00
python Bug 1730712: Split site manager into command and mach managers r=ahal 2021-11-17 20:54:27 +00:00
remote Bug 1740798 - [puppeteer] Remove multiple results from test "Page.click should click the button". r=webdriver-reviewers,jgraham 2021-11-18 09:12:03 +00:00
security Bug 1736990 - Expose /dev/random and /proc/sys/crypto/fips_enabled in sandboxes. r=bryce,gcp 2021-11-16 14:16:19 +00:00
services Backed out 3 changesets (bug 1741247, bug 1723082, bug 1736175) for causing PathUtils.normalize failures. 2021-11-17 03:12:07 +02:00
servo Bug 1739699 - Use preferred color scheme when forcing colors with system colors (except windows HCM). r=morgan 2021-11-16 22:30:26 +00:00
startupcache Backed out 3 changesets (bug 1724509) for causing marionette failures. CLOSED TREE 2021-10-06 03:57:57 +03:00
storage Bug 1738966 - Pass in argc, argv in GreOmniPath. r=kershaw,valentin 2021-11-03 16:31:06 +00:00
taskcluster Bug 1734354 - [puppeteer] Bump Puppeteer (Fission job) to Tier 1. r=webdriver-reviewers,jdescottes 2021-11-18 10:39:18 +00:00
testing Bug 1741491 - Make sure we only record old style value once. r=smaug 2021-11-17 23:39:32 +00:00
third_party Bug 1741525 - Update rlbox for correct app_ptr support on 32-bit platforms r=bholley 2021-11-17 02:11:18 +00:00
toolkit Bug 1741585: Update more tests within toolkit/components/antitracking/test/ to work with https-first enabled r=timhuang 2021-11-18 09:20:02 +00:00
tools Bug 1741654 - Bump try chooser dependencies r=ahal 2021-11-17 17:22:07 +00:00
uriloader Bug 1736924 - create one-time migration for alwaysAsk mimetype prefs to saveToDisk if downloads improvements pref is enabled. r=Gijs 2021-11-17 23:31:24 +00:00
view Bug 1737044 - Include pointer and frame in nsWindow logging. r=stransky 2021-10-21 14:02:30 +00:00
widget Bug 1740897 [X11] Make parent container of D&D popup transparent to avoid flickering, r=emilio 2021-11-18 09:44:10 +00:00
xpcom Bug 1741734 - Fix rust xpcom_macros future-compat warning, r=xpcom-reviewers,glandium 2021-11-18 00:48:53 +00:00
xpfe/appshell Bug 1701001 - Part 2: Add "is popup" field to browsing context. r=smaug 2021-11-06 01:19:14 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1719746 - Add Locale to moz.build; r=platform-i18n-reviewers,gregtatum 2021-10-18 13:38:20 +00:00
.cron.yml Bug 1738908 - remove esr78 references. r=releng-reviewers,mtabara DONTBUILD 2021-11-02 16:47:50 +00:00
.eslintignore Bug 1699515 - Switching to react for Save to Pocket panels. r=gvn 2021-11-11 00:06:13 +00:00
.eslintrc.js Bug 1739708 - Turn off ESLint rule mozilla/reject-importGlobalProperties for sjs files. r=Gijs,webdriver-reviewers,whimboo 2021-11-09 08:38:16 +00:00
.flake8
.git-blame-ignore-revs Bug 1735638 - Add Bug 1571899 to annotate/blame ignore revisions. r=glandium DONTBUILD 2021-10-14 16:02:46 +00:00
.gitattributes
.gitignore Bug 1736907 - Add a build flag to experimentally build with ICU4X static data; r=platform-i18n-reviewers,dminor 2021-11-16 15:09:09 +00:00
.hg-annotate-ignore-revs Bug 1735638 - Add Bug 1571899 to annotate/blame ignore revisions. r=glandium DONTBUILD 2021-10-14 16:02:46 +00:00
.hg-format-source
.hgignore Bug 1736907 - Add a build flag to experimentally build with ICU4X static data; r=platform-i18n-reviewers,dminor 2021-11-16 15:09:09 +00:00
.hgtags No bug - tagging 1379da0937ff9ae8aff8042fed31103dcd0bf13b with FIREFOX_NIGHTLY_95_END a=release DONTBUILD CLOSED TREE 2021-11-01 16:01:12 +00:00
.lando.ini Bug 1740791: temporarily disable autoformatting r=sheehan DONTBUILD 2021-11-16 16:49:41 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1732723 - Rename "taskgraph" Python module to "gecko_taskgraph". r=jmaher 2021-09-30 09:50:08 -04:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1735628 - Update Glean to v42.1.0 r=TravisLong 2021-10-19 20:32:38 +00:00
Cargo.lock Bug 1708944 - Update miow & gpu-alloc to latest compatible version. r=glandium 2021-11-16 07:29:54 +00:00
Cargo.toml Backed out 2 changesets (bug 1712837) for causing mochitest and marionette test failures. CLOSED TREE 2021-11-11 01:52:57 +02:00
client.mk Bug 1734594 - Terminate the sccache server in cases where submakes end in an error. r=firefox-build-system-reviewers,andi 2021-10-08 09:30:48 +00:00
client.py
CLOBBER Bug 1738422 - Part 15: Updating ICU requires a clobber. r=platform-i18n-reviewers,dminor 2021-11-16 17:03:00 +00:00
configure.in
configure.py Bug 1730712: Split site manager into command and mach managers r=ahal 2021-11-17 20:54:27 +00:00
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.ps1
Makefile.in Bug 1690870 - Stop getting artifacts for host binaries. r=firefox-build-system-reviewers,andi 2021-10-28 11:05:04 +00:00
moz.build Bug 1734831 - fx doc: import the gtest doc from mdn archive + refresh r=gcp DONTBUILD 2021-10-08 19:53:53 +00:00
moz.configure Bug 1730712: Update "Moz site" terminology r=ahal 2021-11-17 20:54:23 +00:00
mozilla-config.h.in
old-configure.in Bug 1729760 - Set -stdlib=libc++ for mac builds at the toolchain level. r=firefox-build-system-reviewers,nalexander 2021-09-21 04:45:34 +00:00
package-lock.json Bug 1736781 - Update eslint-plugin-no-unsanitized to version 3.2.0 r=Standard8 2021-10-21 13:08:11 +00:00
package.json Bug 1736781 - Update eslint-plugin-no-unsanitized to version 3.2.0 r=Standard8 2021-10-21 13:08:11 +00:00
README.txt
settings.gradle Bug 1529082 - Move TestRunnerActivity to test_runner. r=ahal,owlish 2021-11-02 18:56:26 +00:00
substitute-local-geckoview.gradle Bug 1557796 - Custom mozconfig for gradle build. r=nalexander,owlish 2021-09-29 17:54:57 +00:00
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.