gecko-dev/dom
2020-05-25 13:52:24 +03:00
..
abort
animation Backed out changeset a845717e4d10 (bug 1482279) for causing multiple failures. 2020-05-23 02:22:20 +03:00
audiochannel Bug 1332588 - Drop explicit setting of dom.animations.mainthread-synchronization-with-geometric-animations. r=boris 2020-05-13 21:36:44 +00:00
base Bug 1640158 - Remove useless principal-passing in the CSS loader. r=ckerschb 2020-05-25 09:42:01 +00:00
battery
bindings Bug 1638373 - remove js/ipc now that CPOWs are dead, r=mccr8 2020-05-24 18:47:04 +00:00
broadcastchannel
browser-element Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi 2020-05-05 17:41:36 +00:00
cache Bug 1603168 - Reject Cache.match and Cache.matchAll if the response doesn't match the caller context coep r=dom-workers-and-storage-reviewers,perry 2020-05-23 01:44:58 +00:00
canvas Bug 1639975. Make sure CanvasRenderingContextHelper::mCurrentContextType is initialized. r=nical 2020-05-22 09:14:04 +00:00
chrome-webidl Backed out 5 changesets (bug 1602757, bug 1612063) for marionette failures on test_crash.py 2020-05-23 23:45:59 +03:00
clients Bug 1637452: Part 17 - Fix JNI includes in dom; r=nika 2020-05-15 17:06:28 +00:00
commandhandler
console Backed out changeset a845717e4d10 (bug 1482279) for causing multiple failures. 2020-05-23 02:22:20 +03:00
credentialmanagement
crypto
debugger
docs Bug 1636089 - ActorManagerParent.addJSProcessActors;r=kmag,geckoview-reviewers,snorp 2020-05-19 16:29:36 +00:00
encoding
events Bug 1639057 - Simplify Bug 426082.html to not depend on paint events. r=mstange 2020-05-23 17:26:56 +00:00
fetch Bug 1532287 - P2 Propagate loading document/worker's COEP to nsHttpChannel through nsILoadInfo r=necko-reviewers,valentin,JuniorHsu 2020-05-19 12:50:39 +00:00
file Bug 1432949 - Allow system principal initialize a channel for revoked blob URLs r=geckoview-reviewers,snorp,baku,ckerschb 2020-05-20 14:39:28 +00:00
filehandle
filesystem Bug 1626570 - Improve handling of copying arrays in dom/filesystem/. r=smaug 2020-05-05 10:20:04 +00:00
flex Bug 1639053 - Remove the ability to reverse axes internally for nsFlexContainerFrame. r=dholbert 2020-05-19 21:13:35 +00:00
gamepad Bug 1538805 - Send GamepadAdded events to the later GamepadEventChannels. r=baku 2020-05-23 03:14:42 +00:00
geolocation
grid Bug 1626570 - Improve handling of copying arrays in dom/grid/. r=mats 2020-05-05 14:13:15 +00:00
html Backed out changeset 1334652d0ec4 (bug 1640280) for build bustage in workspace/obj-build/dist/include/mozilla/dom/Document.h. CLOSED TREE 2020-05-25 01:31:54 +03:00
imptests
indexedDB Bug 1637715 - Add missing quotation mark to mac condition. a=fix 2020-05-23 01:13:47 +03:00
interfaces Bug 1156934 - Notify all content processes when LookAndFeel changes. r=jesup 2020-05-23 14:28:40 +00:00
ipc Bug 1638373 - remove js/ipc now that CPOWs are dead, r=mccr8 2020-05-24 18:47:04 +00:00
jsurl Bug 1515419 - fixing ToNewCString (and ToNewUnicode as well) xpcom/string/nsReadableUtils.cpp r=froydnj,necko-reviewers,valentin 2020-05-17 06:58:48 +00:00
l10n Backed out 5 changesets (bug 1602757, bug 1612063) for marionette failures on test_crash.py 2020-05-23 23:45:59 +03:00
locales Bug 1605176 - Send a error message data and cause a message error on the receiver side when the message data contains a shared memory object in BrowsingContext::PostMessageMoz; r=baku,kmag 2020-05-20 08:27:16 +00:00
localstorage Bug 1635399 - Function PrincipalInfoToPrincipal now returns Result<nsCOMPtr<nsIPrincipal>, nsresult> r=ckerschb 2020-05-12 19:02:05 +00:00
manifest
mathml Bug 1635160 - Convert style-font #defines to an enum class. r=emilio 2020-05-07 08:32:27 +00:00
media Backed out 5 changesets (bug 1602757, bug 1612063) for marionette failures on test_crash.py 2020-05-23 23:45:59 +03:00
messagechannel Bug 1626570 - FIX-toolchain-bustage. CLOSED TREE 2020-05-07 13:03:31 +03:00
midi Bug 1626570 - Improve handling of copying arrays in dom/midi/. r=smaug 2020-05-06 11:45:18 +00:00
network Bug 1639310 - Remove unnecessary implicitJSContext annotations. r=mccr8 2020-05-19 20:48:21 +00:00
notification Bug 1512991 - Add JsonWriteFunc::Write to take string length. r=botond 2020-05-08 16:24:31 +00:00
offline
payments Bug 1633344 - Throw RangeError when creating PaymentRequest with a duplicate payment method. r=alchen 2020-05-21 10:30:00 +00:00
performance Bug 1633625 - move performance.mozMemory -> performance.mozMemory.gc to match the JS shell, and because performance.mozMemory.mallocBytes is deceptive when it only refers to GC-controlled malloc bytes r=jonco,smaug 2020-05-19 21:54:24 +00:00
permission
plugins Bug 1637890 - P2. Don't use ClearOnShutdown to destroy AbstractThread::MainThread(). r=froydnj 2020-05-18 16:12:28 +00:00
power Bug 1626570 - Improve handling of copying arrays in dom/power/. r=smaug 2020-05-06 11:55:10 +00:00
presentation Bug 1626570 - Improve handling of copying arrays in dom/presentation/. r=smaug 2020-05-06 11:43:16 +00:00
prio
promise Bug 1634264 - Reject MozPromise when DomPromiseListener is deleted. r=mattwoodrow 2020-05-18 22:16:38 +00:00
prototype Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-05-25 07:42:38 +00:00
push Bug 1613609 - Add required loadinfo flag requests initiated with SystemPrincipal r=necko-reviewers,dragana 2020-05-19 08:54:58 +00:00
quota Backed out changeset a845717e4d10 (bug 1482279) for causing multiple failures. 2020-05-23 02:22:20 +03:00
reporting Bug 1635399 - Function PrincipalInfoToPrincipal now returns Result<nsCOMPtr<nsIPrincipal>, nsresult> r=ckerschb 2020-05-12 19:02:05 +00:00
res
script Bug 1637802 - Replace ScriptEvaluation profiler marker with compilation & execution markers for bytecode, module, binast, and text sources. r=smaug 2020-05-23 18:22:49 +00:00
security Backed out changeset 2b4796470c0b (bug 1638826) for wpt failure on form-action-src-javascript-blocked.sub.html . CLOSED TREE 2020-05-25 13:52:24 +03:00
serviceworkers Bug 1606624 - Changes on interface tests in mochitest; r=jwalden 2020-05-19 04:30:19 +00:00
simpledb Bug 1635399 - Function PrincipalInfoToPrincipal now returns Result<nsCOMPtr<nsIPrincipal>, nsresult> r=ckerschb 2020-05-12 19:02:05 +00:00
smil Bug 1626570 - Improve handling of copying arrays in dom/smil/. r=birtles 2020-05-05 13:00:31 +00:00
storage Bug 1635399 - Function PrincipalInfoToPrincipal now returns Result<nsCOMPtr<nsIPrincipal>, nsresult> r=ckerschb 2020-05-12 19:02:05 +00:00
svg Backed out changeset 1334652d0ec4 (bug 1640280) for build bustage in workspace/obj-build/dist/include/mozilla/dom/Document.h. CLOSED TREE 2020-05-25 01:31:54 +03:00
system Bug 1613609 - Add required loadinfo flag requests initiated with SystemPrincipal r=necko-reviewers,dragana 2020-05-19 08:54:58 +00:00
tests Bug 1640240, remove message manager usage from browser_test_focus_after_modal_state.js, r=smaug 2020-05-22 19:03:02 +00:00
u2f
url
vr Bug 1636921 - Calling SetCapacity for a FallibleTArray in XRInputSourceArray. r=sg,kip 2020-05-13 22:13:52 +00:00
webauthn Bug 1637452: Part 15 - Fix JNI includes in dom/webauthn; r=keeler,jcj 2020-05-15 17:06:07 +00:00
webbrowserpersist Bug 1570255 - Remove sync session history implementation. r=smaug,nika 2020-05-20 09:09:06 +00:00
webgpu Bug 1637524 - Move DestroyRenderTexture() to TextureHost r=nical 2020-05-13 08:31:09 +00:00
webidl Backed out changeset 1334652d0ec4 (bug 1640280) for build bustage in workspace/obj-build/dist/include/mozilla/dom/Document.h. CLOSED TREE 2020-05-25 01:31:54 +03:00
websocket Bug 1637159 remove now-unused public DOMEventTargetHelper::BindToOwner() rebind methods r=smaug 2020-05-14 05:29:49 +00:00
workers Bug 1640245, remove frame script and message manager from workers tests, r=baku 2020-05-23 03:20:07 +00:00
worklet Bug 1625372 request interrupt of AudioWorklet JS on force shutdown r=padenot 2020-05-15 08:24:06 +00:00
xhr Bug 1639310 - Remove unnecessary implicitJSContext annotations. r=mccr8 2020-05-19 20:48:21 +00:00
xml Bug 1639392 - Merge nsIStyleSheetLinkingElement and nsStyleLinkElement, and call it LinkStyle. r=jwatt 2020-05-21 03:07:16 +00:00
xslt Bug 1639392 - Merge nsIStyleSheetLinkingElement and nsStyleLinkElement, and call it LinkStyle. r=jwatt 2020-05-21 03:07:16 +00:00
xul Bug 1637459 - Make nsXULElement::HasMenu flush frames. r=tnikkel 2020-05-18 10:43:23 +00:00
jar.mn
moz.build