gecko/toolkit/components/telemetry
Panos Astithas 71a3267914 Make the debugger frontend cope with an already connected target (bug 933212); r=jryans,fitzgen
* Made the DebuggerClient, which is actually the RootActor front, not consider one of the attached child fronts as "active". Since a single DebuggerClient (or RootFront) is kept around for the App Manager's lifetime, it makes sense to move the notion of "active" tab to the toolbox's target. As each toolbox gets destroyed, the fronts should be detaching from their actors (if they are stateful) so that the app is no longer in a debugging state. Debugging a new app (or reconnecting to a previous one) will create new fronts anyway.
* Slightly refactored the TabClient, ThreadClient, SourceClient and TracerClient towards a protocol.js-based architecture, by adding parent-child references and lifecycle management. Now a tab-scoped thread actor for instance has the tab as its parent, while a global-scoped thread actor (chrome debugger) has the DebuggerCLient (RootFront) as its parent. This lets parents reference their children, so that caching in the target object can work. It also allowed me to move some methods from the DebuggerClient to the actual front that should be responsible, like reconfigureTab, reconfigureThread and attachThread. These methods now use DebuggerClient.requester, too.
* Added some error handling in the debugger client requester around "before" and "after" callbacks, which exposed some errors in tests that are now fixed.
* Fixed the state handling in the thread actor so that merely detaching from a thread doesn't put it in the exited state. This is the part that what was necessary for Firebug's use case.
* Properly loading tracer and webgl actors now on b2g.
2014-01-14 17:39:40 +02:00
..
tests Bug 913070 - Move TelemetryPing to a jsm. r=Yoric, r=glandium 2014-01-13 14:20:09 +00:00
gen-histogram-bucket-ranges.py
gen-histogram-data.py Bug 742500 - Disable expired telemetry probes. r=vladan 2014-01-03 12:02:48 -05:00
gen-histogram-enum.py
histogram_tools.py Bug 957156 - Expire telemetry histograms by default also in development channels. r=vladan 2014-01-09 13:20:41 -05:00
Histograms.json Make the debugger frontend cope with an already connected target (bug 933212); r=jryans,fitzgen 2014-01-14 17:39:40 +02:00
Makefile.in Bug 742500 - Disable expired telemetry probes. r=vladan 2014-01-03 12:02:48 -05:00
moz.build Bug 913070 - Move TelemetryPing to a jsm. r=Yoric, r=glandium 2014-01-13 14:20:09 +00:00
nsITelemetry.idl Bug 742500 - Disable expired telemetry probes. r=vladan 2014-01-03 12:02:48 -05:00
nsITelemetryPing.idl
ProcessedStack.h
Telemetry.cpp Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence 2014-01-09 18:39:36 +01:00
Telemetry.h Bug 932865 - Record inactive thread hang stats inside telemetry; r=vladan 2013-11-22 14:17:31 -05:00
TelemetryFile.jsm Bug 863872 - If we have overdue TelemetryPings, try to send them all. r=nfroyd, feedback=irving. 2013-12-14 15:30:00 -05:00
TelemetryPing.js Bug 913070 - Move TelemetryPing to a jsm. r=Yoric, r=glandium 2014-01-13 14:20:09 +00:00
TelemetryPing.jsm Bug 913070 - Move TelemetryPing to a jsm. r=Yoric, r=glandium 2014-01-13 14:20:09 +00:00
TelemetryPing.manifest Bug 913070 - Move TelemetryPing to a jsm. r=Yoric, r=glandium 2014-01-13 14:20:09 +00:00
TelemetryStartup.js Bug 913070 - Move TelemetryPing to a jsm. r=Yoric, r=glandium 2014-01-13 14:20:09 +00:00
TelemetryStartup.manifest Bug 913070 - Move TelemetryPing to a jsm. r=Yoric, r=glandium 2014-01-13 14:20:09 +00:00
TelemetryStopwatch.jsm
ThirdPartyCookieProbe.jsm Bug 902121 - Do not normalize missing referrer URIs. r=Yoric 2013-11-26 17:30:46 -05:00
ThreadHangStats.h Bug 932865 - Expose thread hang stats through nsITelemetry and telemetry ping; r=vladan 2013-11-22 14:17:31 -05:00
UITelemetry.jsm Bug 949775 - UITelemetry should drop events on the floor if telemetry is disabled. r=mfinkle 2013-12-18 11:37:49 -08:00