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
Connor Sheehan 0005a8060d Bug 1684914: stop passing -flto=thin to gcc since it doesn't actually work r=glandium,mhentges
Passing `-flto=thin` worked previously but the value passed was just ignored
and full lto was performed. On newer versions of gcc passing an unknown value
causes failure. So this commit checks if `-flto=thin` is passed and fails with
an error message if so, else full lto is enabled if any other value is passed.

Differential Revision: https://phabricator.services.mozilla.com/D100953
2021-01-08 15:54:54 +00:00
.cargo Bug 1684261 - Fix build with rust nightly. r=jrmuizel 2020-12-26 18:16:05 +00:00
.vscode Bug 1685030 - Remove rust from vscode extensions list. r=sylvestre DONTBUILD 2021-01-05 17:28:05 +00:00
accessible Bug 1685078 - Support full <image> syntax in list-style-image as per spec. r=jrmuizel,TYLin 2021-01-08 09:44:24 +00:00
browser Bug 1684006 - use the temp dir for downloads in uriloader tests, r=mak 2021-01-08 14:30:50 +00:00
build Bug 1684914: stop passing -flto=thin to gcc since it doesn't actually work r=glandium,mhentges 2021-01-08 15:54:54 +00:00
caps Bug 1583109 - Use StringJoin(Append) where easily possible. r=nika 2020-12-17 14:58:18 +00:00
chrome Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
config Bug 1685481: Update tzdata in ICU data files to 2020f. r=tcampbell 2021-01-08 10:07:47 +00:00
devtools Bug 1439963 - [devtools] Handle evaluation result in a new task, after the evaluation is done. r=ochameau. 2021-01-08 13:47:00 +00:00
docs Bug 1682817 - Make whitespace/newline linter also fail for absent newline character at the end of files and also implement fix for it r=sylvestre 2021-01-07 08:53:16 +00:00
docshell Bug 1685577 - Disable dom.input_events.canSuspendInBCG.enabled for now, r=sefeng 2021-01-08 12:58:24 +00:00
dom Bug 1685577 - Disable dom.input_events.canSuspendInBCG.enabled for now, r=sefeng 2021-01-08 12:58:24 +00:00
editor Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
extensions Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
gfx Bug 1678326 - Add a debug command for forcing picture tile invalidation. r=gw 2021-01-08 13:44:04 +00:00
gradle/wrapper
hal Bug 1683553 - Make hal buildable outside of unified-build environment. r=gsvelto 2021-01-04 14:20:19 +00:00
image Bug 1685078 - Fix test_bullet_animation.html. r=tnikkel 2021-01-08 09:44:32 +00:00
intl Bug 1685481: Update tzdata in ICU data files to 2020f. r=tcampbell 2021-01-08 10:07:47 +00:00
ipc Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
js Bug 1685481: Update tzdata in ICU data files to 2020f. r=tcampbell 2021-01-08 10:07:47 +00:00
layout Bug 1685078 - Correctly keep sync-decoding images. 2021-01-08 16:20:23 +01:00
media Bug 1681943: Gtests for bug. r=mjf 2020-12-18 18:00:22 +00:00
memory Bug 1682556 - Increase vm_copy() threshold. r=glandium 2020-12-23 01:35:22 +00:00
mfbt Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
mobile Bug 1685614 - Use GeckoResult in EventDispatcher. r=owlish,snorp 2021-01-07 22:24:46 +00:00
modules Bug 1678326 - Add a debug command for forcing picture tile invalidation. r=gw 2021-01-08 13:44:04 +00:00
mozglue Bug 1329600 - Scaffolding to output CPU measurements in samples - r=canaltinova 2021-01-04 07:19:16 +00:00
netwerk Bug 1681839 - remove nsISecurityReporter and implementation r=johannh,necko-reviewers,dragana 2021-01-07 17:47:47 +00:00
nsprpub
other-licenses
parser Backed out changeset 8f99f3809630 (bug 1683220) for performance regression (bug 1684434). CLOSED TREE 2021-01-07 14:55:07 +02:00
python Bug 1684584: move call to _check_clobber to mach build instead of running in _run_client_mk r=firefox-build-system-reviewers,mhentges 2021-01-06 17:19:34 +00:00
remote Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
security Bug 1681839 - remove nsISecurityReporter and implementation r=johannh,necko-reviewers,dragana 2021-01-07 17:47:47 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=jcristau 2021-01-07 14:40:58 +00:00
servo Bug 1683294 - Update rayon to 1.5 r=jrmuizel 2021-01-07 15:29:27 +00:00
startupcache Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
storage Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
taskcluster Backed out 6 changesets (bug 1685599) for WR bustages. CLOSED TREE 2021-01-08 09:04:37 +02:00
testing Bug 1685621 - Add more :not() serialization tests. r=emilio 2021-01-08 08:07:26 +00:00
third_party Bug 1683294 - Update rayon to 1.5 r=jrmuizel 2021-01-07 15:29:27 +00:00
toolkit Bug 1685628 - Fix common.css radio button hover styles to be consistent with checkboxes. r=dao 2021-01-08 13:17:31 +00:00
tools No bug - Update fuzz blocker Bugzilla link. r=sylvestre DONTBUILD 2021-01-08 08:23:02 +00:00
uriloader Bug 1684006 - use the temp dir for downloads in uriloader tests, r=mak 2021-01-08 14:30:50 +00:00
view Bug 1683226 - part 16: Get rid of WidgetPluginEvent r=smaug 2020-12-29 21:19:45 +00:00
widget Bug 1684641 - follow-up fix - Simplify the code by removing break; r=stransky 2021-01-08 12:53:11 +00:00
xpcom Bug 1685577 - Disable dom.input_events.canSuspendInBCG.enabled for now, r=sefeng 2021-01-08 12:58:24 +00:00
xpfe/appshell Bug 1671603: display skeleton ui elements in correct position when RTL is enabled r=dthayer 2020-12-22 17:22:07 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml Bug 1680028 - run l10n-bumper daily instead of hourly. r=releng-reviewers,jmaher,aki 2020-12-02 20:22:57 +00:00
.eslintignore
.eslintrc.js Bug 1683340 - Enable ESLint rule no-async-promise-executor for the remaining dom/ files. r=nika 2020-12-18 18:31:21 +00:00
.flake8
.git-blame-ignore-revs Bug 1648010 - Add revisions for the replacement of literal string macros by string literals to the ignore sets. r=marco,glandium DONTBUILD 2020-12-01 09:04:42 +00:00
.gitattributes
.gitignore Bug 1666347 - Delete assorted dead code after removal of vendored psutil r=firefox-build-system-reviewers,rstewart 2020-11-27 16:21:07 +00:00
.hg-annotate-ignore-revs Bug 1648010 - Add revisions for the replacement of literal string macros by string literals to the ignore sets. r=marco,glandium DONTBUILD 2020-12-01 09:04:42 +00:00
.hg-format-source
.hgignore Bug 1666347 - Delete assorted dead code after removal of vendored psutil r=firefox-build-system-reviewers,rstewart 2020-11-27 16:21:07 +00:00
.hgtags No bug - tagging 22fc47c968f29a47ed15b282e2148aa5024d861e with FIREFOX_NIGHTLY_85_END a=release DONTBUILD CLOSED TREE 2020-12-14 15:47:54 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1683294 - Update rayon to 1.5 r=jrmuizel 2021-01-07 15:29:27 +00:00
Cargo.toml Bug 1684261 - Fix build with rust nightly. r=jrmuizel 2020-12-26 18:16:05 +00:00
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach Bug 1638962 - [geckodriver] Remove broken geckodriver-test mach command. r=webdriver-reviewers,jgraham 2021-01-06 12:36:17 +00:00
Makefile.in
moz.build Bug 1679938 - Don't recurse the build into mfbt for projects that don't need it. r=firefox-build-system-reviewers,mhentges 2020-12-01 23:52:03 +00:00
moz.configure Bug 1677742 - Followups for new pass manager LTO r=glandium 2020-11-21 02:13:04 +00:00
mozilla-config.h.in
old-configure.in Backed out 2 changesets (bug 1681445) for causing Bug 1684265 2020-12-28 18:41:59 +02:00
package-lock.json
package.json
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.