Commit Graph

100 Commits

Author SHA1 Message Date
Nathan Froyd
a8b0e0c1fc Bug 819418 - part 1 - be more selective in exporting aggregate statistics; r=vdjeric 2012-12-07 14:02:39 -05:00
Rafael Ávila de Espíndola
505dfd500d Bug 822703 - s/ShutdownTime/TelemetryData/ where appropriate. r=vladan. 2012-12-19 10:29:08 -05:00
Jeff Walden
8a6657de57 Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger 2012-12-14 18:58:45 -05:00
Rafael Ávila de Espíndola
c870714ef8 Bug 815709 - Shutdown time is read in the main thread. r=vladan. 2012-12-13 23:13:03 -05:00
Rafael Ávila de Espíndola
c3b8f61ff5 Bug 815709 - Shutdown time is read in the main thread. r=ehsan.
Move code to Telemetry.cpp and s/NULL/nullptr/.
2012-12-13 12:06:27 -05:00
Nathan Froyd
091aebd277 Bug 816166 - part 2 - send extra information through telemetry pings and add tests; r=vdjeric 2012-11-30 15:50:23 -05:00
Marco Bonardo
a1c0b568f1 Bug 791447 - Move about:newTab data to preferences. r=gavin
Gecko 18 doesn't store anymore about: pages DOMStorage into chromeappsstore.sqlite, so any previous data would be lost on upgrade to it.
Moreover, we want to move off DOMStorage due to high startup costs.
Thus here we migrate old about:newTab chromeappsstore.sqlite data to complex prefs.
2012-12-03 20:19:17 +01:00
Rafael Ávila de Espíndola
ae35fa65ce Bug 814704 - Move the creation of a js object from combinedStacks into
a static function. r=vladan.
2012-11-27 08:52:25 -05:00
Rafael Ávila de Espíndola
34fcdf0eab Bug 808699 - Change the wire format for hang reports. r=vladan. 2012-11-20 09:45:14 -05:00
Rafael Ávila de Espíndola
162f2e3025 Bug 805046 - Add a class to represent a set of stacks that share a object list. r=vdjeric. 2012-11-05 13:45:19 -05:00
Jacek Szpot
09f9b9a1c3 Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan 2012-10-26 15:32:10 +02:00
Nathan Froyd
688e070963 Bug 746714 - add a memory reporter for telemetry; r=taras,njn 2012-10-05 12:19:14 -04:00
Randell Jesup
3b4961b603 Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
Vladan Djeric
5af20df5da Bug 778671: Fix two crashes in Telemetry. r=espindola 2012-08-31 15:20:20 -04:00
Nathan Froyd
5535bf4664 Bug 748444 - eliminate relocations from histogram data; r=taras 2012-08-28 12:55:32 -04:00
Nathan Froyd
b282ce8d36 Bug 748417 - double-check Python-generated range-information; r=taras 2012-08-27 16:47:32 -04:00
Nathan Froyd
5a5bd24258 Bug 781531 - generate histogram information from JSON; r=taras 2012-08-24 15:54:55 -04:00
Rafael Ávila de Espíndola
2da5ebd162 Bug 783154 - Refactor the chrome hang code to use the same class as write poisoning. r=taras,benwa,vladan. 2012-08-21 17:14:38 -04:00
Vladan Djeric
c8aca10bab Bug 779310: Remove string literals from slowSql reports. r=taras 2012-08-21 15:29:28 -04:00
Aryeh Gregor
8b4a23fc4c Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
Ehsan Akhgari
39ca308925 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more toolkit parts); blanket-r=bzbarsky 2012-07-18 12:12:55 -04:00
Steve Fink
8194d0c789 Bug 764184 - Fix GC_REASON telemetry bucket count (r=froydnj) 2012-06-15 15:21:56 -07:00
Steve Fink
880f97298e Backed out changeset c33a30aedb3b (bug 764184) 2012-06-22 12:22:00 -07:00
Steve Fink
0c8a90a8e4 Bug 764184 - Fix GC_REASON telemetry bucket count (r=froydnj) 2012-06-15 15:21:56 -07:00
Nathan Froyd
32d6978d71 Bug 763587 - rename AutoHashtable::ReflectHashtable; r=taras 2012-06-18 16:20:52 -04:00
Nathan Froyd
510276f998 Bug 763525 - delete C++ persistent telemetry implementation; r=taras 2012-06-11 14:35:35 -04:00
Phil Ringnalda
907102edda Back out d52a31584c8a (bug 763525) to investigate the effects on TestStartupCache bustage on a CLOSED TREE 2012-06-11 16:37:14 -07:00
Nathan Froyd
1319252016 Bug 763525 - delete C++ persistent telemetry implementation; r=taras 2012-06-11 14:35:35 -04:00
Ms2ger
9e5c498e18 Bug 758669 - Don't use int32 in JSHistogram_Add; r=taras 2012-06-06 09:22:24 +02:00
Geoff Lankow
7a64448b03 Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Rafael Ávila de Espíndola
bca255a2ee Bug 755338 - convert integer types in Telemetry.cpp. r=taras. 2012-05-16 07:39:21 -04:00
Nathan Froyd
74f76db99f Bug 748907 - don't reflect no-data histograms; r=taras 2012-05-08 10:58:20 -04:00
Nathan Froyd
52f7a71947 Bug 748914 - Part 2: add a clear() method to JS histograms; r=taras 2012-05-08 15:39:24 -04:00
Graeme McCutcheon
7d0bc84032 Bug 747163 - Don't fall through for type HISTOGRAM_FLAG. r=taras 2012-04-26 09:09:30 +01:00
David Rajchenbach-Teller
bad6935e93 Bug 728171 - Use Scoped.h throughout the code. r=cjones 2012-04-12 12:21:24 +02:00
Richard Newman
da41f93e22 Backout 0e03eb171e08 (Bug 743574 - Deprecate DOMException.code). a=bustage 2012-04-11 15:33:37 -07:00
David Rajchenbach-Teller
09132755cc Bug 728171 - Use Scoped.h throughout the code. r=cjones 2012-04-11 18:59:10 +02:00
Mark Capella
f1ce4051a8 Bug 712936 - Convert users of PR_STATIC_ASSERT to MOZ_STATIC_ASSERT. r=jwalden 2012-04-02 17:21:24 -07:00
Vladan Djeric
2a5b658be4 Bug 722368 - Report slow SQL created from dynamic strings to Telemetry. r=taras 2012-03-21 13:26:48 -04:00
Vladan Djeric
3d2d534acc Bug 735829. Report PDB filename in chrome hang reports. r=ehsan 2012-03-19 19:05:25 -04:00
Igor Bukanov
62a47e535b bug 736978 - remove JS_FinalizeStub. r=:billm
Currently the GC finalizes on the background thread only objects with null
JSClass::finalize. However, this implies that any object that uses
JS_FinalizeStub for the finalizer would be prevented from the background
finalization.

To fix this the patch removes JS_FinalizeStub replacing it with NULL in all
cases when the class has no custom finalizer. For style consistency the patch
also removed the usage of JSCLASS_NO_OPTIONAL_MEMBERS in the static
declarations as the compiler fills the missing fields with null in any cases.
2012-03-19 15:27:58 +01:00
Nathan Froyd
169b3b3b0e Bug 735768 - Part 3 - add tests for persistent telemetry; r=taras 2012-03-15 13:58:51 -04:00
Nathan Froyd
f53a31a159 Bug 735768 - Part 1 - robustify persistent telemetry, C++ side; r=taras 2012-03-15 13:57:04 -04:00
Landry Breuil
6d561d9c0b Bug 735422: Don't use shared-libraries.h and SharedLibraryInfo structs where SPS is not enabled; r=ehsan 2012-03-14 22:57:04 -04:00
Vladan Djeric
851a0eeba4 Bug 712109 - Implement chrome hang reporting on profiling branch. r=ehsan 2012-03-12 07:07:05 -04:00
Nathan Froyd
fcf41c3c91 Bug 733977 - Check more closely for corrupt sessionHistogram files. r=taras 2012-03-08 13:05:40 -05:00
Nathan Froyd
f078fb8139 Bug 723846 - Part 2: add FlagHistograms to nsITelemetry. r=taras 2012-03-02 09:59:38 -05:00
Nathan Froyd
b4fa9d42ec Bug 719295 - Clean up telemetry JSObject construction. r=taras, f=luke 2012-02-15 14:01:53 -08:00
Phil Ringnalda
91919ca946 Back out e9c07d92a4a4 (bug 719295) for orange 2012-03-01 20:36:59 -08:00