gecko-dev/dom
2020-04-28 10:01:30 +03:00
..
abort Bug 1549945 - Avoid the need for import-globals-from when (x)html files load scripts via /tests/. r=mossop 2020-04-20 16:15:11 +00:00
animation Bug 1628715 - Part 10: Activate nodiscard attributes on AppendElement(s). r=xpcom-reviewers,nika,peterv 2020-04-24 14:34:15 +00:00
audiochannel
base Backed out changeset 14568f3c84b6 (bug 1575356) for failures on test_iframe_referrer.html. CLOSED TREE 2020-04-28 10:01:30 +03:00
battery
bindings Bug 1633145 - Add PropertyKey::isWellKnownSymbol. r=arai 2020-04-26 17:01:57 +00:00
broadcastchannel Bug 1549945 - Avoid the need for import-globals-from when (x)html files load scripts via /tests/. r=mossop 2020-04-20 16:15:11 +00:00
browser-element Bug 1602318 - Expose LoadContext on BrowsingContext webidl. r=nika,kmag,necko-reviewers 2020-04-26 00:53:01 +00:00
cache Bug 1628076 - Ensure sFactory alive while it is calling Abort; r=dom-workers-and-storage-reviewers,asuth 2020-04-21 19:57:46 +00:00
canvas Bug 1631823 - Disable XRWebGLLayer antialias by default on WebGL 2. Add support to enable behind a pref. r=jgilbert 2020-04-27 18:03:03 +00:00
chrome-webidl Bug 1576188 - Handle save-as for cross process iframes. r=peterv 2020-04-27 05:41:40 +00:00
clients Bug 1631234 - Part 2: Moving the setting of the 'HasStoragePermission' before the first check of the storage access in nsGlobalWindowOuter::SetNewDocument(). r=baku 2020-04-22 14:49:22 +00:00
commandhandler
console Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
credentialmanagement
crypto Bug 1614462: Part 2d - Fix tests that don't need to use mozbrowser. r=mccr8 2020-04-20 22:31:29 +00:00
debugger
docs Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
encoding
events Bug 1606885 - Add control+backspace/delete shortcut. r=geckoview-reviewers,snorp 2020-04-21 14:55:16 +00:00
fetch Bug 1618546 - give worker debugger globals their own clients r=asuth,webidl,smaug 2020-04-21 06:50:53 +00:00
file Bug 1624318 - Serialize replacement config input stream as a blob. r=baku,necko-reviewers,valentin 2020-04-27 04:49:00 +00:00
filehandle
filesystem
flex
gamepad Bug 1631635 - Implement IsPositionEmulated for XRInputSource. r=kip,imanol 2020-04-21 11:17:34 +00:00
geolocation
grid
html Bug 1434744 - disable test_allowMedia.html on mac shippable, win debug and linux18.04 qr debug r=egao 2020-04-27 19:40:58 +00:00
imptests
indexedDB Bug 1619165 - Reformat recent changes to the Google coding style r=andi 2020-04-25 09:40:08 +00:00
interfaces Bug 1625513 - Part 4: Don't require being in tabbrowser for subframe process switches, r=mattwoodrow,necko-reviewers,valentin 2020-04-21 22:33:14 +00:00
ipc Bug 1617709: Fix hang monitor init/shutdown race in short-lived processes. r=mccr8 2020-04-23 23:18:24 +00:00
jsurl
l10n Bug 1628715 - Part 10: Activate nodiscard attributes on AppendElement(s). r=xpcom-reviewers,nika,peterv 2020-04-24 14:34:15 +00:00
locales Bug 1628922 - Support landmark navigation in GeckoView. r=Jamie 2020-04-15 22:12:37 +00:00
localstorage Bug 1620152 - Part 4: Replace MOZ_DIAGNOSTIC_ALWAYS_TRUE() with MOZ_ALWAYS_TRUE(). r=janv 2020-04-09 02:08:10 +00:00
manifest Bug 1632092 - Rename all XUL namespace variables to XUL_NS. r=Gijs,marionette-reviewers,whimboo 2020-04-24 09:23:52 +00:00
mathml
media Bug 1594529 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/media. r=bryce 2020-04-27 15:18:07 +00:00
messagechannel Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
midi
network Bug 1614462: Part 2d - Fix tests that don't need to use mozbrowser. r=mccr8 2020-04-20 22:31:29 +00:00
notification
offline
payments
performance
permission Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
plugins Bug 1633145 - Add PropertyKey::isWellKnownSymbol. r=arai 2020-04-26 17:01:57 +00:00
power
presentation Bug 1322254 - Remove network.disable.ipc.security pref r=valentin,necko-reviewers 2020-04-24 17:42:35 +00:00
prio Bug 1628715 - Part 3: Make fallible nsTArray::Assign nodiscard. r=xpcom-reviewers,erahm 2020-04-24 13:25:13 +00:00
promise Bug 1624524 - Remove uses of wasmTextToBinary in non-JS shell tests. r=bbouvier 2020-04-10 21:28:19 +00:00
prototype Bug 1628282 - Inline nsDocShell::OnLoadingSite into its only caller. r=smaug 2020-04-08 11:48:56 +00:00
push Bug 1614462: Part 1 - Remove unused message principals. r=nika 2020-04-20 22:15:19 +00:00
quota Bug 1633326 - Add an additional warning message that shows the file path when it fails to create a file; r=janv,dom-workers-and-storage-reviewers 2020-04-27 08:38:55 +00:00
reporting Bug 1630947 - Update Reporting API - part 2 - tests for Workers, r=smaug 2020-04-18 12:26:15 +00:00
res
script Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
security Backed out changeset 14568f3c84b6 (bug 1575356) for failures on test_iframe_referrer.html. CLOSED TREE 2020-04-28 10:01:30 +03:00
serviceworkers Bug 1631685 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/serviceworkers. r=dom-workers-and-storage-reviewers,sg 2020-04-21 11:07:58 +00:00
simpledb
smil
storage
svg Bug 1619165 - Reformat recent changes to the Google coding style r=andi 2020-04-25 09:40:08 +00:00
system
tests Bug 1576188 - Test that save-as works for cross process frames. r=peterv 2020-04-27 05:41:27 +00:00
u2f Bug 1630088 - WebAuthn requests need to retain the Browsing Context ID r=keeler 2020-04-24 22:57:33 +00:00
url
vr Bug 1619165 - Reformat recent changes to the Google coding style r=andi 2020-04-25 09:40:08 +00:00
webauthn Bug 1630088 - WebAuthn requests need to retain the Browsing Context ID r=keeler 2020-04-24 22:57:33 +00:00
webbrowserpersist Bug 1576188 - Handle save-as for cross process iframes. r=peterv 2020-04-27 05:41:40 +00:00
webgpu Bug 1632323 - Separate WebGPU internal usage bits from the public API r=groves 2020-04-23 15:52:01 +00:00
webidl Bug 1633362 - Add a use counter for Document.mozSetImageElement. r=smaug 2020-04-27 20:00:09 +00:00
websocket Backed out changeset 7b5f7ee72a6c (bug 1631384) for failing bc at browser_upgrade_exceptions.js on a CLOSED TREE 2020-04-28 01:43:57 +03:00
workers Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
worklet Bug 1631713 - Align the maximum memory usage of worklets on workers. r=karlt 2020-04-23 05:17:04 +00:00
xhr Bug 1618546 - give worker debugger globals their own clients r=asuth,webidl,smaug 2020-04-21 06:50:53 +00:00
xml
xslt Bug 1632613 - Part 4e: Handle assignment to UniquePtr properly and silence warnings from release calls. r=peterv 2020-04-27 10:24:56 +00:00
xul Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
jar.mn
moz.build