gecko-dev/dom
Margareta Eliza Balazs 0b2fdd0c87 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-08-17 12:50:13 +03:00
..
abort
animation Bug 1483404 - Use "auto" values for unspecified keyframe-specific composite operations; r=smaug 2018-08-15 09:51:28 +09:00
asmjscache Bug 1471018 - Speed-up AsmJSCache shutdown by setting the shutdown requested flag; r=asuth 2018-08-14 08:22:43 +02:00
audiochannel Bug 1481645 - Remove some redundant uses of do_QueryInterface. r=bzbarsky 2018-08-13 09:05:19 +00:00
base Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-08-17 12:50:13 +03:00
battery Bug 1482753 - Move battery/Types.h into hal/ and BatteryObserver into hal namespace. r=gsvelto 2018-08-13 10:57:50 +09:00
bindings Bug 1349528 - Use encoding_rs for normalizing USVString. r=smaug 2018-08-16 10:15:07 +00:00
broadcastchannel Bug 1480780 - Merge the privacy.3rdpartystorage.enabled pref with the network.cookie.cookieBehavior pref; r=ehsan 2018-08-13 16:01:16 -04:00
browser-element Bug 1345410 Disable test_browserElement_inproc_Stop.html for frequent failures on Windows r=jmaher 2018-08-15 01:45:40 +03:00
cache Backed out 2 changesets (bug 1362034) for failure at browser/tools/mozscreenshots/primaryUI/browser_primaryUI.js on a CLOSED TREE 2018-08-08 22:11:56 +03:00
canvas Bug 1482665 Part 2 - Remove nsPresContext::AppUnitsPerCSSPixel() and replace it with mozilla::AppUnitsPerCSSPixel(). r=dholbert 2018-08-13 14:29:28 -07:00
chrome-webidl Bug 1480244: Part 4 - Make child message managers non-global objects. r=bz 2018-08-10 14:03:18 -07:00
clients Bug 1479363 part 5 - Use JSAutoRealm instead of JSAutoRealmAllowCCW in remaining dom/ directories. r=mccr8 2018-08-02 08:49:00 +02:00
commandhandler Backed out changeset 9035ff3757ac (bug 1415980) at request from froydnj on the suspicion that it's going to break MSVC builds when it gets merged to central. 2018-07-31 01:19:49 +03:00
console Bug 1480678 part 7 - Use CallbackObject's callback global for realm entering in more places. r=bz 2018-08-07 14:06:44 +02:00
credentialmanagement
crypto Bug 1453795 - DOM/Crypto - Initialize member fields in classes/ structures. r=mt 2018-07-11 10:37:57 +03:00
encoding Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
events Merge mozilla-inbound to mozilla-central. a=merge 2018-08-14 19:15:33 +03:00
fetch Bug 1453301 - Stop supporting about:blank in fetch to match the spec. r=baku 2018-08-03 21:52:36 -04:00
file Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-08-08 13:02:49 +03:00
filehandle
filesystem
flex Bug 1477856: In flexbox devtools API, report max-width:none as +infinity. r=bradwerth 2018-07-27 21:38:46 +00:00
gamepad Bug 1473193 - Don't use dom/gamepad/linux on non-Linux OSes. r=qdot 2018-07-03 17:54:32 -07:00
geolocation
grid
html Merge inbound to mozilla-central. a=merge 2018-08-16 12:24:26 +03:00
imptests
indexedDB Bug 1460162 - MOZ_ALWAYS_SUCCEEDS shoudn't be used in a method that is allowed to fail; r=asuth 2018-08-16 16:42:15 +02:00
interfaces Merge inbound to mozilla-central. a=merge 2018-08-17 12:46:14 +03:00
ipc Merge inbound to mozilla-central. a=merge 2018-08-16 12:24:26 +03:00
jsurl Bug 1382035. Treat Promise return values like undefined for javascript: urls. r=peterv 2018-07-23 16:18:33 -04:00
locales Bug 1471502 - Misleading console error message fixed r=ckerschb 2018-07-08 02:16:12 +03:00
manifest
mathml Bug 1481601 - Remove now-useless aPreallocateChildren from nsINode::Clone() and friends. r=bzbarsky 2018-08-08 23:58:44 +00:00
media Merge inbound to mozilla-central. a=merge 2018-08-17 00:32:50 +03:00
messagechannel Bug 1450167. Stop using atom-or-string for event names in the listener manager. r=smaug 2018-07-24 18:15:19 -04:00
midi Bug 1450167. Stop using atom-or-string for event names in the listener manager. r=smaug 2018-07-24 18:15:19 -04:00
network Bug 1482753 - Move network/Types.h into hal/ and NetworkObserver into hal namespace. r=gsvelto 2018-08-13 10:57:50 +09:00
notification Bug 1452743. Stop using the no-arg DOMEventTargetHelper constructor from Notification. r=smaug 2018-07-24 18:15:22 -04:00
offline Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj. 2018-08-14 14:43:42 +03:00
payments Bug 1408234 - mochitest for PaymentRequest cleanup after document closed. r=baku 2018-08-13 11:25:13 +02:00
performance Bug 1481195 - The current document should have access to its PerformanceTimingData, r=valentin 2018-08-06 21:27:00 +02:00
permission Bug 1278831 - PermissionStatus must keep itself alive when it has a event listener, r=smaug 2018-08-01 00:19:12 +02:00
plugins Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj. 2018-08-14 14:43:42 +03:00
power Bug 1482753 - Move power/Types.h into hal/ and WakeLockObserver into hal namespace. r=gsvelto 2018-08-13 10:57:50 +09:00
presentation Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj. 2018-08-14 14:43:42 +03:00
promise Bug 1446509 - added final versions of macro for declaring AddRef and Decref; r=froydnj 2018-08-07 18:25:49 +00:00
push Bug 1476145 part 5. Stop using getInterface(nsIDOMWindowUtils) in DOM code. r=mccr8 2018-07-24 19:47:41 -04:00
quota Bug 1482812: Patch for turning on the origin parser check on both beta and release. r=janv 2018-08-15 16:59:26 +02:00
res
script Bug 1481196 - Compile module scripts to a JSScript like we do for classic scripts r=jandem r=baku 2018-08-08 10:40:03 +01:00
security Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj. 2018-08-14 14:43:42 +03:00
serviceworkers Bug 1482921 - The ServiceWorkerManager should no longer use these types. r=asuth 2018-08-14 07:59:11 +00:00
smil Bug 1483882 - Teach IDTracker about Shadow DOM. r=smaug 2018-08-17 09:19:47 +00:00
storage Bug 1483493 - Use 'Core :: DOM: Web Storage' in meta data for related files to create bugs in that component. r=janv 2018-08-15 09:22:45 +00:00
svg Merge inbound to mozilla-central. a=merge 2018-08-09 13:02:05 +03:00
system Bug 1479354 - Null-check this.listener when reporting cached geolocation values r=jdm 2018-07-31 20:23:24 +07:00
tests Bug 1471947, bug 1471948 - Enable Shadow DOM and Custom Elements in release builds, r=ehsan, emilio 2018-08-17 03:39:02 +03:00
u2f
url Bug 1481719 - Disable profile-instr-out-of-date warnings explicitly rather than allowing all warnings where they appear. r=dmajor 2018-08-09 06:07:33 +09:00
vr Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
webauthn Bug 1480365: WebAuthManager doesn't need to keep alive AbortSignal, r=smaug 2018-08-06 21:01:53 +02:00
webbrowserpersist Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj. 2018-08-14 14:43:42 +03:00
webgpu
webidl Bug 1434913 - Make FetchEvent.clientId non-nullable r=mrbkap 2018-08-16 14:20:41 +00:00
websocket Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
workers Bug 1480780 - Merge the privacy.3rdpartystorage.enabled pref with the network.cookie.cookieBehavior pref; r=ehsan 2018-08-13 16:01:16 -04:00
worklet Bug 1317481 - Optimize away Generator/Promise handling for await in the topmost JS frame with already resolved/rejected Promise. r=anba,smaug 2018-08-02 16:11:57 +09:00
xbl Bug 1481645 - Remove some redundant uses of do_QueryInterface. r=bzbarsky 2018-08-13 09:05:19 +00:00
xhr Bug 1454590 - Align overrideMIMEType with the XMLHttpRequest Standard. r=hsivonen 2018-08-13 16:12:10 -04:00
xml Bug 1481601 - Remove now-useless aPreallocateChildren from nsINode::Clone() and friends. r=bzbarsky 2018-08-08 23:58:44 +00:00
xslt Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj. 2018-08-14 14:43:42 +03:00
xul Bug 1482170 - Remove <Add/Remove>BroadcastListenerFor on XULDocument webidl. r=bz 2018-08-15 09:14:23 -07:00
jar.mn
moz.build Bug 1475065 part 13. Remove nsIDOMOfflineResourceList. r=nika 2018-07-13 15:42:08 -07:00