gecko-dev/dom
Nathan Froyd c322875b57 Bug 1406441 - provide nsSMILCompositor with a move constructor, rather than a copy constructor; r=dholbert
Using a copy constructor here means that reallocating hashtables
containing nsSMILCompositor does a bunch of unnecessary work; we can use
a move constructor to avoid a lot of that unnecessary work.
2017-10-09 10:39:38 -04:00
..
abort Bug 1402317 - Remove dom.abortController.enabled and dom.abortController.fetch.enabled prefs, r=qdot 2017-09-27 03:50:46 +02:00
animation Bug 1406284 - Remove unused parent context argument. r=heycam 2017-10-06 13:51:02 +09:00
asmjscache Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
audiochannel
base merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-09 11:19:20 +02:00
battery
bindings Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
broadcastchannel Bug 1359017 - onmessageerror for BroadcastChannel in case StructuredClone algorithm fails when deserializing, r=masayuki, r=smaug 2017-09-13 05:59:06 +02:00
browser-element Backed out changeset f99c758cd03e (bug 1406525) for Windows build bustage 2017-10-06 22:40:54 -07:00
cache Bug 1402581 - P4: Make the assertions for increaing and decreaing padding size be runtime checks. r=bkelly 2017-10-06 15:18:06 +08:00
canvas Bug 1403819 - Remove nsIDOMHTMLCanvasElement; r=bz 2017-10-06 10:49:26 -07:00
commandhandler
console Bug 1403866 - No AutoSafeJSContext in Console.cpp, r=bz 2017-09-29 09:20:58 +02:00
credentialmanagement Bug 1402156 - Cancel any pending requests when u2f.{register,sign} is called r=jcj 2017-10-06 14:45:27 +02:00
crypto Bug 1401803 - WebAuthn types need to return ArrayBuffers r=keeler 2017-09-20 07:32:07 -07:00
encoding
events merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-09 11:19:20 +02:00
fetch Backed out changeset c033bdb24e14 (bug 1371699) 2017-10-03 16:55:02 +02:00
file Backed out changeset c68498143c13 (bug 1403771) for bustage at dom/file/StreamBlobImpl.cpp:108: 'GetInternalStream' was not declared in this scope. r=backout on a CLOSED TREE 2017-10-04 19:11:13 +02:00
filehandle Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug 2017-10-02 13:53:12 +02:00
filesystem
flyweb Bug 870698 - Part 10: Replace Append(NS_LITERAL_STRING("")) with AppendLiteral(u""). r=erahm 2017-09-07 18:32:54 -07:00
gamepad Bug 1404147 Fixed Unsigned/Signed comparison in WindowsGamepad.cpp r=qdot 2017-09-28 17:00:05 -05:00
geolocation
grid
html Backed out changeset e17425d9f940 (bug 1402584) for frequent mda failures on Windows 10, e.g. in dom/media/test/test_seek-2.html. r=backout 2017-10-08 01:16:34 +02:00
imptests
indexedDB Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
interfaces merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-07 10:45:11 +02:00
ipc Bug 1406442 - Improve IPCShutdownState annotation for SendFinishShutdown state to know message status. r=ehsan 2017-10-06 14:50:58 -04:00
json
jsurl
locales Backed out changeset 0ce8d073a16e (bug 256180) 2017-09-28 11:30:33 +02:00
manifest Bug 1368024 - Fall back to 'name' when 'short_name' is missing. r=daleharvey 2017-10-05 15:20:04 +08:00
mathml Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
media merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-09 11:19:20 +02:00
messagechannel Backed out changeset a8d6f6fd7bda (bug 1359017) for failing wpt's /html/dom/reflection-forms.html. r=backout 2017-09-13 08:56:53 +02:00
network Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug 2017-10-02 13:53:12 +02:00
notification Bug 870698 - Part 4: Replace Equals("") with EqualsLiteral(""). r=erahm 2017-09-06 01:13:45 -07:00
offline Bug 1401848. Remove NS_IMPL_EVENT_HANDLER and its consumers. r=smaug 2017-09-22 18:07:05 -04:00
payments Bug 1403080 - Return null DOMString while PaymentOptions.requestShipping is false. r=baku 2017-09-28 15:20:19 +08:00
performance Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
permission
plugins Bug 1403698 Address delete-non-virtual-dtor warnings r=froydnj 2017-10-06 11:27:35 -05:00
power
presentation Bug 1402888 - Remove nsIInputStreamPump::Init() offset and limit params, r=smaug 2017-09-26 07:21:44 +02:00
promise
push Bug 1265233 - Skip test_updateRecordNoEncryptionKeys_ws.js on Linux for frequent failures. 2017-09-29 12:56:42 -04:00
quota Backed out changeset 0b1a22a4c03c (bug 1389561) for often asserting mTemporaryStorageInitialized at dom/quota/ActorsParent.cpp:3936 and crashing on Android. r=backout on a CLOSED TREE 2017-10-09 11:50:08 +02:00
res
script Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
secureelement
security Bug 1399379 - Use memcpy to import/export SRI hashes to the JS bytecode buffer. r=francois 2017-10-03 10:00:00 -04:00
smil Bug 1406441 - provide nsSMILCompositor with a move constructor, rather than a copy constructor; r=dholbert 2017-10-09 10:39:38 -04:00
storage Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
svg Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
system Backed out changeset d9bc6c96c492 (bug 1399877) for build bustage a=backout 2017-09-15 14:53:20 -07:00
tests Bug 1319342 - Clone a node should enqueue an upgrade reaction. r=smaug 2017-10-03 01:34:00 -04:00
time
u2f Bug 1402156 - Cancel any pending requests when u2f.{register,sign} is called r=jcj 2017-10-06 14:45:27 +02:00
url Bug 870698 - Part 8: Replace Equals(NS_LITERAL_CSTRING("")) with EqualsLiteral(""). r=erahm 2017-09-06 15:00:31 -07:00
vr Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
webauthn Bug 1404556 - Support libc::ioctl() call on musl libc 2017-10-04 16:53:17 +02:00
webbrowserpersist Backed out changeset f99c758cd03e (bug 1406525) for Windows build bustage 2017-10-06 22:40:54 -07:00
webidl Bug 1191943 P1 Implement PerformanceResourceTiming.workerStart. r=asuth 2017-10-06 09:04:54 -07:00
workers Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
worklet
xbl Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
xhr Bug 1405571 - Only do a final flush on the XHR text decoder once; r=hsivonen 2017-10-04 15:05:28 -04:00
xml Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
xslt Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
xul Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
jar.mn
moz.build