gecko-dev/dom
Karl Tomlinson 7894dd5b6a bug 1198100 remove mNotificationMainThreadRunnable r=baku
If AddMainThreadListener() were called multiple times after
mFinishedNotificationSent is set then we'd get some extra NotifyRunnables but
NotifyMainThreadListeners() clears mMainThreadListeners anyway so we still get
only one notification per listener.

mNotificationMainThreadRunnable is an unnecessary optimization, so better not
to add storage to every MediaStream.

--HG--
extra : rebase_source : 7f0441d95134f1456058f668db30fb40bd9475c1
2015-08-24 11:54:24 +12:00
..
activities
alarm Bug 1140275 - System messages shouldn't be sent to app pages not registered in manifests. r=fabrice 2015-08-03 01:05:00 +02:00
animation Bug 1194028 - Part 2: Use KeyFrameEffect SetTiming. r=bbirtles 2015-08-18 03:57:00 -04:00
apps Merge inbound to m-c. a=merge 2015-08-23 17:18:36 -04:00
archivereader
asmjscache
audiochannel Merge b2g-inbound to m-c. a=merge 2015-08-06 15:37:49 -04:00
base CLOSED TREE Bug 1180554 - Dispatch events to PBAP event handlers when the PBAP requests comes. r=btian, r=mrbkap 2015-08-24 10:29:56 +08:00
battery Backed out changeset c6f579ae99a6 (bug 1050749) for battery-interface-idlharness.html bustage 2015-08-20 16:15:47 -07:00
bindings CLOSED TREE Bug 1180554 - Dispatch events to PBAP event handlers when the PBAP requests comes. r=btian, r=mrbkap 2015-08-24 10:29:56 +08:00
bluetooth Bug 1195729: Fix ref-counting of Bluetooth result handlers for failed send operations, r=brsun 2015-08-24 15:21:38 +02: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 - Part 2. Readd missing nsPrintfCString.h include which has broken some local builds. r=me 2015-08-20 13:13:46 -04:00
canvas Bug 1131470 - Part 3: Implement ScreenOrientation interface. r=baku 2015-08-18 14:55:21 -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 1165272 - Part 1: Remove getAppCodebasePrincipal. r=bholley 2015-08-24 01:31:00 -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 CLOSED TREE Bug 1180554 - Dispatch events to PBAP event handlers when the PBAP requests comes. r=btian, r=mrbkap 2015-08-24 10:29:56 +08:00
fetch Backed out 7 changesets (bug 1189678, bug 1193128, bug 1189661, bug 1189644, bug 1189675) for various serviceworker mochitest and wpt failures. 2015-08-24 18:09:47 -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 930843 part.2 NS_UI_ACTIVATE event should be trusted event even if it's caused by an untrusted event r=smaug 2015-08-22 13:02:39 +09:00
icc Bug 1195273 - Suppress assertion check in ~ErrorResult() if no exception to be thrown. r=echen 2015-08-19 18:24:58 +08:00
identity
imptests Bug 1196691 - Update testharness.js in imptests. r=Ms2ger 2015-08-20 04:23:00 -04:00
indexedDB Bug 1168606 - Part 5: Send two records with every ObjectStoreCursorResponse. r=khuey 2015-08-19 14:59:29 -07: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 1180295 - Implement seamless snapping to the stable state. r=rbarker 2015-08-18 14:27:20 -04:00
ipc Bug 895274 part.1 Rename WidgetEvent::message to WidgetEvent::mMessage r=smaug 2015-08-22 10:34:51 +09: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 Bug 1171200 - Add means of checking if a document links to a manifest. r=billm 2015-07-30 11:56:12 -04:00
mathml
media bug 1198100 remove mNotificationMainThreadRunnable r=baku 2015-08-24 11:54:24 +12:00
messagechannel Bug 1196514 - remove dom.messagechannel.enabled pref, r=smaug 2015-08-20 08:34:38 +01:00
messages Bug 1196988 - Remove THA support. r=gwagner 2015-08-21 10:00:54 -07:00
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 Bug 1165272 - Part 1: Remove getAppCodebasePrincipal. r=bholley 2015-08-24 01:31:00 -04:00
permission Bug 1105827 - Add test for invalid query. r=me 2015-08-21 19:53:29 -07:00
phonenumberutils
plugins Backed out changeset 2d9ed9032a45 (bug 1192831) for suspicion of causing bug 1178709 to spike. 2015-08-23 15:21:23 -04: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 Bug 1096724 - Update csp/test_base-uri to rely on postmessage instead of observers. r=dveditz 2015-08-18 11:42:43 -07:00
settings Bug 1193469 - Make mozSettings more defensive. r=gwagner 2015-08-13 14:43:00 -04:00
simplepush Back out bug 1100863 and bug 1152264 for causing bug 1189729 on a CLOSED TREE. a=mhenretty,RyanVM 2015-08-11 07:30:38 -07:00
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 895274 part.1 Rename WidgetEvent::message to WidgetEvent::mMessage r=smaug 2015-08-22 10:34:51 +09:00
system Merge m-c to inbound, a=merge 2015-08-21 10:06:54 -07:00
telephony Bug 1129882 - Add mozInterrupt in telephony object. r=baku 2015-08-10 17:23:33 +08:00
tests Backed out 7 changesets (bug 1189678, bug 1193128, bug 1189661, bug 1189644, bug 1189675) for various serviceworker mochitest and wpt failures. 2015-08-24 18:09:47 -04: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 CLOSED TREE Bug 1180554 - Dispatch events to PBAP event handlers when the PBAP requests comes. r=btian, r=mrbkap 2015-08-24 10:29:56 +08:00
wifi Bug 1167132 - Part 5: [NetworkManager] Move network information into a separate interface (Tethering). r=echen 2015-07-29 02:05:00 -04:00
workers Backed out 7 changesets (bug 1189678, bug 1193128, bug 1189661, bug 1189644, bug 1189675) for various serviceworker mochitest and wpt failures. 2015-08-24 18:09:47 -04:00
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 895274 part.1 Rename WidgetEvent::message to WidgetEvent::mMessage r=smaug 2015-08-22 10:34:51 +09:00
jar.mn
moz.build Bug 1188937 - Only add Push API interfaces to build if the feature is enabled. r=kitcambridge 2015-07-29 09:12:51 -07:00