gecko-dev/dom
alwu 20994bdb01 Bug 1749886 - remove media.wmf_process_usage. r=media-playback-reviewers,bryce
Based on [1], in Beta96, the usage of using WMF in content process is less than 1000, which is gradually decreased by versions. That shows that we could probably stop supporting using WMF in the content process, which caused some blocking and crashes before.

And we also don't need to keep collecting this probe because it has finished its job.

[1] https://mzl.la/3ujQZri

Differential Revision: https://phabricator.services.mozilla.com/D137596
2022-02-02 19:10:58 +00:00
..
abort Bug 1751453 - Part 1: Remove AbortFollower::Unlink() r=smaug 2022-01-24 13:18:33 +00:00
animation Bug 1725908 - Disallow background color animations on <html> element running on the compositor. r=boris 2022-01-20 21:20:13 +00:00
audiochannel
base Bug 787434 - part 3: Change the expectation of a test in copypaste.js r=mbrodesser 2022-02-02 00:44:54 +00:00
battery
bindings Bug 1746750 - Part 3. Implement partial OffscreenCanvasRenderingContext2D. r=lsalzman,webidl,smaug 2022-02-02 16:41:26 +00:00
broadcastchannel Bug 1750006 - Make tests in dom/broadcastchannel/test/ dFPI compatible, r=smaug,anti-tracking-reviewers,timhuang 2022-01-31 14:42:47 +00:00
browser-element
cache Bug 1750007 - Make tests in dom/cache/test/ dFPI compatible, r=timhuang,asuth 2022-02-01 12:29:22 +00:00
canvas Bug 1752351 - Skip test_capture_throttled.html on android which doesn't appear to reliably throttle rAF in background, at least not from window.open() of a new tab. r=mjf 2022-02-02 18:47:58 +00:00
chrome-webidl Bug 1746667 - Make PathUtils path lookups sync on main thread r=Gijs 2022-02-01 04:06:13 +00:00
clients Bug 1744025 - Replace include "mozilla/dom/WorkerPrivate.h" with include "mozilla/dom/WorkerScope.h" where WorkerPrivate->GlobalScope() is called. r=dom-worker-reviewers,smaug,jstutte 2022-01-25 08:53:03 +00:00
commandhandler
console Bug 1744025 - Replace include "mozilla/dom/WorkerPrivate.h" with include "mozilla/dom/WorkerScope.h" where WorkerPrivate->GlobalScope() is called. r=dom-worker-reviewers,smaug,jstutte 2022-01-25 08:53:03 +00:00
credentialmanagement
crypto Backed out changeset 98e6170edea6 (bug 1749279) for causing bp-hybrid build bustages in dom/crypto/KeyAlgorithmProxy.cpp CLOSED TREE 2022-01-31 23:08:36 +02:00
debugger
docs Bug 1751229 - Add Utility into Process Model doc r=nika 2022-01-25 23:47:13 +00:00
encoding Bug 1750308 - run reftest in fission. r=releng-reviewers,gbrown 2022-01-17 18:25:18 +00:00
events Bug 1751967 - Remove dom.event.wheelDelta.enabled. r=webidl,peterv 2022-01-25 19:07:23 +00:00
fetch Bug 1751917 - Indicate JS Exception handling to ErrorResult in FetchStreamReader r=saschanaz 2022-01-25 21:29:18 +00:00
file Bug 1734873 - Fetch/Response/Blob ReadableStream integration r=smaug 2022-01-14 21:09:20 +00:00
filehandle Bug 1625161: Move ASSERT_UNLESS_FUZZING() to mfbt and hook into FUZZING r=glandium,decoder 2021-12-16 04:13:48 +00:00
filesystem Bug 1749059 - Remove Quantum DOM support from IPDL, r=ipc-reviewers,mccr8 2022-01-25 20:29:46 +00:00
flex
fs Bug 1750730 - Add WebIDL bindings for FileSystemSyncAccessHandle; r=smaug 2022-01-24 15:48:46 +00:00
gamepad Backed out changeset ba6624225635 (bug 1738734) for causing build bustages in ipc/PUtilityProcessParent. 2022-02-01 00:57:12 +02:00
geolocation
grid Bug 1740702 - Ensure grid's cached measurement won't prevent reflow from happending when its subtree is dirty r=dholbert 2022-01-12 21:51:45 +00:00
html Bug 1752351 - Fix an assertion failure with throttled capture. r=jib 2022-02-02 18:47:58 +00:00
imptests
indexedDB Bug 1708705 - Check new requests are rejected during structured cloning. r=dom-storage-reviewers,janv 2022-02-02 12:42:10 +00:00
interfaces Bug 1749825 - Make it possible for privileged script to opt elements into mousewheel autodir/honour root behaviour. r=botond 2022-01-21 16:12:48 +00:00
ipc Bug 1750839 - Enable fission browser-chrome for variants. r=mccr8,releng-reviewers,gbrown 2022-02-01 19:30:34 +00:00
jsurl
l10n Bug 1748888 - Add ErrorResult parameter to PromiseNativeHandler callbacks r=smaug 2022-01-20 19:11:39 +00:00
locales Bug 1750089 - remove weak certificate signature error console message r=necko-reviewers,kershaw 2022-01-19 21:24:47 +00:00
localstorage Bug 1752265 - Prevent conversion of empty values to nulls on bind. r=dom-storage-reviewers,janv 2022-01-28 11:22:14 +00:00
locks Bug 1750012 - Make tests in dom/locks/test/ dFPI compatible, r=timhuang 2022-02-02 14:47:42 +00:00
manifest
mathml Bug 1747922 - Rename StyleMathMLMathVariant -> StyleMathVariant. 2021-12-30 02:35:54 +01:00
media Bug 1749886 - remove media.wmf_process_usage. r=media-playback-reviewers,bryce 2022-02-02 19:10:58 +00:00
messagechannel Bug 1748852: Assert on IPC_FAIL unless fuzzing. r=ipc-reviewers,nika,media-playback-reviewers,alwu 2022-01-20 15:42:57 +00:00
midi Backed out changeset 3da485a3f994 (bug 1752584) for failures on test_midi_permission_gated.html . CLOSED TREE 2022-01-29 04:23:12 +02:00
network Bug 1749059 - Remove Quantum DOM support from IPDL, r=ipc-reviewers,mccr8 2022-01-25 20:29:46 +00:00
notification Bug 1744025 - Replace include "mozilla/dom/WorkerPrivate.h" with include "mozilla/dom/WorkerScope.h" where WorkerPrivate->GlobalScope() is called. r=dom-worker-reviewers,smaug,jstutte 2022-01-25 08:53:03 +00:00
offline
payments Bug 1748888 - Add ErrorResult parameter to PromiseNativeHandler callbacks r=smaug 2022-01-20 19:11:39 +00:00
performance Bug 1744025 - Replace include "mozilla/dom/WorkerPrivate.h" with include "mozilla/dom/WorkerScope.h" where WorkerPrivate->GlobalScope() is called. r=dom-worker-reviewers,smaug,jstutte 2022-01-25 08:53:03 +00:00
permission Bug 1745950 - Remove the string-based KeepAliveIfHasListenersFor() implementation and convert all callers to use the atoms-based one instead r=smaug 2021-12-14 16:54:50 +00:00
plugins Bug 1747165 - Replace TK_FLAGS/TK_LIBS with MOZ_GTK3_FLAGS/MOZ_GTK3_LIBS. r=firefox-build-system-reviewers,andi 2021-12-23 20:29:07 +00:00
power
prio
promise Bug 1748888 - Add ErrorResult parameter to PromiseNativeHandler callbacks r=smaug 2022-01-20 19:11:39 +00:00
prototype
push Bug 1750013 - Add notification permission for the xorigin tests for Push API testing. r=asuth 2022-01-31 13:51:27 +00:00
quota Bug 1750730 - Add WebIDL bindings for OPFS; r=smaug 2022-01-24 12:11:29 +00:00
reporting Bug 1748888 - Add ErrorResult parameter to PromiseNativeHandler callbacks r=smaug 2022-01-20 19:11:39 +00:00
res
script Bug 1735200 - Add cause argument to JS::CreateError(). r=jandem 2022-01-17 15:23:40 +00:00
security Bug 1750839 - Enable fission browser-chrome for variants. r=mccr8,releng-reviewers,gbrown 2022-02-01 19:30:34 +00:00
serializers Bug 1747114 - Test correctly for end-of-span before attempting to decode surrogate pair. r=m_kato 2021-12-24 09:29:20 +00:00
serviceworkers Bug 1750040 - wasm: Enable wasm exception handling in nightly. r=lth 2022-01-31 15:03:52 +00:00
simpledb Bug 1625161: Move ASSERT_UNLESS_FUZZING() to mfbt and hook into FUZZING r=glandium,decoder 2021-12-16 04:13:48 +00:00
smil Bug 1539884 - Part 18: Mark AsyncTimeEventRunner::Run as CAN_RUN_SCRIPT_BOUNDARY r=masayuki 2021-12-17 13:27:52 +00:00
storage Merge autoland to mozilla-central. a=merge 2022-01-26 05:46:30 +02:00
streams Bug 1753207 - Use dom.streams.byte_streams.enabled to cover byte stream interfaces r=evilpie,emilio 2022-02-02 18:56:49 +00:00
svg Bug 1715387 - Flush style properly for DOM APIs which use d property. r=jwatt,hiro,emilio 2021-12-13 01:03:39 +00:00
system Bug 1746667 - Replace PathUtils.getTempDir with PathUtils.tempDir in IOUtils tests r=Gijs 2022-02-01 04:06:14 +00:00
tests Bug 1750018 - Make tests in dom/tests/mochitest/ dFPI compatible, r=timhuang,asuth 2022-01-31 17:58:34 +00:00
u2f
url Bug 1744025 - Replace include "mozilla/dom/WorkerPrivate.h" with include "mozilla/dom/WorkerScope.h" where WorkerPrivate->GlobalScope() is called. r=dom-worker-reviewers,smaug,jstutte 2022-01-25 08:53:03 +00:00
vr Bug 1750902 - Disable dom.vr.enabled by default. r=jrmuizel,jmathies,emilio 2022-01-20 22:46:53 +00:00
webauthn Bug 1694336 - Web Authentication: Only send "none" attestation if it was requested (by server or user) r=dveditz 2022-01-31 05:14:26 +00:00
webbrowserpersist
webgpu Bug 1751718 - Reject WebGPU device promise on wrong features and limits r=jimb 2022-01-28 00:08:53 +00:00
webidl Bug 1753207 - Use dom.streams.byte_streams.enabled to cover byte stream interfaces r=evilpie,emilio 2022-02-02 18:56:49 +00:00
webshare
websocket
workers Bug 1750040 - wasm: Enable wasm exception handling in nightly. r=lth 2022-01-31 15:03:52 +00:00
worklet Bug 1748888 - Add ErrorResult parameter to PromiseNativeHandler callbacks r=smaug 2022-01-20 19:11:39 +00:00
xhr Bug 1751535: Add CanSend to XHRMainThread and check it before touching our state. r=dom-worker-reviewers,smaug 2022-01-26 14:40:03 +00:00
xml Bug 1586529 - Make viewsource and XMLPrettyPrint adapt to preferred color scheme. r=dao 2022-01-23 00:02:22 +00:00
xslt Bug 1309630 - Use a request to stop transforming. r=smaug 2021-12-21 17:56:02 +00:00
xul Bug 1729805 - Make async OpenMenu simpler/sound. r=NeilDeakin,mstange 2022-01-25 21:40:22 +00:00
jar.mn
moz.build Bug 1750730 - Add WebIDL bindings for OPFS; r=smaug 2022-01-24 12:11:29 +00:00