Nicholas Nethercote
|
4dc311a93d
|
Bug 825107 - Fix -Wint-to-pointer-cast warnings in nsTraceRefcntImpl.cpp. r=bsmedberg.
--HG--
extra : rebase_source : d0e2cdd3bd7caf3bf2e68d2210bd5dde040a798b
|
2013-01-03 13:53:51 -08:00 |
|
Nicholas Nethercote
|
37183ba801
|
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
|
266ca6f594
|
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
|
e7c51db4b1
|
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
|
ec9544d919
|
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
|
f0a2edb191
|
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
|
102c61e714
|
Bug 826231 - Enable FAIL_ON_WARNINGS on MSVC in xpcom/tests. r=ehsan
|
2013-01-04 12:49:25 +09:00 |
|
Mohit Gahlot
|
2690119f9a
|
Bug 818106 Fix: ScopedClose now considers errno EINTR.r=dhylands
|
2013-01-04 08:16:47 +05:30 |
|
Ehsan Akhgari
|
726d181e3b
|
Backed out changeset 66a7359f9be2 (bug 791546) because it broke the build
|
2013-01-03 18:36:16 -05:00 |
|
Michal Novotny
|
f75aab907e
|
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
|
2239414ab6
|
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
|
f057bc15c4
|
Make gDebugLog obey the normal NSPR_LOG_MODULES rules, no bug, mailinglist-r=bsmedberg
|
2013-01-03 13:30:59 -05:00 |
|
Ed Morley
|
f66f49f8b3
|
Backout bfeb3bc3da4e (bug 826029) for WINNT xpcshell failures
|
2013-01-03 10:17:14 +00:00 |
|
Rafael Ávila de Espíndola
|
2a00d70ca4
|
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
|
ecc812a3c0
|
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
|
b6939f2c42
|
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
|
6380733341
|
bug 822717 - remove checks for old gcc r=glandium
|
2012-12-18 13:22:28 -05:00 |
|
Nicholas Nethercote
|
0a2709a9bb
|
Bug 819819 (part 1) - Remove DMDV. r=khuey.
--HG--
extra : rebase_source : af193a276409e33f0099d256cdfcd0f11917ea25
|
2012-12-20 23:03:50 -08:00 |
|
Boris Zbarsky
|
335ab8feb3
|
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
|
8a45e557f3
|
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
|
8c0d5d6a31
|
Bug 822825 - Java plugin hits mozPoisonWriteMac ValidWriteAssert assertion on shutdown. r=BenWa.
|
2012-12-25 19:27:01 -05:00 |
|
Nicholas Nethercote
|
4a4db06c69
|
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
|
4667550ede
|
Bug 824395 - Report used stacks separately from unused stacks. r=njn
|
2012-12-23 21:48:03 -05:00 |
|
Trevor Saunders
|
5a6910346b
|
bug 820182 - remove nsISupportsArray::ElementAt() r=ehsan
|
2012-12-11 11:16:42 -05:00 |
|
Trevor Saunders
|
233e4ee152
|
bug 819936 - remove NS_NewArrayEnumerator overload for nsISupportsArray r=bz, bsmedberg
|
2012-12-09 05:04:21 -05:00 |
|
Neil Rashbrook
|
d8fe604ecd
|
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
|
039e2607fa
|
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
|
3be9e2e7fe
|
Bug 823940 Remove unused nsAutoVoidArray, and cleanup nsVoidArray's support for it. r=bsmedberg.
|
2012-12-22 09:00:15 +00:00 |
|
Ehsan Akhgari
|
776db4b920
|
Merge mozilla-central into mozilla-inbound
|
2012-12-21 12:47:56 -05:00 |
|
Mike Hommey
|
41e4643a41
|
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
|
67afb6083f
|
Bug 493711 Part 1b: remove transitive nsVoidArray dependence through nsCOMArray r=sicking
|
2012-12-21 10:09:50 +00:00 |
|
Ed Morley
|
664839a742
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-12-20 21:05:33 +00:00 |
|
Neil Rashbrook
|
5900189500
|
Bug 493711 Part 1: switch nsCOMArray from nsVoidArray to nsTArray r=sicking
|
2012-12-19 21:33:54 +00:00 |
|
Nicholas Nethercote
|
37005fd521
|
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
|
d1985a03e0
|
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
|
0d26120cb5
|
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
|
ab80699fba
|
Bug 819791 - Part 11: Make nsTArray and friends' copy constructors explicit. r=bz
|
2012-12-18 20:16:07 -05:00 |
|
Justin Lebar
|
bf499cd1c4
|
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
|
1a1d824efe
|
Bug 819791 - Part 1: Remove nsTArrayDefaultAllocator, replacing it unconditionally with nsTArrayInfallibleAllocator. r=bz
|
2012-12-18 20:16:06 -05:00 |
|
Boris Zbarsky
|
022da0be50
|
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
|
a20a4ea07d
|
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
|
4b0f9858f2
|
Bug 821534 - move mozilla::PoisonWrite one line earlier. r=ehsan.
|
2012-12-17 10:13:36 -05:00 |
|
Trevor Saunders
|
f308c492e2
|
bug 820182 - remove nsISupportsArray::ElementAt() uses r=ehsan
|
2012-12-11 11:16:42 -05:00 |
|
Trevor Saunders
|
63d7222d76
|
bug 819215 - make NS_IMPL_CYCLE_COLLECTION_XXXCLASS unnecessary r=smaug, mccr8
|
2012-12-08 00:08:37 -05:00 |
|
Jeff Walden
|
e0523203c9
|
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
|
9a89f060a6
|
Merge mozilla-central into mozilla-inbound
|
2012-12-15 10:37:42 -05:00 |
|
Olli Pettay
|
971bd03b79
|
Bug 818739, don't run CC during shutdown, r=mccr8
|
2012-12-14 20:41:11 +02:00 |
|
Ed Morley
|
e37969e6b1
|
Merge mozilla-central to mozilla-inbound
|
2012-12-21 11:41:08 +00:00 |
|
Marco Bonardo
|
2a757ad706
|
Bug 821628 - xptcstubs_x86_64_darwin is wrongly converting some bool params
r=bsmedberg
|
2012-12-20 23:44:40 +01:00 |
|
Gabriele Svelto
|
b9602a0925
|
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 |
|