Rafael Ávila de Espíndola
f4b478e911
Bug 831133 - Record only the basename. r=vladan.
2013-01-16 21:02:32 -05:00
Rafael Ávila de Espíndola
625d279602
Bug 830584 - Write and read the module id to/from the late writes file. r=vladan.
2013-01-15 18:55:35 -05:00
Vladan Djeric
9c34e35dc3
Bug 830202: Track slow SQL strings from Firefox Health Report. r=taras
2013-01-13 21:56:39 -05:00
Trevor Saunders
75a2afd932
bug 829288 - fix some toolkit/ warnings r=ehsan
2013-01-10 06:44:15 -05:00
Ehsan Akhgari
5c22fc7e4e
Backed out changeset 23bb4a03ef34 (bug 815418) because of possible xpcshell bustage
...
--HG--
extra : rebase_source : dcd383efb1c245239a2dc4bc261ada158bb131c2
2013-01-10 17:21:48 -05:00
Aaron Klotz
6b8e232154
Bug 815418: Telemetry for failed profile lock attempts; r=vladan
...
--HG--
extra : rebase_source : a7f1217bce0aa61c3c86eaa998e051d678ec7e1e
2013-01-10 12:50:51 -05:00
Rafael Ávila de Espíndola
d4a29482b0
Bug 825701 - Use v3 to report hangs. r=vladan.
2013-01-09 15:05:00 -05:00
Rafael Ávila de Espíndola
52fe5c7adb
Bug 814765 - Include late writes in the Telemetry ping. r=vladan.
...
--HG--
extra : rebase_source : d3863b0ef7f4f77411042c374227d9f41adda929
2013-01-08 09:04:37 -05:00
Rafael Ávila de Espíndola
5b0666b2bc
Bug 822695 - Use nsCOMArray. r=ehsan.
...
--HG--
extra : rebase_source : 28bf148e97f183f54592c5b4240582e8c27df8f4
2013-01-07 14:45:25 -05:00
Nicholas Nethercote
b7723e3c58
Bug 819819 (part 2) - Remove |name| from NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN. r=jlebar.
...
--HG--
rename : dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing_perwindowpb.html => dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing.html
rename : toolkit/components/places/tests/browser/browser_favicon_privatebrowsing_perwindowpb.js => toolkit/components/places/tests/browser/browser_favicon_privatebrowsing.js
extra : rebase_source : 557cc60522970ce7eea3b006d357284d9b4694c4
2012-12-23 16:59:51 -08:00
Nathan Froyd
8afc4b1941
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
f9c3c27d31
Bug 822703 - s/ShutdownTime/TelemetryData/ where appropriate. r=vladan.
2012-12-19 10:29:08 -05:00
Jeff Walden
120886ca73
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
e1f8ceadf4
Bug 815709 - Shutdown time is read in the main thread. r=vladan.
...
--HG--
extra : rebase_source : c6105cd172f16e187f279b88785bba5cefb2b174
2012-12-13 23:13:03 -05:00
Rafael Ávila de Espíndola
b2ccc613ee
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
95878f2bd7
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
05fe96fb98
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
0e8d2faad2
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
968fb57de6
Bug 808699 - Change the wire format for hang reports. r=vladan.
2012-11-20 09:45:14 -05:00
Rafael Ávila de Espíndola
2b261fa0d8
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
761b11160f
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
2012-10-26 15:32:10 +02:00
Nathan Froyd
02948d84c9
Bug 746714 - add a memory reporter for telemetry; r=taras,njn
2012-10-05 12:19:14 -04:00
Randell Jesup
65539ef89c
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04:00
Vladan Djeric
e47872d493
Bug 778671: Fix two crashes in Telemetry. r=espindola
2012-08-31 15:20:20 -04:00
Nathan Froyd
49424a7b11
Bug 748444 - eliminate relocations from histogram data; r=taras
2012-08-28 12:55:32 -04:00
Nathan Froyd
a6fb375663
Bug 748417 - double-check Python-generated range-information; r=taras
2012-08-27 16:47:32 -04:00
Nathan Froyd
429083f231
Bug 781531 - generate histogram information from JSON; r=taras
2012-08-24 15:54:55 -04:00
Rafael Ávila de Espíndola
56d1a6d649
Bug 783154 - Refactor the chrome hang code to use the same class as write poisoning. r=taras,benwa,vladan.
...
--HG--
extra : rebase_source : 1f43ac88ceabc698ba0a58715562db90af1c266f
2012-08-21 17:14:38 -04:00
Vladan Djeric
a0f86524d2
Bug 779310: Remove string literals from slowSql reports. r=taras
2012-08-21 15:29:28 -04:00
Aryeh Gregor
d0ad5a7d0c
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Ehsan Akhgari
1f8f1532ad
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
c52e42d252
Bug 764184 - Fix GC_REASON telemetry bucket count (r=froydnj)
...
--HG--
extra : rebase_source : 790f6727878f44e7cf424d9e32a85347416df625
2012-06-15 15:21:56 -07:00
Steve Fink
d3db01ee7f
Backed out changeset c33a30aedb3b (bug 764184)
2012-06-22 12:22:00 -07:00
Steve Fink
6472701c23
Bug 764184 - Fix GC_REASON telemetry bucket count (r=froydnj)
...
--HG--
extra : rebase_source : b4b9015caab404d8a4b674349fc27ade09dd3ec5
2012-06-15 15:21:56 -07:00
Nathan Froyd
13219210d2
Bug 763587 - rename AutoHashtable::ReflectHashtable; r=taras
2012-06-18 16:20:52 -04:00
Nathan Froyd
c09459762e
Bug 763525 - delete C++ persistent telemetry implementation; r=taras
2012-06-11 14:35:35 -04:00
Phil Ringnalda
74866bde56
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
6d9d22c797
Bug 763525 - delete C++ persistent telemetry implementation; r=taras
2012-06-11 14:35:35 -04:00
Ms2ger
a3320ff2b7
Bug 758669 - Don't use int32 in JSHistogram_Add; r=taras
2012-06-06 09:22:24 +02:00
Geoff Lankow
5cefea8480
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
2012-06-06 14:08:30 +12:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Rafael Ávila de Espíndola
c3e4393a21
Bug 755338 - convert integer types in Telemetry.cpp. r=taras.
2012-05-16 07:39:21 -04:00
Nathan Froyd
64c3e08170
Bug 748907 - don't reflect no-data histograms; r=taras
2012-05-08 10:58:20 -04:00
Nathan Froyd
bbcef6a2d6
Bug 748914 - Part 2: add a clear() method to JS histograms; r=taras
2012-05-08 15:39:24 -04:00
Graeme McCutcheon
7e901ca475
Bug 747163 - Don't fall through for type HISTOGRAM_FLAG. r=taras
2012-04-26 09:09:30 +01:00
David Rajchenbach-Teller
6f228de18f
Bug 728171 - Use Scoped.h throughout the code. r=cjones
2012-04-12 12:21:24 +02:00
Richard Newman
f8c8184e2b
Backout 0e03eb171e08 (Bug 743574 - Deprecate DOMException.code). a=bustage
2012-04-11 15:33:37 -07:00
David Rajchenbach-Teller
b219309fc2
Bug 728171 - Use Scoped.h throughout the code. r=cjones
2012-04-11 18:59:10 +02:00
Mark Capella
bfa59371ce
Bug 712936 - Convert users of PR_STATIC_ASSERT to MOZ_STATIC_ASSERT. r=jwalden
2012-04-02 17:21:24 -07:00
Vladan Djeric
9b2d06b29a
Bug 722368 - Report slow SQL created from dynamic strings to Telemetry. r=taras
2012-03-21 13:26:48 -04:00