gecko-dev/dom
Jon Coppeard 7244e596e1 Bug 1522817 - Expose possibly-gray global object before passing it into the JS API in Document::AdoptNode r=bzbarsky
Currently Document::AdoptNode gets the JS global object, but in a way that does not expose it first, so it's possible for this to pass a gray object in here.  From the comments it seems like this doesn't matter, but it does break our invariant that no gray objects are passed into the API.

Differential Revision: https://phabricator.services.mozilla.com/D29210
2019-04-29 16:06:08 +01:00
..
abort
animation Bug 1536688 - Allow animating the 'all' property from Web Animations; r=emilio 2019-04-26 00:47:40 +00:00
audiochannel Bug 1544352 - update BUG_COMPONENT for some dom/* and testing/web-platform/* files. r=overholt,jmaher 2019-04-25 09:14:08 +00:00
base Bug 1522817 - Expose possibly-gray global object before passing it into the JS API in Document::AdoptNode r=bzbarsky 2019-04-29 16:06:08 +01:00
battery
bindings Bug 1272409 - Part 2: Add ResizeObserver webidl and implementation. r=dholbert,smaug 2019-04-26 20:29:14 +00:00
broadcastchannel
browser-element Backed out changeset a72c9df6c09a (bug 1527287) for build bustages at BrowserElementParent.cpp. CLOSED TREE 2019-04-25 03:15:59 +03:00
cache Bug 1544352 - update BUG_COMPONENT for some dom/* and testing/web-platform/* files. r=overholt,jmaher 2019-04-25 09:14:08 +00:00
canvas Merge inbound to mozilla-central. a=merge 2019-04-29 00:53:59 +03:00
chrome-webidl Backed out 4 changesets (bug 1501108) for causing very frequent leaks in macOS debug wpt tests. a=backout 2019-04-29 17:39:42 +02:00
clients Backed out changeset a72c9df6c09a (bug 1527287) for build bustages at BrowserElementParent.cpp. CLOSED TREE 2019-04-25 03:15:59 +03:00
commandhandler
console
credentialmanagement Bug 1544051 - Part 3 - Scripted change to remove references to AddTask.js r=ahal 2019-04-18 16:51:01 +00:00
crypto
encoding
events Bug 1547418 - Make CapturingContentInfo a private struct of PresShell and move APIs for it from nsIPresShell to PresShell r=smaug 2019-04-30 00:26:57 +00:00
fetch Bug 1546913 - Remove GetLoadInfo callsites r=ckerschb 2019-04-25 12:16:35 +00:00
file Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - IPCBlobInputStream actors, r=qdot 2019-04-26 18:04:02 +00:00
filehandle Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - PendingIPCBlob actors, r=qdot 2019-04-26 18:01:08 +00:00
filesystem
flex
gamepad Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-28 09:30:05 +00:00
geolocation
grid
html Bug 1547418 - Make CapturingContentInfo a private struct of PresShell and move APIs for it from nsIPresShell to PresShell r=smaug 2019-04-30 00:26:57 +00:00
imptests
indexedDB Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - IPCBlobInputStream actors, r=qdot 2019-04-26 18:04:02 +00:00
interfaces Bug 1545359: indicate 'focusedElement' in nsIFocusManager.idl can be an anonymous descendant of the element which was focused r=NeilDeakin 2019-04-29 13:30:35 +00:00
ipc Bug 1545033 - P2. Add SetMatchedTrackingInfo in nsIClassifiedChannel. r=baku 2019-04-26 13:03:50 +00:00
jsurl
l10n Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-28 09:30:05 +00:00
locales
localstorage Bug 1546305 - LSNG: Add temporary support for downgrading; r=asuth 2019-04-25 11:25:52 +02:00
manifest
mathml
media Backed out 2 changesets (bug 1540748) for causing more crashes (bug 1547604). a=backout 2019-04-29 12:55:04 +03:00
messagechannel
midi
network Bug 1444503 - Remove the IPC::Principal r=ckerschb,nika 2019-04-25 14:18:11 +00:00
notification
offline
payments Bug 1444503 - Remove the IPC::Principal r=ckerschb,nika 2019-04-25 14:18:11 +00:00
performance Bug 1544352 - update BUG_COMPONENT for some dom/* and testing/web-platform/* files. r=overholt,jmaher 2019-04-25 09:14:08 +00:00
permission
plugins Bug 1547418 - Make CapturingContentInfo a private struct of PresShell and move APIs for it from nsIPresShell to PresShell r=smaug 2019-04-30 00:26:57 +00:00
power
presentation Bug 1444503 - Remove the IPC::Principal r=ckerschb,nika 2019-04-25 14:18:11 +00:00
prio
promise
prototype Bug 1545107 - DocumentStatesChanged should not unconditionally notify if the state hasn't actually changed. r=smaug 2019-04-17 19:25:50 +00:00
push Backed out changeset daeba572395d (bug 1541339) for xpcshell failures on test_dns_proxy_bypass. 2019-04-26 21:26:21 +03:00
quota Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-28 09:30:05 +00:00
reporting
res
script bug 1441989 - remove ContentVerifier r=baku,mayhemer 2019-04-26 22:21:36 +00:00
security bug 1441989 - remove ContentVerifier r=baku,mayhemer 2019-04-26 22:21:36 +00:00
serviceworkers Bug 1546913 - Remove GetLoadInfo callsites r=ckerschb 2019-04-25 12:16:35 +00:00
simpledb Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-22 16:35:03 +00:00
smil Bug 1544216 Part 6 - Make function declaration and definition parameter names match r=birtles 2019-04-27 08:57:46 +01:00
storage
svg Merge mozilla-inbound to mozilla-central a=merge 2019-04-28 00:39:52 +03:00
system
tests Bug 1547485 - Test ResizeObserver in test_interfaces.html only on nightly. r=smaug 2019-04-29 20:50:01 +00:00
u2f Bug 1544051 - Part 3 - Scripted change to remove references to AddTask.js r=ahal 2019-04-18 16:51:01 +00:00
url Bug 1544352 - update BUG_COMPONENT for some dom/* and testing/web-platform/* files. r=overholt,jmaher 2019-04-25 09:14:08 +00:00
vr
webauthn Bug 1544051 - Part 3 - Scripted change to remove references to AddTask.js r=ahal 2019-04-18 16:51:01 +00:00
webbrowserpersist
webgpu
webidl Bug 1272409 - Part 2: Add ResizeObserver webidl and implementation. r=dholbert,smaug 2019-04-26 20:29:14 +00:00
websocket Bug 1541339 - WebSocket channel should use the correct CookieSettings in workers, r=Ehsan 2019-04-26 22:51:42 +00:00
workers bug 1441989 - remove ContentVerifier r=baku,mayhemer 2019-04-26 22:21:36 +00:00
worklet
xbl Bug 1546329 - Remove dead skins code. r=bzbarsky 2019-04-25 14:00:06 +02:00
xhr Bug 1544352 - update BUG_COMPONENT for some dom/* and testing/web-platform/* files. r=overholt,jmaher 2019-04-25 09:14:08 +00:00
xml Bug 1281135 - Make <link disabled> work and HTMLLinkElement.disabled reflect that attribute. r=bzbarsky 2019-04-19 13:31:05 +00:00
xslt
xul Bug 1440537 - SwapFrameLoaders should flush frames. r=bzbarsky 2019-04-29 18:45:03 +00:00
jar.mn
moz.build Bug 1503657 - Land DOMOverlays tests prior to switch to C++. r=Pike 2019-04-24 05:03:28 +00:00