gecko/dom
2016-02-22 14:23:00 +01:00
..
activities
alarm
animation Bug 1234403 - Part 5: Test for CSSPseudoElement.getAnimations. r=birtles 2016-02-24 19:12:00 +01:00
apps
archivereader
asmjscache Bug 1245249 - Check actor state before calling Send__delete__(); r=luke 2016-02-12 16:38:31 +01:00
audiochannel
base Bug 580313 - New resource hints for link. r=smaug 2016-02-26 02:41:00 +01:00
battery
bindings Bug 1250985 - Part 1: Add a way to identify whether a WebIDL dictionary has any members present; r=bzbarsky 2016-02-25 19:49:06 -05:00
bluetooth Bug 1238842 - Add error codes to Gecko by following W3C spec. r=brsun 2016-02-24 17:56:22 +08:00
broadcastchannel
browser-element Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past 2016-02-25 21:34:01 -08:00
cache
camera
canvas Bug 1249640: Part 2 gfxPlatform simplification when it comes to accelerated canvas, using the new blocking. r=gw280 2016-02-22 14:23:00 +01:00
cellbroadcast
contacts
crypto Bug 1231681 - "Implement window.u2f interface". r=baku, r=dkeeler 2016-02-09 16:43:00 +01:00
datastore Bug 1085575 - Re-enable test_app_install.html on OSX debug. 2016-02-25 10:51:41 -05:00
devicestorage
downloads
encoding Bug 1246213 - Skia reftest fuzzing for Skia content on OS X. r=jmuizelaar 2016-02-16 09:07:52 -08:00
engineeringmode
events Bug 1250050 Add a pref to disable supporting mouse wheel of windowless plugins on Windows r=smaug 2016-02-26 09:41:59 +09:00
fetch Bug 1250985 - Part 2: Prevent copy constructing a Request object with navigate mode if a RequestInit member is present; r=bzbarsky 2016-02-25 19:49:06 -05:00
filehandle Bug 1205177 - call fileHandleQueue->Finish if aFinish in FileHandleThreadPool::Enqueue. r=janv 2016-02-11 19:07:16 +02:00
filesystem
fmradio
gamepad Bug 1248794 - Clean up observer on WindowsGamepadService shutdown; r=ted r=smaug sec-approval=abillings 2016-02-17 17:17:54 -08:00
geolocation Bug 1249833 - Typo in nsGeolocation.h. r=jdm 2016-02-19 16:30:09 -08:00
html Bug 580313 - New resource hints for link. r=smaug 2016-02-26 02:41:00 +01:00
icc
identity
imptests Bug 1244328 - Merge the functionality of DOMSettableTokenList into DOMTokenList and make everything that used to refer to DOMSettableTokenList refer to DOMTokenList instead. r=bzbarsky 2016-02-11 17:50:42 -05:00
indexedDB Bug 1247679, part 3 - Replace NS_IMPL_CYCLE_COLLECTION_TRACE_JSVAL_MEMBER_CALLBACK with JS_MEMBER. r=smaug 2016-02-22 10:11:02 -08:00
inputmethod
inputport
interfaces Bug 1250185 part 1. nsIStructuredCloneContainer.initFromBase64 doesn't need a JSContext argument. r=khuey 2016-02-23 15:02:32 -05:00
ipc Bug 1237847 - [e10s] Null deref crash when running test_pluginstream_newstream.html; r=bobowen 2016-02-25 15:26:13 -08:00
json Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao 2016-02-15 08:57:00 +01:00
jsurl
locales Bug 1245992 - Remove unused Safe Browsing strings. r=past 2016-02-25 21:34:15 -08:00
manifest
mathml Bug 1244074 - Part 4: Use StyleSheetHandle instead of concrete style sheet class in most places. r=dholbert 2016-02-24 18:01:12 +11:00
media Bug 1251155 - Remove GLContext from VideoDataDecoder r=snorp 2016-02-25 17:11:55 -08:00
messagechannel backout c42ff6847631 (bug 1250572) for causing aborts during startup 2016-02-24 11:54:35 -08:00
messages
mobileconnection
mobileid
mobilemessage
network Bug 1248851 part 1 - Explicitly mark some release() calls result-unused. r=Waldo 2016-02-20 11:06:25 +08:00
newapps
nfc
notification Bug 1250975. Stop passing a JSContext argument to WorkerRunnable::PreDispatch and its overrides. r=khuey 2016-02-25 16:05:39 -05:00
offline
payment Bug 1250650 - disable mozpayment tests android. r=fabrice 2016-02-23 12:55:10 -08:00
permission Backed out 2 changesets (bug 1197461) for various test failures. r=backout on a CLOSED TREE 2016-02-15 19:38:11 +01:00
phonenumberutils
plugins Bug 1237847 - [e10s] Null deref crash when running test_pluginstream_newstream.html; r=bobowen 2016-02-25 15:26:13 -08:00
power Bug 1248581 - Fix build bustage on WakeLock.h and CSSPseudoElement.h. r=khuey 2016-02-16 15:08:00 +01:00
presentation Bug 1245031 - [Presentation WebAPI] Add missing test receiver files. r=schien 2016-02-02 17:08:07 +08:00
promise Bug 1247679, part 3 - Replace NS_IMPL_CYCLE_COLLECTION_TRACE_JSVAL_MEMBER_CALLBACK with JS_MEMBER. r=smaug 2016-02-22 10:11:02 -08:00
push Bug 1250266 - Always send a TTL in the Push mochitests. r=benbangert 2016-02-22 11:54:54 -08:00
quota Bug 1250525 - remove #IFDEF ENABLE_TESTS from dom/quota/ActorsParent.cpp. r=janv 2016-02-23 07:55:21 -08:00
requestsync
res
resourcestats
secureelement
security Bug 908933 - Part2 - CSP tests: ShouldProcess should block TYPE_OBJECT. r=ckerschb 2016-01-27 01:35:53 +08:00
settings
simplepush
smil Bug 1244049 - Part 1: Define scoped enum for CSSPseudoElement type. r=dbaron 2016-02-16 23:07:00 +01:00
speakermanager
storage Bug 1250141 - Remove NS_WARN_IF after AppendOriginNoSuffix in DOMStorageManager::CheckStorage, r=ehsan 2016-02-24 22:27:09 -08:00
svg Bug 1247733 part 3: Add mochitest to ensure that SVG <use> is rendered correctly in documents that have been upgraded using HSTS. r=valentin 2016-02-17 19:24:40 -08:00
system Bug 1197901, ensure sensor events dispatching follows the becoming spec change, r=bz 2016-02-24 19:43:07 +02:00
telephony
tests Bug 580313 - New resource hints for link. r=smaug 2016-02-26 02:41:00 +01:00
tethering
time
tv
u2f Bug 1231681 - "Implement window.u2f interface". r=baku, r=dkeeler 2016-02-09 16:43:00 +01:00
voicemail
vr Bug 1237691 - Implement Oculus Head Pose Prediction 2016-02-16 12:53:33 -08:00
wappush
webidl Bug 1247619 - add console warning about OAuth for STUN not yet supported. r=jesup,smaug 2016-02-25 00:24:16 -05:00
wifi
workers Bug 1250975. Stop passing a JSContext argument to WorkerRunnable::PreDispatch and its overrides. r=khuey 2016-02-25 16:05:39 -05:00
xbl Bug 1249428 - Unlink binding properly from element , r=mccr8 2016-02-19 21:13:42 +02:00
xml Bug 580313 - New resource hints for link. r=smaug 2016-02-26 02:41:00 +01:00
xslt Bug 1243337: Indicate the correct context for the generate-id function. r=peterv 2016-02-17 11:46:50 -08:00
xul Bug 1249389 - part 4 - make StartupCache::GetBuffer take a UniquePtr outparam; r=erahm 2016-02-18 12:26:28 -05:00
jar.mn
moz.build Bug 1231681 - "Implement window.u2f interface". r=baku, r=dkeeler 2016-02-09 16:43:00 +01:00