gecko-dev/dom
Kagami Sascha Rosylight 17f87db988 Bug 1818576 - Double check whether the streams are locked before transfer r=evilpie
Status checks are done in batch before any transfer, but transferring streams can change the status of parent/child of TransformStream and cause an assertion failure.

Differential Revision: https://phabricator.services.mozilla.com/D170897
2023-02-25 07:04:33 +00:00
..
abort
animation Bug 1816915 - Tweak how we handle animation restyles on bind/unbind. r=hiro 2023-02-21 08:51:00 +00:00
audiochannel
base Bug 1818465 - Add test to ensure Utility Actor Names always reflected in about:processes r=florian,nika 2023-02-25 00:58:05 +00:00
battery
bindings Bug 1622677 - Make dom/bindings flake8 compliant. r=sylvestre 2023-02-24 13:53:21 +00:00
broadcastchannel
browser-element
cache
canvas Bug 1817336 - Only create accelerated Canvas2D contexts in content process. r=jrmuizel 2023-02-24 21:31:09 +00:00
chrome-webidl Bug 1818465 - Add test to ensure Utility Actor Names always reflected in about:processes r=florian,nika 2023-02-25 00:58:05 +00:00
clients
commandhandler
console
credentialmanagement Bug 1804728, part 7 - Bring IDL up to date with spec and reduce UTF-16 vs UTF-8 conversions - r=emilio 2023-02-14 19:25:53 +00:00
crypto Bug 1813424 - webcrypto: check decoded key type before using r=jschanck 2023-01-31 23:49:06 +00:00
debugger
docs Bug 1817946 - fix JSProcessActor.webidl link in the JSActor documentation, r=mconley DONTBUILD 2023-02-21 17:57:37 +00:00
encoding
events Bug 1815729: Replace `GetCaretBaseline` with `GetCaretBlockAxisMetrics`. r=emilio 2023-02-24 17:26:44 +00:00
fetch Bug 1810816 - P4 Report the preload response timing for ServiceWorker NavigationPreload. r=dom-worker-reviewers,asuth 2023-02-23 02:52:54 +00:00
file Bug 1815431 - Remove BlobBodyStreamHolder r=smaug 2023-02-09 07:01:10 +00:00
filesystem
flex
fs Bug 1816388 - Use NS_AsyncCopy directly in FileSystemWritableFileStream::Write. r=dom-storage-reviewers,janv 2023-02-13 16:11:36 +00:00
gamepad Bug 1809776: Cut Gamepads over to fine-grained RFP control r=cmartin,tschuster 2023-02-08 14:54:49 +00:00
geolocation Bug 1816740 [2/6] - move Windows geolocation actor to subdirectory r=handyman 2023-02-22 21:05:23 +00:00
grid Bug 1815140 Part 3: Add a test of grid fragment equality across reflows. r=jdescottes 2023-02-23 01:07:35 +00:00
html Bug 1816740 [5/6] - convert nsIFilePicker::capture* to a proper enum r=ipc-reviewers,karlt,mstange,handyman,nika 2023-02-22 21:05:24 +00:00
imptests
indexedDB Bug 1500343 - Part 10: Remove IDBFileHandle/IDBFileRequest/IDBMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
interfaces Bug 1817381 - Remove DOMWindowUtils.fullZoom. r=jfkthame,layout-reviewers,extension-reviewers,rpl,geckoview-reviewers,m_kato 2023-02-21 17:24:00 +00:00
ipc Bug 1772089 p1: Remove SetUpSandboxEnvironment from mozilla::dom::ContentProcess. r=handyman 2023-02-24 08:44:40 +00:00
jsurl
l10n Bug 1816191 - Skip tests in order to keep win7 running @ azure. r=gbrown,necko-reviewers,settings-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,nalexander,sgalich,alwu 2023-02-14 23:44:12 +00:00
locales Bug 1818704: Remove unnecessary FTP checks in dom/security, r=valentin 2023-02-24 10:28:52 +00:00
localstorage
locks Bug 1818468 - Throw `signal.reason` when already aborted in `navigator.locks.request` r=evilpie 2023-02-24 13:06:43 +00:00
manifest
mathml
media Bug 1806899 - Detect link escapes in safe_extract (all m-c) r=jcristau 2023-02-24 16:26:27 +00:00
messagechannel
midi Bug 1816191 - Skip tests in order to keep win7 running @ azure. r=gbrown,necko-reviewers,settings-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,nalexander,sgalich,alwu 2023-02-14 23:44:12 +00:00
network Bug 1809755 - Dispatch TCPSocket.ActivateTLS() to the socket thread. r=keeler 2023-02-08 22:19:57 +00:00
notification Bug 1781588 - Part 4: Migrate tests for custom data r=smaug 2023-02-13 18:51:50 +00:00
offline
origin-trials
payments
performance Bug 1811566 - Cut DomainLookupStart/End over to fine-grained RFP. r=tjr 2023-01-27 09:17:24 +00:00
permission
plugins
power
promise Bug 1817719 - Make dom/promise buildable outside of a unified build environment r=andi 2023-02-21 18:57:46 +00:00
prototype
push Bug 1818158 - Add an nsINamed implementation on nsITimer callbacks implemented in JS encountered during startup, r=Gijs. 2023-02-22 19:43:42 +00:00
quota Bug 1815904 - Set the gShutdown flag on shutdown even if we never instantiated a QM instance. r=dom-storage-reviewers,janv 2023-02-17 12:10:49 +00:00
reporting
res
script Bug 1815180 : Dump error message when import maps aren't allowed. r=jonco 2023-02-08 12:22:04 +00:00
security Bug 1818704: Remove unnecessary FTP checks in dom/security, r=valentin 2023-02-24 10:28:52 +00:00
serializers Bug 1817314 - Make dom/serializers buildable outside of a unified build environment r=andi 2023-02-19 21:40:36 +00:00
serviceworkers Bug 1810816 - P4 Report the preload response timing for ServiceWorker NavigationPreload. r=dom-worker-reviewers,asuth 2023-02-23 02:52:54 +00:00
simpledb
smil Bug 1817395 - Change name of SMIL method r=emilio 2023-02-17 10:18:30 +00:00
storage
streams Bug 1818576 - Double check whether the streams are locked before transfer r=evilpie 2023-02-25 07:04:33 +00:00
svg Bug 1817413 - add const to various method signatures or allow them to be given const pointers r=emilio 2023-02-17 12:47:27 +00:00
system Bug 1772089 p3: Remove content temp dir from PathUtils. r=barret 2023-02-24 08:44:41 +00:00
tests Bug 1500343 - Part 4: Remove IDL for IDBFileHandle/FileRequest/MutableFile r=dom-storage-reviewers,emilio,asuth 2023-02-23 08:59:07 +00:00
u2f
url Bug 1818269 - Implement URLSearchParams size getter r=emilio 2023-02-24 17:47:51 +00:00
vr
webauthn Bug 1817700 - WebAuthn prompt escAction should cancel transaction. r=keeler 2023-02-23 05:57:33 +00:00
webbrowserpersist
webgpu Bug 1818379 - disable WebGPU's test_basic_canvas.worker.html because WebGPU in worker scopes got disabled in bug 1808820. r=saschanaz DONTBUILD 2023-02-24 22:47:45 +00:00
webidl Bug 1818269 - Implement URLSearchParams size getter r=emilio 2023-02-24 17:47:51 +00:00
webscheduling
webshare
websocket
webtransport Bug 1816439 - Fix races between OnSessionReady and OnSessionClosed, r=jesup,necko-reviewers 2023-02-24 09:46:52 +00:00
workers Bug 1814491 - Fix a bug where worker with require_corp was not able to be created if owner has credentialless. r=necko-reviewers,valentin 2023-02-23 15:19:13 +00:00
worklet Bug 1817380 - Fix lint error in dom/worklet/tests/mochitest.ini. r=jonco 2023-02-23 07:14:11 +00:00
xhr
xml
xslt
xul Bug 1817518 - De-select closed menuitems on mouseout. r=mstange 2023-02-22 15:58:54 +00:00
jar.mn
metrics.yaml
moz.build Bug 1500343 - Part 8: Remove PBackgroundMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
pings.yaml