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
Nicolas Silva f8a2ef4614 Bug 1791881 - Don't crash in buffer_destroy if the buffer is in an invalid state. r=jgilbert
Once https://github.com/gfx-rs/wgpu/pull/3094 is merged, unallocated and freed handles will panic in wgpu-core so we don't have to do it here. In the mean time it will produce the wrong error but still fail safely. DestroyError::Invalid means the handle exists but is not is in an invalid state, for example if the buffer was created with invalid parameter like in this bug's test case.

Differential Revision: https://phabricator.services.mozilla.com/D159054
2022-10-13 09:28:19 +00:00
.cargo Bug 1793806 - mach vendor rust. r=cubeb-reviewers,chunmin 2022-10-06 09:18:13 +00:00
.vscode
accessible Bug 1794043: Improve AccAttributes ergonomics, r=eeejay 2022-10-13 01:00:57 +00:00
browser no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE 2022-10-13 06:57:59 +00:00
build Bug 1794955 - Adjust revert-llvmorg-14-init-11890-gf86deb18cab6_clang_16.patch to upstream changes. DONTBUILD 2022-10-13 03:43:55 +00:00
caps Backed out 15 changesets (bug 1794001, bug 1793995, bug 1693271) for causing build bustages CLOSED TREE 2022-10-12 22:12:26 -04:00
chrome Bug 1783240 - Part 1: Remove unnecessary Log methods from ParamTraits impls, r=ipc-reviewers,necko-reviewers,media-playback-reviewers,mccr8,alwu 2022-09-28 19:25:12 +00:00
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2022-09-19 10:51:32 +00:00
devtools Bug 1792848 - [devtools] Use absolute URLs to import modules in devtools/shared. r=Honza,devtools-backward-compat-reviewers,bomsy 2022-10-12 15:56:22 +00:00
docs Bug 1788671 - Document how to add Services to eslint. r=Standard8 DONTBUILD 2022-10-07 18:11:17 +00:00
docshell Bug 1734217 - Merge all about:neterror front-end handling under toolkit. r=mkmelin,smaug,nalexander,flod,Gijs 2022-10-07 18:40:27 +00:00
dom Bug 1596464 - Statically check that we can static_cast a Gecko ChannelLayout to a cubeb_channel_layout. r=pehrsons 2022-10-13 08:19:23 +00:00
editor Backed out changeset 928edafe970f (bug 1793485) for causing leaks CLOSED TREE 2022-10-12 17:09:32 -04:00
extensions Bug 1793694 - part 6: Stop exposting EditorUtils.h r=m_kato 2022-10-12 02:44:20 +00:00
gfx Bug 1791881 - Don't crash in buffer_destroy if the buffer is in an invalid state. r=jgilbert 2022-10-13 09:28:19 +00:00
gradle/wrapper Bug 1786164 - Update gradle and plugin to the latest versions. r=geckoview-reviewers,jonalmeida 2022-08-31 22:10:38 +00:00
hal Bug 1791531 - Do not assume that the battery listener has been registered correctly on macOS r=haik 2022-09-22 09:29:42 +00:00
image Bug 1794766 - Use CancelWithReason in imgRequest and nsLoadGroup, r=necko-reviewers,dragana 2022-10-13 08:54:12 +00:00
intl Bug 1790071 - work around ICU-22132. r=platform-i18n-reviewers,dminor 2022-10-06 18:50:51 +00:00
ipc Backed out 2 changesets (bug 1794409) for causing xpcshell failures on test_UtilityScalars.js. CLOSED TREE 2022-10-13 10:07:15 +03:00
js Bug 1790630 - Add telemetry for zones r=sfink 2022-10-13 09:22:38 +00:00
layout Backed out changeset 928edafe970f (bug 1793485) for causing leaks CLOSED TREE 2022-10-12 17:09:32 -04:00
media Bug 1793289 - Override EXTERN_ASM when building ffvpx in generic / no asm configuration. r=alwu 2022-10-11 08:26:52 +00:00
memory Bug 1785162 - Allow child-process half-stalls to ride the trains r=glandium,gsvelto 2022-10-07 15:40:24 +00:00
mfbt Bug 1783242 - Part 3: Remove BufferList::Extract, r=glandium,ipc-reviewers,mccr8 2022-09-28 19:25:14 +00:00
mobile Backed out 3 changesets (bug 1760033) for causing multiple failures ErrorResult.h 2022-10-12 17:28:18 +03:00
modules Bug 1720118 - always use the TLS token cache r=kershaw,necko-reviewers,ci-and-tooling,jmaher 2022-10-12 23:54:10 +00:00
mozglue Bug 1792158 - Restrict SIMD_avx2 to AMD64 r=stransky 2022-10-10 16:15:48 +00:00
netwerk Bug 1794766 - Use CancelWithReason in imgRequest and nsLoadGroup, r=necko-reviewers,dragana 2022-10-13 08:54:12 +00:00
nsprpub Bug 1788009 - NSPR_4_35_RTM, version number only, no code change. r=glandium UPGRADE_NSPR_RELEASE 2022-09-13 06:26:48 +00:00
other-licenses
parser Bug 1791598 - Ensure raw tagnames are safe exiting internalEntityParser. r=mccr8 2022-10-10 12:15:38 +00:00
python Backed out 5 changesets (bug 1766497) for causing build bustages with "No module named 'encodings'" CLOSED TREE 2022-10-12 22:51:51 -04:00
remote Bug 1794553 - [marionette] isReftestReady has to check the navigation status based on the webProgress' browsing context. r=webdriver-reviewers,Sasha,jdescottes 2022-10-11 13:17:40 +00:00
security Bug 1720118 - store certificate error override and failed certificate chain information in the TLS token cache r=kershaw,jschanck,necko-reviewers 2022-10-12 23:54:11 +00:00
services Bug 1792550 - ensure the primary password is unlocked before signing in to sync. r=Mardak,sfoster 2022-10-12 22:31:37 +00:00
servo Bug 1793387 - disable lquote/rquote attributes on the <ms> element. r=emilio 2022-10-08 11:37:32 +00:00
startupcache Bug 1790614 - Part 2: Use {ASSERT,ENSURE}_NS_{SUCCEEEDED,FAILED} in gtests, r=ahal,necko-reviewers 2022-09-15 14:51:50 +00:00
storage Bug 1793882 - Don't "return" c_void in NS_NewHashPropertyBag declaration. r=emilio 2022-10-06 06:34:17 +00:00
supply-chain Bug 1750691 - [rust-mozrunner] Release and cargo vet version 0.15.0 r=webdriver-reviewers,jgraham,supply-chain-reviewers,bholley 2022-10-13 06:21:41 +00:00
taskcluster Backed out 5 changesets (bug 1766497) for causing build bustages with "No module named 'encodings'" CLOSED TREE 2022-10-12 22:51:51 -04:00
testing Bug 1750691 - [geckodriver] Release version 0.32.0. r=webdriver-reviewers,jgraham 2022-10-13 06:21:42 +00:00
third_party Backed out 5 changesets (bug 1766497) for causing build bustages with "No module named 'encodings'" CLOSED TREE 2022-10-12 22:51:51 -04:00
toolkit Bug 1790630 - Add telemetry for zones r=sfink 2022-10-13 09:22:38 +00:00
tools Bug 1794327 - Record RAPL perf events as a profile counter. r=florian 2022-10-12 23:24:38 +00:00
uriloader Bug 1791178 - Use correct identifier for localized downloads forder. r=Gijs 2022-10-12 11:48:19 +00:00
view Bug 1786513 - Make SimpleResizeReflow not flush by default. r=jfkthame,layout-reviewers 2022-09-01 10:54:24 +00:00
widget Bug 1786247 [Wayland] Use layout.throttled_frame_rate to set idle frame rate r=rmader 2022-10-13 08:41:36 +00:00
xpcom Backed out 15 changesets (bug 1794001, bug 1793995, bug 1693271) for causing build bustages CLOSED TREE 2022-10-12 22:12:26 -04:00
xpfe/appshell Bug 1792337 - Add a more convenient API to size a window constrained to a default size. r=bytesized,extension-reviewers,robwu,TYLin 2022-09-30 00:45:36 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml Bug 1786291 - Remove esr91 references r=jcristau 2022-09-19 13:23:03 +00:00
.eslintignore Bug 1793227, part 9 - Automated fixes for js/xpconnect/tests/browser/. r=kmag 2022-10-10 22:22:02 +00:00
.eslintrc-test-paths.js Bug 1774300 - Implement VideoColorSpace r=padenot,jgilbert 2022-10-06 00:37:20 +00:00
.eslintrc.js Bug 1793369 - Enable ESLint rule no-unused-vars globally on dom/indexedDB xpcshell-tests. r=asuth 2022-10-03 16:30:03 +00:00
.flake8 Bug 1790708 - Clean up some per-file flake8 ignores that are no longer needed. r=linter-reviewers,sylvestre DONTBUILD 2022-09-14 06:17:51 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1784022 - [refactor] Convert text-emphasis-position #defines to enum classes r=emilio 2022-09-27 07:38:08 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1784022 - [refactor] Convert text-emphasis-position #defines to enum classes r=emilio 2022-09-27 07:38:08 +00:00
.hgtags No bug - tagging 110ed519838f7e667f19176516cceab742b6ad5e with FIREFOX_NIGHTLY_106_END a=release DONTBUILD CLOSED TREE 2022-09-19 10:51:24 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1784232 - Bump taskgraph to v3.2.0 r=ahal 2022-09-20 09:11:45 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1793786 - Update Glean version to 51.4.0 r=chutten,supply-chain-reviewers,webdriver-reviewers 2022-10-07 20:19:49 +00:00
Cargo.lock Bug 1750691 - [geckodriver] Release version 0.32.0. r=webdriver-reviewers,jgraham 2022-10-13 06:21:42 +00:00
Cargo.toml Bug 1793786 - Update Glean version to 51.4.0 r=chutten,supply-chain-reviewers,webdriver-reviewers 2022-10-07 20:19:49 +00:00
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2022-09-19 10:51:32 +00:00
configure
configure.py Bug 1787628 - Add looseversion import to configure.py r=firefox-build-system-reviewers,glandium 2022-08-30 18:24:55 +00:00
GNUmakefile
gradle.properties Bug 1786164 - Add more Gradle JVM memory flags. r=geckoview-reviewers,jonalmeida 2022-08-31 22:10:39 +00:00
gradlew
gradlew.bat
LICENSE
mach Backed out 5 changesets (bug 1766497) for causing build bustages with "No module named 'encodings'" CLOSED TREE 2022-10-12 22:51:51 -04:00
mach.cmd
mach.ps1
Makefile.in
mots.yaml Bug 1791056 - Cleanup peer_emeritus list for JavaScript module. r=jandem,zeid 2022-09-19 12:49:02 +00:00
moz.build
moz.configure Bug 1794517 - Make CI plain builds a little closer to local builds. r=firefox-build-system-reviewers,andi 2022-10-11 06:54:45 +00:00
mozilla-config.h.in
old-configure.in
package-lock.json Bug 1792465 - Add eslint-plugin-jsdoc and upgrade node_modules to latest versions. r=mossop 2022-10-03 06:55:28 +00:00
package.json Bug 1792465 - Add eslint-plugin-jsdoc and upgrade node_modules to latest versions. r=mossop 2022-10-03 06:55:28 +00:00
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.