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
Перейти к файлу
Ting-Yu Lin c565d29604 Bug 1799732 Part 2 - Flatten the namespace for FrameChildList and co. by removing namespace layout. r=emilio
After moving FrameChildListID into mozilla namespace, `kPrincipalList` etc. are
also exposed in the mozilla namespace. In the next part, I'll convert
FrameChildListID enum into an enum class, so the naming pollution shouldn't be
an issue.

This patch has a nice side effect that it is now easier to remove all the
aliases of FrameChildListID (`kPrincipalList` etc.) defined in multiple places
since it is confusion to have the same thing written in different ways, e.g.
`nsIFrame::kPrincipalList`, `mozilla::layout::kPrincipalList`,
`FrameChildListID::kPrincipalList`, `kPrincipalList`.

This patch doesn't change behavior.

Differential Revision: https://phabricator.services.mozilla.com/D161863
2022-11-12 04:38:53 +00:00
.cargo Bug 1799801: Update wgpu to 261069d0 (2022-10-5) r=nical,supply-chain-reviewers 2022-11-09 17:34:56 +00:00
.vscode
accessible Bug 1799732 Part 1 - Replace GetChildList(kPrincipalList) with PrincipalChildList(). r=emilio 2022-11-12 04:38:52 +00:00
browser Bug 1800168 - Handle removal correctly in _updateImportButton. r=dao 2022-11-11 19:05:07 +00:00
build Bug 1788837 - Default to lld for mac builds. r=firefox-build-system-reviewers,andi,ahochheiden 2022-11-09 23:54:07 +00:00
caps
chrome Bug 1783497 - Don't throw if chrome URL canonicalization fails r=smaug 2022-10-24 15:21:29 +00:00
config Bug 1744340 - Disable colored output from cargo if `NO_ANSI` is set r=sheehan 2022-11-09 17:47:51 +00:00
devtools Bug 1799984 - Don't make transition rules apply to native-anonymous content like scrollbars. r=nchevobbe 2022-11-10 14:12:52 +00:00
docs Bug 1763236 - add rudimentary documentation for mochitest-browser tests, r=sclements,hjones 2022-11-11 15:56:31 +00:00
docshell Bug 1798836 - Improve sizing of the profile manager (again). r=Gijs,webidl,smaug 2022-11-05 19:24:31 +00:00
dom Bug 1799439: Don't reject in GetIceStats. r=mjf 2022-11-11 15:52:14 +00:00
editor Bug 1800043: Fixed condition to determine end of selected string. r=masayuki 2022-11-11 13:04:54 +00:00
extensions Backed out 19 changesets (bug 1541508) for causing xpcshell failures on test_notHeadlessByDefault.js CLOSED TREE 2022-11-01 22:38:52 -04:00
gfx Bug 1799722 - Null-terminate shader strings on old Mali devices. r=gfx-reviewers,jrmuizel 2022-11-11 15:55:44 +00:00
gradle/wrapper
hal
image Bug 1798532 Part 3: Allow JPEGDecoder to handle frame data in the footer. r=tnikkel 2022-11-09 17:01:35 +00:00
intl Bug 1799859: Add support for "microsecond" and "nanosecond" units. r=dminor 2022-11-09 16:45:43 +00:00
ipc Bug 1795311 - A new shared memory class with more flexible memory management. r=nika,jld 2022-11-10 15:52:31 +00:00
js Backed out 5 changesets (bug 1786834, bug 1797024) for causing failures at ParserAtom.cpp. CLOSED TREE 2022-11-11 08:58:28 +02:00
layout Bug 1799732 Part 2 - Flatten the namespace for FrameChildList and co. by removing namespace layout. r=emilio 2022-11-12 04:38:53 +00:00
media Bug 1793507 [FFVPX] Add av1_frame_split filter for AV1 VA-API decode r=alwu 2022-11-10 20:00:06 +00:00
memory Bug 1799630 - replace sprintf by snprintf or SprintfLiteral r=emilio 2022-11-10 07:01:11 +00:00
mfbt Bug 1797354 - Allow specifying capability type in thread-safety macros, r=jesup,media-playback-reviewers,alwu 2022-10-28 19:55:30 +00:00
mobile Backed out changeset 216ebef85b80 (bug 1791878) for causing bug 1799002. 2022-11-10 22:59:42 -05:00
modules Backed out changeset dc3970db7ae2 (bug 1799565) for causing wpt failures on disabled-event-dispatch.tentative.html. CLOSED TREE 2022-11-11 17:25:24 +02:00
mozglue Bug 1799630 - replace sprintf by snprintf or SprintfLiteral r=emilio 2022-11-10 07:01:11 +00:00
netwerk Bug 1207753 - netwerk/cache2 thread-safety annotations r=necko-reviewers,valentin 2022-11-12 00:00:49 +00:00
nsprpub
other-licenses Backed out 2 changesets (bug 1800048) for causing failures at browser_caching_relations_002.js. CLOSED TREE 2022-11-11 16:30:38 +02:00
parser Bug 1797336 - Apply expat CVE-2022-43680 fix. r=mccr8 2022-10-30 19:12:03 +00:00
python Bug 1798827 - Use `packaging.version` instead of `LooseVersion` when comparing MozillaBuild versions r=firefox-build-system-reviewers,glandium 2022-11-10 16:47:51 +00:00
remote Bug 1795116 - Support specifying tiltX/tiltY/twist on synthesized touch event; r=webdriver-reviewers,smaug,whimboo 2022-11-08 19:47:29 +00:00
security Bug 1799976 - onecrl: clean up the old versions of updated blocklisted entries r=jschanck 2022-11-10 21:53:33 +00:00
services Bug 1794411 - Add option to force a sync in .get() r=nalexander 2022-11-11 12:08:02 +00:00
servo Bug 1764850 - Remove unused std::ops::Rem implementations. r=emilio 2022-11-10 21:35:00 +00:00
startupcache
storage Bug 1784966: Encrypt IDB files and data in PBM, r=dom-storage-reviewers,jari,webdriver-reviewers,whimboo 2022-10-27 12:57:16 +00:00
supply-chain Bug 1799801: Update wgpu to 261069d0 (2022-10-5) r=nical,supply-chain-reviewers 2022-11-09 17:34:56 +00:00
taskcluster Bug 1800236 - Add extra summary methods for browsertime results r=perftest-reviewers,afinder 2022-11-11 21:52:34 +00:00
testing Bug 1800236 - Add extra summary methods for browsertime results r=perftest-reviewers,afinder 2022-11-11 21:52:34 +00:00
third_party Bug 1794647 - Generate libwebrtc build files. r=webrtc-reviewers,mjf 2022-11-10 14:13:51 +00:00
toolkit Bug 1794411 - Add option to force a sync in .get() r=nalexander 2022-11-11 12:08:02 +00:00
tools Bug 1799760 - [docs] Ensure warnings are non-fatal when running locally, r=firefox-source-docs-reviewers,marco 2022-11-10 19:09:16 +00:00
uriloader Bug 1796395, remove now unneeded downloads.helpertype telemetry probe, r=mconley 2022-11-10 20:44:31 +00:00
view
widget Bug 1726297 - part 4: Make `ContentEventHandler::OnQueryTextRectArray` fills invisible character rects with caret rect before next visible character r=smaug 2022-11-11 13:43:24 +00:00
xpcom Bug 1799394 - Make dialog sizing code consistent between C++ and JS. r=smaug 2022-11-11 10:08:56 +00:00
xpfe/appshell Bug 1799394 - Make dialog sizing code consistent between C++ and JS. r=smaug 2022-11-11 10:08:56 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore Bug 1794693 - [devtools] Convert source-map jest test into mochitests. r=bomsy 2022-11-08 16:01:01 +00:00
.eslintrc-test-paths.js
.eslintrc.js Bug 1778107 - Move storybook code to use mjs files, rather than defining sourceType for ESLint. r=mstriemer 2022-11-04 17:16:58 +00:00
.flake8 Bug 1622677 - Make dom/bindings flake8 compliant. r=sylvestre 2022-10-31 17:45:33 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1798911 - Setup lit for development of toolkit widgets r=hjones 2022-11-03 21:32:34 +00:00
.hgtags
.isort.cfg Bug 1492495 - Add flake8-isort plugin to sort Python includes, with support for autofixing through isort. r=linter-reviewers,ahal 2022-11-03 13:50:46 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1795994 - Migrate decision task over to GCP r=ahal,releng-reviewers,jcristau 2022-10-26 15:55:18 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER
Cargo.lock Bug 1795289 - Implementing UniFFI external types, r=markh 2022-11-10 17:00:50 +00:00
Cargo.toml Bug 1789520 - rust implementation of nssckbi. r=keeler,supply-chain-reviewers 2022-10-31 17:09:43 +00:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle Backed out changeset 216ebef85b80 (bug 1791878) for causing bug 1799002. 2022-11-10 22:59:42 -05:00
client.mk Bug 1798779 - Stop using double-colon rules in client.mk. r=firefox-build-system-reviewers,nalexander 2022-11-02 22:32:43 +00:00
client.py
configure
configure.py
gradle.properties
gradlew
gradlew.bat
mach Bug 1766497 - Remove early exit on Homebrew Python3.10 now that we're using `venv` instead of `virtualenv` r=firefox-build-system-reviewers,nalexander 2022-11-01 07:48:06 +00:00
mach.cmd
mach.ps1
mots.yaml Bug 1799526 - mots: some polish r=zeid DONTBUILD 2022-11-08 15:00:07 +00:00
moz.build
moz.configure
mozilla-config.h.in
old-configure.in Bug 1796518 - Tweak lld flags for faster linkage on developer builds. r=firefox-build-system-reviewers,nalexander 2022-10-25 22:58:25 +00:00
package-lock.json
package.json
settings.gradle
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.