gecko/dom
2015-08-19 16:03:15 -07:00
..
activities
alarm
animation Bug 1194028 - Part 2: Use KeyFrameEffect SetTiming. r=bbirtles 2015-08-18 03:57:00 -04:00
apps Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm 2015-08-19 14:53:22 -07:00
archivereader
asmjscache
audiochannel Merge b2g-inbound to m-c. a=merge 2015-08-06 15:37:49 -04:00
base Bug 1189814. r=enndeakin@gmail.com 2015-08-20 18:45:18 +02:00
battery
bindings Bug 1196317 - Optimize CallbackObject::mCreationStack out from cycle collection graph when possible, r=mccr8 2015-08-20 18:36:06 +03:00
bluetooth Bug 1195604 - [cleanup] Integrate similar BluetoothResultHandlers into basic one, r=tzimmermann 2015-08-18 15:53:41 +08:00
broadcastchannel Bug 1190921 - Broadcastchannel keeps its containing iframe in memory when it has a user defined property, r=khuey 2015-08-06 01:26:00 +03:00
browser-element Bug 1196361 - Remove the media.useAudioChannelService pref; r=baku 2015-08-19 21:00:18 -04:00
cache Bug 1110476 - Stripped url fragment from Request::GetUrl() by calling either nsIURI::SetRef() or workers::URL::SetHash() in Request's url getter utility methods. Stripped url fragment from Response::GetUrl() by adding the method InternalRequest::StripFragmentAndSetUrl() which calls nsIURI::SetRef(). Added a test in dom/tests/mochitest/fetch/test_request.js for Request::GetUrl(). Removed manual url stripping from dom/cache/TypeUtils.cpp. r=bkelly 2015-08-13 08:22:19 -07:00
camera Bug 1008483 - removes the RW lock in CameraControlImpl and replaces it with a standard mutex. r=aosmond 2015-08-17 15:48:07 -07:00
canvas Bug 1186666 - clamp gl ClearDepth() value to [0,1]. r=jgilbert 2015-08-19 14:50:06 -07:00
cellbroadcast
contacts Bug 1171678 - Follow up, whitespace. DONTBUILD 2015-08-07 13:15:49 -03:00
crypto Backed out changesets 7bf71f3a4465 and 6ec8b34e2bc6 (bug 1188750) for Android 4.3 dom/crypto/test/test_indexedDB.html timeouts. 2015-08-13 14:46:28 -04:00
datastore Bug 1085575 - Skip test_app_install.html on OSX debug. rs=khuey 2015-08-06 13:41:33 -04:00
devicestorage Bug 1186273 - Part 2. Improve reuse of and releasing of device storage objects where appropriate. r=dhylands 2015-08-18 07:42:14 -04:00
downloads
encoding
engineeringmode Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm 2015-08-19 14:53:22 -07:00
events Bug 1194370 - Use SpecialPowers harder. r=wchen 2015-08-20 10:30:10 -07:00
fetch Bug 1196524 - Add assertions to enforce that we don't attempt to perform a CORS preflight for fetches of no-cors requests; r=nsm 2015-08-20 13:40:32 -04:00
filehandle
filesystem Bug 1186273 - Part 2. Improve reuse of and releasing of device storage objects where appropriate. r=dhylands 2015-08-18 07:42:14 -04:00
fmradio Bug 1196361 - Remove the media.useAudioChannelService pref; r=baku 2015-08-19 21:00:18 -04:00
gamepad Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan 2015-08-04 16:17:36 -07:00
geolocation Bug 1191529 - Remove JSIdArray and AutoIdArray and replace with Rooted<IdVector>; r=mccr8, r=jonco 2015-08-05 11:02:00 -07:00
html Bug 1196815 - Mark passing tests as passing. r=jst 2015-08-20 10:30:10 -07:00
icc
identity
imptests Backed out changeset ecebeba2582c (bug 1008146) for making imptests on Android/B2G nearly permafail. 2015-08-11 14:48:24 -04:00
indexedDB Bug 1165217 - Use nsIPrincipal instead of nsIURI/appId/inBrowser for nsIQuotaManager, r=janv 2015-08-18 20:24:30 -04:00
inputmethod Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm 2015-08-19 14:53:22 -07:00
inputport
interfaces Bug 1186662 - Part 1: Add SuppressDisplayport painting and use it during tab switch. r=kats,mconley 2015-08-19 17:08:41 -04:00
ipc Bug 1186662 - Part 1: Add SuppressDisplayport painting and use it during tab switch. r=kats,mconley 2015-08-19 17:08:41 -04:00
json
jsurl Backed out changeset f99b27e40987 (bug 1193924) for B2G emulator bustage. 2015-08-13 12:45:05 -04:00
locales Bug 1141394 - Remove strings for SSLv3 warnings from the tree. r=keeler,dolske 2015-08-20 09:35:39 +09:00
manifest
mathml
media Bug 1184807 - TextTrackList should check if we are shutting down before dispatching events, r=mccr8 2015-08-20 17:45:34 +01:00
messagechannel Bug 1196514 - remove dom.messagechannel.enabled pref, r=smaug 2015-08-20 08:34:38 +01:00
messages
mobileconnection Bug 1156231 - enable data registration recovery. r=hsinyi 2015-08-05 16:29:20 +08:00
mobileid
mobilemessage Bug 1010756 - Helpful errors for using nsCOMPtr on non-XPCOM types; r=froydnj 2015-08-12 18:43:10 +03:00
network Bug 1190735 - Remove nsITimer.TYPE_REPEATING_PRECISE. r=froydnj. 2015-08-04 17:30:53 -07:00
nfc Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm 2015-08-19 14:53:22 -07:00
notification Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
offline Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
payment
permission Backed out changeset 1e13c9c09273 (bug 1105827) 2015-08-11 10:04:36 -07:00
phonenumberutils
plugins Bug 1185532: Turn on the NPAPI process sandbox for Windows 64-bit flash by default. r=bsmedberg 2015-08-20 12:45:09 +01:00
power
presentation Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm 2015-08-19 14:53:22 -07:00
promise Bug 1162333 - Fix windows bustage. a=bustage CLOSED TREE 2015-08-18 10:00:35 -07:00
push Bug 1196512 - Use principals to test for push permissions. r=nsm 2015-08-19 16:03:15 -07:00
quota Bug 1196371 - Add a runtime assertion against illegal string characters in OriginAttributes suffix creation. r=janv,r=mystor 2015-08-19 21:14:34 -07:00
requestsync Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm 2015-08-19 14:53:22 -07:00
res
resourcestats Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm 2015-08-19 14:53:22 -07:00
secureelement Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm 2015-08-19 14:53:22 -07:00
security No bug - Use the correct requestLongerTimeout syntax. a=bustage 2015-08-18 12:53:55 -04:00
settings Bug 1193469 - Make mozSettings more defensive. r=gwagner 2015-08-13 14:43:00 -04:00
simplepush
smil Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
speakermanager Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
storage Bug 1192194 - Make DOMStorageDBThead::mDBReady atomic. r=smaug 2015-08-07 05:00:00 -04:00
svg Bug 1179451 - Part 4: Don't pass nsRefPtr&& to functions that want raw pointers. r=froydnj 2015-08-13 15:22:48 +03:00
system Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm 2015-08-19 14:53:22 -07:00
telephony Bug 1129882 - backout 9c6fde246f6e and 847b57aaeff7 for causing 1193840 on a CLOSED TREE r=szchen, r=htsai 2015-08-12 14:35:41 -07:00
tests Bug 1131470 - Part 3: Implement ScreenOrientation interface. r=baku 2015-08-18 14:55:21 -07:00
tethering Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm 2015-08-19 14:53:22 -07:00
time
tv
voicemail
vr
wappush
webidl Bug 1196514 - remove dom.messagechannel.enabled pref, r=smaug 2015-08-20 08:34:38 +01:00
wifi
workers Backed out changeset f447f7b8190b (bug 1185640) for W8 failures on CLOSED TREE 2015-08-20 16:12:00 +05:30
xbl Bug 1193567 - Check result of ReadID in nsXBLPrototypeBinding::Read(). r=wchen 2015-08-13 14:24:59 -07:00
xml Bug 1182120 - Fix Request mode for XMLDocument.load(). r=bkelly 2015-08-12 06:30:36 +02:00
xslt Bug 874838 - Make CreateElem return Element. r=khuey 2015-08-13 07:50:00 -04:00
xul Bug 1193572, part 4 - Make script element ownership more direct. r=baku 2015-08-13 14:24:59 -07:00
jar.mn
moz.build