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
Перейти к файлу
Mike Hommey 25134bc800 Bug 1733308 - Fix non-unified builds errors in xpcom/threads. r=xpcom-reviewers,mccr8
xpcom/threads/CPUUsageWatcher.cpp:43:23: error: unused variable 'kCPUCheckInterval' [-Werror,-Wunused-const-variable]
xpcom/threads/CPUUsageWatcher.cpp:109:23: error: unused variable 'kCPUCheckInterval' [-Werror,-Wunused-const-variable]
xpcom/threads/InputEventStatistics.cpp:18:5: error: use of undeclared identifier 'ClearOnShutdown'
xpcom/threads/InputTaskManager.cpp:62:9: error: use of undeclared identifier 'InputEventStatistics'
xpcom/threads/InputTaskManager.cpp:89:3: error: use of undeclared identifier 'InputEventStatistics'
xpcom/threads/InputTaskManager.cpp:105:7: error: use of undeclared identifier 'nsRefreshDriver'
xpcom/threads/InputTaskManager.cpp:124:9: error: use of undeclared identifier 'InputEventStatistics'
xpcom/threads/MainThreadIdlePeriod.cpp:29:23: error: unused variable 'kMaxTimerThreadBoundClamp' [-Werror,-Wunused-const-variable]
xpcom/threads/VsyncTaskManager.h:15:67: error: implicit instantiation of undefined template 'mozilla::StaticRefPtr<mozilla::VsyncTaskManager>'
xpcom/threads/VsyncTaskManager.h:16:52: error: no viable overloaded '='
xpcom/threads/nsMemoryPressure.cpp:61:12: error: use of undeclared identifier 'nsIObserverService'
xpcom/threads/nsMemoryPressure.cpp:61:37: error: use of undeclared identifier 'services'
xpcom/threads/nsThreadManager.cpp:422:28: error: member access into incomplete type 'mozilla::ThreadEventTarget'
xpcom/threads/nsThreadManager.cpp:661:5: error: use of undeclared identifier 'CrashReporter'
xpcom/threads/nsThreadManager.cpp:662:59: error: expected ')'
xpcom/threads/nsThreadManager.cpp:662:9: error: use of undeclared identifier 'CrashReporter'
xpcom/threads/nsThreadManager.cpp:669:7: error: use of undeclared identifier 'CrashReporter'
xpcom/threads/nsThreadManager.cpp:670:11: error: use of undeclared identifier 'CrashReporter'
xpcom/threads/nsThreadManager.cpp:670:61: error: expected ')'
xpcom/threads/nsThreadManager.cpp:672:7: error: use of undeclared identifier 'CrashReporter'
xpcom/threads/nsThreadManager.cpp:673:11: error: use of undeclared identifier 'CrashReporter'
xpcom/threads/nsThreadUtils.cpp:636:13: error: member access into incomplete type 'mozilla::Task'

Differential Revision: https://phabricator.services.mozilla.com/D127041
2021-10-01 01:49:18 +00:00
.cargo
.vscode
accessible Bug 1733437 - Don't use non-existant bullet images in xul test. r=Gijs 2021-09-30 22:25:41 +00:00
browser Bug 1733444 - Persist an "allow windowless" mode after restarts from -silentmode r=mhowell 2021-10-01 01:26:25 +00:00
build Backed out changeset 894fc83e19a0 (bug 1717051) for causing busting macth commands. a=backout 2021-09-30 10:36:36 +03:00
caps
chrome
config Bug 1732443 - Remove remaining XRender leftovers,r=emilio,stransky 2021-09-30 14:14:13 +00:00
devtools Bug 1676784 - Part 2: Add animation-timeline into animation shorthand. r=emilio 2021-10-01 00:38:55 +00:00
docs Bug 1732592: Create in-tree accessibility documentation and add Document Accessibility Lifecycle as our first page. r=eeejay 2021-09-30 21:52:54 +00:00
docshell Backed out changeset d25df1c9e0e2 (bug 1729662) for causing wpt failures in overlapping-navigations-and-traversals 2021-09-30 14:31:50 +03:00
dom Bug 1680620: Remove some log spew that just happens to be causing intermittent failures in browser_WebrtcGlobalInformation.js. r=mjf 2021-09-30 21:58:27 +00:00
editor Bug 1732234 - Fix non-unified build errors in editor/. r=masayuki 2021-09-28 04:26:52 +00:00
extensions Bug 1731994: part 6) Update `sPermissionsMap`'s documentation. r=baku DONTBUILD 2021-09-30 13:11:52 +00:00
gfx Bug 1733294 - Remove unused PaintedLayer. r=aosmond 2021-10-01 00:08:40 +00:00
gradle/wrapper
hal
image Bug 1727943 - Part 2: Migrate mochitest, reftest and crashtest Windows 10 ccov suites from AWS to Azure r=jmaher 2021-09-28 15:27:39 +00:00
intl Bug 1733053 - Part 1: Update tzdata in ICU data files to 2021a1. r=platform-i18n-reviewers,dminor 2021-09-30 08:32:45 +00:00
ipc Bug 1732999 - Annotate intentional crash when testing buildid mismatch r=mccr8 2021-09-29 13:47:00 +00:00
js Bug 1731855 - Prototype relaxed-SIMD i8x16.swizzle instruction. r=lth 2021-09-30 18:41:16 +00:00
layout Bug 1676784 - Part 2: Add animation-timeline into animation shorthand. r=emilio 2021-10-01 00:38:55 +00:00
media Bug 1731773 - Part 1: Run mach vendor for libjxl and highway r=tnikkel 2021-09-28 10:54:24 +00:00
memory Bug 1733034 - Fix unused*-variable warnings due to missing ifdefs. r=andi 2021-09-29 21:44:49 +00:00
mfbt Bug 1730534 - Part 1: Assert state of SegmentedVector iterator is valid r=mccr8 2021-09-27 16:41:51 +00:00
mobile Bug 1557796 - Custom mozconfig for gradle build. r=nalexander,owlish 2021-09-29 17:54:57 +00:00
modules Bug 1733340 - Disable backdrop-filter for now. r=jnicol 2021-09-30 11:07:11 +00:00
mozglue Bug 1732208 - Silence the unused-but-set-variable warning in platform-linux-android.cpp. r=gerald 2021-09-28 00:02:47 +00:00
netwerk Merge mozilla-central to autoland a=merge 2021-09-30 17:47:10 +03:00
nsprpub
other-licenses
parser Backed out 4 changesets (bug 1688452) for assertion and bc failures on browser_translation_bing.js. 2021-09-29 20:13:33 +03:00
python Bug 1733308 - Forbid sources files with the same base name. r=firefox-build-system-reviewers,andi 2021-10-01 01:49:16 +00:00
remote Bug 1691954 - [marionette] Avoid MarionetteEvents JSErrors using shared process state r=webdriver-reviewers,whimboo 2021-09-30 09:13:07 +00:00
security Backed out changeset b9abaf976608 (bug 1652463) as per request. CLOSED TREE 2021-09-30 21:05:47 +03:00
services Bug 1730953 - Migrate strings from browser.dtd to Fluent and remove file. r=emalysz,fluent-reviewers,flod 2021-09-28 21:19:29 +00:00
servo Bug 1676784 - Part 2: Add animation-timeline into animation shorthand. r=emilio 2021-10-01 00:38:55 +00:00
startupcache
storage
taskcluster Bug 1700396 - Bump updatebot for the dependency fix; r=tjr 2021-09-30 18:10:13 +00:00
testing Bug 1676784 - Part 2: Add animation-timeline into animation shorthand. r=emilio 2021-10-01 00:38:55 +00:00
third_party Bug 1731428 - Do not advertise DmaBuf support for Pipewire screen sharing, r=stransky 2021-09-30 18:28:58 +00:00
toolkit Bug 1733444 - Persist an "allow windowless" mode after restarts from -silentmode r=mhowell 2021-10-01 01:26:25 +00:00
tools Bug 1732742 - Add an installation step for vismet requirements. r=perftest-reviewers,AlexandruIonescu 2021-09-30 15:27:42 +00:00
uriloader Bug 1727943 - Part 2: Migrate mochitest, reftest and crashtest Windows 10 ccov suites from AWS to Azure r=jmaher 2021-09-28 15:27:39 +00:00
view
widget Bug 1733412 - Allow AMD Cezanne device (0x1638) r=jrmuizel 2021-09-30 16:43:35 +00:00
xpcom Bug 1733308 - Fix non-unified builds errors in xpcom/threads. r=xpcom-reviewers,mccr8 2021-10-01 01:49:18 +00:00
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1731145: Don't ignore vendored package `*.egg-info` directories r=ahal 2021-09-28 14:59:27 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1731145: Don't ignore vendored package `*.egg-info` directories r=ahal 2021-09-28 14:59:27 +00:00
.hgtags
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER
Cargo.lock Bug 1733152 - Upgrade to Glean v41.1.1. r=chutten 2021-09-29 16:06:32 +00:00
Cargo.toml
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle Bug 1557796 - Custom mozconfig for gradle build. r=nalexander,owlish 2021-09-29 17:54:57 +00:00
client.mk
client.py
configure.in
configure.py Bug 1723031: Allow flexible dependency-specification in the Mach venv r=ahal 2021-09-28 14:59:29 +00:00
gradle.properties
gradlew
gradlew.bat
mach
mach.ps1
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
settings.gradle Bug 1557796 - Custom mozconfig for gradle build. r=nalexander,owlish 2021-09-29 17:54:57 +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

README.txt

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.