Kartikaya Gupta
|
2592b9c289
|
Bug 808772 - Adjust Android low-memory platform threshold to 512 MiB. r=blassey
|
2012-11-06 10:05:18 -05:00 |
|
Neil Rashbrook
|
8cdc6abc40
|
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg r=msucan
|
2012-11-03 10:59:29 +00:00 |
|
Ryan VanderMeulen
|
e3feaeecef
|
Backout 06b998c1100d (bug 664695) due to mochitest-other orange.
|
2012-11-02 17:12:22 -04:00 |
|
Neil Rashbrook
|
7464774f68
|
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg
|
2012-11-02 20:07:50 +00:00 |
|
Justin Lebar
|
c88446f4e6
|
Bug 807181 - Add a memory reporter for unique set size (USS), which we'll call "resident-unique". r=njn
Patch originally by Vivien Nicolas in bug 802110.
|
2012-10-31 21:03:30 -04:00 |
|
Justin Lebar
|
bfe409458b
|
Bug 805207 - Follow-up: Add guard so KillClearOnShutdown doesn't crash if we haven't ClearOnShutdown'ed any objects. r=me, landed on a CLOSED TREE
|
2012-10-31 15:19:18 -04:00 |
|
Kartikaya Gupta
|
81d461ccdf
|
Bug 801818 - Add an API to check if the platform is a low-memory one. r=bsmedberg, blassey
|
2012-10-31 14:59:55 -04:00 |
|
Justin Lebar
|
83dba1e9ca
|
Bug 805207 - Remove static destructor from ClearOnShutdown. r=bsmedberg
This prevents the assertion added in bug 803688 from firing when we do an unclean shutdown.
|
2012-10-31 13:30:35 -04:00 |
|
Kartikaya Gupta
|
80046997aa
|
Bug 806486 - Instead of setting/unsetting the umask which introduces potential race conditions, chmod the created files instead. r=glandium
|
2012-10-31 10:20:26 -04:00 |
|
Masayuki Nakano
|
8ecdaabd92
|
Bug 805357 part.2 Get rid of NS_SUCCESS_IME_NO_UPDATES since OnIMEFocusChange(false) is always called r=roc
|
2012-10-31 08:22:23 +09: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 |
|
Jacek Szpot
|
0b35b0e3d8
|
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
|
2012-10-26 15:32:10 +02:00 |
|
Ehsan Akhgari
|
7019ca781d
|
Bug 806209 followup - fix a stupid mistake; irc-r=BenWa
|
2012-10-29 14:18:14 -04:00 |
|
Ehsan Akhgari
|
c6c8d4cb2c
|
Bug 806209 - Prevent the Windows implementation of NS_StackWalk from accessing the stdio APIs in order to avoid deadlocks when profiling on Windows; r=BenWa
--HG--
extra : rebase_source : cb945d9d3cb162a1177029a6aa097af33f7c917b
|
2012-10-29 14:03:01 -04:00 |
|
Justin Lebar
|
4ec102980a
|
Bug 806239 - When we dump memory reports after minimizing memory usage, we shouldn't also dump the reports before minimizing. r=njn
|
2012-10-28 20:18:40 -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 |
|
Justin Lebar
|
4f11ea7287
|
Bug 800166 - Fire a low-memory notification when a B2G process is backgrounded. r=gwagner,bent
|
2012-10-22 15:40:19 -04:00 |
|
Brian Smith
|
125999d7c4
|
Bug 794510: Part 6 - Fixups needed to build on Windows and Android and Mac OS X debug, plus shorten comment to be less than 80 columns; r=ehsan
|
2012-10-18 15:55:48 -04:00 |
|
Bill McCloskey
|
e1b97bbdea
|
Bug 798678 - Add weakmap key preservation support to cycle collector (r=mccr8)
|
2012-10-17 18:22:46 -07:00 |
|
Mats Palmgren
|
19c0d5b8e0
|
Bug 802473 - Make NS_FAILED return 0 or 1 (false/true typed as bool for C++). Use branch prediction macros for NS_FAILED/NS_SUCCEEDED. r=ehsan,bsmedberg
|
2012-10-18 02:43:06 +02:00 |
|
Isaac Aggrey
|
61d7092334
|
Bug 794510: Part 3 - create NSPRFormatTime.h with temporarily undef'd NO_NSPR_10_SUPPORT for compatibility; r=ehsan
|
2012-10-11 13:16:29 -05:00 |
|
Justin Lebar
|
558a17cd05
|
Bug 801780 - Part 1: Escape quotes in memory reporter paths when dumping to JSON. r=njn
|
2012-10-17 10:44:31 -04:00 |
|
Nicholas Nethercote
|
c8cb13bace
|
Bug 802007 - Remove unneeded Mac-only memory reporters. r=jlebar.
|
2012-10-15 21:45:54 -07:00 |
|
Jacek Caban
|
de0989743e
|
Bug 801589 - Avoid redefining ERROR in ErrorList.h when wingdi.h is also included r=ehsan
|
2012-10-16 11:01:58 +02:00 |
|
Justin Lebar
|
a0b9824f59
|
Bug 800486 - Part 3: Minor fixups to MemoryInfoDumper.cpp. r=njn
|
2012-10-15 22:12:14 -04:00 |
|
Justin Lebar
|
37750d5c93
|
Bug 800486 - Part 2: Move signal-watching and memory-report-dumping code out of nsMemoryReporterManager and into a new file, MemoryInfoDumper. r=njn
|
2012-10-15 22:12:14 -04:00 |
|
Justin Lebar
|
9bea004650
|
Bug 800486 - Part 1: Dump a GC and CC log upon receiving SIGRTMIN + 2. r=mccr8,njn,cjones
|
2012-10-15 22:12:14 -04:00 |
|
Mark Hammond
|
d269de95a9
|
Bug 796526 - stop spewing errors re SysGetModuleInfo64 in debug builds. r=dbaron
|
2012-10-16 11:26:35 +11:00 |
|
Nicholas Nethercote
|
86183f976b
|
Bug 800187 (part 2) - Add a clarifying comment about memory reporter registration. r=bz.
--HG--
extra : rebase_source : 950d0a0bb9a6ffdea94b41ae16f62a407acff6d8
|
2012-10-11 21:05:42 -07:00 |
|
Nicholas Nethercote
|
b22a1b26a8
|
Bug 800703 - Rename the existing, Valgrind-based DMD as "DMDV". r=khuey.
--HG--
rename : xpcom/base/dmd.h => tools/dmdv/dmdv.h
|
2012-10-08 15:31:17 -07:00 |
|
Alexander Surkov
|
17a6ca819b
|
Bug 799909 - decomify Accessible::GetNameInternal, r=tbsaunde
|
2012-10-14 13:18:39 +09:00 |
|
Aryeh Gregor
|
b1731df87c
|
Bug 779473 - Make nsresult an enum class; r=ehsan
|
2012-08-02 11:55:58 +03:00 |
|
Kartikaya Gupta
|
0e35c8beb2
|
Bug 799686 - Make about:memory dump file readable on Android. r=njn
|
2012-10-13 08:54:49 -04:00 |
|
Trevor Saunders
|
3d3592cd63
|
bug 798595 - remove useless prmem.h includes r=ehsan
|
2012-10-04 02:14:06 -04:00 |
|
Gian-Carlo Pascutto
|
20ab557d2c
|
Bug 799228 - Clean up shellVersion and shellName and their users. r=blassey
|
2012-10-10 17:10:39 +02:00 |
|
Gian-Carlo Pascutto
|
ab3ddd15af
|
Bug 799228 - Send Android version as OS version for Telemetry. r=blassey
|
2012-10-10 17:10:39 +02:00 |
|
Ehsan Akhgari
|
e35352d6c5
|
Bug 795238 follow-up - #include Attributes.h which defines MOZ_HAVE_CXX11_ENUM_TYPE
|
2012-10-09 09:39:32 -04:00 |
|
Ehsan Akhgari
|
abe599d1c9
|
Bug 795238 - Make nsresult a uint32_t enum everywhere that C++11 typed enums are supported; r=Aryeh
|
2012-10-09 09:23:52 -04:00 |
|
Landry Breuil
|
e19994e1dd
|
Bug 788021 followup: cast PR_NOW() to int64_t to fix a build failure on OpenBSD. r=jlebar
|
2012-10-06 11:03:52 +02:00 |
|
Justin Lebar
|
d0141d9c09
|
Bug 797904 - Include app name in about:memory dump. r=njn,cjones
|
2012-10-05 17:54:54 -04:00 |
|
Nathan Froyd
|
5f8f36ca5f
|
Bug 796119 - part 2: don't #include prtypes.h in xpcom/ unless absolutely necessary; r=ehsan
"absolutely necessary" in this context means "needs PRUnichar", which is
the reason that nsString.h now #includes prtypes.h.
|
2012-10-01 17:01:01 -04:00 |
|
Ehsan Akhgari
|
bdd40e5c18
|
Backout changeset 9e38c5518605, fc59bd8d49ba, d0ba1abde985, and acf91f25f228 (bugs 796119, 796279, and 797106) because of broken reftests on 64-bit platforms
|
2012-10-02 23:16:36 -04:00 |
|
Nathan Froyd
|
d66cf7dc03
|
Bug 796119 - part 2: don't #include prtypes.h in xpcom/ unless absolutely necessary; r=ehsan
"absolutely necessary" in this context means "needs PRUnichar", which is
the reason that nsString.h now #includes prtypes.h.
|
2012-10-01 17:01:01 -04:00 |
|
Justin Lebar
|
585808893d
|
Bug 788021 - Part 2: Add and implement nsIMemoryReporter::DumpMemoryReportsToFile. r=njn,cjones
|
2012-10-02 21:19:11 -04:00 |
|
Justin Lebar
|
cdb12cf4ea
|
Bug 788021 - Part 1: Add nsGZFileWriter. r=bsmedberg
|
2012-10-02 21:19:11 -04:00 |
|
Phil Ringnalda
|
e6a8ebd563
|
Back out 17b5b5dcd308, 04af81445c05, 15cc0aabab67 (bug 788021) and 2575a2f89d22 (bug 790417) for Linux crashes
|
2012-10-01 23:00:51 -07:00 |
|
Justin Lebar
|
3d882b3cc9
|
Bug 788021 - Part 2: Add and implement nsIMemoryReporter::DumpMemoryReportsToFile. r=njn,cjones
|
2012-10-02 00:11:42 -04:00 |
|
Justin Lebar
|
23117f00b1
|
Bug 788021 - Part 1: Add nsGZFileWriter. r=bsmedberg
|
2012-10-02 00:11:42 -04:00 |
|
Isaac Aggrey
|
65e8d33673
|
Bug 795507: Remove usage of PR_BEGIN_EXTERN_C and PR_END_EXTERN_C; r=ehsan
|
2012-09-30 21:10:22 -05:00 |
|
Daniel Holbert
|
303f22788e
|
Bug 793580 followup: Fix added comment to be C-style instead of C++-style, to fix build warning for .c files that include nsError.h. rs=Ms2ger (DONTBUILD because comment-only)
|
2012-09-28 12:34:54 -07:00 |
|