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
Перейти к файлу
Emilio Cobos Álvarez db53123e05 Bug 1918762 - Don't paint the scrollbar track twice on macOS. r=mac-reviewers,bradwerth
This was caught by Markus. When you hover over an overlay scrollbar,
you'd hit this the PaintScrollbar() code-path (or rather, you won't bail
out from the if (overlay && !hovered)), but macOS draws the track in
PaintScrollbarTrack().

Android doesn't hit this because android scrollbars can't ever be
hovered (they have pointer-events: none).

Differential Revision: https://phabricator.services.mozilla.com/D222172
2024-09-13 19:44:59 +00:00
.cargo Backed out changeset 2ff7570a00ed (bug 1912131) for causing NonZero related build bustage 2024-09-13 20:44:57 +03:00
.github/workflows
.vscode
accessible Bug 1917530 - Enable ESLint rule no-shadow by default across the tree, disabling where it currently fails. r=frontend-codestyle-reviewers,mossop 2024-09-12 21:08:44 +00:00
browser Bug 1918726 - Vertical pinned tabs container should take up no vertical space when empty. r=kcochrane,desktop-theme-reviewers,tabbrowser-reviewers,emilio,dwalker 2024-09-13 19:09:14 +00:00
build Backed out changeset 8cbe1aad4c5c (bug 1918304) for causing l10n and android bustages CLOSED TREE 2024-09-13 21:06:13 +03:00
caps
chrome
config
devtools Backed out changeset 78d0a0c70d7c (bug 1918411) for causing bc failures in browser_quicksuggest_fakespot.js CLOSED TREE 2024-09-13 10:43:48 -04:00
docs Bug 1918072 - Update triage expectations in source-docs r=jstutte 2024-09-13 07:18:14 +00:00
docshell Bug 1917369 - Track user interaction state in docshell's active entry. r=dom-core,peterv 2024-09-12 13:12:58 +00:00
dom Backed out changeset ba640de8df47 (bug 1908245) for causing build bustages in HTMLVideoElement.cpp CLOSED TREE 2024-09-13 22:34:58 +03:00
editor
extensions Bug 1784521 - Stop using PR_CreateProcess in nsAuthSambaNTLM, r=mccr8 2024-09-10 17:35:59 +00:00
gfx Backed out changeset ba640de8df47 (bug 1908245) for causing build bustages in HTMLVideoElement.cpp CLOSED TREE 2024-09-13 22:34:58 +03:00
gradle/wrapper
hal
image
intl Backed out changeset 78d0a0c70d7c (bug 1918411) for causing bc failures in browser_quicksuggest_fakespot.js CLOSED TREE 2024-09-13 10:43:48 -04:00
ipc Bug 1475599 - part 2 - CookieStore API - IPDL, r=edgul,webidl,smaug 2024-09-12 16:48:19 +00:00
js Bug 1917807 - Fix GenerateJitEntry call parameters alignment. r=jandem 2024-09-13 17:07:58 +00:00
layout Bug 1918308 - Don't always force a reflow in nsMathMLContainerFrame::AttributeChanged. r=emilio 2024-09-13 14:19:45 +00:00
media
memory Bug 1915564 - Rework arena_t::mPRNG initalization to be more explicit about avoiding double initialization. r=glandium 2024-09-11 20:40:48 +00:00
mfbt Bug 1917739 - Move Lz4 and mfbt/Compression* to mozglue/static. r=nika,frontend-codestyle-reviewers 2024-09-10 20:35:56 +00:00
mobile Backed out changeset 9c1d0c3ff431 (Bug 1790516) as requested by developer CLOSED TREE 2024-09-13 23:22:05 +03:00
modules Bug 1918711 - disable mlkem. r=keeler 2024-09-13 16:05:08 +00:00
mozglue Bug 1917739 - Move Lz4 and mfbt/Compression* to mozglue/static. r=nika,frontend-codestyle-reviewers 2024-09-10 20:35:56 +00:00
netwerk Bug 1915134 - Add pref to enable Extensible Prioritization Scheme without sending SETTINGS_NO_RFC7540_PRIORITIES r=acreskey,necko-reviewers,jesup 2024-09-13 13:56:16 +00:00
nsprpub
other-licenses
parser Bug 1913382 - counting SVG unusual child elements r=hsivonen 2024-09-10 09:53:42 +00:00
python Bug 1917262 - Add python executable to run mach command for multi-locale build. r=nalexander 2024-09-11 06:19:26 +00:00
remote Backed out 6 changesets (bug 1915798, bug 1904665, bug 1918049) for causing wpt failures in input-events-get-target-ranges-joining-dl-elements.tentative.html CLOSED TREE 2024-09-13 05:13:41 -04:00
security Bug 1918484 - replace xyber768d00 with mlkem768x25519 in PSM. r=keeler,necko-reviewers,kershaw 2024-09-13 00:34:44 +00:00
services Bug 1911626: Add closing tabs remotely to sidebar right click menu r=lina,fluent-reviewers,desktop-theme-reviewers,fxview-reviewers,sidebar-reviewers,dao,sclements,sync-reviewers 2024-09-13 09:26:19 +00:00
servo Bug 1918454 - Prevent divide by zero when inverting effective zoom. r=firefox-style-system-reviewers,layout-reviewers,boris 2024-09-13 18:24:57 +00:00
startupcache
storage
supply-chain Backed out changeset 2ff7570a00ed (bug 1912131) for causing NonZero related build bustage 2024-09-13 20:44:57 +03:00
taskcluster Bug 1918644 - Use xlarge instances for Android shippable builds. r=releng-reviewers,bhearsum 2024-09-13 13:14:30 +00:00
testing Backed out changeset ba640de8df47 (bug 1908245) for causing build bustages in HTMLVideoElement.cpp CLOSED TREE 2024-09-13 22:34:58 +03:00
third_party Backed out changeset 2ff7570a00ed (bug 1912131) for causing NonZero related build bustage 2024-09-13 20:44:57 +03:00
toolkit Bug 1911889 - Update tab mute/soundplaying/activemedia-blocked icon styling r=desktop-theme-reviewers,tabbrowser-reviewers,sidebar-reviewers,nsharpley,dao,sclements 2024-09-13 17:51:03 +00:00
tools Bug 1918249 - Fix `mach lint` linting prefs JS files on Windows by forcing UTF-8. r=ahal 2024-09-13 17:00:04 +00:00
uriloader Bug 1918300 - Apply bug 1293212 and bug 1628961 to the uikit uriloader. r=nika 2024-09-13 04:04:37 +00:00
view
widget Bug 1918762 - Don't paint the scrollbar track twice on macOS. r=mac-reviewers,bradwerth 2024-09-13 19:44:59 +00:00
xpcom Bug 1475599 - part 1 - CookieStore API - WebIDL, r=smaug,edgul 2024-09-12 16:48:18 +00:00
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1917739 - Move Lz4 and mfbt/Compression* to mozglue/static. r=nika,frontend-codestyle-reviewers 2024-09-10 20:35:56 +00:00
.cron.yml
.eslintrc-ignores.js
.eslintrc-rollouts.js Bug 1575506 - Enable ESLint rule no-redeclare with builtinGlobals on all module and worker files. r=frontend-codestyle-reviewers,devtools-reviewers,nchevobbe,mossop 2024-09-12 21:08:45 +00:00
.eslintrc-test-paths.js Bug 1917530 - Fix ESLint no-shadow issues in devtools code. r=devtools-reviewers,profiler-reviewers,frontend-codestyle-reviewers,nchevobbe,julienw,mossop 2024-09-12 21:08:43 +00:00
.eslintrc.js Bug 1917532 - Remove overrides sections from *-test configurations in eslint-plugin-mozilla. r=frontend-codestyle-reviewers,mossop 2024-09-12 21:08:45 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hgignore
.hgtags
.lando.ini
.lldbinit
.mailmap
.prettierignore Bug 1917739 - Move Lz4 and mfbt/Compression* to mozglue/static. r=nika,frontend-codestyle-reviewers 2024-09-10 20:35:56 +00:00
.prettierrc.js
.rstcheck.cfg
.stylelintignore
.stylelintrc.js Bug 1917530 - Enable ESLint rule no-shadow by default across the tree, disabling where it currently fails. r=frontend-codestyle-reviewers,mossop 2024-09-12 21:08:44 +00:00
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER
Cargo.lock Backed out changeset 2ff7570a00ed (bug 1912131) for causing NonZero related build bustage 2024-09-13 20:44:57 +03:00
Cargo.toml Backed out changeset 2ff7570a00ed (bug 1912131) for causing NonZero related build bustage 2024-09-13 20:44:57 +03:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle Bug 1893181 - Enforce buildToolsVersion from toplevel Gradle project too. r=nalexander 2024-09-11 16:35:55 +00:00
client.mk
client.py
configure
configure.py
gradle.properties
gradlew
gradlew.bat
mach
mach.cmd
mach.ps1
mots.yaml
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json Bug 1575506 - Enable ESLint rule no-redeclare with builtinGlobals on all module and worker files. r=frontend-codestyle-reviewers,devtools-reviewers,nchevobbe,mossop 2024-09-12 21:08:45 +00:00
package.json
pyproject.toml
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.