gecko/toolkit/devtools/server
Patrick Brosset f81ba94616 Bug 1120833 - 1 - Remove EventEmitter usage in AnimationPlayerFront
The AnimationPlayerFront needs to emit events when its auto-refresh
mode is enabled, whenever the state changes. Until now, it was doing
so with EventEmitter.
But because decorating the class with EventEmitter adds on/once/off
functions to the instance, it ends up hiding the on/once/off functions
that were already there because the class extends addon sdk EventTarget.
2015-03-30 11:59:46 +02:00
..
actors Bug 1120833 - 1 - Remove EventEmitter usage in AnimationPlayerFront 2015-03-30 11:59:46 +02:00
docs Bug 980481 - RemoteDebuggerServer e10s setupParent helper. r=ochameau 2014-11-27 05:52:00 -05:00
tests Bug 1120833 - 1 - Remove EventEmitter usage in AnimationPlayerFront 2015-03-30 11:59:46 +02:00
child.js Bug 1107888 - e10s support for dynamic actor registration. r=ochameau 2014-12-05 15:40:10 -08:00
content-globals.js
content-server.jsm Bug 1060093 - Implement toolbox to debug chrome of the content process. r=jryans 2014-11-07 14:24:47 -06:00
dbg-server.jsm Bug 1131646 - Clean up the breakpoint code;r=jlongster 2015-03-11 15:15:40 +01:00
main.js Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
moz.build Bug 1137384 - Rename ThreadSources as TabSources and move it up into the TabActor. r=ejpbruel 2015-03-23 10:50:00 -04:00
nsIJSInspector.idl
nsJSInspector.cpp Bug 1069694 - Remove OldDebugAPI from the browser. r=shu 2014-10-12 19:37:41 +02:00
nsJSInspector.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
protocol.js Bug 1128027 - Record protocol.js request headers for debugging. r=bgrins 2015-02-25 19:23:06 -06:00