gecko-dev/dom
Nicolas Silva 480948101a Bug 1856371 - Reimplement Pipeline::getBindGroupLayout. r=webgpu-reviewers,ErichDonGubler
The new implementation is simpler: It just forwards messages to wgpu on the parent process using the usual mechanism. It also better aligns with the spec because it works whether or not the pipeline has an implicit layout (current implementation is only implemented for implicit layouts). And finally it fixes a bug in the current implementation causing undefined behavior due to zero IDs being cast into NonZero rust types at the ffi boundary.

Differential Revision: https://phabricator.services.mozilla.com/D189942
2023-10-27 13:06:18 +00:00
..
abort Bug 1855295 convert .ini manifests to .toml: batch 8 dom/[a-l]**/mochitest.ini r=jmaher,jgilbert,extension-reviewers,credential-management-reviewers,robwu,sgalich 2023-10-02 17:18:28 +00:00
animation Bug 1784931 - Allow 4 restyles in progress pseudo test. r=hiro 2023-10-27 08:23:05 +00:00
audiochannel
base Bug 1858912 - Refine popover focusing steps to follow the specs. r=emilio 2023-10-27 13:02:17 +00:00
battery Bug 1856578 - follow up - Empty Lines at end of file r=nataliaCs 2023-10-03 11:35:36 +00:00
bindings Bug 1857488 - Set RTPCallerType when creating the global/realm in the browser. r=smaug,devtools-reviewers 2023-10-26 17:49:01 +00:00
broadcastchannel Bug 1855295 convert .ini manifests to .toml: batch 8 dom/[a-l]**/mochitest.ini r=jmaher,jgilbert,extension-reviewers,credential-management-reviewers,robwu,sgalich 2023-10-02 17:18:28 +00:00
browser-element
cache Backed out 2 changesets (bug 1734538, bug 1633289) for causing local storage related failures 2023-10-25 16:26:47 +03:00
canvas Bug 1860988 - Enable ESLint rule no-useless-return on all of dom/*. r=dom-core,mccr8 2023-10-27 12:43:03 +00:00
chrome-webidl Bug 1837079 - [4/10] Create WINDOWS_FILE_DIALOG utility process type r=gerard-majax,ipc-reviewers,fluent-reviewers,bobowen,handyman,nika 2023-10-26 18:21:28 +00:00
clients Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
commandhandler
console Bug 1860988 - Enable ESLint rule object-shorthand on remaining parts of dom/*. r=dom-core,mccr8 2023-10-27 12:43:04 +00:00
credentialmanagement Bug 1857336 - expose an nsIWebAuthnService on Android. r=keeler 2023-10-07 02:08:48 +00:00
crypto Bug 1855295 convert .ini manifests to .toml: batch 8 dom/[a-l]**/mochitest.ini r=jmaher,jgilbert,extension-reviewers,credential-management-reviewers,robwu,sgalich 2023-10-02 17:18:28 +00:00
debugger Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
docs Bug 1815339 - Restore the transfer attribute in JSWindowActor; r=ipc-reviewers,nika 2023-10-25 22:15:11 +00:00
encoding Bug 1860427 - Enable ESLint rules no-undef and no-unused-vars on dom/encoding/test/. r=dom-core,hsivonen 2023-10-23 15:37:18 +00:00
events Bug 1860988 - Enable ESLint rule object-shorthand on remaining parts of dom/*. r=dom-core,mccr8 2023-10-27 12:43:04 +00:00
fetch Backed out 6 changesets (bug 1851992) for DT failure on browser_net_image_cache.js . CLOSED TREE 2023-10-24 13:16:40 +03:00
file Bug 1860988 - Enable ESLint rule no-useless-return on all of dom/*. r=dom-core,mccr8 2023-10-27 12:43:03 +00:00
filesystem Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
flex
fs Bug 1858820 - Handle other FileSystemWritableFileStream states in FileSystemWritableFileStream::Write; r=dom-storage-reviewers,jari 2023-10-19 11:25:30 +00:00
gamepad Bug 1532281 [Linux] Don't build with dbus-glib r=glandium 2023-10-12 12:59:08 +00:00
geolocation Bug 1532281 [Linux] Don't build with dbus-glib r=glandium 2023-10-12 12:59:08 +00:00
grid
html Bug 1858912 - Refine popover focusing steps to follow the specs. r=emilio 2023-10-27 13:02:17 +00:00
imptests
indexedDB Bug 1791767 - Manage thread serial numbers from IDB ConnectionPool. r=dom-storage-reviewers,janv 2023-10-19 07:47:47 +00:00
interfaces
ipc Bug 1859414 - [ipc] Remove IsPrivilegedMozillaRemoteType. r=jstutte 2023-10-26 13:12:35 +00:00
jsurl Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
l10n Bug 1858673 - Remove now unnecessary disabling of ESLint no-unsanitized/* rules from test files. r=freddyb,media-playback-reviewers,credential-management-reviewers,devtools-reviewers,sessionstore-reviewers,places-reviewers,aosmond,sgalich,dao,padenot 2023-10-24 08:48:41 +00:00
locales Bug 1302705 - Add console warning about SVGSVGElement.deselectAll() being deprecated r=emilio 2023-10-26 07:50:55 +00:00
localstorage Backed out 2 changesets (bug 1734538, bug 1633289) for causing local storage related failures 2023-10-25 16:26:47 +03:00
locks Bug 1857542 - Remove LockManagerChild cycle collection setup r=asuth 2023-10-06 16:34:25 +00:00
manifest Bug 1855296 - convert .ini manifests to .toml: batch 9 dom/[m-s]**/mochitest.ini r=jmaher,media-playback-reviewers,alwu 2023-10-03 19:35:22 +00:00
mathml Bug 1855296 - convert .ini manifests to .toml: batch 9 dom/[m-s]**/mochitest.ini r=jmaher,media-playback-reviewers,alwu 2023-10-03 19:35:22 +00:00
media Bug 1860988 - Enable ESLint rule no-useless-return on all of dom/*. r=dom-core,mccr8 2023-10-27 12:43:03 +00:00
messagechannel Bug 1421651 - Remove obseleted timeline and TimelineMarker code r=canaltinova,webidl,devtools-reviewers,saschanaz,smaug,ochameau 2023-10-24 15:18:12 +00:00
midi Bug 1858041 - Temporarily skip of fail-if some Tier 2 a11y_checks failing or crashing on Autoland. r=Jamie,fxview-reviewers,ochameau,devtools-reviewers,places-reviewers,mixedpuppy 2023-10-17 18:00:05 +00:00
network Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
notification Bug 1860988 - Enable ESLint rule object-shorthand on remaining parts of dom/*. r=dom-core,mccr8 2023-10-27 12:43:04 +00:00
origin-trials Bug 1855296 - convert .ini manifests to .toml: batch 9 dom/[m-s]**/mochitest.ini r=jmaher,media-playback-reviewers,alwu 2023-10-03 19:35:22 +00:00
payments Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
performance Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
permission Bug 1858494 - Return permission action rather than boolean when fetching the storage access permission from the parent process - r=timhuang,anti-tracking-reviewers 2023-10-12 16:58:22 +00:00
plugins Bug 1855296 - convert .ini manifests to .toml: batch 9 dom/[m-s]**/mochitest.ini r=jmaher,media-playback-reviewers,alwu 2023-10-03 19:35:22 +00:00
power Bug 1856628 - Remove WakeLock::IsDocumentInvisible and related code. r=pip-reviewers,mhowell 2023-10-03 16:08:59 +00:00
promise Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
prototype Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
push Bug 1847217 - Test permission before requesting for push r=edgar 2023-10-24 12:36:20 +00:00
quota Bug 1791767 - Exclude CachingDatabaseConnection with event target from general thread checks. r=dom-storage-reviewers,janv 2023-10-16 07:43:11 +00:00
reporting Bug 1855296 - convert .ini manifests to .toml: batch 9 dom/[m-s]**/mochitest.ini r=jmaher,media-playback-reviewers,alwu 2023-10-03 19:35:22 +00:00
res
script Bug 1853881 - Part 1: Add JS::ThreadStackQuotaForSize and use it everywhere. r=nbp 2023-10-26 14:10:55 +00:00
security Bug 1860988 - Enable ESLint rule no-useless-return on all of dom/*. r=dom-core,mccr8 2023-10-27 12:43:03 +00:00
serializers
serviceworkers Bug 1860988 - Enable ESLint rule object-shorthand on remaining parts of dom/*. r=dom-core,mccr8 2023-10-27 12:43:04 +00:00
simpledb
smil Bug 1860988 - Enable ESLint rule no-useless-return on all of dom/*. r=dom-core,mccr8 2023-10-27 12:43:03 +00:00
storage Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
streams Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
svg Bug 669865 - Calling clear() on list types should set mIsBaseSet to false so that we ignore the transform r=emilio 2023-10-27 11:52:05 +00:00
system Bug 1532281 [Linux] Don't build with dbus-glib r=glandium 2023-10-12 12:59:08 +00:00
tests Bug 1860988 - Enable ESLint rule object-shorthand on remaining parts of dom/*. r=dom-core,mccr8 2023-10-27 12:43:04 +00:00
url Bug 1855298 - convert .ini manifests to .toml: batch 10 dom/[t-z]**/mochitest.ini r=jmaher 2023-10-25 15:54:48 +00:00
vr Bug 1855298 - convert .ini manifests to .toml: batch 10 dom/[t-z]**/mochitest.ini r=jmaher 2023-10-25 15:54:48 +00:00
webauthn Bug 1855298 - convert .ini manifests to .toml: batch 10 dom/[t-z]**/mochitest.ini r=jmaher 2023-10-25 15:54:48 +00:00
webbrowserpersist Backed out 6 changesets (bug 1851992) for DT failure on browser_net_image_cache.js . CLOSED TREE 2023-10-24 13:16:40 +03:00
webgpu Bug 1856371 - Reimplement Pipeline::getBindGroupLayout. r=webgpu-reviewers,ErichDonGubler 2023-10-27 13:06:18 +00:00
webidl Bug 1302705 - Add console warning about SVGSVGElement.deselectAll() being deprecated r=emilio 2023-10-26 07:50:55 +00:00
webscheduling Bug 1853984 - Make Scheduling API to clear its hashtable entries when the queue is empty r=smaug 2023-10-02 19:40:56 +00:00
webshare Bug 1855298 - convert .ini manifests to .toml: batch 10 dom/[t-z]**/mochitest.ini r=jmaher 2023-10-25 15:54:48 +00:00
websocket Bug 1855298 - convert .ini manifests to .toml: batch 10 dom/[t-z]**/mochitest.ini r=jmaher 2023-10-25 15:54:48 +00:00
webtransport Bug 1855298 - convert .ini manifests to .toml: batch 10 dom/[t-z]**/mochitest.ini r=jmaher 2023-10-25 15:54:48 +00:00
workers Bug 1860988 - Enable ESLint rule object-shorthand on remaining parts of dom/*. r=dom-core,mccr8 2023-10-27 12:43:04 +00:00
worklet Bug 1860988 - Enable ESLint rule no-useless-return on all of dom/*. r=dom-core,mccr8 2023-10-27 12:43:03 +00:00
xhr Bug 1857687 - Disable thread safety analysis on a few problematic functions. r=nika,necko-reviewers,valentin 2023-10-26 20:13:22 +00:00
xml Bug 1855298 - convert .ini manifests to .toml: batch 10 dom/[t-z]**/mochitest.ini r=jmaher 2023-10-25 15:54:48 +00:00
xslt Bug 1855298 - convert .ini manifests to .toml: batch 10 dom/[t-z]**/mochitest.ini r=jmaher 2023-10-25 15:54:48 +00:00
xul Bug 1853881 - Part 1: Add JS::ThreadStackQuotaForSize and use it everywhere. r=nbp 2023-10-26 14:10:55 +00:00
jar.mn
metrics.yaml
moz.build
pings.yaml