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
Go to file
AndiAJ 9126a765a2 Bug 1827180 - Re-enable verifyUBlockWorksInPrivateModeTest UI test r=aaronmt
The UI test was disabled yesterday in [[ https://phabricator.services.mozilla.com/D219839 | D219839 ]] by Arturo.

It seems that he did some changes but didn't find any comments or other relevant information about the problems he encountered.

Reviewed his changes, did a status check and the UI tests successfully passed 100x on both API 30 and 34 on Firebase 

Differential Revision: https://phabricator.services.mozilla.com/D224601
2024-10-04 14:45:47 +00:00
.cargo Bug 1921280 - Vendor in the latest app-services commit, r=adw,urlbar-reviewers 2024-09-30 14:07:55 +00:00
.github/workflows
.vscode
accessible Bug 71895 - Create the hidden window on macOS only r=firefox-desktop-core-reviewers ,mossop 2024-09-24 23:45:09 +00:00
browser Bug 1879673 - disable browser_iframe_test.js on windows 11 opt for causing frequent failures. r=intermittent-reviewers,jmaher 2024-10-04 12:10:42 +00:00
build Bug 1921490 - land NSS f8a6e9557d1c UPGRADE_NSS_RELEASE, r=keeler 2024-09-30 20:32:57 +00:00
caps Bug 1905843, prevent unexpected use of result site origin, r=nika 2024-09-17 15:01:43 +00:00
chrome
config Bug 1922503: Update to tzdata 2024b. r=spidermonkey-reviewers,dminor 2024-10-03 14:16:24 +00:00
devtools Bug 1922146 - Adjust xpcshell skip-if conditions for mac to include os_version/processor. r=aryx,necko-reviewers,anti-tracking-reviewers,kershaw,bvandersloot 2024-10-04 12:18:36 +00:00
docs Bug 1919737 - Document the moz.build hook. r=glandium 2024-10-03 10:00:33 +00:00
docshell Bug 1920960 - Simplify nsDocShellLoadState::CalculateChannelLoadFlags argument. r=farre 2024-10-02 12:26:40 +00:00
dom Bug 1921662 - Ignore transform-origin and such shenanigans in SVGGeometryElement::LocalTransform. r=longsonr 2024-10-04 12:38:58 +00:00
editor Bug 1921162 - part 1: Make HTMLEditor handle Enter key press as insertLineBreak if it's in contenteditable=plaintext-only r=m_kato 2024-10-04 00:08:45 +00:00
extensions Bug 1922146 - Adjust xpcshell skip-if conditions for mac to include os_version/processor. r=aryx,necko-reviewers,anti-tracking-reviewers,kershaw,bvandersloot 2024-10-04 12:18:36 +00:00
gfx Bug 1922351 - Move ffi serde serialization from Servo into somewhere usable by other crates in the tree. r=nika 2024-10-04 07:51:46 +00:00
gradle/wrapper Bug 1920624 - Update Gradle to version 8.10.2. r=android-reviewers,mcarare 2024-09-24 11:55:04 +00:00
hal Bug 1904957: Implement GetHeterogeneousCpuInfo on Windows and use for TaskController pool size. r=cmartin,smaug 2024-10-02 17:27:32 +00:00
image Bug 1922208 - Don't use Maybe<> to represent no ratio in images. r=dholbert 2024-10-04 07:59:28 +00:00
intl Bug 1922503: Update to tzdata 2024b. r=spidermonkey-reviewers,dminor 2024-10-03 14:16:24 +00:00
ipc Bug 1922571 - Remove one win-specific include I missed. 2024-10-04 10:58:17 +02:00
js Bug 1919204 - Part 4: Make SymbolicAddressSignature globals constexpr. r=yury 2024-10-04 07:15:12 +00:00
layout Bug 1921348 - Remove global constructor from layout/generic/nsTextFrame.cpp r=dholbert 2024-10-04 09:55:14 +00:00
media Bug 1921863 - Apply mozilla patches for libvpx r=chunmin 2024-10-02 01:16:01 +00:00
memory Bug 1915144 - Add an API to purge excess dirty pages. r=pbone 2024-09-19 11:08:47 +00:00
mfbt Bug 1440207 - Part 5: Disable UniqueFileHandle for RUST_BINDGEN, r=emilio,glandium 2024-10-01 22:21:52 +00:00
mobile Bug 1827180 - Re-enable verifyUBlockWorksInPrivateModeTest UI test r=aaronmt 2024-10-04 14:45:47 +00:00
modules Bug 1919788 - LSNG: Add support for pausing DOM File thread during request finalization; r=dom-storage-reviewers,asuth 2024-10-04 11:23:50 +00:00
mozglue Bug 1921288 - Add a way to get the associated duration type from TimeStamp and AwakeTimeStamp. r=gsvelto 2024-10-03 08:54:11 +00:00
netwerk Bug 1922146 - Adjust xpcshell skip-if conditions for mac to include os_version/processor. r=aryx,necko-reviewers,anti-tracking-reviewers,kershaw,bvandersloot 2024-10-04 12:18:36 +00:00
nsprpub Bug 1920969 - Uplift NSPR_4_36_BETA1. r=sylvestre UPGRADE_NSPR_RELEASE 2024-10-02 13:01:00 +00:00
other-licenses
parser Bug 1920268 - Remove unnecessary MochiKit.js includes in tests (parser/htmlparser/) r=dom-core,masayuki 2024-09-23 22:35:41 +00:00
python Backed out 2 changesets (bug 1920152, bug 1922536) for causing gecko bustages related to post-signing-dummy-nightly-1. CLOSED TREE 2024-10-03 20:56:00 +03:00
remote Bug 1921756 - [bidi] Avoid errors on uninitialized browsingContexts during command broadcast r=webdriver-reviewers,whimboo 2024-10-03 08:46:22 +00:00
security Bug 1922146 - Adjust xpcshell skip-if conditions for mac to include os_version/processor. r=aryx,necko-reviewers,anti-tracking-reviewers,kershaw,bvandersloot 2024-10-04 12:18:36 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes ct-logs - r=release-managers,dmeehan 2024-10-03 12:01:35 +00:00
servo Bug 1922351 - Move ffi serde serialization from Servo into somewhere usable by other crates in the tree. r=nika 2024-10-04 07:51:46 +00:00
startupcache
storage Bug 1914723 - Remove no longer necessary proxy release for Storage variants. r=asuth 2024-09-02 16:57:55 +00:00
supply-chain Bug 1920142 - part 2: vendor clubcard and clubcard-crlite. r=keeler,supply-chain-reviewers 2024-09-26 17:51:14 +00:00
taskcluster Bug 1918092 - change the variant 'wmf-media-engine' to never expired. r=jmaher 2024-10-03 17:33:05 +00:00
testing Bug 1921662 - Ignore transform-origin and such shenanigans in SVGGeometryElement::LocalTransform. r=longsonr 2024-10-04 12:38:58 +00:00
third_party Backed out 2 changesets (bug 1920152, bug 1922536) for causing gecko bustages related to post-signing-dummy-nightly-1. CLOSED TREE 2024-10-03 20:56:00 +03:00
toolkit Bug 1922146 - Adjust xpcshell skip-if conditions for mac to include os_version/processor. r=aryx,necko-reviewers,anti-tracking-reviewers,kershaw,bvandersloot 2024-10-04 12:18:36 +00:00
tools Bug 1922437 - Rename nsIAndroid* classes to nsIGeckoView*. r=geckoview-reviewers,nika,frontend-codestyle-reviewers,owlish 2024-10-03 22:21:51 +00:00
uriloader Bug 1922231 - Avoid recording to histograms or scalars in processes that don't match the probe definition, r=chutten. 2024-10-02 21:05:57 +00:00
view
widget Bug 1836886 [Wayland] Implement smooth scrolling r=emilio 2024-10-04 12:07:12 +00:00
xpcom Bug 1921288 - Fix users of MediaTimer. r=pehrsons 2024-10-03 08:54:12 +00:00
xpfe/appshell Bug 71895 - Create the hidden window on macOS only r=firefox-desktop-core-reviewers ,mossop 2024-09-24 23:45:09 +00:00
.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 Bug 1919083 - Create 'os-integration' cron tasks to help validate worker image changes, r=jmaher,taskgraph-reviewers 2024-09-24 14:49:29 +00:00
.eslintrc-ignores.js
.eslintrc-rollouts.js Bug 1919853 - Make InspectorUtils able to return CSSNestedDeclarations too. r=devtools-reviewers,nchevobbe,dshin 2024-09-20 15:59:53 +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 1920802 - Update node_modules related to ESLint as far as possible. r=frontend-codestyle-reviewers,Gijs 2024-09-25 06:37:10 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1743983 pt2 - Rewrite the minidump-analyzer in Rust r=gsvelto 2024-09-24 13:36:22 +00:00
.hg-annotate-ignore-revs
.hgignore Bug 1743983 pt2 - Rewrite the minidump-analyzer in Rust r=gsvelto 2024-09-24 13:36:22 +00:00
.hgtags No bug - tagging eaad836f0a492448489e0ffc73f261abda8b4b85 with FIREFOX_NIGHTLY_132_END a=release DONTBUILD CLOSED TREE 2024-09-30 13:32:45 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore Bug 1921380 - Regenerate detekt baselines. r=android-reviewers,frontend-codestyle-reviewers,jonalmeida 2024-10-03 21:52:14 +00:00
.prettierrc.js
.rstcheck.cfg Bug 1917163 - Update rstcheck to 6.2.4, fix resulting errors in documents, r=Standard8 2024-09-06 15:04:10 +00:00
.stylelintignore
.stylelintrc.js Bug 1838298 - Custom Stylelint plugin to prevent color tokens from being used directly r=Standard8,frontend-codestyle-reviewers,desktop-theme-reviewers,dao 2024-09-27 14:58:41 +00:00
.taskcluster.yml Bug 1919840 - update links to ci-admin/ci-config to point at fxci-config instead. r=releng-reviewers,hneiva 2024-09-23 08:24:22 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1897176 - Allow unit tests to access and use app resources. r=tthibaud 2024-10-01 06:57:53 +00:00
Cargo.lock Bug 1922351 - Move ffi serde serialization from Servo into somewhere usable by other crates in the tree. r=nika 2024-10-04 07:51:46 +00:00
Cargo.toml Bug 1922351 - Move ffi serde serialization from Servo into somewhere usable by other crates in the tree. r=nika 2024-10-04 07:51:46 +00:00
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2024-09-30 13:32:56 +00:00
configure
configure.py Bug 1916786 - Modernize python/mozbuild/mozbuild to use exist_ok=True parameter from os.makedirs r=ahochheiden 2024-09-05 05:52:56 +00:00
GNUmakefile
gradle.properties
gradlew Bug 1900345 - Update Gradle to version 8.10. r=android-reviewers,ohall 2024-09-05 14:56:03 +00:00
gradlew.bat Bug 1900345 - Update Gradle to version 8.10. r=android-reviewers,ohall 2024-09-05 14:56:03 +00:00
LICENSE
mach
mach.cmd
mach.ps1
Makefile.in
mots.yaml no bug - mots: 'Application Startup' move Nathan in Emeritus r=zeid DONTBUILD 2024-10-04 13:34:43 +00:00
moz.build
moz.configure Bug 1910796 - Integrate libz-rs-sys as a replacement for zlib. r=supply-chain-reviewers,firefox-build-system-reviewers,nika,sergesanspaille 2024-09-02 22:49:59 +00:00
mozilla-config.h.in
old-configure.in
package-lock.json Bug 1921838 - Upgrade eslint-plugin-no-unsanitized and others to pull in latest fixes. r=frontend-codestyle-reviewers,Gijs 2024-09-30 18:12:12 +00:00
package.json Bug 1921838 - Upgrade eslint-plugin-no-unsanitized and others to pull in latest fixes. r=frontend-codestyle-reviewers,Gijs 2024-09-30 18:12:12 +00:00
pyproject.toml
README.txt
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

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.