Jeff Muizelaar
|
c71622c072
|
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 |
Justin Lebar
|
841722744a
|
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 |
Brian R. Bondy
|
367ce94fcc
|
Bug 481815 - Provide a Windows service for silent updates. r=rstrong.
|
2012-01-04 23:19:14 -05:00 |
Nicholas Nethercote
|
57e4fd55b0
|
Bug 712835 (part 2 of 3) - Add a memory reporter for the nsAtomTable. r=khuey.
--HG--
extra : rebase_source : 3c934649d072e0d519c905cb8baf49b12bce0312
|
2011-12-22 17:24:43 -08:00 |
Justin Lebar
|
8e06b410dd
|
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 |
Justin Lebar
|
36337622b8
|
Bug 706958 - Add ClearOnShutdown() function which will clear a smart pointer on shutdown. r=bsmedberg
|
2011-12-15 10:51:11 -05:00 |
Justin Lebar
|
eed22c8933
|
Back out bug 670967 due to Android red.
|
2011-12-15 09:42:21 -05:00 |
Justin Lebar
|
b44a6104a0
|
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
|
2011-12-15 09:09:53 -05:00 |
Nicholas Nethercote
|
6bbcf3b4f8
|
Bug 704400 - Implement --enable-dmd. r=khuey.
|
2011-12-08 19:09:36 -08:00 |
Ed Morley
|
4163fb7744
|
Merge m-c to b-s.
|
2011-11-08 23:18:09 +00:00 |
Gregory Szorc
|
1a1f7b30ae
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
Nicholas Nethercote
|
c2b905ac11
|
Bug 678977 - Teach sqlite to use jemalloc directly when applicable. code=nnethercote,khuey. r=khuey,sdwilsh,jlebar.
|
2011-11-03 20:53:41 -07:00 |
Alon Zakai
|
0e3cba2dd6
|
Bug 692305 - Make cycle collector dumps multiprocess-friendly. r=dougt
|
2011-10-06 13:22:43 -07:00 |
Justin Lebar
|
81a4fe113d
|
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
|
353c30193a
|
Back out 6cd3556fc807 (bug 674290) because of unittest leaks
|
2011-09-06 20:42:09 -07:00 |
Justin Lebar
|
b8add9c282
|
Bug 674290 - Expose contents of /proc/self/maps and smaps in about:memory. r=njn
|
2011-08-05 18:22:11 -04:00 |
Taras Glek
|
3447e79c1c
|
bug 661574: Implement telemetry directory r=Mossop+glandium+mwu
|
2011-06-20 14:47:58 -07:00 |
Taras Glek
|
fe42dd7cc0
|
bug 661574: Move nsITelemetry into toolkit r=Mossop
--HG--
rename : xpcom/base/Telemetry.cpp => toolkit/components/telemetry/Telemetry.cpp
rename : xpcom/base/nsITelemetry.idl => toolkit/components/telemetry/nsITelemetry.idl
rename : xpcom/tests/unit/test_nsITelemetry.js => toolkit/components/telemetry/tests/unit/test_nsITelemetry.js
|
2011-06-20 14:47:55 -07:00 |
Mike Hommey
|
ccfa7894df
|
Bug 552864 part 1 - Move DLL blocklist in XRE, and inline NS_SetDllDirectory and environment sanitization, which now needs to be called manually. r=ehsan,r=bsmedberg
|
2011-05-22 08:22:27 +02:00 |
Matt Brubeck
|
e3a9a86a79
|
Back out 6b23b52e68d6 - e92f98e8a335 (bug 632404, 552864, 658995) because of Tp4 regression.
|
2011-06-15 09:00:28 -07:00 |
Mike Hommey
|
f17990f381
|
Bug 552864 part 1 - Move DLL blocklist in XRE, and inline NS_SetDllDirectory and environment sanitization, which now needs to be called manually. r=ehsan,r=bsmedberg
|
2011-05-22 08:22:27 +02:00 |
Taras Glek
|
d90141cfac
|
Bug 657709: Cleanup histogram API r=mrbkap
--HG--
rename : xpcom/base/nsTelemetry.cpp => xpcom/base/Telemetry.cpp
|
2011-05-19 19:33:05 -07:00 |
Taras Glek
|
5fba39075d
|
bug 649502: Expose histograms to JS r=mrbkap
|
2011-04-27 11:07:02 -07:00 |
Ehsan Akhgari
|
d63e354136
|
Bug 589495 - Win32 native exceptions (which could be crashes) on WoW64 are not fatal; r=bsmedberg a=blocking-betaN
|
2011-02-11 20:56:11 -05:00 |
Ehsan Akhgari
|
6c2e6b0a79
|
Bug 610556 - Linker errors on shared builds with NS_SetDllDirectory; r=khuey a=bsmedberg
--HG--
rename : toolkit/xre/nsSetDllDirectory.cpp => xpcom/base/nsSetDllDirectory.cpp
rename : toolkit/xre/nsSetDllDirectory.h => xpcom/base/nsSetDllDirectory.h
|
2010-11-09 21:02:09 -05:00 |
Robert O'Callahan
|
79c4d12751
|
Fix for bug 466157 (Enable dumping of cycle-collector graphs in any build). r=dbaron, a=jst.
--HG--
extra : rebase_source : b47d149434c735981a9a80ae6016624120fee371
|
2010-08-12 12:03:23 +12:00 |
Justin Lebar
|
92b6751bd9
|
Bug 587853 - Use PR_ATOMIC_{INCREMENT,DECREMENT} macros for threadsafe addref / release. r+a2.0=bsmedberg
|
2010-08-17 10:25:41 -07:00 |
Chris Jones
|
832a98be02
|
Bug 557935: Show jemalloc stats in about:memory on linux. r=vlad
|
2010-05-26 14:40:52 -05:00 |
Vladimir Vukicevic
|
7d8278a6fd
|
b=480735; add infrastructure for simple timeline logging; r=bsmedberg
|
2010-04-20 00:04:42 -07:00 |
Benjamin Smedberg
|
d5eb4d3947
|
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
--HG--
extra : rebase_source : cab356b862a66fb7f5955b1f936944f2395bba3c
|
2010-02-03 17:17:09 -05:00 |
Ben Turner
|
d6b02dea8b
|
Fix link warnings on windows
|
2009-11-25 15:41:58 -05:00 |
Phil Ringnalda
|
6fce97e58d
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
Mitchell Field
|
fe0c8cd2d4
|
Bug 513924 - "remove tons of options from configure" [r=ted.mielczarek r=benjamin]
--HG--
extra : rebase_source : 2ca44f54f550507248b41c69c883090c389db419
|
2009-09-15 13:06:32 -04:00 |
Benjamin Smedberg
|
36bc86429d
|
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
|
2009-08-27 08:53:13 -07:00 |
Benjamin Smedberg
|
ba372f3a4c
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
L. David Baron
|
b1dbc0710a
|
Expose the number of assertions since process start from XPCOM. (Bug 472557) r=bsmedberg
|
2009-01-08 13:50:21 -08:00 |
arno renevier
|
e04708dfff
|
Bug 460295 - nsRefPtrHashtable.h belongs to sdk and includes nsAutoPtr.h which does not; r=benjamin sr=dveditz
|
2008-12-10 15:17:14 +01:00 |
Karl Tomlinson
|
a843f16cb7
|
b=461087 provide templates for automatically-releasing handles to foreign resources, r=bsmedberg
|
2008-11-06 11:13:37 +13:00 |
reed@reedloden.com
|
17bf692bc0
|
Bug 418131 - "Need a way to detect GTK+ version so we don't break users on major update" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg sr=dveditz a=blocking-firefox3+]
|
2008-03-14 08:42:34 -07:00 |
vladimir@pobox.com
|
262a9caf19
|
b=392351, implement about:memory framework core, relading with forward-declaration victory; r=shaver,sr=bsdmedberg
|
2008-03-05 17:28:25 -08:00 |
vladimir@pobox.com
|
ef5f5b5bcb
|
backed out
|
2008-03-05 16:54:15 -08:00 |
vladimir@pobox.com
|
0a78e520be
|
b=392351, implement about:memory framework core r=shaver, sr=bsmedberg
|
2008-03-05 16:40:58 -08:00 |
reed@reedloden.com
|
fedafe097c
|
Back out Ventron's patch from bug 418131 due to build failures on debug machines.
|
2008-03-05 03:36:37 -08:00 |
reed@reedloden.com
|
c2e92975c2
|
Bustage fix for bug 418131 (try #3).
|
2008-03-05 03:26:06 -08:00 |
reed@reedloden.com
|
040d0c6c77
|
Bustage fix for bug 418131 (try #2).
|
2008-03-05 03:10:35 -08:00 |
reed@reedloden.com
|
6e3cd5813f
|
Bustage fix for bug 418131.
|
2008-03-05 02:56:33 -08:00 |
reed@reedloden.com
|
66fe91f8ce
|
Bug 418131 - "Need a way to detect GTK+ version so we don't break users on major update" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg sr=dveditz a=blocking-firefox3+]
|
2008-03-05 02:30:30 -08:00 |
joshmoz@gmail.com
|
c545189a81
|
Infrastructure for catching Obj-C exceptions. Cocoa appshell usage. b=163260 r=shebs sr=roc
|
2008-02-13 15:11:11 -08:00 |
dbaron@dbaron.org
|
103f60636e
|
Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky
|
2007-08-10 14:28:22 -07:00 |
benjamin@smedbergs.us
|
5fb457dd7e
|
Bug 386025 - Expose cycle-collection symbols, r=graydon
|
2007-08-06 07:34:02 -07:00 |