gecko-dev/dom
Nathan Froyd 9a4405226c Bug 1499849 - make FileReader timers slightly more efficient; r=baku
Instead of creating a timer and then setting the timer's target, we can
determine the timer's target and pass it in directly when the timer is
created.  This reordering of steps is slightly more efficient, since
SetTarget() is both a virtual call and requires locking, both of which
can be skipped if we know the target at timer creation time.
2018-10-17 19:57:35 -04:00
..
abort
animation Bug 1498948 - Refactor KeyframeEffect constructor to use r-value reference. r=boris 2018-10-16 00:38:00 +03:00
asmjscache
audiochannel Bug 1496496 - part3 : add log. r=padenot 2018-10-05 19:04:17 +00:00
base Bug 1499848 - make TimeoutExecutor timers slightly more efficient; r=baku 2018-10-17 19:57:36 -04:00
battery
bindings Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-10-16 01:22:27 +03:00
broadcastchannel Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
browser-element Bug 1493655 - make nsISecureBrowserUI initialize from a docshell instead of a window, r=keeler,nika 2018-09-26 17:48:38 +00:00
cache Backed out changeset e18103445f9e (bug 1484524) on request from pascalc 2018-10-17 13:56:38 +03:00
canvas Bug 1498070 - Simplify and cache framebuffer and texture completeness. - r=kvark 2018-10-17 04:18:15 +00:00
chrome-webidl Bug 1494195 - Back out bug 1491946, using '.fxsnapshot.gz' for memory heap snapshots. r=fitzgen 2018-10-11 15:13:47 -07:00
clients Bug 1263734: Implement ServiceWorkerContainer.startMessages() r=asuth,smaug 2018-10-11 12:37:37 +00:00
commandhandler Bug 1415980 - make hash keys movable and not copyable; r=erahm 2018-09-20 11:20:36 -04:00
console Backed out 13 changesets (bug 1492014) for multiple failures. a=backout 2018-09-25 16:26:04 +03:00
credentialmanagement
crypto Bug 1479787 - use NSS mozpkix in Firefox, r=mt,keeler,glandium 2018-10-02 14:59:34 +02:00
encoding
events Bug 1498586 - Add clang-format off to avoid the reformatting of the data structures r=Ehsan 2018-10-12 20:48:24 +00:00
fetch Bug 1453612 - Response.redirect() should have empty string statusText. r=baku 2018-10-14 16:36:00 +03:00
file Bug 1499849 - make FileReader timers slightly more efficient; r=baku 2018-10-17 19:57:35 -04:00
filehandle Bug 1491558 - Remove the XPCOM registration for nsThreadPool; r=froydnj 2018-09-15 12:13:57 -04:00
filesystem
flex Backed out changeset daf3e491e6ff (bug 1499569) for test_flex_items.html failures. CLOSED TREE 2018-10-17 09:44:28 +03:00
gamepad
geolocation Bug 1495364 - FeaturePolicy: geolocation, r=smaug 2018-10-06 13:10:30 +02:00
grid
html Bug 1499571 - HTMLOptionsCollection::Remove shouldn't remove the first element of the collection if out of bounds. r=bzbarsky 2018-10-17 01:35:21 +00:00
imptests
indexedDB Bug 1357561 - ConstraintError should mention which constraint is not being satisfied. r=tt 2018-10-11 13:06:11 +02:00
interfaces Bug 1497699 - Drop support for PaymentItem.type. r=edenchuang,baku 2018-10-16 12:53:01 +00:00
ipc Bug 1498637 - Use __gcov_flush to implement dumping and resetting instead of __gcov_dump and __gcov_reset. r=froydnj 2018-10-15 10:36:45 +02:00
jsurl
locales Bug 1258143 - Remove LocalMediaStream. r=jib,smaug 2018-10-15 08:17:07 +00:00
manifest
mathml Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8 2018-09-21 16:45:49 -04:00
media Bug 1497254 - clang-format MediaEngineWebRTCAudio.{cpp,h} and MediaEnginePrefs.h. r=pehrsons 2018-10-17 13:05:59 +00:00
messagechannel
midi
network
notification Bug 1423843 - Enabled ESLint for dom/notification/test/unit r=Standard8,mccr8 2018-10-09 18:23:15 +00:00
offline Bug 1490874: Log Principal based Security Errors to the Security pane in the console. r=smaug 2018-09-25 07:25:05 +02:00
payments Merge inbound to mozilla-central. a=merge 2018-10-17 03:55:26 +03:00
performance Bug 1299118: non-spec TimeToFirstInteractive implementation behind a pref r=mstange,bholley 2018-10-11 13:23:28 -04:00
permission
plugins Bug 1498831: Exclude ID_GetFileAttributesW enum from Windows builds without MOZ_SANDBOX (r=jmathies) 2018-10-16 11:48:51 +00:00
power
presentation Backed out 11 changesets (bug 1493563) for failures on dom/workers/test/test_sharedworker_event_listener_leaks.html on a CLOSED TREE 2018-09-26 06:16:22 +03:00
prio Bug 1491737 - ensure that PrioEncoder handles bad public keys correctly r=hsivonen 2018-09-24 06:37:40 +00:00
promise Bug 1491403 - Part 3: Propagate the user input event handling state to the promise resolve handlers in case the promise creator requests it r=smaug,arai,baku 2018-10-09 21:42:22 +00:00
push Bug 1467550: update no-op version ID, r=lina 2018-10-12 16:45:18 +00:00
quota Bug 1389380 - Add a test for storage pressure event; r=janv 2018-10-04 10:32:41 +02:00
res
script Bug 1482153 - Provide a way of associating a private value with a script or module r=jandem rs=hsivonen 2018-10-16 13:44:12 +01:00
security Bug 1499791 - Remove extra spaces in FeaturePolicyUtils.cpp, r=me 2018-10-17 19:22:59 +02:00
serviceworkers Bug 1499397 - ServiceWorker tests should run with cookiePolicy 0, r=ehsan 2018-10-17 07:37:53 +02:00
simpledb
smil Bug 1498755 - Part 4: Clean up includes and forward declarations in Servo bindings headers r=emilio 2018-10-14 00:05:52 +00:00
storage Bug 1415980 - make hash keys movable and not copyable; r=erahm 2018-09-20 11:20:36 -04:00
svg Bug 1466707 - Ensure that animated images always honour the animated image mode. r=tnikkel 2018-10-16 08:50:44 -04:00
system Bug 1388134 - Move some OS.Constants.Path members to lazy init r=baku 2018-10-17 17:36:04 +00:00
tests Bug 1481971 - Enable PaymentRequest on Nightly for Windows/macOS for US/CA users on en-US builds r=MattN,baku,gandalf 2018-10-16 16:14:12 -07:00
u2f Bug 1479787 - use NSS mozpkix in Firefox, r=mt,keeler,glandium 2018-10-02 14:59:34 +02:00
url Backed out 10 changesets (bug 1485305)for failing browser chrome tests on browser_loadDisallowInherit.js 2018-09-18 20:30:07 +03:00
vr Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
webauthn Bug 1494386 - Uplift u2f-hid-rs 0.2.2, Windows aarch64 fix r=keeler 2018-10-05 00:05:04 +00:00
webbrowserpersist
webgpu
webidl Bug 1498860 - Add window.screenLeft / window.screenTop as aliases of screenX / screenY. r=smaug 2018-10-17 02:20:15 +00:00
websocket
workers Bug 1499545: Don't double-initialize WorkerPrivate::mMainThreadEventTarget. r=baku 2018-10-17 18:12:15 +00:00
worklet Bug 1473467: implement AudioWorkletGlobalScope::RegisterProcessor(). r=baku,karlt 2018-10-08 19:15:13 +00:00
xbl Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
xhr Bug 1499726 - make main-thread XHR timer setting slightly more efficient; r=baku 2018-10-17 19:57:36 -04:00
xml Bug 1494745 part 4 - Make Loader::AddObserver void since it's infallible. r=bz 2018-10-14 18:12:23 +02:00
xslt Bug 1498586 - Add clang-format off to avoid the reformatting of the data structures r=Ehsan 2018-10-12 20:48:24 +00:00
xul Bug 1497601 - Use a xul:description instead of a xul:label for tooltips;r=smaug 2018-10-16 13:54:07 +00:00
jar.mn
moz.build