Nicholas Nethercote
|
5ee4d74504
|
Bug 826183 - DMD: clear reportedness data before running memory reporters and dumping. r=jlebar.
--HG--
extra : rebase_source : 3ea1c71eacdee712b2d1739a8e25cbf854ea0424
|
2013-01-06 13:34:39 -08:00 |
|
Masatoshi Kimura
|
b18db0e9e8
|
Bug 795433 - Use #define for nsresult values in C code. r=ehsan,glandium; feedback=njn
|
2013-01-05 12:55:22 +09:00 |
|
Mike Hommey
|
8fc314d759
|
Bug 826625 - Group rss/pss/vsize entries by filename in about:memory. r=jlebar
|
2013-01-04 22:02:26 +01:00 |
|
Rafael Ávila de Espíndola
|
5aadc5f221
|
Bug 826029 - Assertion in mozPoisonWriteMac due to Mac camera code trying to write a defaults file on exit | Assertion failure: ok, at ../../../xpcom/build/mozPoisonWriteMac.cpp:90. r=ehsan.
|
2013-01-04 10:27:41 -05:00 |
|
Nicholas Nethercote
|
3ee5b531ad
|
Bug 826553 - Add a memory reporter for the event listener manager's hash table. r=bz.
--HG--
extra : rebase_source : 72584fbf0b80c1e8d5451486ca2c46efebc93b44
|
2013-01-03 21:26:56 -08:00 |
|
Masatoshi Kimura
|
1d7f495207
|
Bug 826231 - Enable FAIL_ON_WARNINGS on MSVC in xpcom/tests. r=ehsan
|
2013-01-04 12:49:25 +09:00 |
|
Mohit Gahlot
|
3f72333525
|
Bug 818106 Fix: ScopedClose now considers errno EINTR.r=dhylands
|
2013-01-04 08:16:47 +05:30 |
|
Ehsan Akhgari
|
2cf729e283
|
Backed out changeset 66a7359f9be2 (bug 791546) because it broke the build
|
2013-01-03 18:36:16 -05:00 |
|
Michal Novotny
|
b06fe67e37
|
Bug 725993 - Remove ability to tell cache to STORE_ON_DISK_AS_FILE, r=bsmith
|
2013-01-04 00:30:48 +01:00 |
|
Shriram Kunchanapalli
|
bbed330a6b
|
Bug 791546: Removes nsCRT::strcmp(const PRUnichar* s) from nsCRT.h and replaces it occurrences with NS_strcmp; r=bsmedberg
|
2012-12-24 08:47:18 +05:30 |
|
Ehsan Akhgari
|
9ce02e8e83
|
Make gDebugLog obey the normal NSPR_LOG_MODULES rules, no bug, mailinglist-r=bsmedberg
|
2013-01-03 13:30:59 -05:00 |
|
Ed Morley
|
5f21a07fa8
|
Backout bfeb3bc3da4e (bug 826029) for WINNT xpcshell failures
|
2013-01-03 10:17:14 +00:00 |
|
Rafael Ávila de Espíndola
|
c60ed397cc
|
Bug 826029 - Assertion in mozPoisonWriteMac due to Mac camera code trying to write a defaults file on exit | Assertion failure: ok, at ../../../xpcom/build/mozPoisonWriteMac.cpp:90. r=ehsan.
--HG--
extra : rebase_source : 511835e6d24a0b58b5c9eb684b258456b7a7019e
|
2013-01-02 21:04:10 -05:00 |
|
Masatoshi Kimura
|
b5e27745c8
|
Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted
|
2013-01-03 00:56:38 +09:00 |
|
Nicholas Nethercote
|
acc80a9abd
|
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 |
|
Trevor Saunders
|
e3b2aa92a5
|
bug 822717 - remove checks for old gcc r=glandium
|
2012-12-18 13:22:28 -05:00 |
|
Nicholas Nethercote
|
884ca45414
|
Bug 819819 (part 1) - Remove DMDV. r=khuey.
--HG--
extra : rebase_source : af193a276409e33f0099d256cdfcd0f11917ea25
|
2012-12-20 23:03:50 -08:00 |
|
Boris Zbarsky
|
a65b5ab129
|
Bug 820909. Make LowerCaseEqualsASCII and LowerCaseEqualsLiteral actually do ASCII-case-insensitive matching instead of doing odd things with KELVIN SIGN and LATIN CAPITAL LETTER I WITH DOT ABOVE. r=bsmedberg, sr=dbaron
|
2012-12-26 13:42:39 -08:00 |
|
Andrew McCreight
|
70f90d1845
|
Bug 823226 - Add environment variables for controlling cycle collector logging. r=smaug
|
2012-12-19 14:35:50 -08:00 |
|
Rafael Ávila de Espíndola
|
77c65dbe2d
|
Bug 822825 - Java plugin hits mozPoisonWriteMac ValidWriteAssert assertion on shutdown. r=BenWa.
|
2012-12-25 19:27:01 -05:00 |
|
Nicholas Nethercote
|
df43bc1128
|
Bug 824397 - Use NS_ENSURE_{TRUE,FALSE,SUCCESS}_VOID(foo) instead of NS_ENSURE_{TRUE,FALSE,SUCCESS}(foo, ). r=derf.
|
2012-12-23 20:45:57 -08:00 |
|
Justin Lebar
|
6007d234f5
|
Bug 824395 - Report used stacks separately from unused stacks. r=njn
|
2012-12-23 21:48:03 -05:00 |
|
Trevor Saunders
|
0022204582
|
bug 820182 - remove nsISupportsArray::ElementAt() r=ehsan
|
2012-12-11 11:16:42 -05:00 |
|
Trevor Saunders
|
dac1a94de6
|
bug 819936 - remove NS_NewArrayEnumerator overload for nsISupportsArray r=bz, bsmedberg
|
2012-12-09 05:04:21 -05:00 |
|
Neil Rashbrook
|
b87325632b
|
Bug 818861 Shouldn't allow promising a flat string from a flat string r=dbaron
|
2012-12-22 20:40:37 +00:00 |
|
Honza Bambas
|
6c23719453
|
Bug 765215 - Firefox 13 hangs on resuming from sleep, introduced wake up adjust for QueryPerformanceCounter, r=ehsan
|
2012-12-22 15:46:14 +01:00 |
|
Mark Banner
|
c4505906c6
|
Bug 823940 Remove unused nsAutoVoidArray, and cleanup nsVoidArray's support for it. r=bsmedberg.
|
2012-12-22 09:00:15 +00:00 |
|
Ehsan Akhgari
|
06ec3157b0
|
Merge mozilla-central into mozilla-inbound
|
2012-12-21 12:47:56 -05:00 |
|
Mike Hommey
|
f1dc106e2a
|
Bug 822004 - Call setlocale from nsNativeCharsetConverter::LazyInit if it is called before xpcom initialization. r=bsmedberg
|
2012-12-21 17:33:30 +01:00 |
|
Neil Rashbrook
|
7ede8e093a
|
Bug 493711 Part 1b: remove transitive nsVoidArray dependence through nsCOMArray r=sicking
|
2012-12-21 10:09:50 +00:00 |
|
Ed Morley
|
33a812216e
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-12-20 21:05:33 +00:00 |
|
Neil Rashbrook
|
9708d4f1a2
|
Bug 493711 Part 1: switch nsCOMArray from nsVoidArray to nsTArray r=sicking
|
2012-12-19 21:33:54 +00:00 |
|
Nicholas Nethercote
|
6c71e7b725
|
Bug 822148 (part 3) - DMD: Rename |LiveBlock| as |Block|. r=jlebar.
--HG--
extra : rebase_source : 65ccba830ca872fd28a410122ebf65c12cbf6377
|
2012-12-17 19:56:51 -08:00 |
|
Nicholas Nethercote
|
1cf85ccdfe
|
Bug 822148 (part 2) - DMD: Treat twice-reported blocks more like other blocks. r=jlebar.
--HG--
extra : rebase_source : 345123de945a3c26ec6ca88a599b45efddc4209e
|
2012-12-17 19:40:07 -08:00 |
|
Nicholas Nethercote
|
fee348194d
|
Bug 822148 (part 1) - DMD: remove reporter names from output because they're redundant. r=jlebar.
--HG--
extra : rebase_source : c9bf57dbd3612719ba60951cb14988ec38b392f0
|
2012-12-16 16:56:04 -08:00 |
|
Justin Lebar
|
72d9ee54dc
|
Bug 819791 - Part 11: Make nsTArray and friends' copy constructors explicit. r=bz
|
2012-12-18 20:16:07 -05:00 |
|
Justin Lebar
|
7bef45ba1a
|
Bug 819791 - Part 3: Make typeof nsTArray == typeof InfallibleTArray. r=bz
Also make typeof nsAutoTArray == typeof AutoInfallibleTArray and switch
files to using nsTArrayForwardDeclare.h.
|
2012-12-18 20:16:06 -05:00 |
|
Justin Lebar
|
900c0a0310
|
Bug 819791 - Part 1: Remove nsTArrayDefaultAllocator, replacing it unconditionally with nsTArrayInfallibleAllocator. r=bz
|
2012-12-18 20:16:06 -05:00 |
|
Boris Zbarsky
|
b510abf604
|
Bug 819523 part 1. Make it possible to use the various-allocator nsTArrays interchangeably as long as you're working with const objects. r=jlebar
|
2012-12-18 20:16:05 -05:00 |
|
Andrew McCreight
|
99c44b89c2
|
Bug 731853 - Add way to easily log CC with AllTraces at shutdown. r=smaug
|
2012-09-28 10:11:33 -07: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 |
|
Trevor Saunders
|
4c3855e446
|
bug 820182 - remove nsISupportsArray::ElementAt() uses r=ehsan
|
2012-12-11 11:16:42 -05:00 |
|
Trevor Saunders
|
f8c71d8f54
|
bug 819215 - make NS_IMPL_CYCLE_COLLECTION_XXXCLASS unnecessary r=smaug, mccr8
|
2012-12-08 00:08:37 -05:00 |
|
Jeff Walden
|
7146c23e80
|
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 |
|
Ehsan Akhgari
|
478200ac05
|
Merge mozilla-central into mozilla-inbound
|
2012-12-15 10:37:42 -05:00 |
|
Olli Pettay
|
893f6388f7
|
Bug 818739, don't run CC during shutdown, r=mccr8
|
2012-12-14 20:41:11 +02:00 |
|
Ed Morley
|
5728642a43
|
Merge mozilla-central to mozilla-inbound
|
2012-12-21 11:41:08 +00:00 |
|
Marco Bonardo
|
1c2790c99e
|
Bug 821628 - xptcstubs_x86_64_darwin is wrongly converting some bool params
r=bsmedberg
|
2012-12-20 23:44:40 +01:00 |
|
Gabriele Svelto
|
c95ca6c01f
|
Bug 814771 - Add a cancelable runnable and use it to cancel a pending memory minimization procedure when an application is brought to the foreground r=jlebar
|
2012-12-11 19:13:29 +01:00 |
|
Nicholas Nethercote
|
7fe17b1ddf
|
Bug 819772 - Add a memory reporter for DMD's data. r=jlebar.
--HG--
extra : rebase_source : d85f4f08b3c0ec5e81bde9caa63699e60a303b33
|
2012-12-11 13:54:11 -08:00 |
|