Masatoshi Kimura
|
651eabedd7
|
Bug 699247 - Remove Win2K related code. r=jimm, sr=neil
|
2012-02-23 08:53:55 -06:00 |
|
Mark Capella
|
3a0b126058
|
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
|
2012-02-23 01:33:19 +01:00 |
|
Nicholas Nethercote
|
a14057dd8c
|
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
|
50124fe16f
|
Bug 727604 - add release assertions to investigate cycle collector crashes. r=smaug
|
2012-02-20 12:13:29 -08:00 |
|
Olli Pettay
|
2421420211
|
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
|
a19334a3f9
|
Bug 725768 - BBP for ObjectHolders, additional patch 2, r=mccr8
|
2012-02-13 22:59:14 +02:00 |
|
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 |
|
Andrew McCreight
|
9d988357ab
|
Bug 726374 - clean up CC debug timing infrastructure. r=smaug
|
2012-02-12 08:02:01 -08:00 |
|
Ed Morley
|
91422f00de
|
Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression
|
2012-02-08 21:04:21 +00:00 |
|
Masatoshi Kimura
|
b40c031d6c
|
Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil
|
2012-02-08 10:00:45 -06:00 |
|
Andrew McCreight
|
a3f6bcc6f0
|
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
|
7e07fb61e1
|
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
|
5a1cbe043f
|
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
|
7ab5ca14fb
|
Bug 723501 - Mark MemoryReporter_* final. r=justin.lebar.
--HG--
extra : rebase_source : 7c1066ab8353c8d4766b060491cbbd4adfa44ce0
|
2012-02-03 10:22:01 +01:00 |
|
Boris Zbarsky
|
a479b4be2a
|
Bug 723446. Be a little more careful changing declarations on keyframe rules. r=dbaron
|
2012-02-02 11:59:39 -05:00 |
|
Matt Brubeck
|
59734e78eb
|
Merge mozilla-central and mozilla-inbound
|
2012-02-01 17:09:34 -08:00 |
|
Ed Morley
|
74d8e85167
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-01 10:55:34 +00:00 |
|
Mark Finkle
|
bc2e11a2c4
|
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 |
|
Ginn Chen
|
4fd8973e50
|
Bug 717861 GetVsize and GetResident underestimate memory size on Solaris r=justin.lebar
|
2012-01-31 14:32:10 +08:00 |
|
Andrew McCreight
|
92c993fb12
|
Bug 721794 - add SPS labels for CC entry points. r=smaug
|
2012-01-31 13:47:47 -08:00 |
|
Andrew McCreight
|
6eea252eb2
|
Bug 721248 - make nsICycleCollectorListener a builtinclass. r=smaug
|
2012-01-31 13:47:47 -08:00 |
|
Andrew McCreight
|
d7371468e7
|
Bug 721420 - WantAllTraces should disable Skippable CC optimizations. r=smaug
|
2012-01-29 16:45:08 -08: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 |
|
Ehsan Akhgari
|
17c5a879b4
|
Bug 718032 - Make stackwalking for other threads cheaper on Windows by avoiding involving a third walker thread; r=jrmuizel
|
2012-01-26 11:57:23 -05:00 |
|
Nicholas Nethercote
|
7559a70a04
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
--HG--
extra : rebase_source : a65039a407daab45360a5b375b53cbf1bc05b7f6
|
2012-01-25 00:52:51 -08:00 |
|
Bill McCloskey
|
dc52ba7996
|
Bug 706227 - Add way for JS_GC API users to give detailed reason for invocation (r=mccr8)
|
2012-01-25 10:59:55 -08:00 |
|
Nicholas Nethercote
|
0709e1673b
|
Bug 671299 (part 3) - Add style sheet memory reporters. r=dbaron.
|
2012-01-02 18:19:14 -08:00 |
|
Luke Wagner
|
d85fb51b34
|
Bug 675078 - rm JSThreadData and JSThread (JSRuntime is now officially single-threaded) (r=igor,rs=mccr8)
--HG--
extra : rebase_source : f6d2c2c6083f4589691ede571159bfd7e7ef8701
|
2011-07-18 14:54:48 -07:00 |
|
Matt Brubeck
|
193896461a
|
Back out 79deba022227 (bug 675078) because of Win debug mochitest-other failures
|
2012-01-24 17:32:30 -08:00 |
|
Luke Wagner
|
6068502afa
|
Bug 675078 - rm JSThreadData and JSThread (JSRuntime is now officially single-threaded) (r=igor)
|
2011-07-18 14:54:48 -07:00 |
|
Vladan Djeric
|
6bb3870456
|
Bug 716590 - WalkStackMain64 shouldn't skip frames unless it's walking the thread that called NS_StackWalk. r=dbaron
|
2012-01-23 17:21:23 -05:00 |
|
Nicholas Nethercote
|
bfdbdcd83a
|
Bug 715453 (part 2) - Ignore computedSize in nsMallocSizeOfFun. r=jlebar.
|
2012-01-17 20:23:55 -08:00 |
|
Olli Pettay
|
708edb326d
|
Bug 718634 - Move CanSkip* to nsCycleCollectionParticipant, r=mccr8
--HG--
extra : rebase_source : 7eb8cadf14e2d38d689e74a354d6edee6f7f9d20
|
2012-01-17 18:32:19 +02:00 |
|
Olli Pettay
|
a10e38916c
|
Bug 716518 - Add skip* phases to cycle collector, r=mccr8
--HG--
extra : rebase_source : c53a42bbbc430384df37d0aeb0d882c09665f672
|
2012-01-14 18:58:05 +02:00 |
|
Ed Morley
|
f906a27420
|
Merge mozilla-central to mozilla-inbound
|
2012-01-11 17:28:35 +00:00 |
|
Benjamin Smedberg
|
fce89eafbe
|
Bug 675221 addendum to part A - reimplement the recursion check for the console service so that a poorly-written console listener doesn't cause an infinite repeition, r=bent
|
2012-01-11 11:28:21 -05:00 |
|
Benjamin Smedberg
|
51e3a00405
|
Bug 675221 part A: replace XPCOM proxies with runanble for code in XPCOM itself, r=bz
|
2012-01-11 11:28:21 -05:00 |
|
Justin Lebar
|
e09d80aa5c
|
Bug 717092 - Rename pref 'low_physical_mem_threshold_mb' to 'low_physical_memory_threshold_mb', for consistency with the other low-memory prefs. r=njn
|
2012-01-11 11:11:32 -05:00 |
|
Nicholas Nethercote
|
f54b204948
|
Bug 700508 - Disallow non-leaf memory reporters (attempt 3). r=jlebar.
|
2012-01-07 21:45:35 +11:00 |
|
Nicholas Nethercote
|
530f96e164
|
Bug 715453 (part 1) - Remove NS_MEMORY_REPORTER_CHECK_SIZES. rs=edmorley.
--HG--
extra : rebase_source : 79361dc475812d7f804ceaab4e3313127f96b677
|
2012-01-07 13:01:18 +11:00 |
|
Ed Morley
|
b9d68ddfdd
|
Backout 4779d8df054b (bug 700508) for linux64 Moth orange
|
2012-01-06 16:23:05 +00:00 |
|
Nicholas Nethercote
|
56807bf845
|
Bug 700508 - Disallow non-leaf memory reporters (attempt 2). r=jlebar.
--HG--
extra : rebase_source : 040e3e7093f019caf7157a316e5fc75654eb5d65
|
2012-01-05 19:41:31 -08:00 |
|
Marco Bonardo
|
f0cc4be99b
|
Merge mozilla-central and mozilla-inbound
|
2012-01-05 11:31:12 +01:00 |
|
Makoto Kato
|
5c0c388ba9
|
Bug 715045 - Remove old vc support code. r=jimm
|
2012-01-05 16:52:22 +09:00 |
|
Brian R. Bondy
|
367ce94fcc
|
Bug 481815 - Provide a Windows service for silent updates. r=rstrong.
|
2012-01-04 23:19:14 -05:00 |
|
Ehsan Akhgari
|
bdde79044d
|
Bug 714286 followup - Fix the temp path detection code for Windows; r=mccr8
|
2012-01-03 22:53:30 -05:00 |
|
Matthew Gregan
|
46a5d0d091
|
Bug 710491 - Remove NS_SPECIALIZE_TEMPLATE from nsAutoRef's documentation. r=khuey DONTBUILD
|
2011-12-14 14:57:39 +13:00 |
|
Phil Ringnalda
|
6b2c365532
|
Merge mozilla-inbound with mozilla-central
|
2012-01-01 20:53:49 -08:00 |
|
Olli Pettay
|
f4637a54ab
|
Bug 713778 - nsICycleCollectorListener should not enable trace_all by default, r=mccr8
|
2012-01-01 23:48:42 +02:00 |
|
Ehsan Akhgari
|
33bd17221a
|
Bug 714286 - Cycle collection log should be written to a place where the process can write to, and the name of the file should be printed to the error console; r=mccr8
|
2012-01-01 17:34:00 -05:00 |
|