gecko-dev/dom
2022-12-15 05:15:31 +00:00
..
abort
animation Bug 1803751 - Make some marker fields searchable and bump the profile version r=julienw 2022-12-13 14:19:07 +00:00
audiochannel
base Bug 1645990 - Treat table rows as separate blocks for Find-in-page purposes, rather than matching continuously across row boundaries. r=emilio 2022-12-14 15:05:22 +00:00
battery
bindings Bug 1803774 - Change MOZ_ASSERT in DOMGlobalHasProtoAndIFaceCache/GetProtoAndIfaceCache to MOZ_DIAGNOSTIC_ASSERT. r=smaug 2022-12-02 15:12:12 +00:00
broadcastchannel Bug 1804093 - Part 2: Remove some values cached from nsIPrincipal from WorkerLoadInfo, r=asuth 2022-12-12 22:08:35 +00:00
browser-element
cache Bug 1247687 - Implement csp for Module Workers; r=evilpie,asuth,rpl,ckerschb 2022-12-14 14:55:38 +00:00
canvas Bug 1805231 - Handle zero-length capped lines. r=aosmond 2022-12-13 18:43:06 +00:00
chrome-webidl Backed out changeset e6becf16d643 (bug 1788306) for causing bustage on UniFFICallbacks.cpp. CLOSED TREE 2022-12-15 01:16:12 +02:00
clients Bug 1799692 - Part 2: Specify TriggeringRemoteType for ClientOpenWindow loads, r=asuth 2022-11-29 20:41:47 +00:00
commandhandler
console
credentialmanagement Bug 1803245 - Add Timeout nsiTimer onto the Document to track active IdentityCredential requests, r=timhuang 2022-12-14 14:02:57 +00:00
crypto
debugger
docs Bug 1804661 - Convert browser/components/BrowserGlue.jsm to an ES module. r=Gijs,settings-reviewers,perftest-reviewers,sparky 2022-12-12 14:59:18 +00:00
encoding
events Bug 1803751 - Make some marker fields searchable and bump the profile version r=julienw 2022-12-13 14:19:07 +00:00
fetch Bug 1247687 - Implement csp for Module Workers; r=evilpie,asuth,rpl,ckerschb 2022-12-14 14:55:38 +00:00
file Bug 1803062 - Switch from ordinary bool errors to nsresult errors in code for handling sync loops; r=dom-worker-reviewers,smaug 2022-12-12 16:09:12 +00:00
filehandle
filesystem Bug 1799692 - Part 1: Introduce ThreadsafeContentParentHandle, r=asuth 2022-11-29 20:41:46 +00:00
flex
fs Bug 1805135 - Fix FileSystemWritableFileStream to use the default writer for all IO operations; r=dom-storage-reviewers,webidl,smaug,jari 2022-12-14 13:20:45 +00:00
gamepad Bug 1799630 - replace sprintf by snprintf or SprintfLiteral r=emilio 2022-11-10 07:01:11 +00:00
geolocation
grid
html Bug 960984 - Implement the list attribute for <input type=color>. r=emilio,geckoview-reviewers,m_kato 2022-12-14 18:17:59 +00:00
imptests
indexedDB Bug 1796753 - Disable test_keys.js for xpcshell tests under TSAN and ASAN. r=decoder 2022-12-02 13:56:25 +00:00
interfaces Backed out 4 changesets (bug 1786048) for causing multiple failures. CLOSED TREE 2022-12-02 20:30:07 +02:00
ipc Bug 1799470 - Merge old embedding logic into ContentChild r=nika 2022-12-15 03:06:22 +00:00
jsurl Bug 1793463 - Part 6: Remove nsIProtocolHandler.{defaultPort,protocolFlags}, r=necko-reviewers,valentin 2022-12-01 15:43:19 +00:00
l10n Bug 1788135 - Fix "Assertion failure: !IsDOMException()" when running with rr r=platform-i18n-reviewers,gregtatum 2022-12-08 12:02:20 +00:00
locales Bug 1570722 - CSP: Ignore directives with non-ASCII tokens. r=freddyb 2022-12-14 10:20:46 +00:00
localstorage
locks Bug 1764921 - Delay full worker shutdown until LockManagerChild is destructed r=asuth,smaug 2022-12-07 15:13:57 +00:00
manifest
mathml
media Bug 1805697 - add git rebase conflict detection to fast-forward-libwebrtc.sh r=dbaker DONTBUILD 2022-12-14 16:39:25 +00:00
messagechannel
midi Backed out changeset 51b2a95943c0 (bug 1437171) for causing wpt failures on all-permissions.html related to query "midi" permission. 2022-12-15 06:10:01 +02:00
network Bug 1778510: Cut ConnectionWorker over to GlobalScope()->ShouldRFP() r=asuth 2022-11-29 13:34:15 +00:00
notification Bug 1799314 - Convert most of the JSM modules in testing/ to ES modules. r=ahal 2022-11-17 12:00:25 +00:00
offline
origin-trials Bug 1790816 - Reformat dom/ with isort. r=linter-reviewers,ahal DONTBUILD 2022-11-23 22:09:53 +00:00
payments
performance Bug 1803751 - Make some marker fields searchable and bump the profile version r=julienw 2022-12-13 14:19:07 +00:00
permission Backed out changeset 51b2a95943c0 (bug 1437171) for causing wpt failures on all-permissions.html related to query "midi" permission. 2022-12-15 06:10:01 +02:00
plugins
power
prio
promise Bug 1799088 - Add DOMException support to DomPromiseListener error reporting. r=smaug 2022-11-18 12:38:51 +00:00
prototype
push Bug 1541508 - Use Services.env in dom/ r=emilio 2022-11-25 19:09:06 +00:00
quota Bug 1751681 - Cleanup FileSystemHandle serialization/deserialization; r=dom-storage-reviewers,jesup 2022-12-13 19:23:35 +00:00
reporting
res
script Bug 1410932 - Set innerWindowID for exception coming from WebExtension content scripts. r=kmag 2022-12-12 13:17:46 +00:00
security Backed out changeset c92d26145221 (bug 1769635) for causing assertion failures HttpBaseChannel.h. CLOSED TREE 2022-12-14 22:35:20 +02:00
serializers Bug 1563452 - Don't break attributes when serializing with nsXMLContentSerializer. r=mbrodesser,m_kato 2022-11-30 05:16:13 +00:00
serviceworkers Bug 1558098 - postMessage to a redundant service worker should drop silently r=dom-worker-reviewers,asuth 2022-11-22 22:02:44 +00:00
simpledb
smil Bug 1803957 - remove virtual keyword from override methods in cpp files r=emilio 2022-12-04 20:00:25 +00:00
storage
streams Bug 1803371 - Part 4: Add UnderlyingSourceAlgorithmsBase::ReleaseObjects r=smaug 2022-12-06 18:37:29 +00:00
svg Bug 1805095 - map white-space as a presentation attribute for SVG text r=emilio 2022-12-13 17:50:21 +00:00
system Bug 1772930 - Return NS_ERROR_FILE_ALREADY_EXISTS when refusing to overwrite files in IOUtils r=nika 2022-11-21 23:56:01 +00:00
tests Bug 1805415 - Use activateItem() rather than click() to activate menuitems. r=Gijs,extension-reviewers,pip-reviewers,search-reviewers 2022-12-15 03:11:55 +00:00
u2f
url
vr
webauthn Bug 1621377 - Return NotAllowedError instead of AbortError when user cancels WebAuthn operation from UI. r=jschanck 2022-12-14 22:11:50 +00:00
webbrowserpersist Bug 1804339 - Fix relative url conversion for SVG image and script when saving pages r=emilio 2022-12-13 07:35:01 +00:00
webgpu Bug 1795311 - Use the new shmem classes in the WebGPU buffer impl. r=jgilbert 2022-11-10 15:52:32 +00:00
webidl Backed out changeset 51b2a95943c0 (bug 1437171) for causing wpt failures on all-permissions.html related to query "midi" permission. 2022-12-15 06:10:01 +02:00
webscheduling
webshare
websocket Bug 1787044 - Disable test_worker_websocket2.html on socketprocess for being intermittent r=necko-reviewers,kershaw 2022-11-30 16:42:41 +00:00
webtransport Bug 1790676: WebTransport DOM API initial framework r=saschanaz,necko-reviewers,emilio,valentin 2022-11-22 13:43:57 +00:00
workers Bug 1803062 - GetCurrentSerialEventTarget should return the nested event target when a sync loop is running; r=asuth 2022-12-15 05:15:31 +00:00
worklet Bug 1804093 - Part 5: Eliminate WorkerPrincipal and WorkletPrincipals, r=asuth 2022-12-12 22:08:36 +00:00
xhr Bug 1803062 - Switch from ordinary bool errors to nsresult errors in code for handling sync loops; r=dom-worker-reviewers,smaug 2022-12-12 16:09:12 +00:00
xml
xslt Bug 1776052 - disable browser_bug1309630.js on linux and windows !debug for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD 2022-11-25 15:37:58 +00:00
xul Bug 1800050 - Use UniqueFreePtr in StartupCache::PutBuffer. r=nbp 2022-12-01 10:46:34 +00:00
jar.mn
metrics.yaml Backed out 3 changesets (bug 1799727) for causing mochitest failures in dom/base/test/browser_page_load_event_telemetry.js CLOSED TREE 2022-12-13 01:07:43 +02:00
moz.build Bug 1790676: WebTransport DOM API initial framework r=saschanaz,necko-reviewers,emilio,valentin 2022-11-22 13:43:57 +00:00