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 cd80eb1aef Bug 1903141 Part 3 - Store floats list in a frame property rather than in nsBlockFrame::mFloats. r=dholbert
On optimized builds for all desktop platforms, `nsBlockFrame` is 192 bytes, and
`mFloats` is 16 bytes. With this patch, we can reduce the size of `nsBlockFrame`
to 176 bytes, saving 8.33% memory on every `nsBlockFrame` and its derived
subclasses allocated.

On a real webpage like https://en.wikipedia.org/wiki/Firefox, `about:memory`
shows that we allocate 0.36 MB of `nsBlockFrame` consistently. After this patch,
we allocate 0.33 MB, saving approximately 30 KB (0.36 MB * 8.33%) of the memory.

Differential Revision: https://phabricator.services.mozilla.com/D214046
2024-06-18 20:13:55 +00:00
.cargo Bug 1903296 - Update `wgpu` to revision a2fcd72606f83cbb58c1aca2e7e1ad52a11d2067. r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler 2024-06-18 19:41:12 +00:00
.github/workflows
.vscode
accessible Bug 1675847 - part 5: Make `contextmenu` event dispatchers use `WidgetPointerEvent` or `PointerEvent` r=smaug,pip-reviewers,devtools-reviewers,nchevobbe,mconley 2024-06-14 00:18:48 +00:00
browser Bug 1901499 - Allow extensions success link to open in spotlight r=mconley 2024-06-18 19:51:37 +00:00
build Bug 1896414 - Move MOZ_ASAN checks from old.configure to moz.configure r=glandium,geckoview-reviewers,m_kato 2024-06-18 14:44:40 +00:00
caps Backed out changeset 25f376fb859f (bug 1873973) for causing various regressions. 2024-05-31 15:08:52 -04:00
chrome Bug 1864896: Autofix unused function arguments (general). r=nika,jfkthame,ckerschb 2024-03-19 14:59:22 +00:00
config Bug 1903168 - Properly copy host rust programs to $DIST. r=firefox-build-system-reviewers,nalexander 2024-06-18 05:10:54 +00:00
devtools Bug 1901644 - [devtools] Uncapsulate CONSOLE_MESSAGE resource. r=devtools-reviewers,nchevobbe 2024-06-18 18:33:18 +00:00
docs Bug 1901862 - Improve wording of how to find sec-approval flag in Bugzilla r=freddyb DONTBUILD 2024-06-18 14:42:49 +00:00
docshell Bug 1891670 - Expose crossGroupOpener on CanonicalBrowsingContext. r=dom-core,tabbrowser-reviewers,peterv 2024-06-17 14:16:23 +00:00
dom Bug 1896948 - restrict MFCDM support based on origin. r=media-playback-reviewers,padenot 2024-06-18 19:28:41 +00:00
editor Bug 1897865 - Make `TextEditor` stop dispatching `beforeinput`/`input` events during committing composition caused by setting its value r=m_kato 2024-06-18 00:30:49 +00:00
extensions Bug 1881694 - Remove unused method PermissionManager::LegacyTestPermissionFromURI. r=pbz 2024-06-18 11:18:42 +00:00
gfx Bug 1903296 - Update `wgpu` to revision a2fcd72606f83cbb58c1aca2e7e1ad52a11d2067. r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler 2024-06-18 19:41:12 +00:00
gradle/wrapper Backed out 2 changesets (bug 1900345) for preventing Fenix builds with Android Studio in the repository root. a=backout 2024-06-12 18:05:25 +02:00
hal
image Bug 1899180. If a channel is not nsIPrivateBrowsingChannel and has no load context, use the private browsing field from it's origin attributes. r=necko-reviewers,anti-tracking-reviewers,valentin 2024-06-12 10:24:22 +00:00
intl Bug 1899411 - Part 4. Build fix for ICU4X 1.5. r=TYLin,spidermonkey-reviewers,anba 2024-06-17 02:03:32 +00:00
ipc Bug 1901554 p1: Call CoTaskMemFree directly from combase.dll for MFTEncoder. r=padenot 2024-06-14 10:39:55 +00:00
js Bug 1897989 - Add Wasm exception-handling tests for JSPI. r=rhunt 2024-06-18 19:59:48 +00:00
layout Bug 1903141 Part 3 - Store floats list in a frame property rather than in nsBlockFrame::mFloats. r=dholbert 2024-06-18 20:13:55 +00:00
media Bug 1902304. Fix how libjpeg turbo build enables simd code. r=RyanVM 2024-06-17 23:06:37 +00:00
memory Backed out 4 changesets (bug 1875768) for causing cppunittest-1proc failures CLOSED TREE 2024-06-07 08:18:50 +03:00
mfbt Bug 1896414 - Move MOZ_ASAN checks from old.configure to moz.configure r=glandium,geckoview-reviewers,m_kato 2024-06-18 14:44:40 +00:00
mobile no bug - Bumping Mobile l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE 2024-06-18 19:01:29 +00:00
modules Bug 1896948 - restrict MFCDM support based on origin. r=media-playback-reviewers,padenot 2024-06-18 19:28:41 +00:00
mozglue Bug 1894073 - Suppress TSan false positive during an edge case in process launch. r=decoder,ipc-reviewers,nika 2024-06-18 13:47:52 +00:00
netwerk Bug 1776143: Fix leak on init failure, make DataChannelRegistry non-refcounted, and add some assertions. r=ng 2024-06-18 19:38:13 +00:00
nsprpub
other-licenses Bug 1896868: update InetBgDL.dll nsis plugin with a statically linked version r=nalexander,jcristau 2024-05-27 14:19:48 +00:00
parser Bug 1901414 - Skip 1747514.html in tsan too since it's too slow. 2024-06-14 13:53:23 +02:00
python Bug 1903175 - Skip long pause at the end of `mach try` when using git. r=sheehan 2024-06-18 07:23:38 +00:00
remote Bug 1876062 - [webdriver-bidi] Skip "beforeunload" prompts when closing tabs in "browser.removeUserContext". r=webdriver-reviewers,Sasha 2024-06-18 11:37:34 +00:00
security Bug 1903096 - Fix build on linux/sandbox when profiler is disabled r=gcp 2024-06-18 06:33:36 +00:00
services Bug 1901667: Fix Intermittent test_commands_closetab.js failures r=markh 2024-06-18 19:42:56 +00:00
servo Bug 1899411 - Part 3. Update ICU4X to 1.5. r=supply-chain-reviewers,platform-i18n-reviewers,firefox-build-system-reviewers,webdriver-reviewers,whimboo,glandium 2024-06-17 02:03:30 +00:00
startupcache Bug 1882581: Implement `@scope` parsing. r=firefox-style-system-reviewers,saschanaz,emilio 2024-03-19 13:36:48 +00:00
storage Bug 1900093 - Add OPEN_NOT_EXCLUSIVE option for opening sqlite database. r=mak 2024-06-12 00:17:58 +00:00
supply-chain Bug 1903296 - Update `wgpu` to revision a2fcd72606f83cbb58c1aca2e7e1ad52a11d2067. r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler 2024-06-18 19:41:12 +00:00
taskcluster Bug 1896948 - restrict MFCDM support based on origin. r=media-playback-reviewers,padenot 2024-06-18 19:28:41 +00:00
testing Bug 1902333 - Fix crash when serializing empty shadow tree. r=smaug,dom-core,peterv 2024-06-18 14:55:20 +00:00
third_party Bug 1903296 - Update `wgpu` to revision a2fcd72606f83cbb58c1aca2e7e1ad52a11d2067. r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler 2024-06-18 19:41:12 +00:00
toolkit Bug 1902423 - Add labels to Read aloud menu to improve screenreader support. r=reader-mode-reviewers,accessibility-frontend-reviewers,desktop-theme-reviewers,Itiel,cmkm 2024-06-18 19:29:26 +00:00
tools Bug 1903326 - Add missing toplevel actor to IPCFuzzController. r=truber 2024-06-18 17:23:23 +00:00
uriloader Bug 1876736 - Record bounce trackers purged in anti-tracking stats. r=anti-tracking-reviewers,manuel 2024-06-11 17:16:37 +00:00
view Bug 1902325 - Remove zIndex concept from views. r=tnikkel,layout-reviewers 2024-06-18 14:56:11 +00:00
widget Bug 1880582: Make nsCocoaWindow add and remove tracking areas from the same view. r=mac-reviewers,spohl 2024-06-18 18:19:19 +00:00
xpcom Bug 1900765 - Stop trimming trailing whitespace from .properties values. r=xpcom-reviewers,nika 2024-06-15 07:50:50 +00:00
xpfe/appshell Bug 1824053 - [1/4] Remove Win32 implementation of nsIWidget::SetBackgroundColor() r=win-reviewers,handyman 2024-06-17 14:17:48 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1889978 - Vendor ffmpeg 7.0 headers. r=media-playback-reviewers,frontend-codestyle-reviewers,alwu 2024-04-30 14:21:45 +00:00
.cron.yml Bug 1686981 - optimize searchfox taskcluster cron jobs. r=taskgraph-reviewers,gbrown 2024-06-13 08:20:02 +00:00
.eslintignore Bug 1897221 - Exclude more Rust/mobile build artifacts from ESLint & Prettier. r=frontend-codestyle-reviewers,Gijs 2024-05-20 13:47:38 +00:00
.eslintrc-rollouts.js Bug 795716 - remove test_network_events.html. r=necko-reviewers,frontend-codestyle-reviewers,valentin 2024-06-01 12:21:46 +00:00
.eslintrc-test-paths.js Bug 1900002 - Move tabbrowser tests into a browser/ folder. r=frontend-codestyle-reviewers,dwalker 2024-06-04 13:20:52 +00:00
.eslintrc.js Bug 1897898 - Separate out ESLint rule rollouts configurations to a separate module. r=frontend-codestyle-reviewers,Gijs 2024-05-21 13:38:01 +00:00
.git-blame-ignore-revs Bug 1882465 - Update .hg-annotate-ignore-revs and .git-blame-ignore-revs to reflect firefox-android monorepo migration r=glandium,geckoview-reviewers,tthibaud 2024-04-04 14:55:00 +00:00
.gitattributes
.gitignore Bug 1894617: ignore the root .vscode directory too; r=sheehan 2024-05-02 18:26:11 +00:00
.hg-annotate-ignore-revs Bug 1882465 - Update .hg-annotate-ignore-revs and .git-blame-ignore-revs to reflect firefox-android monorepo migration r=glandium,geckoview-reviewers,tthibaud 2024-04-04 14:55:00 +00:00
.hg-format-source
.hgignore Bug 1894619 - Remove the invalid regex escape sequences in .hgignore. r=sheehan 2024-05-02 18:28:22 +00:00
.hgtags No bug - tagging af9948205327480d29bfcb960d5308ad4a2d0ce7 with FIREFOX_NIGHTLY_128_END a=release DONTBUILD CLOSED TREE 2024-06-10 16:25:48 +00:00
.lando.ini
.lldbinit
.mailmap Bug 1892339 - Add my name to .mailmap r=nika 2024-04-19 13:42:34 +00:00
.prettierignore Bug 1897498 - Add a mechanism for exporting backup snapshots to a single file archive. r=Gijs,valentin,backup-reviewers,frontend-codestyle-reviewers,Standard8,kpatenio 2024-06-11 13:05:58 +00:00
.prettierrc.js
.stylelintignore Bug 1899373 - Update PDF.js to 24e12d515dce2f11b392410dd6e6e9926270ac65 r=pdfjs-reviewers,frontend-codestyle-reviewers,marco 2024-05-30 12:35:49 +00:00
.stylelintrc.js
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2024-06-10 16:25:58 +00:00
Cargo.lock Bug 1903296 - Update `wgpu` to revision a2fcd72606f83cbb58c1aca2e7e1ad52a11d2067. r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler 2024-06-18 19:41:12 +00:00
Cargo.toml Bug 1900400 -- Update UniFFI to 0.27.3. r=supply-chain-reviewers 2024-06-10 16:15:28 +00:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4 Bug 1896414 - Move MOZ_ASAN checks from old.configure to moz.configure r=glandium,geckoview-reviewers,m_kato 2024-06-18 14:44:40 +00:00
build.gradle Bug 1896020 - Upgrade apilint gradle plugin to 0.5.3. r=geckoview-reviewers,calu 2024-06-11 03:07:38 +00:00
client.mk
client.py
configure
configure.py
gradle.properties Bug 1881094 - 7. cleanup firefox-android exclusions in license.yml r=gl,android-reviewers 2024-05-09 16:28:42 +00:00
gradlew Backed out 2 changesets (bug 1900345) for preventing Fenix builds with Android Studio in the repository root. a=backout 2024-06-12 18:05:25 +02:00
gradlew.bat
mach
mach.cmd
mach.ps1
mots.yaml Bug 1901531 - Add :jeddai as Experiments peer r=emcminn,Gijs,zeid 2024-06-10 15:22:22 +00:00
moz.build Bug 1888321 - Rename .cargo/config.in to .cargo/config.toml.in. r=firefox-build-system-reviewers,webdriver-reviewers,ahochheiden 2024-04-01 21:26:49 +00:00
moz.configure Bug 1900369 - Move substitution that don't require checks from old-configure to moz.configure r=glandium 2024-06-10 14:07:13 +00:00
mozilla-config.h.in
old-configure.in Bug 1896414 - Move MOZ_ASAN checks from old.configure to moz.configure r=glandium,geckoview-reviewers,m_kato 2024-06-18 14:44:40 +00:00
package-lock.json Bug 1898556 - Remove eslint-plugin-file-header, update various node modules. r=frontend-codestyle-reviewers,Gijs 2024-05-24 14:55:33 +00:00
package.json Bug 1898556 - Remove eslint-plugin-file-header, update various node modules. r=frontend-codestyle-reviewers,Gijs 2024-05-24 14:55:33 +00:00
pyproject.toml
settings.gradle Bug 1895781 - Move the App Services and Glean auto-publish logic to its own settings file. r=nalexander 2024-05-10 06:21:28 +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.