Gian-Carlo Pascutto
10acc9e06e
Backout 173f90d397a8 (Bug 673470). rs=dcamp a=mfinkle
2012-04-20 07:46:47 +02:00
Aryeh Gregor
cc83bd16d8
Bug 702948 - Add telemetry to count how many ranges are detached; r=smaug
2012-04-17 17:36:22 +03:00
Max Li
a3eaf58384
Bug 741699 - telemetry for uiautomation.dll r=askalski f=davidb
2012-04-05 07:34:44 -04:00
David Bolter
12569c4920
Bug 729154 - Telemetry for a11y instantiation by unknown cause. r=tbsaunde f=surkov
...
This change includes a small refactor, combining our compat and telemetry data structures. We get all fancy pants with bitflags and such.
2012-04-16 11:04:53 -04:00
Justin Lebar
d6cdb8bffc
Bug 741378 - Part 2: Update telemetry to report js-gc-heap-committed.
2012-04-16 12:20:55 +10:00
David Rajchenbach-Teller
bad6935e93
Bug 728171 - Use Scoped.h throughout the code. r=cjones
2012-04-12 12:21:24 +02:00
Gian-Carlo Pascutto
5a0a5398cb
Bug 741042 - Fix wrong description for Telemetry entries. r=rnewman
2012-04-12 23:26:30 +02:00
Gian-Carlo Pascutto
441c8b2d86
Bug 741042 - Add telemetry support for timing XUL profile import. r=blassey
2012-04-12 23:19:57 +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
Patrick McManus
8de235842b
bug 742935: fix landing problem with 717350 r=honzab
2012-04-09 10:21:28 -04:00
Jason Duell
6a78ddbd99
Bug 705796 - telemetry data on how often cache is corrupt at startup. r=michal
2012-04-06 13:10:32 -07:00
Trevor Saunders
63db0744b1
bug 733510 - use flag histograms instead of bool histagrams for usage data r=davidb, froydnj
2012-03-23 16:32:18 -04:00
Justin Lebar
dc2f7d85f9
Bug 737857 - Report number of ghost windows in telemetry. r=njn
2012-04-02 22:28:13 -04: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
Matt Brubeck
9de3488b77
Back out bug 738011, bug 738624, and bug 737857 because of WinXP debug reftest log errors
2012-04-02 12:44:31 -07:00
Justin Lebar
f1f8615014
Bug 737857 - Report number of ghost windows in telemetry. r=njn
2012-04-02 10:37:04 -04:00
Ed Morley
03c3de4ed0
Backout 9e4d09efa335 (bug 737857), bd73daadcfe9 (bug 738624), 110338618465 (bug 738011) for mochitest-oth orange
2012-04-01 03:58:06 +01:00
Justin Lebar
95c37af45a
Bug 737857 - Report number of ghost windows in telemetry. r=njn
2012-03-31 15:39:31 -07:00
Henri Sivonen
0930321aa2
Bug 701361 - Add a telemetry probe for finding out how commonly multipart XHR is used on the Web. r=smaug.
2012-03-28 10:33:18 +03: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
Neil Deakin
482b1cb45d
Bug 710431, add telemetry for new browser window command, r=dao
2012-03-20 11:20:56 -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
a442d7c3d1
Bug 732053 - Make linear histograms harder to get wrong. r=taras
2012-03-08 13:15:56 -05: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
8c2109021e
Bug 735768 - Part 2 - robustify persistent telemetry, JS side; r=taras
2012-03-15 13:57:53 -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
Matthew Noorenberghe
fe6b692632
Bug 723802 - Add telemetry for startup crash detection (2/2). r=dolske,taras
2012-03-12 15:41:26 -07: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
Matt Brubeck
c8a5c5df3d
Back out d8946e029410 (bug 710431) because of browser_ConsoleStorageAPITests.js failures on Linux
2012-03-09 09:01:44 -08:00
Neil Deakin
5f2c64d543
Bug 710431, add telemetry for new browser window command, r=dao
2012-03-09 10:41:50 -05:00
John Daggett
cc346a33c7
Bug 705594. Add script code for system font fallback. r=roc
2012-03-09 11:06:06 +09:00
John Daggett
a9c5bc7445
Bug 705594. Use CoreText for system font fallback on OSX. r=jfkthame
2012-03-09 11:05:47 +09:00
Justin Lebar
536935b52c
Bug 733495 - Monitor ullAvailPageFile (available commit space) on Windows, and fire a low-memory event when it gets low. r=bsmedberg
2012-03-08 14:44:20 -05:00
Justin Lebar
6c40b0a1e5
Back out changeset b2ac02d89f41 (wrong bug number; was 733496, should have been 733495).
2012-03-08 14:43:09 -05:00
Justin Lebar
492945ebcd
Bug 733496 - Monitor ullAvailPageFile (available commit space) on Windows, and fire a low-memory event when it gets low. r=bsmedberg
2012-03-08 14:27:14 -05:00
Nathan Froyd
c4ed06cd41
Bug 717069 - correct sessionstore-windows-restored usage in TelemetryPing; r=taras
2012-03-06 14:54:02 -05:00
Nathan Froyd
7472d1121a
Bug 723846 - Part 3: add tests for FlagHistogram. r=taras
2012-03-02 10:15:46 -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
7d5de9ab73
Bug 733152 - add locale to telemetry metadata; r=taras
2012-03-05 19:36:47 -05:00
Nathan Froyd
11490bca0f
Bug 732970 - Fix thinko in persistent telemetry merge. r=taras
2012-03-05 11:59:57 -05:00
Brian R. Bondy
1010038cec
Bug 731901 - update.status telemetry ping is not reporting correctly. r=ehsan
2012-03-05 15:47:46 -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
Nathan Froyd
0c486a8bf9
Bug 719295 - Clean up telemetry JSObject construction. r=taras, f=luke
2012-02-15 14:01:53 -08:00
Nicholas Nethercote
503c2365f3
Bug 731890 - Convert the 12 "images" memory reporters to a single multi-reporter. r=jlebar.
2012-03-01 16:05:32 -08:00
Marco Bonardo
3f471dcb4a
Merge last green PGO from inbound to central
2012-03-01 14:27:31 +01:00