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 dbc2fd12d2 Bug 1842933 - Use NEON_FLAGS instead of VPX_ASFLAGS for libaom neon code. r=firefox-build-system-reviewers,andi
Back when libaom was added, VPX_ASFLAGS was more or less the only
variable that had the right set of flags for NEON support, which
justified its use. However, it's not set when building against system
libvpx.

Bug 1791482 improved things, though, and VPX_ASFLAGS, as far as NEON is
concerned, is now only re-exporting NEON_FLAGS, with the same caveat that
VPX_ASFLAGS is empty when building against system libvpx.

So we should use NEON_FLAGS instead of VPX_ASFLAGS.

Differential Revision: https://phabricator.services.mozilla.com/D183310
2023-07-12 08:52:39 +00:00
.cargo Bug 1838493 - Update `wgpu` to revision dcad7dfba92dd85c3ca21bb553a61834e01b04f5. r=webgpu-reviewers,gfx-reviewers,supply-chain-reviewers,glandium,ErichDonGubler 2023-07-07 21:39:24 +00:00
.vscode
accessible Bug 1841943: Remove broken LazyInstantiator code to resolve a fake root accessible. r=nlapre 2023-07-11 21:58:49 +00:00
browser Bug 1792824 - Convert ObjectUtils.jsm to an ES module. r=barret,necko-reviewers,devtools-reviewers,kershaw 2023-07-12 08:07:23 +00:00
build Bug 1841150 - Adjust the rust workspace hack for syn dependencies. r=firefox-build-system-reviewers,ahochheiden 2023-07-10 20:45:19 +00:00
caps Bug 1798493 - Part 1: Use nsIPrincipal instead of ContentPrincipalInfo for PLockManager r=asuth 2023-06-28 20:48:14 +00:00
chrome Bug 1834176 - Convert consumers of NetUtil.jsm to import the ES module directly. r=arai,webdriver-reviewers,perftest-reviewers,valentin,extension-reviewers,devtools-reviewers,sync-reviewers,cookie-reviewers,robwu,afinder,whimboo 2023-06-07 08:42:36 +00:00
config Bug 1814862 - Build ICU with UCONFIG_NO_BREAK_ITERATION r=anba 2023-07-07 07:16:30 +00:00
devtools Bug 1792824 - Convert ObjectUtils.jsm to an ES module. r=barret,necko-reviewers,devtools-reviewers,kershaw 2023-07-12 08:07:23 +00:00
docs Bug 1841117 - Remove unused intl.uidirection pref r=gregp,sylvestre 2023-07-10 12:00:58 +00:00
docshell Bug 1838260 - Add about:crashextensions to kill extension processes r=geckoview-reviewers,ipc-reviewers,ckerschb,amejiamarmol,nika 2023-07-11 15:34:01 +00:00
dom Bug 1792824 - Convert ObjectUtils.jsm to an ES module. r=barret,necko-reviewers,devtools-reviewers,kershaw 2023-07-12 08:07:23 +00:00
editor Bug 1840500 - Make `HTMLEditor::ClearStyleAt()` remove `<br>` for reuse before removing its parent from the tree r=m_kato 2023-07-12 00:52:39 +00:00
extensions Bug 1836792, part 1 - Add new site-pair-scoped permission 3rdPartyFrameStorage, r=anti-tracking-reviewers,timhuang 2023-06-23 12:14:18 +00:00
gfx Backed out 2 changesets (bug 1836063) for causing reftest failures on bg-fixed-in-css-filter.html CLOSED TREE 2023-07-12 01:58:16 +03:00
gradle/wrapper
hal Bug 1828383 - Make hal/ buildable outside of a unified build environment r=andi 2023-04-18 13:43:20 +00:00
image Bug 1840647 - Part 2: Stop using GetWebExposedOriginSerialization in imgLoader, r=tnikkel 2023-07-07 17:08:35 +00:00
intl Bug 1814862 - Build ICU with UCONFIG_NO_BREAK_ITERATION r=anba 2023-07-07 07:16:30 +00:00
ipc Bug 1841085 - Aggregate scalar reading code in ipc pickling r=handyman,jld 2023-07-06 07:20:23 +00:00
js Bug 1793961 - Implement code generation for accessor decorators; r=arai 2023-07-12 08:28:20 +00:00
layout Bug 1842221 - Simplify ThinArc and friends. r=boris 2023-07-12 07:17:25 +00:00
media Bug 1842933 - Use NEON_FLAGS instead of VPX_ASFLAGS for libaom neon code. r=firefox-build-system-reviewers,andi 2023-07-12 08:52:39 +00:00
memory Bug 1839596 - Explicitly tell jemalloc which is the main thread r=smaug 2023-06-30 00:57:20 +00:00
mfbt Bug 1824768 - Add TSan suppressions for external libs. r=decoder 2023-07-07 10:12:54 +00:00
mobile Bug 1839582 - Support image paste. r=geckoview-reviewers,owlish 2023-07-11 23:52:39 +00:00
modules Bug 1842989 - Turn off initKeyEvent in addon scripts on Nightly r=masayuki 2023-07-12 06:58:46 +00:00
mozglue Bug 1841751 - Block instances of a malicious injected DLL causing startup crashes. r=gstoll 2023-07-10 13:59:16 +00:00
netwerk Bug 1792824 - Convert ObjectUtils.jsm to an ES module. r=barret,necko-reviewers,devtools-reviewers,kershaw 2023-07-12 08:07:23 +00:00
nsprpub
other-licenses Bug 1815019 - Customize 7z to write provenance data r=nalexander 2023-03-02 16:44:10 +00:00
parser Bug 1842199 - Add nonce attribute to HTML parser. r=hsivonen 2023-07-10 12:48:23 +00:00
python Bug 1841585 - Generate webrtc moz.build snippets for mipsel and mips64el. r=webrtc-reviewers,mjf 2023-07-07 11:02:14 +00:00
remote Bug 1842322 - Use "in" operator instead "hasOwnProperty" with "Ci.nsIAppStartup". r=webdriver-reviewers,jdescottes 2023-07-11 08:28:10 +00:00
security Bug 1842303 - remove some unused nsIOSKeyStore functions r=nkulatova 2023-07-11 16:47:11 +00:00
services Bug 1792824 - Convert ObjectUtils.jsm to an ES module. r=barret,necko-reviewers,devtools-reviewers,kershaw 2023-07-12 08:07:23 +00:00
servo Bug 1842221 - Simplify ThinArc and friends. r=boris 2023-07-12 07:17:25 +00:00
startupcache Bug 1841660 - Fix potential deadlock waiting for StartupCache ThreadedPrefetch, r=jesup 2023-07-04 19:05:06 +00:00
storage Bug 1638256 - Some casts and fixes in mozStorage to make clang-tidy happy. r=asuth 2023-06-24 10:11:28 +00:00
supply-chain Bug 1842331 - Add policy.mozilla-central-workspace-hack.audit-as-crates-io. r=supply-chain-reviewers,bholley 2023-07-11 19:45:48 +00:00
taskcluster Bug 1841725 - Fix PYTHONPATH for taskcluster-built python for perftest task r=glandium 2023-07-12 04:15:56 +00:00
testing Bug 1792824 - Convert ObjectUtils.jsm to an ES module. r=barret,necko-reviewers,devtools-reviewers,kershaw 2023-07-12 08:07:23 +00:00
third_party Bug 1842228 - Update app_units to 0.7.3. r=gfx-reviewers,supply-chain-reviewers,lsalzman 2023-07-10 12:41:40 +00:00
toolkit Bug 1792824 - Convert ObjectUtils.jsm to an ES module. r=barret,necko-reviewers,devtools-reviewers,kershaw 2023-07-12 08:07:23 +00:00
tools Bug 1780695 - Part 1: Remove Services.jsm. r=kmag 2023-07-10 07:07:19 +00:00
uriloader Bug 1838183: Include HTTPS-First in current HTTPS-Only exemption options on site identity pane r=freddyb,fluent-reviewers 2023-07-11 11:07:24 +00:00
view Bug 1837960. Remove array of all nsViewManagers. r=emilio 2023-06-22 09:38:27 +00:00
widget Bug 1839582 - Support image paste. r=geckoview-reviewers,owlish 2023-07-11 23:52:39 +00:00
xpcom Bug 1842589 - Improve documentation for enabling MOZ_LOG on mobile. r=firefox-source-docs-reviewers,sylvestre 2023-07-11 10:52:57 +00:00
xpfe/appshell Bug 1838415 - Introduce RFPTarget::RoundWindowSize. r=tjr 2023-06-26 07:17:38 +00:00
.arcconfig
.babel-eslint.rc.js Bug 1830265 - Enable ESLint and Prettier on .babel-eslint.rc.js. r=Gijs 2023-05-04 17:21:03 +00:00
.clang-format
.clang-format-ignore
.cron.yml Bug 1833417 - Add OSX Chromium-as-Release to cron. r=perftest-reviewers,taskgraph-reviewers,bhearsum,sparky 2023-06-19 13:20:01 +00:00
.eslintignore Bug 1838440 - Migrate kinto-http-client to ES module r=Standard8,robwu 2023-06-26 09:03:01 +00:00
.eslintrc-test-paths.js Bug 1776480 - Remove OS.File et al. r=Gijs,webidl,smaug 2023-05-12 18:34:28 +00:00
.eslintrc.js Backed out changeset 117114b8eb32 (bug 1793560) for causing wpt failures at iframe-all-local-schemes-inherit-self.sub.html CLOSED TREE 2023-07-10 17:54:12 +03:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1834558: chore(webgpu): sync `.gitignore` with `.hgignore` for WebGPU r=webgpu-reviewers,nical 2023-06-19 20:12:38 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1829512 - Use .clangd rather than vscode-specific configuration to point to the compilation database. r=andi 2023-04-23 06:23:39 +00:00
.hgtags No bug - tagging 592c2df16ac45a09c837b8a281e366c419c8b94d with FIREFOX_NIGHTLY_116_END a=release DONTBUILD CLOSED TREE 2023-07-04 08:35:00 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore Bug 1838440 - Migrate kinto-http-client to ES module r=Standard8,robwu 2023-06-26 09:03:01 +00:00
.prettierrc.js Bug 1826062 - Upgrade Prettier to v2.0.5. r=mossop 2023-05-20 12:26:49 +00:00
.stylelintignore Bug 1832765 - merge new tab linting into main stylelint config, r=Standard8,aminomancer 2023-05-30 22:41:22 +00:00
.stylelintrc.js Bug 1835028 - Change newtab stylelint problem severity from warning to error. r=Gijs,Standard8 2023-06-05 12:58:01 +00:00
.taskcluster.yml Bug 1827709: Notify Thunderbird CI Matrix channel after mozilla-central push. r=releng-reviewers,gabriel 2023-04-18 19:36:49 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD 2022-12-23 22:45:46 +00:00
AUTHORS
CLOBBER Bug 1839451 - (fix-f6eae959bf) s/rtc_encoder_simulcast_proxy/rtc_simulcast_encoder_adapter/ BUILD ref. - moz.build file updates 2023-07-06 10:26:41 -05:00
Cargo.lock Bug 1842228 - Update app_units to 0.7.3. r=gfx-reviewers,supply-chain-reviewers,lsalzman 2023-07-10 12:41:40 +00:00
Cargo.toml Backed out changeset 1c1f6303ef48 (bug 1689358) for causing build bustages. CLOSED TREE 2023-07-05 11:33:30 +03:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle Bug 1837142 - Update to Glean v53.0.0 r=TravisLong,supply-chain-reviewers 2023-06-14 10:48:26 +00:00
client.mk
client.py Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD 2022-12-23 22:45:46 +00:00
configure
configure.py Bug 1840537 - Enable value checking in moz.build for CONFIG variables derived from target.*. r=firefox-build-system-reviewers,andi,sergesanspaille 2023-07-06 21:33:41 +00:00
gradle.properties
gradlew
gradlew.bat
mach Bug 1820915 - Attempt to re-launch Mach with a compatible python3 version if one is available r=firefox-build-system-reviewers,andi 2023-03-09 10:53:16 +00:00
mach.cmd
mach.ps1
mots.yaml Bug 1839895 - Update references to Core::DOM: Push Notifications to Core::DOM: Notifications. r=zeid,webidl,smaug 2023-06-27 14:21:00 +00:00
moz.build Bug 1811850 - [lint] Replace flake8 linter with ruff, r=linter-reviewers,sylvestre 2023-03-20 13:06:27 +00:00
moz.configure Bug 1839743 - Move some things around for them to be available in toolkit/moz.configure. r=firefox-build-system-reviewers,ahochheiden 2023-06-27 08:56:17 +00:00
mozilla-config.h.in Bug 1802290 - Remove +x permissions on more files r=linter-reviewers,andi 2023-01-03 08:17:50 +00:00
old-configure.in Backed out 2 changesets (bug 1836874, bug 1836875) because will break win PGO and SM jobs(as requested by Ryan) CLOSED TREE 2023-07-02 08:15:24 -04:00
package-lock.json Bug 1832765 - start linting scss across the tree in our standard config, r=Standard8 2023-05-30 22:41:22 +00:00
package.json Bug 1832765 - start linting scss across the tree in our standard config, r=Standard8 2023-05-30 22:41:22 +00:00
pyproject.toml Bug 1823694 - [lint.ruff] Disable some warnings we don't actually want to enforce, r=linter-reviewers,andi 2023-03-21 14:36:26 +00:00
settings.gradle Bug 1828719 - Remove omnijar Gradle project from srcdir r=geckoview-reviewers,nalexander,amejiamarmol 2023-04-18 23:20:43 +00:00
substitute-local-geckoview.gradle
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.