Nicholas Nethercote
7c30d7630e
Bug 850523 (part 1) - Add a "js-main-runtime-temporary-peak" memory reporter. r=wmccloskey,jlebar.
...
--HG--
extra : rebase_source : d183213c48b9d07fb62fce830998bcb8bb044f47
2013-03-06 20:40:36 -08:00
Gregory Szorc
70f019c2a7
Bug 845127 - Record Telemetry for wire size of Bagheera documents; r=rnewman
2013-03-13 10:14:41 -07:00
Patrick McManus
191e37d2aa
bug 848360 - telemetry for ssl ratios of http transactions and page loads r=jduell
2013-03-07 16:52:52 -05:00
Aaron Klotz
4e85719bce
Bug 810454: Adds A/B test for preloading cookie db r=ehsan
2013-03-06 12:54:44 -07:00
Ryan VanderMeulen
1ce2c3fc86
Backed out 5 changesets (bug 790732) for talos-other hangs/crashes on a CLOSED TREE.
2013-03-05 15:44:15 -05:00
Bobby Holley
cf88b2614c
Bug 790732 - Remove Components warning and Telemetry. r=mrbkap
2013-03-05 10:01:59 -08:00
Sunny
7547ef4321
Bug 817381 - Add sThreadCount and sTelemetryMaxThreadCount to count the number of maximum concurrent threads in a download session and implemented Telemetry for the same. r=biesi
2013-03-04 22:40:11 -05:00
Boris Zbarsky
0541700ad3
Bug 827158 part 6. Add a telemetry ping for object/embed callability actually working. r=bsmedberg
2013-03-04 14:08:23 -05:00
Henri Sivonen
67ec77499c
Bug 843508 - Remove support for multipart XHR responses. r=jst.
2013-03-04 11:06:15 +02:00
John Daggett
0f0f1ebcfe
Bug 846215 - separate content and chrome word cache metrics. r=taras
2013-03-04 15:57:08 +09:00
Henri Sivonen
cdd62eee52
Bug 840476 - Add telemetry probe for character encoding override situation. r=smaug.
2013-02-28 10:44:57 +02:00
Gregory Szorc
424515f266
Bug 841244 - More Telemetry probes for Firefox Health Report. r=rnewman,gps,vladan
2013-02-18 12:45:53 -08:00
Alfred Kayser
7640303f6f
Bug 405407 - Merge nsDiskCacheStreamIO and nsDiskCacheStreamOutput (v10). r=michal.novotny
2013-02-16 15:50:09 +01:00
Nathan Froyd
be46b694b8
Bug 837271 - part 3 - flag histograms as OK for extended statistics computation in Histograms.json; r=vladan
2013-02-13 12:55:21 -05:00
Matthew Noorenberghe
b12b548d2b
Bug 583175 - Add a security delay to popup notifications. r=gavin,dolske ui-r=shorlander
...
--HG--
extra : rebase_source : dbbf7551e3aa502a5d2a4fa5384d161a5f05671a
2012-10-26 15:15:31 -07:00
Aaron Klotz
5ab4d199fd
Bug 833560 - Part 2: Add timings to Plugin Hang UI telemetry. r=vdjeric
2013-02-12 15:05:39 -05:00
Avi Halachmi
c414b438fb
Bug 828097: Add telemetry probes for tab animation smoothness. r=felipc,vdjeric
2013-02-08 01:55:39 +02:00
Gregory Szorc
7968a67e7d
Merge mozilla-central into services-central
...
--HG--
rename : content/media/webaudio/AudioEventTimeline.h => content/media/AudioEventTimeline.h
2013-02-05 22:40:34 -08:00
Gregory Szorc
ec5ad209db
Bug 828720 - Telemetry probes for Firefox Health Report; r=rnewman, f=vladan
2013-02-01 13:28:02 -08:00
Ehsan Akhgari
84c4ac3c75
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
David Rajchenbach-Teller
84fbd821c3
Bug 836912 - Measure Jank in Session Restore collection and serialization. r=ttaubert
2013-02-05 11:40:48 -05:00
Bill McCloskey
8544cb4e1d
Bug 751618 - Add js/GCAPI.h (r=terrence)
2013-01-27 12:35:12 -08:00
Justin Lebar
d57c6b2de7
Bug 833629 - Rebucket memory telemetry histograms. r=njn
2013-01-22 21:10:49 -05:00
Ryan VanderMeulen
96b55dfae9
Backed out changesets 50f4ba15a3c7 and cafa8ba33704 (bug 796388) for mochitest-2 orange.
2013-01-29 16:38:37 -05:00
Nathan Froyd
bf2034ca46
Bug 796388 - part 2 - delete MOZ_SQLITE histogram definitions; r=taras
2013-01-29 15:04:20 -05:00
David Rajchenbach-Teller
dd4235ccf1
Bug 828228 - Measure nsSearchService init with Telemetry. r=gavin
2013-01-16 18:03:05 -05:00
Aaron Klotz
d826938329
Bug 805591 - Win32 implementation of the Plugin Hang UI r=bsmedberg,bbondy
2013-01-04 17:59:05 -05:00
Ehsan Akhgari
c962137cc8
Backed out changeset a6acebd9c9d5 (bug 805591) because of build failures
2013-01-03 22:55:45 -05:00
Aaron Klotz
192737bef9
Bug 805591 - Win32 implementation of the Plugin Hang UI. r=bsmedberg,bbondy
2013-01-03 22:24:07 -05:00
Justin Lebar
bd6f330cbc
Bug 825519 - Add telemetry for the max number of times any one image was decoded. r=joe
2013-01-03 16:06:08 -05:00
Michal Novotny
8d5d0ae780
Bug 824484 - Fix race condition between stream wrapper destructor and nsCacheService::CloseAllStreams(), r=hurley
2013-01-03 20:24:27 +01:00
Ehsan Akhgari
fef43d061f
Backed out changeset 3d51d7f54e5d (bug 825519) because of build failures
2013-01-03 13:28:18 -05:00
Justin Lebar
21a56e1f99
Bug 825519 - Add telemetry for the max number of times any one image was decoded. r=joe
2013-01-03 12:52:58 -05:00
Camilo Viecco
6214e6e508
Bug 799267 - AuthCertificate Telemetry (measuring first auth, pkix and classic) r=bsmith
2013-01-02 08:14:07 -08:00
Andrew McCreight
dac46e438c
Bug 821371, part 2 - Log time taken for cycle collector prep. r=smaug
2012-12-31 15:55:07 -05:00
Vladan Djeric
7d9eee1768
Bug 807021: Move LocalStorage writess off the main thread. r=smaug,mayhemer
2012-12-23 16:01:01 -05:00
David Rajchenbach-Teller
dbb7f17c4f
Bug 532150 - Don't read and write the session file off the main thread. r=Felipe
2012-12-19 20:04:26 -05:00
Ed Morley
3f8181b204
Backout 851fd44eeb42 (bug 799267) for leaks on a CLOSED TREE
2012-12-19 22:07:04 +00:00
Camilo Viecco
41c2b856f2
Bug 799267 - Telemetry for Cert Verification (PKIX and classic) in SSLServerCertVerification r=bsmith
2012-12-19 13:05:43 -08:00
Ehsan Akhgari
e46027a5e7
Backed out 2 changesets (bug 532150) for test failure
...
Backed out changeset 57bbbda0dedd (bug 532150)
Backed out changeset 5cab33f5bfbd (bug 532150)
2012-12-15 12:08:04 -05:00
David Rajchenbach-Teller
aa1b9ce194
Bug 532150 - Reading and writing session file off the main thread; r=felipe
...
--HG--
extra : rebase_source : f9ceb62680c932621b876a39f007e74a4f4e4c40
2012-12-15 10:44:07 -05:00
Michal Novotny
80df1b7aa4
Bug 808997 - Explicitly close all output and input streams of all active cache entries during shutdown, r=hurley
2012-12-14 18:03:01 +01:00
Nathan Froyd
a7a17cdb0e
Bug 789975 - gather telemetry on how long memory reporters take during telemetry; r=vdjeric
2012-12-07 18:46:38 -05:00
Bellindira Castillo [:bellindira]
adaf7b8ea9
Bug 790752 - Investigate more comprehensive measures of tab switching speed that includes event handler responsiveness. r=gavin
2012-11-28 22:56:56 -06:00
Nicholas Nethercote
322aa9d5e1
Bug 815829 - Add MEMORY_VSIZE to telemetry. r=jlebar.
...
--HG--
extra : rebase_source : af1360715d77f262aeebc792c4314fe451a4b1a6
2012-11-28 14:20:50 -08:00
Nagarjuna Varma
dbb5d05c4c
Bug 810149: Telemetry to track time spent recursively scanning addon directories on startup. r=vdjeric
2012-11-26 18:04:47 -05:00
Patrick McManus
7099237ca8
bug 807435 telemetry for ssl handshake time r=bsmith r=honzab
2012-11-22 15:36:59 -05:00
Patrick McManus
eb3911c98d
bug 807435 - telemetry for ssl key exchange algorithm r=bsmith r=honzab
2012-11-22 11:43:27 -05:00
Patrick McManus
ef5cec2956
bug 807435 - telemetry for ocsp success/failure and elapsed time r=bsmith r=honzab
2012-11-22 11:43:27 -05:00
Patrick McManus
380fde7b17
bug 807435 telemetry for server TLS NPN support r=bsmith r=honzab
2012-11-22 11:43:27 -05:00
Patrick McManus
1abfc63665
bug 807435 telemetry for ssl version used r=honzab r=bsmith
2012-11-22 11:43:27 -05:00
David Rajchenbach-Teller
ac268bc69c
Bug 808557 - Telemetry to measure the impact of UIC_startSearch synchronous query. r=mak
2012-11-20 20:28:34 -05:00
Josh Aas
42248bb3de
Back out fix for bug 405407 due to regressions.
2012-11-19 18:02:21 -05:00
Alexander Surkov
7a6ab7eb9d
Bug 811729 - remove XForms a11y support, r=tbsaunde
2012-11-16 01:43:41 +09:00
Jeff Muizelaar
20d1de1575
Bug 811461. Switch IMAGE_DECODE_LATENCY to microseconds. r=taras
...
Currently this is recording in ms when we expect all of the values to be <5ms
I believe this was just a typo.
--HG--
extra : rebase_source : ed71dc9bd7dc9ef0903e2e84152b44ba13d97adf
2012-11-13 15:38:54 -08:00
Bobby Holley
42c232e7e3
Bug 808457 - Add Telemetry for Components.lookupMethod and Components.interfaces. r=mrbkap
2012-11-07 08:28:35 -08:00
Kartikaya Gupta
7d19265736
Bug 808003 - Follow-up for 4f5f601bc741; update the range on the FENNEC_TAB_ZOMBIFIED histogram as well. r=gcp
2012-11-07 10:09:35 -05:00
Kartikaya Gupta
d974f62ce4
Bug 808003 - Add a few telemetry probes to help tune tab zombification parameters. r=gcp, mfinkle
2012-11-07 10:00:48 -05:00
Vladan Djeric
f3f30fb87c
Bug 808268 - Report % of dirty keys in a scope during a flush. r=taras
2012-11-05 15:49:38 -05:00
Nick Hurley
4258db2f82
Bug 699951 - add a memory reporter for heap usage by the disk cache. r=michal
2012-11-05 10:22:33 -08:00
Wes Johnston
9376ac9e48
Bug 807872 - Follow up to address description comment. r=gcp
2012-11-02 17:52:42 -07:00
Wes Johnston
8ff1353b52
Bug 807872 - Add telemetry probes for database seizes. r=gcp
2012-11-02 17:44:20 -07:00
Graeme McCutcheon
968f4f7f52
Bug 724513 - Part 3 - Add telemetry for the invalid disk cache situation. r=taras
2012-10-11 09:50:41 +01:00
Ehsan Akhgari
726e2ece89
Backed out 3 changesets (bug 724513) for a 20-30% Ts regression across the board
...
Backed out changeset 006eb98e9d6f (bug 724513)
Backed out changeset f418d97d12ac (bug 724513)
Backed out changeset 1baac3f2334c (bug 724513)
--HG--
extra : rebase_source : e361496807916c968524446d32d3eb1d6af346eb
2012-10-31 11:28:21 -04:00
Graeme McCutcheon
b835130142
Bug 724513 - Part 3 - Add telemetry for the invalid disk cache situation. r=taras
2012-10-11 09:50:41 +01:00
Patrick McManus
d72702ebef
bug 805457 telemetry for proxy and websocket connections r=jduell
2012-10-27 15:24:19 -04:00
Patrick McManus
0b9e7aa8bb
bug 797964 remove spdy ping experiment and change default to 58s r=honzab
2012-10-25 14:20:08 -04:00
Vladan Djeric
2b6792d402
Bug 802920: Gather additional Telemetry on performance of LocalStorage operations. r=taras
2012-10-23 15:37:13 -04:00
Jeff Muizelaar
538087de5f
Bug 800031. Include paint time int tab switch telemetry. r=ehsan,dao,bjcaob
...
This adds a new FX_TAB_SWITCH_TOTAL_MS that should more accurately represent
the user experience of tab switch time than FX_TAB_SWITCH_UPDATE_MS.
FX_TAB_SWITCH_UPDATE_MS is being kept because it gives a good indication of how
much time is being spent in the front end parts vs the painting parts.
This works by measuring the time between beginTabSwitch() and the first call to
LayerManager::PostPresent().
2012-10-11 13:54:27 -04:00
Gian-Carlo Pascutto
7604d7e2a2
Bug 785960 - Add FENNEC_ prefix, and add Telmetry for "Don't keep activities". r=kats
2012-10-09 17:59:44 +02:00
Ed Morley
518e3c5e11
Bug 798419 - Fix incorrect spellings of success(ful) in test output; r=me
2012-10-05 17:48:15 +01:00
Bobby Holley
e86f6f47ba
Bug 795275 - Telemetry. r=mrbkap
2012-10-03 11:44:18 +02:00
Gian-Carlo Pascutto
7bb1204884
Bug 708812 - Telemetry probes for GeckoApp startup. r=blassey
2012-10-01 22:57:03 +02:00
Gian-Carlo Pascutto
5446892261
Bug 708812 - Add telemetry probes for Android startup. r=blassey
2012-10-01 22:57:00 +02:00
Phil Ringnalda
46daae9502
Back out 2d8822b9c0b5 and 56a268d63e01 (bug 708812) for Android ts red
2012-10-01 11:22:18 -07:00
Gian-Carlo Pascutto
b97b771232
Bug 708812 - Telemetry probes for GeckoApp startup. r=blassey
2012-10-01 17:15:28 +02:00
Gian-Carlo Pascutto
935c7fb808
Bug 708812 - Add telemetry probes for Android startup. r=blassey
2012-10-01 17:15:28 +02:00
Gian-Carlo Pascutto
d73cd66d41
Bug 794513 - Prefix Fennec-specific Telemetry with FENNEC_. r=dao
2012-10-01 15:32:48 +02:00
Gian-Carlo Pascutto
39372a213c
Bug 794513 - Add Telemetry for Awesomebar performance. r=margaret
2012-10-01 14:43:38 +02:00
Jim Mathies
aec5248766
Bug 795307 - Use telemetry to report touch enabled device stats. r=nfroyd
2012-09-29 11:39:23 -05:00
Margaret Leibovic
e513ca8572
Bug 790213 - Add telemetry probe for page load time. r=dao
2012-09-27 09:26:31 -07:00
Nathan Froyd
0c3766ea26
Bug 783054 - part 4: add success/fail histogram for reading saved ping files; r=taras
2012-09-25 13:48:57 -04:00
Andres Hernandez
a6f0e7e777
Bug 753127 - Add telemetry for the time spent updating UI in response to a tab switch. r=dao
2012-09-21 18:33:30 -06:00
Valentin Gosu
5fbd000e92
Bug 791088 - Add telemetry for Connection Manager transaction time. r=mcmanus
2012-09-19 20:24:58 -04:00
Michal Novotny
7fcf4220ce
Bug 723362 - Make an asynchronous variant of nsCacheEntryDescriptor::Doom, r=hurley
2012-09-17 23:31:46 +02:00
Nathan Froyd
226f85148a
Bug 788704 - add telemetry for enablePrivilege; r=bholley
2012-09-17 17:03:42 -04:00
Justin Lebar
0d335975b9
Bug 790615 - Add the MEMORY_RESIDENT telemetry histogram back. r=froydnj
2012-09-13 08:18:35 -04:00
Josh Aas
da1a55564c
Bug 405407: Merge nsDiskCacheStreamIO and nsDiskCacheStreamOutput. Patch originally by Alfred Kayser, updated by Josh Aas, final fix from Michal Novotny. r=michal
2012-09-06 10:10:08 -04:00
Brian R. Bondy
90a9fc66bb
Bug 787576 - Refine telemetry data for how much cache corruption reduction plan would help. r=michal
2012-09-04 15:05:19 -04:00
Nathan Froyd
098cfb0719
Bug 785959 - change several linear histograms to enumerated ones; r=taras
2012-08-27 14:05:57 -04:00
Nathan Froyd
ceca893f7b
Bug 785964 - NEWTAB_PAGE_PINNED_SITES_COUNT should be an enumerated histogram. r=ttaubert
2012-08-27 14:15:47 -04:00
Paul Adenot
cb645f930a
Bug 761393 - Add telemetry probes to guess the retention time. r=taras
2012-08-26 21:12:36 -07:00
Felipe Gomes
3394ae8e4c
Bug 782468. Basic telemetry for SocialAPI. r=froydnj,mixedpuppy
2012-08-24 17:24:52 -07:00
Nathan Froyd
befe254f2a
Bug 781531 - generate histogram information from JSON; r=taras
2012-08-24 15:54:55 -04:00