Justin Lebar
|
c7747cbafe
|
Bug 738624 - Add ghost windows to about:compartments. r=njn
--HG--
extra : rebase_source : c16cdfc4c06b363f54f1d0f37bb006cf977b079a
|
2012-04-02 22:28:05 -04:00 |
|
Mark Capella
|
38934b4912
|
Bug 712936 - Convert users of PR_STATIC_ASSERT to MOZ_STATIC_ASSERT. r=jwalden
|
2012-04-02 17:21:24 -07:00 |
|
Matt Brubeck
|
6b29960c06
|
Back out bug 738011, bug 738624, and bug 737857 because of WinXP debug reftest log errors
--HG--
extra : rebase_source : 965c755f6416e2ca102b38633fe7a2c7267e956e
|
2012-04-02 12:44:31 -07:00 |
|
Justin Lebar
|
155a287d43
|
Bug 738624 - Add ghost windows to about:compartments. r=njn
--HG--
extra : rebase_source : a486e644351af72a4276f26de2e4588ee851426f
|
2012-04-02 10:37:04 -04:00 |
|
Ed Morley
|
2767c94707
|
Backout 9e4d09efa335 (bug 737857), bd73daadcfe9 (bug 738624), 110338618465 (bug 738011) for mochitest-oth orange
|
2012-04-01 03:58:06 +01:00 |
|
Justin Lebar
|
ee8c83d4d0
|
Bug 738624 - Add ghost windows to about:compartments. r=njn
--HG--
extra : rebase_source : 37480ae937cbe2a09ae0ce7c187dafef94db5e16
|
2012-03-31 15:39:31 -07:00 |
|
Jeff Muizelaar
|
26f4612385
|
Bug 719427. Add a comment about malloc_logger. r=espindola
|
2012-03-27 13:48:58 -04:00 |
|
Marco Bonardo
|
7a097c82f3
|
Merge last green PGO from inbound to central
|
2012-03-27 13:56:40 +02:00 |
|
Michael Wu
|
162dc6f0de
|
Bug 739108 - Set android_sdk_version on gonk, r=cjones
|
2012-03-25 18:52:03 -07:00 |
|
Andrew McCreight
|
e462a99306
|
Bug 738769 - only unmark purple if purple. r=smaug
|
2012-03-26 09:57:29 -07:00 |
|
Ehsan Akhgari
|
d206b44feb
|
Bug 737959 - Fix the startup crash with MallocStackLogging; r=bsmedberg
|
2012-03-22 13:18:36 -04:00 |
|
Hessam Salehi
|
25b8143afe
|
Bug 474505 - Replace uses of nsVoidPtrHashkey with nsPtrHashKey<T>; r=bsmedberg
|
2012-03-21 14:07:31 -04:00 |
|
Nicholas Nethercote
|
d32d1f56c9
|
Bug 732842 - Add assertions for memory reports. r=jlebar.
|
2012-03-15 15:16:11 -07:00 |
|
Andrew McCreight
|
95d0324898
|
Bug 736763 - CanSkipInCC when adding roots. r=smaug
|
2012-03-18 07:17:04 -07:00 |
|
Daniel Holbert
|
8a6a91bc66
|
Bug 711047, followup to part 2: use C-style comment in nsError.h, to fix build warnings for its inclusion in .c files. rs=sicking
|
2012-03-16 15:16:40 -07:00 |
|
Andrew McCreight
|
09da9a072b
|
Bug 521853 - Make all cycle collector faults fatal. r=smaug
|
2012-03-15 21:13:08 -07:00 |
|
Ekanan Ketunuti
|
6dd7569b81
|
Bug 722180 - Remove error codes for proxies. r=khuey
|
2012-02-01 18:53:29 +07:00 |
|
Jeff Muizelaar
|
67d9b4c911
|
Bug 732806. Make stackwalking respect the stack end on OS X. r=ehsan
This will help us avoid some crashes.
|
2012-02-15 00:17:34 -05:00 |
|
Nicholas Nethercote
|
55f276020a
|
Bug 732843 - Handle Callback() failures in memory multi-reporters. r=jlebar.
--HG--
extra : rebase_source : 54af85a1ef839922d5443cdc36f601611258944a
|
2012-03-04 15:26:30 -08:00 |
|
Justin Lebar
|
8752f15ad1
|
Bug 733495 - Monitor ullAvailPageFile (available commit space) on Windows, and fire a low-memory event when it gets low. r=bsmedberg
|
2012-03-08 14:44:20 -05:00 |
|
Justin Lebar
|
421d17bf38
|
Back out changeset b2ac02d89f41 (wrong bug number; was 733496, should have been 733495).
|
2012-03-08 14:43:09 -05:00 |
|
Justin Lebar
|
09de20e129
|
Bug 733496 - Monitor ullAvailPageFile (available commit space) on Windows, and fire a low-memory event when it gets low. r=bsmedberg
|
2012-03-08 14:27:14 -05:00 |
|
Ehsan Akhgari
|
6844e12df3
|
Bug 733264 - Define FramePointerStackWalk on platforms where stackwalking is not supported; r=jrmuizel
|
2012-03-06 11:38:04 -05:00 |
|
Cameron McCormack
|
6efa10fcb3
|
Bug 732664 - Use FormatMessageA so that XPCOM stack walker prints error message correctly. r=dbaron
|
2012-03-06 10:04:40 +11:00 |
|
Andrew McCreight
|
1a7388ab3b
|
Bug 728460, part 1 - add forget_skippable option to remove childless nodes. r=smaug
|
2012-03-05 13:48:04 -08:00 |
|
Nicholas Nethercote
|
d8a85cb65a
|
Bug 682431 (part 2) - Add memory reporters for URIs and Links. r=biesi,bz,jlebar.
--HG--
extra : rebase_source : db4f094a7d334914b986bb66f5bf1089aafda561
|
2012-02-19 19:51:48 -08:00 |
|
Aryeh Gregor
|
dbb888ac63
|
Bug 711047 Part 2 - Remove RangeException in favor of DOMException. r=sicking
|
2012-03-01 13:35:48 -05:00 |
|
Justin Lebar
|
b682bbe4a5
|
Bug 731789 - Rename mfbt/StdInt.h to mfbt/StandardInteger.h, so stdint types work from cpp files inside mfbt. r=waldo
|
2012-02-29 22:56:43 -05:00 |
|
Nicholas Nethercote
|
a60da3f47e
|
Bug 728990 - Change "The two measurements of 'explicit' memory usage don't match" assertion to a warning, because it fails occasionally due to races. r=jruderman.
--HG--
extra : rebase_source : 3b2a8c8f14690bea041366dd35ff5147895abd56
|
2012-02-26 20:17:46 -08:00 |
|
Andrew McCreight
|
af543a2fb5
|
Bug 730357 - factor out common NoteChild code. r=smaug
|
2012-02-26 13:18:44 -08:00 |
|
Nathan Froyd
|
e82d950a64
|
Bug 700659 - Slay nsHashSets in xpcom/base. r=khuey
|
2011-11-08 15:25:33 -05:00 |
|
Andrew McCreight
|
0439fbfdb6
|
Bug 697115 - return detailed CC results. r=smaug
|
2012-02-23 20:16:37 -08:00 |
|
Masatoshi Kimura
|
28f2776f50
|
Bug 699247 - Remove Win2K related code. r=jimm, sr=neil
|
2012-02-23 08:53:55 -06:00 |
|
Mark Capella
|
0af24742c6
|
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
|
2012-02-23 01:33:19 +01:00 |
|
Nicholas Nethercote
|
f407686454
|
Bug 702300 (part 8) - Add about:compartments. r=jlebar, ehsan.
--HG--
extra : rebase_source : ad9de010f0b51d5ae7d74b8cbc04c8748767ec0b
|
2012-02-16 22:10:39 -08:00 |
|
Andrew McCreight
|
a6aa7b3ddc
|
Bug 727604 - add release assertions to investigate cycle collector crashes. r=smaug
|
2012-02-20 12:13:29 -08:00 |
|
Olli Pettay
|
1cf6cb17c8
|
Bug 726346 - Implement a version of nsICycleCollectorListener for devtools, r=mccr8
--HG--
extra : rebase_source : e0ff9a1bba67eb8efa433f954ac03691252f6bed
|
2012-02-17 19:35:22 +02:00 |
|
Olli Pettay
|
49ff9c7a84
|
Bug 725768 - BBP for ObjectHolders, additional patch 2, r=mccr8
|
2012-02-13 22:59:14 +02:00 |
|
Jeff Muizelaar
|
d1be62a4ef
|
Bug 724079. Add an internal stackwalk API. r=ehsan
This will be used by the profiler to be able to unwind arbitrary threads.
|
2012-02-03 15:13:24 -05:00 |
|
Andrew McCreight
|
f93d67d116
|
Bug 726374 - clean up CC debug timing infrastructure. r=smaug
|
2012-02-12 08:02:01 -08:00 |
|
Ed Morley
|
ad5a8e1d06
|
Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression
|
2012-02-08 21:04:21 +00:00 |
|
Masatoshi Kimura
|
88ba00973a
|
Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil
|
2012-02-08 10:00:45 -06:00 |
|
Andrew McCreight
|
ed6da3301f
|
Bug 696174 - Log JS heap at the same time as CC heap. r=bholley,smaug
|
2012-02-02 16:32:30 -08:00 |
|
Benjamin Smedberg
|
5538f87c0d
|
Bug 716594 - Switch nsBinaryInputStream::ReadBytes back to using the fallible allocator because it correctly checks for allocation errors and streams are untrusted input we should try to work with, r=dbaron
|
2012-02-07 13:06:05 -05:00 |
|
Nicholas Nethercote
|
ddd936d488
|
Bug 689583 - Add names for memory multi-reporters. r=jlebar.
--HG--
extra : rebase_source : adb3fb2cbbb8a07b60edd48c7dc9a3a4a4763b79
|
2012-02-06 17:02:59 -08:00 |
|
Rafael Ávila de Espíndola
|
adcd1c249a
|
Bug 723501 - Mark MemoryReporter_* final. r=justin.lebar.
--HG--
extra : rebase_source : 7c1066ab8353c8d4766b060491cbbd4adfa44ce0
|
2012-02-03 10:22:01 +01:00 |
|
Boris Zbarsky
|
ad5fde345e
|
Bug 723446. Be a little more careful changing declarations on keyframe rules. r=dbaron
|
2012-02-02 11:59:39 -05:00 |
|
Matt Brubeck
|
7e74c1f71e
|
Merge mozilla-central and mozilla-inbound
|
2012-02-01 17:09:34 -08:00 |
|
Ed Morley
|
348060a7c3
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-01 10:55:34 +00:00 |
|
Mark Finkle
|
11dd9028dc
|
Bug 671634 - Fennec UA changes. Useragent should be different between phones and tablets. r=me sr=bz a=gerv
Please read http://groups.google.com/group/mozilla.dev.platform/msg/8133920a2ccf4d5b for the details.
Also see https://wiki.mozilla.org/Fennec/User_Agent for Gerv's accepted proposal.
|
2012-01-31 20:04:23 -08:00 |
|