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
2020-06-05 19:57:05 +00:00
.cargo Bug 1643632 - Use BaseScopeData. r=yulia 2020-06-05 10:34:56 +00:00
.vscode
accessible Bug 1641932: Add Mac subroles to role map. r=eeejay 2020-06-05 03:45:44 +00:00
browser Bug 1643475 - Enable form history / historical searches on 78 release and put them behind the same prefs as remote suggestions. r=mak 2020-06-05 13:22:16 +00:00
build Bug 1642893 - Don't build NSPR by default for standalone JS builds. r=glandium 2020-06-05 07:52:37 +00:00
caps Bug 1643347 - set hasFlag default value to avoid a -Wuninitialized-const-reference warning in ContentPrincipal.cpp r=dmajor 2020-06-04 14:46:32 +00:00
chrome Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi 2020-05-05 17:41:36 +00:00
config Backed out 4 changesets (bug 1641291) for build bustages and SM failures on a CLOSED TREE 2020-06-03 22:09:52 +03:00
devtools Bug 1632429: GeneratePureDOMFunctions no longer throws an error when run with Python 3 on Windows r=loganfsmyth 2020-06-03 19:05:28 +00:00
docs Bug 1643295 - Firefox doc - Ride along - reformat with black r=championshuttler 2020-06-04 12:42:45 +00:00
docshell Bug 1643457 - Support ChromeOnly properties on remote proxies. r=mccr8 2020-06-05 12:45:40 +00:00
dom Bug 1642423: document.l10n.formatValues should accept simple strings as well as L10nKeys. r=zbraniecki 2020-06-05 19:57:05 +00:00
editor Backed out changeset 094a2fc0fc50 (bug 1642588) for test_bug1642588.html failures CLOSED TREE 2020-06-05 21:50:36 +03:00
extensions Bug 1637553 - Reduce array copy in spell checker loop. r=masayuki 2020-05-27 14:33:12 +00:00
gfx Bug 1641033 - Fire vsync observers directly from Wayland frame callback. r=stransky 2020-06-05 18:35:22 +00:00
gradle/wrapper
hal Bug 1637452: Part 2 - Fix JNI includes in hal/android; r=geckoview-reviewers,agi 2020-05-15 17:04:12 +00:00
image Bug 1641496 - P6: Reenable some tests r=dragana,extension-reviewers,mixedpuppy 2020-06-04 22:56:38 +00:00
intl Bug 1642423: document.l10n.formatValues should accept simple strings as well as L10nKeys. r=zbraniecki 2020-06-05 19:57:05 +00:00
ipc Bug 1642738, part 2 - Make the message arg to two more MessageChannel send methods into a UniquePtr. r=froydnj 2020-06-02 21:26:37 +00:00
js Bug 1642154 : Add JSLinearString to MapTypeToTraceKind. r=jonco 2020-06-05 19:08:49 +00:00
layout Backed out changeset 094a2fc0fc50 (bug 1642588) for test_bug1642588.html failures CLOSED TREE 2020-06-05 21:50:36 +03:00
media Bug 1629421 Fix redundant string initialization of ClientWebGlContext.cpp r=sylvestre 2020-06-05 11:15:30 +00:00
memory Bug 1553717 - Use Randomization on all arenas in non-Content Processes. r=glandium 2020-05-13 08:31:04 +00:00
mfbt Bug 1325771 - mfbt: Reorder parameters for MOZ_ALIGNED_DECL r=jwalden 2020-06-03 18:31:06 +00:00
mobile Bug 1619766 - [2.0] Add WebExtension openOptionsPage tests. r=geckoview-reviewers,agi 2020-06-05 17:21:31 +00:00
modules Bug 1643395 - Allow configuring FOG server to localhost via pref r=janerik 2020-06-05 12:52:20 +00:00
mozglue Bug 1643200 - Rename BLOCK_WIN8_ONLY into BLOCK_WIN8_AND_OLDER. r=mhowell 2020-06-05 17:12:57 +00:00
netwerk Bug 1641496 - P8: Introduce PNativeDNSResolverOverride.ipdl r=valentin 2020-06-05 13:27:35 +00:00
nsprpub Bug 1640515 - Use NSPR 4.26 dev snapshot 540d11354ce93cb9024dfae5df3266214a8561ca. r=kjacobs 2020-06-02 22:06:00 +00:00
other-licenses Bug 1634535 - Move ply to third_party/python r=glandium 2020-05-05 16:02:02 +00:00
parser Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00
python Bug 1642557 - Remove Fluent migration recipes for Firefox 76 r=Pike 2020-06-05 15:57:48 +00:00
remote Bug 1632710 - [puppeteer] vendor v3.1.0 r=remote-protocol-reviewers,whimboo,jgraham 2020-06-05 18:53:38 +00:00
security Backed out changeset 889d7cd14e4d (bug 1630434) for xpcshell failures on test_intermediate_preloads.js . CLOSED TREE 2020-06-05 11:08:57 +03:00
services Bug 1629116 - Add an overrideTelemetryName to bridged extension storage. r=markh 2020-06-05 01:10:10 +00:00
servo Bug 1643230 - Clear last_parsed_property_id right after successfully parsing the value. r=jwatt 2020-06-05 18:13:14 +00:00
startupcache Bug 1614795 - use the background task queue for startupcache writes, r=dthayer,decoder 2020-04-15 20:43:44 +00:00
storage Bug 1619522 - Upgrade to SQLite 3.32.1. r=mak 2020-05-29 14:18:09 +00:00
taskcluster Backed out 3 changesets (bug 1640278) for verify lint failure CLOSED TREE 2020-06-05 22:59:20 +03:00
testing Bug 1643400 - Tolerate more log formats when searching for mochitest summary counts; r=bc 2020-06-05 15:14:50 +00:00
third_party Bug 1643632 - Use BaseScopeData. r=yulia 2020-06-05 10:34:56 +00:00
toolkit Bug 1641616 - Move PopupNotifications.jsm to a component other than Password Manager. r=MattN 2020-06-05 19:29:04 +00:00
tools Bug 1633866 - [tryselect] Use 'bugbug' loader with |mach try auto|, r=marco 2020-06-03 21:00:43 +00:00
uriloader Bug 1643673 - Guard against a null default application. r=tkikuchi 2020-06-05 18:19:12 +00:00
view
widget Bug 1641033 - Fire vsync observers directly from Wayland frame callback. r=stransky 2020-06-05 18:35:22 +00:00
xpcom Bug 1643042 - Turn the scroll origin parameter into a strongly-typed enum. r=tnikkel 2020-06-05 09:37:51 +00:00
xpfe/appshell Bug 1642800 - Don't enforce minimum window dimensions on non-popup windows if they're not resizable on Windows. r=mhowell 2020-06-05 17:09:58 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1642493: Apply clang-format to shim files r=mgaudet 2020-06-04 14:35:05 +00:00
.cron.yml Bug 1638376 - Run recorded sites as live sites once a week. r=perftest-reviewers,alexandru.irimovici 2020-05-26 11:20:27 +00:00
.eslintignore Bug 1596691 - Add a JSParser target to fuzz-tests. r=jandem 2020-06-02 13:50:23 +00:00
.eslintrc.js Bug 1633466 - Move common test logic to test/xpcshell/rs-blocklist/head.js r=Gijs 2020-05-25 17:16:53 +00:00
.flake8 Bug 1628073 - Remove the view_gecko_profile.py tool; r=sparky,perftest-reviewers 2020-05-22 13:19:58 +00:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs Bug 1633969 - Refresh .git-blame-ignore-revs. r=sylvestre 2020-04-30 16:38:19 +00:00
.gitattributes
.gitignore Bug 1643098 - Ignore Emacs project sentinel .projectile files. r=froydnj 2020-06-03 19:46:16 +00:00
.hg-annotate-ignore-revs Bug 1633969 - Add a changeset marked as "skip-blame" to .hg-annotate-ignore-revs. r=sylvestre 2020-04-30 16:37:44 +00:00
.hg-format-source
.hgignore Bug 1632710 - [puppeteer] vendor v3.1.0 r=remote-protocol-reviewers,whimboo,jgraham 2020-06-05 18:53:38 +00:00
.hgtags No bug - tagging 702ad0fa15860f6ea37effdcb45973cc63d3125b with FIREFOX_NIGHTLY_78_END a=release DONTBUILD CLOSED TREE 2020-06-01 10:15:48 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1628832: [KaiOS] Factor out trust-domain in .taskcluster.yml; r=Callek 2020-05-14 18:47:47 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py Bug 1632497 - Make YouCompleteMe clangd completer work. r=jgraham 2020-04-28 10:08:00 +00:00
aclocal.m4 Bug 1635764 - Move --with-system-icu and --with-intl-api to python configure. r=firefox-build-system-reviewers,rstewart 2020-05-29 21:29:52 +00:00
AUTHORS
build.gradle Bug 1641983 - Update apilint to 0.3.0. r=snorp 2020-06-01 15:58:01 +00:00
Cargo.lock Bug 1643632 - Use BaseScopeData. r=yulia 2020-06-05 10:34:56 +00:00
Cargo.toml Bug 1636068 - Update spirv-cross to 0.20.0 r=groves 2020-05-16 02:27:33 +00:00
client.mk Bug 1633016 - Remove a bunch of references to PYTHON(2) in Makefiles r=glandium 2020-05-05 19:53:22 +00:00
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2020-06-01 10:15:55 +00:00
configure.in
configure.py Bug 1631633 - Generate config.status deterministically. r=rstewart 2020-04-21 21:32:30 +00:00
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach Bug 1642545 - run mach taskcluster-build-image with python 3 r=gbrown 2020-06-02 14:13:43 +00:00
Makefile.in Backed out 4 changesets (bug 1641291) for build bustages and SM failures on a CLOSED TREE 2020-06-03 22:09:52 +03:00
moz.build Bug 1641182 - doc: Reference the setup doc to include it in the nav bar r=championshuttler 2020-05-28 13:03:58 +00:00
moz.configure Backed out 4 changesets (bug 1641291) for build bustages and SM failures on a CLOSED TREE 2020-06-03 22:09:52 +03:00
mozilla-config.h.in
old-configure.in Backed out 4 changesets (bug 1641291) for build bustages and SM failures on a CLOSED TREE 2020-06-03 22:09:52 +03:00
package-lock.json
package.json
README.txt
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

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

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

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