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
Mike Hommey 6cf496014d Bug 1861509 - Don't try to build gkrust-gtest before gkrust. r=firefox-build-system-reviewers,ahochheiden
Back when this was added, there was an incentive to try to build
gkrust-gtest before gkrust so that libxul-gtest could have a chance
to link and be dumpsymbol'ed while gkrust compiles.

While we may still want that to happen to some degree, the way it's done
right now, with how things evolved over the years, ends up being
counterproductive and ends up delaying all the rust compiles entirely.

We'll deal with improving the overall ordering of builds in bug 1651293.

(This only affects CI)

Differential Revision: https://phabricator.services.mozilla.com/D192015
2023-10-27 00:09:06 +00:00
.cargo Bug 1861220 - Vendor application services into moz central r=lina,adw 2023-10-26 23:27:39 +00:00
.github/workflows
.vscode Bug 1858932 - Skip bash and run mach directly on powershell for tasks.json r=tcampbell DONTBUILD 2023-10-17 19:49:17 +00:00
accessible Bug 1771579 part 2: Process queued cache updates in the order in which they were queued. r=eeejay 2023-10-26 22:37:22 +00:00
browser Bug 1855970 - Add test for review quality explainer link glean event r=perry.mcmanis 2023-10-26 20:04:09 +00:00
build Bug 1860360 - Disable -Wvla-cxx-extension warning in clang 18. r=firefox-build-system-reviewers,andi 2023-10-24 05:48:56 +00:00
caps Bug 1856578 - follow up - Empty Lines at end of file r=nataliaCs 2023-10-03 11:35:36 +00:00
chrome Bug 1855225 - Use system principal for chrome:// skin URIs too. r=dveditz 2023-10-12 08:59:50 +00:00
config Bug 1861509 - Don't try to build gkrust-gtest before gkrust. r=firefox-build-system-reviewers,ahochheiden 2023-10-27 00:09:06 +00:00
devtools Bug 1849998 - [devtools] Unify the codebase to interpret location's column to be 0-based. r=devtools-reviewers,nchevobbe 2023-10-26 19:57:11 +00:00
docs Bug 1860427 - Add a new environment to ESLint for testharness.js and automatically use it for html files including the harness. r=Gijs 2023-10-23 15:37:18 +00:00
docshell Bug 1858143 - "has storage access" should only persist during navigations that do not change the iframe's window origin - r=anti-tracking-reviewers,smaug,pbz 2023-10-26 14:24:14 +00:00
dom Bug 1860954 remove AsyncCubebTask::mShutdownGrip r=padenot 2023-10-26 23:49:53 +00:00
editor Bug 1244437 - part 4: Make HTMLEditor::IsFormatElement return false for <dl>, <dt> and <dd> if it's called for XUL paragraph state command r=m_kato 2023-10-26 03:45:18 +00:00
extensions Bug 1855300 - convert .ini manifests to .toml: batch 11 remaining **/mochitest.ini r=jmaher,geckoview-reviewers,extension-reviewers,valentin,credential-management-reviewers,cookie-reviewers,sgalich,m_kato,robwu 2023-10-13 02:32:24 +00:00
gfx Bug 1858954 - Add some metrics for validating geckoview streaming collection against direct glean collection r=chutten,gfx-reviewers,media-playback-reviewers,jrmuizel,padenot 2023-10-26 12:35:55 +00:00
gradle/wrapper
hal Bug 1858153 [Linux] Migrate UPowerClient from dbus-glib to GDBus r=emilio 2023-10-12 11:16:25 +00:00
image Bug 1859905 - convert .ini manifests to .toml: batch 19 browser_*.ini r=jmaher,webdriver-reviewers,necko-reviewers,extension-reviewers,devtools-reviewers,anti-tracking-reviewers,valentin,robwu,pbz 2023-10-25 21:47:25 +00:00
intl Bug 1855986: Don't attempt to use in-tree double-conversion for ICU standalone builds. r=sergesanspaille,glandium 2023-10-20 15:21:43 +00:00
ipc Bug 1837079 - [8/10] Implement file-dialog utility-process-crash tests r=handyman,ipc-reviewers,mstange,gerard-majax,nika,profiler-reviewers,julienw 2023-10-26 18:21:30 +00:00
js Bug 1860232 - Removes duplicate include r=sylvestre DONTBUILD 2023-10-26 21:22:18 +00:00
layout Bug 1855345 - Make AutoCopyListener ignore any selection changes caused by Selection API r=karlt,smaug 2023-10-26 04:05:02 +00:00
media Bug 1860626 - Update dav1d to fd4ecc2fd870fa267e1995600dddf212c6e49300 r=chunmin 2023-10-26 04:49:31 +00:00
memory Bug 1857107 - Update the PHC gtest for apple silicon's page size r=glandium 2023-10-26 05:41:15 +00:00
mfbt Bug 1844181 - Add memory synchronization to SPSCQueue's thread id reset methods. r=decoder,padenot,handyman 2023-10-09 13:02:58 +00:00
mobile Bug 1861084 - Expose prefs for cookie banner enableGlobalRules and enableGlobalRules.subFrames in GeckoView. r=geckoview-reviewers,calu,giorga,owlish 2023-10-26 12:09:55 +00:00
modules Bug 1847726 - Stop rewriting YouTube flash embeds in Nightly r=emilio 2023-10-26 23:24:39 +00:00
mozglue Bug 1859964 - --enable-phc doesn't always imply --enable-frame-pointers r=glandium 2023-10-24 00:52:34 +00:00
netwerk Bug 1861291 - Allow RustPrograms to have USE_LIBS. r=firefox-build-system-reviewers,ahochheiden 2023-10-27 00:07:21 +00:00
nsprpub
other-licenses Bug 1857121: Update IA2TypeLibrary.idl to latest revision (IAccessible2 repo commit 4461630f). r=morgan 2023-10-11 22:10:23 +00:00
parser Bug 1861332: Add a body element to crashtest 1747514.html so that its document.body.appendChild invocation can succeed instead of throwing a JS TypeError. r=bholley 2023-10-26 16:55:41 +00:00
python Bug 1861291 - Move manual dependencies upon wasm2c to the backend. r=firefox-build-system-reviewers,ahochheiden 2023-10-27 00:07:22 +00:00
remote Bug 1859905 - convert .ini manifests to .toml: batch 19 browser_*.ini r=jmaher,webdriver-reviewers,necko-reviewers,extension-reviewers,devtools-reviewers,anti-tracking-reviewers,valentin,robwu,pbz 2023-10-25 21:47:25 +00:00
security Bug 1837079 - [4/10] Create WINDOWS_FILE_DIALOG utility process type r=gerard-majax,ipc-reviewers,fluent-reviewers,bobowen,handyman,nika 2023-10-26 18:21:28 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - r=release-managers,RyanVM 2023-10-26 15:28:55 +00:00
servo Bug 1860507 - Make hue component missing for small chroma values r=emilio,layout-reviewers 2023-10-26 08:31:49 +00:00
startupcache Bug 1856530 - run file-whitespace on toml files r=linter-reviewers,Standard8 2023-10-03 09:22:18 +00:00
storage Bug 1856795 - ride along: use = default; on some recently modified files r=emilio 2023-10-15 15:29:03 +00:00
supply-chain Bug 1860966 - Trust Yuki Okushi for libc releases. r=bholley DONTBUILD 2023-10-26 07:39:58 +00:00
taskcluster Bug 1860650 - Add confirm failure tasks to taskgraph and optimize them out. r=ahal,marco,taskgraph-reviewers,releng-reviewers 2023-10-26 20:37:22 +00:00
testing Bug 1860896 - include useful metadata (worker type, test type, source URL) in test profiles, r=gbrown. 2023-10-26 21:06:35 +00:00
third_party Bug 1861220 - Vendor application services into moz central r=lina,adw 2023-10-26 23:27:39 +00:00
toolkit Bug 1861220 - Vendor application services into moz central r=lina,adw 2023-10-26 23:27:39 +00:00
tools Backed out changeset 3218ee83dace (bug 1557848) for breaking "./mach try fuzzy" . a=backout 2023-10-26 20:25:08 +03:00
uriloader Backed out 6 changesets (bug 1851992) for DT failure on browser_net_image_cache.js . CLOSED TREE 2023-10-24 13:16:40 +03:00
view Bug 1421651 - Remove obseleted timeline and TimelineMarker code r=canaltinova,webidl,devtools-reviewers,saschanaz,smaug,ochameau 2023-10-24 15:18:12 +00:00
widget Bug 1861494 - [1/1] remove unneeded #include r=win-reviewers,mhowell 2023-10-26 22:06:08 +00:00
xpcom Bug 1837079 - [8/10] Implement file-dialog utility-process-crash tests r=handyman,ipc-reviewers,mstange,gerard-majax,nika,profiler-reviewers,julienw 2023-10-26 18:21:30 +00:00
xpfe/appshell Bug 1107433 - macOS: Add fallback menu bar for early startup modals. r=mac-reviewers,spohl 2023-10-26 16:55:11 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml Bug 1750351 - Include push tasks for sp-perftests to prevent rescheduling builds. r=aryx DONTBUILD 2023-10-04 12:51:26 +00:00
.eslintignore Bug 1777492 - Merge geckoview-prefs.js and mobile.js r=geckoview-reviewers,Standard8,owlish 2023-10-17 04:57:00 +00:00
.eslintrc-test-paths.js Bug 1860428 - Enable ESLint rules no-undef and no-unused-vars on dom/media/webaudio/. r=karlt 2023-10-24 08:10:11 +00:00
.eslintrc.js Bug 1858673 - Disable no-unsanitized/method and no-unsanitized/property on test files. r=freddyb 2023-10-24 08:48:40 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1854874 - Add comm/ to .gitignore r=glandium 2023-10-25 01:32:19 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags No bug: Removed tag FIREFOX_BETA_120_BASE a=release 2023-10-16 15:00:23 -04:00
.lando.ini Bug 1835962: add support for mach try to submit to Lando r=zeid,mach-reviewers,ahochheiden 2023-10-02 14:31:43 +00:00
.lldbinit
.mailmap
.prettierignore Bug 1824851 - Remove the legacy XUL-based migration dialog. r=kpatenio 2023-10-23 16:08:06 +00:00
.prettierrc.js
.stylelintignore Bug 1857522 - Reduce max nesting depth to 3. r=Gijs 2023-10-08 22:33:39 +00:00
.stylelintrc.js Bug 1857565 - Remove leftover -moz-image-rect from function-no-unknown lint. r=desktop-theme-reviewers,dao 2023-10-12 12:01:05 +00:00
.taskcluster.yml
.trackerignore
.yamllint Bug 1858299 - moz.yaml file should not start with --- r=tjr 2023-10-13 11:56:37 +00:00
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1861220 - Vendor application services into moz central r=lina,adw 2023-10-26 23:27:39 +00:00
Cargo.toml Bug 1861220 - Vendor application services into moz central r=lina,adw 2023-10-26 23:27:39 +00:00
client.mk
client.py
CLOBBER Bug 1857862 - Vendor libwebrtc from b38d9d2b6f - moz.build file updates 2023-10-23 20:42:39 +02:00
configure
configure.py Bug 1861273 - Add some profile markers for sub-phases of configure. r=firefox-build-system-reviewers,ahochheiden 2023-10-26 00:49:31 +00:00
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.cmd
mach.ps1
Makefile.in Bug 1861288 - Improve coverage of the pre-export and export phases in profiles. r=firefox-build-system-reviewers,ahochheiden 2023-10-27 00:01:35 +00:00
mots.yaml Bug 1859966 - Add Andrew Osmond to the list of gfx peers. r=zeid 2023-10-24 16:11:06 +00:00
moz.build
moz.configure
mozilla-config.h.in
old-configure.in Bug 1854493 - Use -O2 on Linux debug builds. r=firefox-build-system-reviewers,ahochheiden 2023-09-22 02:27:22 +00:00
package-lock.json Bug 1847580 - Update ESLint to read .toml as well as .ini for test manifests r=Standard8 2023-10-23 17:22:29 +00:00
package.json
pyproject.toml
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.