.cargo
Bug 1890866 - Reorganize the UniFFI fixtures/examples. r=markh
2024-04-15 18:07:00 +00:00
.github /workflows
.vscode
accessible
Bug 1888649: Tweak the assertion when we can't get the parent DocAccessible in CreateDocOrRootAccessible to allow background extension pages. r=eeejay
2024-04-17 22:53:27 +00:00
browser
Bug 1891332 - Replace debug MOZ_ASSERT with MOZ_RELEASE_ASSERT in Windows tests. r=win-reviewers,rkraesig
2024-04-17 21:07:31 +00:00
build
Backed out 2 changesets (bug 1835983) for causing http related mochitest failures. CLOSED TREE
2024-04-17 21:32:39 +03:00
caps
Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8
2024-04-04 18:45:21 +00:00
chrome
Bug 1864896: Autofix unused function arguments (general). r=nika,jfkthame,ckerschb
2024-03-19 14:59:22 +00:00
config
Bug 1879975 - Newer versions of Windows disable pinning to the taskbar using older methods r=mpohle,bhearsum,nrishel,glandium
2024-04-17 17:51:58 +00:00
devtools
Bug 1891699 - [devtools] Remove unused sourceMapURL React component property. r=devtools-reviewers,nchevobbe
2024-04-17 13:54:27 +00:00
docs
Bug 1890318 - Update perfdocs linter documentation. r=perftest-reviewers,kshampur DONTBUILD
2024-04-17 12:34:31 +00:00
docshell
Bug 1848406 - Detect stateful bounces for window associated storages. r=bvandersloot,asuth
2024-04-17 20:29:04 +00:00
dom
Bug 1891332 - Replace MOZ_DIAGNOSTIC_ASSERT with MOZ_RELEASE_ASSERT in service worker tests. r=dom-worker-reviewers,smaug
2024-04-17 21:07:34 +00:00
editor
Bug 1890915 - Make EditorBase::CloneAttributesWithTransaction()
collect all attributes before updating the DOM tree r=m_kato
2024-04-15 05:49:02 +00:00
extensions
Bug 1881797 - (part 3) Testing for storage permission clearing in the new clear history dialog. r=pbz,settings-reviewers,mconley
2024-04-09 15:39:32 +00:00
gfx
Bug 1890245 - Make gfxUserFontSet::mGeneration an atomic var, so we can read it safely without locking. r=gfx-reviewers,lsalzman
2024-04-17 20:45:42 +00:00
gradle /wrapper
Bug 1887180 - Update Gradle to version 8.7. r=android-reviewers
2024-03-25 14:35:36 +00:00
hal
Bug 1875484 - Add missing null check in Hal code. r=gsvelto
2024-01-22 18:56:18 +00:00
image
Bug 1891332 - Replace debug MOZ_ASSERT with MOZ_RELEASE_ASSERT in image tests. r=tnikkel
2024-04-17 03:26:28 +00:00
intl
Bug 1891796 - Do not force invoking is_combining_diacritic.py r=glandium
2024-04-17 05:37:57 +00:00
ipc
Bug 1890722 - Correctly track generation of ipdl files r=glandium
2024-04-16 06:52:32 +00:00
js
Bug 1891887 - Remove reftest sandbox conditions that are not used. r=tnikkel
2024-04-17 19:17:19 +00:00
layout
Bug 1891887 - Remove reftest sandbox conditions that are not used. r=tnikkel
2024-04-17 19:17:19 +00:00
media
Bug 1891332 - Replace debug MOZ_ASSERT with MOZ_RELEASE_ASSERT in webrtc/signaling tests. r=webrtc-reviewers,mjf
2024-04-17 21:07:30 +00:00
memory
Backed out changeset 4309f75eaa90 (bug 1883615) for causing build bustages related to check_symbol_in_libs. CLOSED TREE
2024-04-17 12:57:02 +03:00
mfbt
Bug 1891332 - Replace debug MOZ_ASSERT with MOZ_RELEASE_ASSERT in MFBT tests. r=xpcom-reviewers,emilio
2024-04-17 03:26:29 +00:00
mobile
Bug 1890790 - Skip unnecessary initialisations in Focus Robolectric tests. r=android-reviewers,tthibaud
2024-04-17 12:52:30 +00:00
modules
Bug 1888504 - Add a dry-run mode for Bounce Tracking Protection. r=bvandersloot,anti-tracking-reviewers
2024-04-17 20:29:07 +00:00
mozglue
Backed out changeset 4309f75eaa90 (bug 1883615) for causing build bustages related to check_symbol_in_libs. CLOSED TREE
2024-04-17 12:57:02 +03:00
netwerk
Bug 1885949 - Do not copy over HTTPS-First upgrade flag into new loadinfo r=necko-reviewers,freddyb,simonf,jesup r=reland
2024-04-17 12:35:56 +00:00
nsprpub
Bug 1879120 - Remove all python deprecation warning: invalid escape sequence r=ahochheiden,webdriver-reviewers,perftest-reviewers,afinder UPGRADE_NSPR_RELEASE
2024-02-26 08:26:38 +00:00
other-licenses
Bug 1883629 - Update Snappy to version 1.2.0. r=dom-storage-reviewers,janv
2024-04-08 13:48:06 +00:00
parser
Bug 1884208
- Remove negative probes for measuring delta between OnDataFinished and OnStopRequest in HttpChannelChild and HTML5Parser. r=jesup,necko-reviewers
2024-03-28 09:37:25 +00:00
python
Backed out changeset 9f185bc37baf (bug 1885985) for causing failures on UpdateSettings. CLOSED TREE
2024-04-17 22:35:59 +03:00
remote
Bug 1870880 - Add isInstance assertion method to Assert.sys.mjs. r=Sasha,webdriver-reviewers
2024-04-17 16:12:01 +00:00
security
Bug 1891763 - land NSS NSS_3_100_BETA1 UPGRADE_NSS_RELEASE, r=nss-reviewers,nkulatova
2024-04-17 11:45:12 +00:00
services
Merge mozilla-central to autoland on a CLOSED TREE
2024-04-15 19:03:01 +03:00
servo
Bug 1833466 - Implement CSSMarginRule and the corresponding DOM API. r=webidl,firefox-style-system-reviewers,smaug,emilio
2024-04-16 19:52:39 +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 1891141 - Add configuration parameters for pages per step and step delay to mozIStorageAsyncConnection.backupToFileAsync. r=mak
2024-04-17 20:50:47 +00:00
supply-chain
Bug 1888683 - Checking in automated code changes. r=janerik,supply-chain-reviewers,glandium
2024-04-10 17:23:01 +00:00
taskcluster
Bug 1879975 - Hooking up secret keys with try and release builds for new windows api taskbar pinning r=bhearsum,taskgraph-reviewers,ahal
2024-04-17 17:51:58 +00:00
testing
Bug 1876161 - test(webgpu): update CTS to 5c8510ec0d47180d1cd4dd92790b5a69335e162c r=webgpu-reviewers,teoxoy
2024-04-17 20:54:19 +00:00
third_party
Bug 1892045: Quiet a thread-safety warning by taking a mutex in v4l2 capture r=webrtc-reviewers,pehrsons
2024-04-17 21:10:58 +00:00
toolkit
Bug 1892081 - add EME:5 to default media logging. r=media-playback-reviewers,azebrowski
2024-04-17 21:23:46 +00:00
tools
Bug 1891317 - Add missing document.createElement to gecko DOM typelib r=zombie DONTBUILD
2024-04-17 21:40:36 +00:00
uriloader
Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8
2024-04-04 18:45:21 +00:00
view
widget
Bug 1891332 - Replace debug MOZ_ASSERT with MOZ_RELEASE_ASSERT in Windows tests. r=win-reviewers,rkraesig
2024-04-17 21:07:31 +00:00
xpcom
Bug 1891332 - Replace debug MOZ_ASSERT with MOZ_RELEASE_ASSERT in xpcom tests. r=xpcom-reviewers,emilio
2024-04-17 21:07:31 +00:00
xpfe /appshell
Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8
2024-04-04 18:45:21 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
Bug 1877989 - [devtools] Add CodeMirror 6 in tree. r=devtools-reviewers,bomsy.
2024-02-08 14:39:41 +00:00
.cron.yml
Bug 1890373 - Enable android-l10n-sync via cron on mozilla-beta r=hneiva,gabriel
2024-04-15 18:07:57 +00:00
.eslintignore
Bug 1873610 - Part 2: Improve modules import/export error messages. r=jonco
2024-03-18 14:04:14 +00:00
.eslintrc-test-paths.js
Bug 1876432 - Added support for custom themes as its own menu in Reader View. r=reader-mode-reviewers,fluent-reviewers,desktop-theme-reviewers,hjones,accessibility-frontend-reviewers,bolsson,devtools-reviewers,sfoster,cmkm,jules,ayeddi
2024-04-02 00:08:46 +00:00
.eslintrc.js
Bug 1799465 - Enable require-jsdoc rules by default, disabling on code where there are existing failures. r=frontend-codestyle-reviewers,migration-reviewers,backup-reviewers,mossop,mconley
2024-04-08 13:34:13 +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 1855674 - Modify pdfpaint test to run more PDFs. r=aglavic,perftest-reviewers
2024-04-08 11:47:05 +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 1855674 - Modify pdfpaint test to run more PDFs. r=aglavic,perftest-reviewers
2024-04-08 11:47:05 +00:00
.hgtags
No bug - tagging de27b0fc3ab30bad572ccdcd8ea161d1f9a198ad with FIREFOX_NIGHTLY_126_END a=release DONTBUILD CLOSED TREE
2024-04-15 08:26:20 +00:00
.lando.ini
Bug 1871425: re-enable autoformatting after disabling WPT linter r=zeid DONTBUILD
2024-02-29 21:22:27 +00:00
.lldbinit
.mailmap
.prettierignore
Bug 1887824 - vendor Transformers.js - r=gregtatum,frontend-codestyle-reviewers,Standard8
2024-04-16 04:15:43 +00:00
.prettierrc.js
.stylelintignore
Bug 1879146 - update lint exclusions for a-c docs move. r=gl
2024-02-20 11:08:26 +01:00
.stylelintrc.js
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
Bug 1881545 - Move nl_langinfo and CODESET check from js/src/old-configure.in to js/moz.configure r=glandium
2024-02-28 11:11:18 +00:00
AUTHORS
build.gradle
Bug 1886433 - Use the AC dependencies plugin for GeckoView where possible. r=android-reviewers,amejiamarmol
2024-03-20 21:40:21 +00:00
Cargo.lock
Bug 1890866 - Reorganize the UniFFI fixtures/examples. r=markh
2024-04-15 18:07:00 +00:00
Cargo.toml
Bug 1890866 - Reorganize the UniFFI fixtures/examples. r=markh
2024-04-15 18:07:00 +00:00
client.mk
client.py
CLOBBER
Bug 1888181 - Vendor libwebrtc from 414c94290a - moz.build file updates
2024-04-15 12:26:38 +02:00
configure
configure.py
GNUmakefile
gradle.properties
Bug 1873677 - Upgrade Gradle to 8.5 version r=geckoview-reviewers,calu
2024-01-23 14:50:12 +00:00
gradlew
Bug 1873677 - Upgrade Gradle to 8.5 version r=geckoview-reviewers,calu
2024-01-23 14:50:12 +00:00
gradlew.bat
Bug 1878410 - Update Gradle to version 8.6. r=geckoview-reviewers,mcarare,amejiamarmol
2024-02-05 16:01:14 +00:00
LICENSE
mach
mach.cmd
mach.ps1
Makefile.in
Bug 1873959 - Only force generation of buildid.h and source-repo.h during export phase r=glandium
2024-01-16 13:49:03 +00:00
mots.yaml
Bug 1891780 - Add DJ and Niklas as peers for Tabbed Browser. r=zeid
2024-04-17 11:15:25 +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 1880424 - Move clock_monotonic check to moz.configure r=glandium
2024-02-28 11:11:17 +00:00
mozilla-config.h.in
old-configure.in
Backed out changeset 4309f75eaa90 (bug 1883615) for causing build bustages related to check_symbol_in_libs. CLOSED TREE
2024-04-17 12:57:02 +03:00
package-lock.json
Bug 1557040 - Remove eslint-plugin-fetch-options from the tree. r=Gijs,omc-reviewers,aminomancer,home-newtab-reviewers,frontend-codestyle-reviewers,thecount
2024-04-09 08:11:10 +00:00
package.json
Bug 1557040 - Remove eslint-plugin-fetch-options from the tree. r=Gijs,omc-reviewers,aminomancer,home-newtab-reviewers,frontend-codestyle-reviewers,thecount
2024-04-09 08:11:10 +00:00
pyproject.toml
Bug 1879558 - Reactivate invalid escape sequence warning in ruff r=ahochheiden
2024-02-28 08:16:06 +00:00
README.txt
settings.gradle
Bug 1876335 - use GRADLE_MAVEN_REPOSITORIES in more places. r=owlish,geckoview-reviewers,nalexander,tthibaud,android-reviewers
2024-01-18 15:38:47 +01:00
substitute-local-geckoview.gradle
test.mozbuild