.. |
animation
|
Bug 1293495 - Wrote a test for mutation observer when iterationComposite is changed. r=boris
|
2017-05-04 20:27:02 -04:00 |
asmjscache
|
Bug 1343396 - Split CycledCollectedJSContext and XPCJSContext into separate context and runtime classes (r=mccr8)
|
2017-04-18 17:01:04 -07:00 |
audiochannel
|
Bug 1339537 - Part 6: Pass std::function values tree by const reference instead of by value, r=ehsan
|
2017-04-27 12:44:57 -04:00 |
base
|
merge mozilla-inbound to mozilla-central a=merge
|
2017-05-08 10:07:27 +02:00 |
battery
|
Bug 1335099 - add BUG_COMPONENT to many dom/* subdir files. r=overholt
|
2017-02-06 09:45:55 -05:00 |
bindings
|
Bug 1338059 - Part 1: Generate cycle collection related code for WebIDL type Promise, r=bz
|
2017-05-05 10:12:40 +08:00 |
broadcastchannel
|
Bug 1353629 - PBlob refactoring - part 4 - IPCBlobInputStream, r=smaug
|
2017-04-24 12:09:40 +02:00 |
browser-element
|
Bug 1358876 - Autophone - disable additional perma orange tests on Android 5.1, r=jmaher
|
2017-05-03 04:13:03 -07:00 |
cache
|
Bug 1357286 - Fix warnings on release builds about unused return values from autoStream->Serialize, r=philor
|
2017-04-18 07:29:47 -07:00 |
canvas
|
Bug 1334279 - mark vsprintf-likes with MOZ_FORMAT_PRINTF; r=froydnj
|
2017-05-04 12:10:19 -06:00 |
commandhandler
|
…
|
|
console
|
Bug 1361511 - change ownership assertion mechanism for various DOM classes; r=baku
|
2017-05-03 11:48:54 -04:00 |
crypto
|
…
|
|
encoding
|
Bug 1351548 - Remove reftest-stylo.lists. r=bholley
|
2017-04-28 11:15:58 +08:00 |
events
|
merge mozilla-inbound to mozilla-central a=merge
|
2017-05-08 11:11:20 +08:00 |
fetch
|
Bug 1330297 - Part 1: Strip leading or trailing HTTP whitespace for Header value to follow the spec and share code bewteen fetch and XHR. r=baku
|
2017-04-10 16:15:29 +08:00 |
file
|
Backed out 2 changesets (bug 1360992, bug 1361654) for a 70% failure rate in test_fileReader.html on ASan e10s a=merge
|
2017-05-05 12:35:57 -07:00 |
filehandle
|
…
|
|
filesystem
|
Bug 1360903 - Add missing include for FileSystemDirectoryEntry. r=smaug
|
2017-05-06 09:22:48 +09:00 |
flyweb
|
Bug 1347446 - Move custom element reactions stack to DocGroup. r=wchen
|
2017-03-21 00:42:00 -04:00 |
gamepad
|
Bug 1358064 - Simplify Gamepad Event processing; r=daoshengmu
|
2017-04-21 11:34:30 +08:00 |
geolocation
|
Bug 1357323 - Remove support for gonk in the build system. r=gps
|
2017-04-18 16:56:09 +09:00 |
grid
|
Bug 1339232 - annotate more dom/* moz.build files with BUG_COMPONENT. r=overholt
|
2017-03-01 08:20:25 -05:00 |
html
|
Merge mozilla-central to mozilla-inbound
|
2017-05-05 15:25:16 +02:00 |
imptests
|
Bug 1317383 - Part 5: Update expected results for wpt typedarray and wasm tests. r=bbouvier
|
2017-05-02 14:21:04 -07:00 |
indexedDB
|
Bug 1359350: Add no-eval rule to eslint config (and whitelist failures in tests) r=standard8
|
2017-05-08 14:50:50 +02:00 |
interfaces
|
Bug 1362400 part 1 - Make it possible for SMIL to change the link state of an SVG anchor element r=jwatt r=smaug (DOM)
|
2017-05-06 20:32:14 +01:00 |
ipc
|
Bug 1361733 - In debug builds, do not allow content sandbox to write to all of /private/var r=haik
|
2017-05-02 11:07:10 -04:00 |
json
|
Bug 1343933 - Renaming Principal classes - part 2 - NullPrincipal, r=qdot
|
2017-03-22 11:38:40 +01:00 |
jsurl
|
Bug 1354349 - Add nsIChannel.isDocument that checks if LOAD_DOCUMENT_URI is set, or if LOAD_HTML_OBJECT_DATA and the channel has the appropriate MIME type r=mcmanus,mystor
|
2017-04-20 10:15:06 +08:00 |
locales
|
Backed out changeset c733f9dbec85 (bug 1361000) for -werror bustage
|
2017-05-01 23:02:40 -07:00 |
manifest
|
Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws.
|
2017-04-27 00:25:45 +02:00 |
mathml
|
Bug 1359556 - Optimize cloneNode by preinitializing attribute and child arrays r=bz
|
2017-04-20 12:57:48 -07:00 |
media
|
Bug 1361756 - don't reset decoders when entering dormant. r=kaku
|
2017-05-05 11:14:46 +08:00 |
messagechannel
|
Bug 1353629 - PBlob refactoring - part 4 - IPCBlobInputStream, r=smaug
|
2017-04-24 12:09:40 +02:00 |
network
|
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
|
2017-04-14 23:39:22 +02:00 |
notification
|
Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws.
|
2017-04-27 00:25:45 +02:00 |
offline
|
Bug 1316683 - Part 5: Avoid going into SpiderMonkey for retrieving origin attributes; r=baku
|
2017-04-12 11:32:19 -04:00 |
performance
|
Bug 1123754 (part 1) - Rename ProfilerMarkers.{h,cpp} as ProfilerMarkerPayload.{h,cpp}. r=mstange.
|
2017-04-27 07:36:19 +10:00 |
permission
|
Bug 1339232 - annotate more dom/* moz.build files with BUG_COMPONENT. r=overholt
|
2017-03-01 08:20:25 -05:00 |
plugins
|
Bug 1360471 (part 4) - Use a bitfield to represent profiler features. r=mstange.
|
2017-05-01 14:23:34 +10:00 |
power
|
Bug 1347482 - Change various DOM tests to run the navigator checks in sub-iframes. r=mystor
|
2017-04-04 21:53:27 +01:00 |
presentation
|
Bug 1359935 - Don't call sendAsyncMessage in mockedSessionTransport.close() after tearDown. r=kershaw
|
2017-04-28 14:13:35 -07:00 |
promise
|
Bug 1358879 - Optimize handling of internally-created Promise objects. r=bz
|
2017-05-03 12:46:00 +02:00 |
push
|
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
|
2017-04-14 21:51:39 +02:00 |
quota
|
Merge inbound to m-c a=merge
|
2017-05-03 13:40:24 -07:00 |
res
|
…
|
|
secureelement
|
Bug 1357323 - Remove the gonk code that was referenced by the build system. r=gps
|
2017-04-18 17:46:39 +09:00 |
security
|
Bug 1345615: Disable websocket tests on android. r=test-fix
|
2017-04-27 17:28:13 +02:00 |
smil
|
Bug 1357979 - Add dom.animations-api.core.enabled preference to test of smil with transition in order to enable beta/release test. r=birtles
|
2017-05-01 22:54:11 +09:00 |
storage
|
Bug 1361974 - Add nsIDOMWindowUtils API to check usage of a given storage r=mayhemer
|
2017-05-04 14:29:36 +02:00 |
svg
|
Bug 1362400 part 2 - optimise SMIL image updates r=jwatt
|
2017-05-06 20:51:59 +01:00 |
system
|
Bug 1361087 - Loading osfile_shared_allthreads.jsm should not initialize the system-info service (as it does main thread IO on Windows), r=Yoric.
|
2017-05-03 10:45:15 +02:00 |
tests
|
Bug 1361974 - Add nsIDOMWindowUtils API to check usage of a given storage r=mayhemer
|
2017-05-04 14:29:36 +02:00 |
time
|
Bug 1339232 - annotate more dom/* moz.build files with BUG_COMPONENT. r=overholt
|
2017-03-01 08:20:25 -05:00 |
u2f
|
Bug 1334388 - Disable intermittent dom/u2f/tests/test_multiple_keys.html. r=keeler
|
2017-03-14 18:41:51 -07:00 |
url
|
Backed out changeset a180e3f4de16 (bug 1358114)
|
2017-04-24 15:43:05 +02:00 |
vr
|
Bug 1351547 - Part 1: Add WebVR Canvas2D mochitest for detecting crash; r=kip
|
2017-04-26 07:00:04 +02:00 |
webauthn
|
Backed out changeset c569c8ed68bc (bug 1323339) for bustage at dom/webauthn/WebAuthnManager.cpp:433. r=backout on a CLOSED TREE
|
2017-05-08 21:18:55 +02:00 |
webbrowserpersist
|
Bug 1334278 - change mozilla::Smprintf to return a UniquePtr; r=froydnj
|
2017-03-03 08:17:27 -07:00 |
webidl
|
Bug 1338059 - Part 2: Implement PromiseRejectionEvent, r=bz
|
2017-05-05 11:30:19 +08:00 |
workers
|
Bug 1338059 - Part 2: Implement PromiseRejectionEvent, r=bz
|
2017-05-05 11:30:19 +08:00 |
worklet
|
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
|
2017-04-14 23:39:22 +02:00 |
xbl
|
Bug 1359556 - Optimize cloneNode by preinitializing attribute and child arrays r=bz
|
2017-04-20 12:57:48 -07:00 |
xhr
|
Bug 1357219 - Don't warn if we can't use a memory mapped file. r=jld
|
2017-04-21 15:56:34 -05:00 |
xml
|
Bug 1359556 - Optimize cloneNode by preinitializing attribute and child arrays r=bz
|
2017-04-20 12:57:48 -07:00 |
xslt
|
Bug 1359545 - Update tests to pass triggeringPrincipal to loadURI. r=bz, r=gijs
|
2017-04-26 21:45:30 +02:00 |
xul
|
Bug 1354564, add a queue-up mechanism to command dispatchers that lets updates be queued up so that duplicates can be removed. Use this for tab switching to reduce the number of extraneous command updates that occur, r=mconley
|
2017-05-01 10:42:33 -04:00 |
jar.mn
|
…
|
|
moz.build
|
…
|
|