Benoit Girard
|
fc10a7cfe4
|
Bug 851611 - Part 3: Rename headers. r=jrmuizel
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 6ea7c660764a4390cdd8dd91561fff1d7bad6035
|
2013-03-18 15:25:50 +01:00 |
|
Benoit Girard
|
9d12529d78
|
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
--HG--
extra : rebase_source : f76accc3d3dd86c75cb3e9750734f23ec9c29941
|
2013-03-16 00:47:02 -04:00 |
|
Ed Morley
|
b2109c458f
|
Backed out changeset c75481a07302 (bug 851611)
|
2013-03-18 14:10:35 +00:00 |
|
Ed Morley
|
2b1775b4e9
|
Backed out changeset d195190adc48 (bug 851611)
--HG--
rename : tools/profiler/GeckoProfiler.h => tools/profiler/sampler.h
rename : tools/profiler/GeckoProfilerImpl.h => tools/profiler/sps_sampler.h
|
2013-03-18 14:10:30 +00:00 |
|
Benoit Girard
|
664cf994b4
|
Bug 851611 - Part 3: Rename headers. r=jrmuizel
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 552fe1d3ff61d15b264aaf86f7c8cb4f4eff69d1
|
2013-03-18 14:41:02 +01:00 |
|
Benoit Girard
|
c4c6a0ddf5
|
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
--HG--
extra : rebase_source : 3032aaf7e50cdf9c350da688ec34e50a695fc7ca
|
2013-03-16 00:47:02 -04:00 |
|
Rafael Ávila de Espíndola
|
a6fbf73aff
|
Bug 848036 - Move poisoning after NS_XPCOM_SHUTDOWN_LOADERS_OBSERVER_ID. r=BenWa.
--HG--
extra : rebase_source : 06f7625a901f1b69b5850ae76c9ff24e99081173
|
2013-03-06 16:04:58 -05:00 |
|
Rafael Ávila de Espíndola
|
3dfb377a53
|
Bug 841145 - use MOZ_SHUTDOWN_CHECKS to control what we do with late writes. r=vladan.
|
2013-02-15 08:08:19 -05:00 |
|
Rafael Ávila de Espíndola
|
5308cd3d2a
|
Bug 840758 - Get the profile directory earlier. r=BenWa.
|
2013-02-13 13:53:21 -05:00 |
|
Rafael Ávila de Espíndola
|
4f71ab18da
|
Revert fa1f52704c9e. r=bustage.
--HG--
extra : rebase_source : 0902425782990758102c17fbfb6918b36aba39af
|
2013-02-13 08:54:32 -05:00 |
|
Rafael Ávila de Espíndola
|
5dc1ccd3a0
|
Bug 840758 - Get the profile directory earlier. r=BenWa.
|
2013-02-13 08:08:40 -05:00 |
|
Rafael Ávila de Espíndola
|
27cb203a7b
|
Bug 834945 - GC triggers a late DB write during shutdown. r=vladan.
|
2013-02-06 16:45:38 -05:00 |
|
Rafael Ávila de Espíndola
|
7752553314
|
Bug 821534 - move mozilla::PoisonWrite one line earlier. r=ehsan.
|
2012-12-17 10:13:36 -05:00 |
|
Benoit Girard
|
8a54bbfbe8
|
Bug 799640 - Part 3: Add shutdown labels. r=espindola
|
2012-11-30 12:49:47 -05:00 |
|
Ehsan Akhgari
|
5bba464e0a
|
Backed out 3 changesets (bug 799640) on the suspicion of regressing Tp5 by 50%
Backed out changeset 133c704dbcc6 (bug 799640)
Backed out changeset b130bb991d84 (bug 799640)
Backed out changeset e47b059493cf (bug 799640)
|
2012-11-30 16:05:13 -05:00 |
|
Benoit Girard
|
10dbaf8c1e
|
Bug 799640 - Part 3: Add shutdown labels. r=espindola
|
2012-11-30 12:49:47 -05:00 |
|
Kartikaya Gupta
|
eaf1ecb30a
|
Bug 806473 - Expose MemoryInfoDumper methods via a nsIMemoryInfoDumper service. r=jlebar
--HG--
rename : xpcom/base/MemoryInfoDumper.h => xpcom/base/nsIMemoryInfoDumper.idl
rename : xpcom/base/MemoryInfoDumper.cpp => xpcom/base/nsMemoryInfoDumper.cpp
|
2012-10-29 20:41:14 -04:00 |
|
Justin Lebar
|
9cc8a76bf7
|
Bug 799595 - Add nsIMessageLoop::PostIdleTask and use it to take screenshots. r=cjones
|
2012-10-25 11:36:24 -04:00 |
|
Mike Hommey
|
cbb20704b2
|
Bug 797717 - Initialize SPS in NS_InitXPCOM2 to make JS sampling work in xpcshell. r=benwa
|
2012-10-06 10:37:45 +02:00 |
|
Chris Pearce
|
4afda51dd1
|
Bug 785662 - Add NS_OpenAnonymousTemporaryFile(), and use it in nsMediaCache::Init(). r=roc
--HG--
rename : xpcom/io/nsMediaCacheRemover.cpp => xpcom/io/nsAnonymousTemporaryFile.cpp
|
2012-09-25 12:50:30 +12:00 |
|
Ed Morley
|
9f14ce22ba
|
Backout 9d9d8bf66243 (bug 785662) for mochitest-other leaks on Windows
|
2012-09-25 13:46:25 +01:00 |
|
Chris Pearce
|
76b593e69b
|
Bug 785662 - Add NS_OpenAnonymousTemporaryFile(), and use it in nsMediaCache::Init(). r=roc
--HG--
rename : xpcom/io/nsMediaCacheRemover.cpp => xpcom/io/nsAnonymousTemporaryFile.cpp
|
2012-09-25 12:50:30 +12:00 |
|
Ehsan Akhgari
|
b5c39afb4e
|
Bug 792502 - Kill the FunctionTimer code; r=vlad
|
2012-09-19 16:59:38 -04:00 |
|
Aryeh Gregor
|
689e42fd63
|
Bug 783869 part 3 - Make nsDirectoryService::RealInit infallible; r=bsmedberg
|
2012-08-21 15:02:37 +03:00 |
|
Vladan Djeric
|
b37b90faa3
|
Bug 778671: Fix two crashes in Telemetry. r=espindola
|
2012-08-31 15:20:20 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Honza Bambas
|
ca18892306
|
Bug 765158 - Remove naming of main thread, conflicts with process name on Linux, r=bsmedberg
|
2012-07-11 20:20:17 +02:00 |
|
Ryan VanderMeulen
|
89aff4650d
|
Backout 2838ba825479, 991404facac2, 7f6e22f10b99, 30a4e0cf7130, ad2c42efbe57, and 1f07f04ec01d (Bug 760067, Bug 767096, Bug 765158, Bug 729182) due to xpcshell orange.
|
2012-07-10 19:21:54 -04:00 |
|
Honza Bambas
|
8e5ef0a787
|
Bug 765158 - Remove naming of main thread, conflicts with process name on Linux, r=bsmedberg
|
2012-07-10 23:49:18 +02:00 |
|
Rafael Ávila de Espíndola
|
c60b1db79c
|
Bug 732173 - poison write during shutdown in a debug build. r=ted.
With this patch we now patch the write functions during shutdown in a debug
build and abort if a non white listed write is found.
|
2012-07-03 09:15:34 -04:00 |
|
Honza Bambas
|
4ef538c86b
|
Bug 729182 - Implement visual event tracer, part1 - the core, r=benjamin+ehsan
|
2012-06-12 19:06:21 +02:00 |
|
Honza Bambas
|
41779e1714
|
Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium
|
2012-06-12 19:06:20 +02:00 |
|
Geoff Lankow
|
00f3a215c9
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Justin Lebar
|
13b09b8b45
|
Bug 741540 - Add AvailableMemoryTracker's hooks before any threads have started up. r=bsmedberg
--HG--
extra : rebase_source : 5135df39b3ae022e75f8651b2e10a378edbae158
|
2012-04-09 13:53:08 -04:00 |
|
Justin Lebar
|
cfd962c1c6
|
Bug 716523 - ClearOnShutdown() should assert if called after XPCOM shutdown. r=bsmedberg
--HG--
extra : rebase_source : 7b25ac2044f1ecf88ca44aa48447cbfe1fc807cd
|
2012-01-26 15:54:03 -05:00 |
|
Nicholas Nethercote
|
b75befa8ee
|
Bug 715770 (part 3) - Remove nsRecyclingAllocator. r=bsmedberg.
|
2012-01-17 17:29:52 -08:00 |
|
Makoto Kato
|
5223eea77b
|
Bug 710112 - cleanup xpcom/io for windows (reduce LoadLibrary/PR_LoadLibrary). r=jimm
|
2012-01-16 10:54:20 +09:00 |
|
Benjamin Smedberg
|
3ac4562dad
|
Bug 675221 part B - remove the implementation of XPCOM proxies, sr=dougt
|
2012-01-11 11:28:21 -05:00 |
|
Vladan Djeric
|
26752830cb
|
Bug 708962 - Start Telemetry service at application start to avoid deadlock from GetService spinning event loop. r=benjamin
|
2012-01-10 15:29:58 -05:00 |
|
Justin Lebar
|
533924a0b0
|
Bug 670967 - Part 2: Wrap VirtualAlloc and friends, firing a low-memory notification if we notice that we're running low on virtual or physical memory after the wrapped function completes. r=bsmedberg
--HG--
extra : rebase_source : 95e8f6c1bd89991ff04b031795fb2b2c2d750849
|
2011-12-15 14:48:38 -05:00 |
|
Benjamin Smedberg
|
8b8a2194c9
|
Bug 429592 - Add a monitor thread for process hangs and crash by default if a chrome process doesn't end up back in the event loop for more than 30 seconds. By default this affects non-debug builds only. r=cjones/bent
--HG--
extra : rebase_source : 338bad7e999d5a3c928a7b24965461fc0ff06a19
|
2011-10-12 13:52:26 -04:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Justin Lebar
|
702c021819
|
Bug 674290 - Expose contents of /proc/self/maps and smaps in about:memory. r=njn
--HG--
extra : rebase_source : 3bbe2f926ba3b0c46a122d51b027a5a6283ae2b0
|
2011-08-05 18:22:11 -04:00 |
|
Matt Brubeck
|
ef44922f52
|
Back out 6cd3556fc807 (bug 674290) because of unittest leaks
|
2011-09-06 20:42:09 -07:00 |
|
Justin Lebar
|
5315b70bee
|
Bug 674290 - Expose contents of /proc/self/maps and smaps in about:memory. r=njn
|
2011-08-05 18:22:11 -04:00 |
|
Ted Mielczarek
|
e9454f8e7a
|
bug 676589 - configure and xpcom changes for targeting iOS. r=khuey
|
2010-04-27 08:57:34 -04:00 |
|
Mike Hommey
|
cb537f7367
|
Bug 671564 - Initialize NS_XPCOM_LIBRARY_FILE from NS_GRE_DIR. r=bsmedberg
|
2011-07-21 09:57:07 +02:00 |
|
Matheus Kerschbaum
|
55aebc79d4
|
Bug 579571 - Remove --enable-timeline support. r=tglek
|
2011-07-17 12:07:42 +02:00 |
|