Metal Sonic
|
bb9fc4f136
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
Jonas Sicking
|
5e41ab5fcc
|
Skidmark for bug 524944 r=bsmedberg
|
2009-12-17 21:54:02 -08:00 |
Jonas Sicking
|
8546bb2d56
|
Backed out changeset 4c88c8839a46 due to redness
|
2009-12-17 22:34:52 -08:00 |
Jonas Sicking
|
4b56ea211a
|
Skidmark for bug 524944 r=bsmedberg
|
2009-12-17 21:54:02 -08:00 |
Benjamin Smedberg
|
bf0e6d00f0
|
Merge mozilla-central into electrolysis
|
2009-12-16 08:38:42 -05:00 |
timeless@mozdev.org
|
ee1a6e765f
|
Bug 535106 solaris nsTraceRefcntImpl.cpp Error: Overloading ambiguity between "nsACString_internal::AppendInt(int)" and "nsACString_internal::AppendInt(unsigned)".
hi
r=smaug
|
2009-12-16 14:50:07 +01:00 |
Ginn Chen
|
9018848083
|
Bug 534848 enable about:memory for Solaris r=vlad
|
2009-12-16 19:23:17 +08:00 |
Benjamin Smedberg
|
bfa43ef17d
|
Merge mozilla-central into electrolysis.
|
2009-12-15 20:31:04 -05:00 |
Chris Jones
|
ce22ae1ab8
|
bug 534922: quick and dirty hack to make NS_RUNTIMEABORT trigger the crashreporter on windows. r=bsmedberg
|
2009-12-15 15:40:30 -06:00 |
Benjamin Smedberg
|
c274ce87d8
|
Merge mozilla-central into electrolysis.
|
2009-12-14 08:01:18 -05:00 |
Benjamin Smedberg
|
7ffec1977a
|
Merge mozilla-central into electrolysis. One code change was required: in nsDocShell::CreateStaticClone I replaced EnsureDocShell with MaybeCreateDocShell.
|
2009-12-12 13:38:25 -05:00 |
Chris Jones
|
eae0a4d1cb
|
fix some leaks found by valgrind. r=trivial
|
2009-12-04 18:15:44 -06:00 |
Benjamin Smedberg
|
5cc5de47c0
|
Merge mozilla-central into electrolysis
|
2009-12-04 11:28:50 -05:00 |
Peter Van der Beken
|
3e9121dc13
|
Make sure debugging code for topcrash bug 500105 brings up breakpad. r=dbaron.
|
2009-12-03 12:23:06 +01:00 |
Chris Jones
|
588f9c3710
|
bug 529005: detect child process shutdowns vs. crashes, and expose this information to IPDL actors in a new |ActorDestroy(why)| interface. also ensure that subprotocol actors are notified of shutdown and cleaned up properly. r=bsmedberg r=bent
|
2009-12-03 02:16:28 -06:00 |
Chris Jones
|
adf54bbb48
|
bug 525172: from IPDL specs generate .cpp files with method definitions instead of everything in .h files. r=bsmedberg
|
2009-12-03 02:16:09 -06:00 |
Reed Loden
|
eeb3d89031
|
Backout patch from bug 528964 due to bustage.
|
2009-12-03 03:18:52 -06:00 |
zbychs@gmail.com
|
12db646285
|
Bug 528964 - "Memory leak in GRE_GetGREPathWithProperties" [r=bsmedberg]
|
2009-12-03 03:07:44 -06:00 |
Gijs Kruitbosch
|
7e16927bcc
|
Bug 527400 - Fix OOM null deref from bug 514872, r=jwalden+bmo, a=beltzner
--HG--
extra : rebase_source : 43a222a11bf131b8ef2420ef2d657c84ba452bb3
|
2009-12-02 19:48:48 +01:00 |
Benjamin Smedberg
|
ebb5f3fbbd
|
Merge mozilla-central into Electrolysis
|
2009-11-30 12:59:43 -05:00 |
Ted Mielczarek
|
4474f8025c
|
Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X. b=513747 r=sdwilsh
|
2009-12-15 01:52:57 -05:00 |
cbiesinger@gmail.com
|
98cf282ef2
|
Bug 529701 - nsCategoryCache could add a category observer twice in some situation (r=bsmedberg)
|
2009-11-25 13:50:01 -08:00 |
Ben Turner
|
68235ed431
|
Fix link warnings on windows
|
2009-11-25 15:41:58 -05:00 |
Brad Lassey
|
4bb23b3373
|
backing out bug 530087 due to talos segfault on maemo
|
2009-11-25 01:45:30 -05:00 |
Brad Lassey
|
e1be3c32de
|
bug 530087 - improve xptcinvoke for linux on arm r=vlad a192=vlad
|
2009-11-24 21:12:28 -05:00 |
Benjamin Smedberg
|
e0b27abbbf
|
Merge mozilla-central into Electrolysis.
|
2009-11-24 10:06:03 -05:00 |
Brad Lassey
|
7e856b2f8e
|
bug 530393 - improve xptcinvoke for Windows Mobile and Windows CE on ARM r=vlad
--HG--
rename : xpcom/reflect/xptcall/src/md/win32/xptc_arm_ceppc.asm => xpcom/reflect/xptcall/src/md/win32/xptcstubs_asm_ce.asm
|
2009-11-22 13:43:49 -05:00 |
Benjamin Smedberg
|
7e40d6c15f
|
Merge mozilla-central into electrolysis.
|
2009-11-19 12:41:46 -05:00 |
Marco Bonardo
|
b1c6b3ebf0
|
Bug 522353 - nsCategoryCache is still observing category changes after xpcom-shutdown, r=biesi, moa=bsmedberg
|
2009-11-19 14:15:05 +01:00 |
Jonas Sicking
|
0ce1d23dfd
|
Bug 526500: Fix bug in OOM handing for nsTSubstring::SetLength. Also change Capacity to return 0 rather than -1 for immutable strings to avoid similar surprises in the future. Finally Make SetCapacity return a boolean indicating success/failure to make it easier to check for oom handling. r=bsmedberg sr=dbaron
|
2009-11-18 17:14:29 -08:00 |
Olli Pettay
|
4e3189f927
|
Fixing bug 516113. Don't let new windows open up after we've started XPCOM shutdown. r=bsmedberg, a=blocking1.9.2+
|
2009-11-20 14:25:11 -08:00 |
Ben Turner
|
d215070785
|
More better awesome trap on debug builds when we try to abort
|
2009-11-12 12:04:58 -08:00 |
Ben Turner
|
a951266516
|
Make NS_DebugBreak trap as well as abort in debug builds
|
2009-11-12 11:44:25 -08:00 |
Benjamin Smedberg
|
8b4fbf702c
|
Merge mozilla-central into electrolysis.
|
2009-11-11 12:35:42 -05:00 |
Chris Jones
|
a6eb9f951d
|
bug 527871: fix shutdown assertion and leaking TestShellParent. still leaking ContentProcessParent's GeckoChildProcess, but needs discussion before fixing
|
2009-11-11 02:34:08 -06:00 |
Jonathan Griffin
|
44b5903e10
|
Bug 519570. Fix build bustage on non-IPC builds.
|
2009-11-10 11:39:42 -08:00 |
Jonathan Griffin
|
1adec9980b
|
Bug 519570. Log leaks for child processes in separate files, and handle them in automation.py. r=bsmedberg
|
2009-11-10 11:16:12 -08:00 |
Doug Turner
|
b70519e380
|
Fixing comment in nsMemoryImpl.cpp
|
2009-12-01 12:29:55 -08:00 |
Doug Turner
|
01da6cb9e5
|
Bug 532039 - Improve perf of IsLowMemory. r=bsmedberg.
|
2009-12-02 00:24:19 -08:00 |
L. David Baron
|
fb7781885a
|
Add mozilla::AutoRestore to restore values at the end of a C++ scope. (Bug 518756) r=bsmedberg
|
2009-12-11 08:13:19 -08:00 |
L. David Baron
|
8aa229d230
|
Add SSE.h to consolidate code for Intel CPU feature detection at both compile-time and run-time. (Bug 513422) r=vlad
|
2009-12-11 08:13:19 -08:00 |
Benjamin Smedberg
|
db5385a0a2
|
Merge from mozilla-central.
|
2009-11-06 09:54:28 -05:00 |
Chris Jones
|
ad5f656675
|
bug 526397: fix up command line init. no r=, minor
|
2009-11-03 23:12:18 -06:00 |
Drew Willcoxon
|
08afd25a50
|
Bug 506814 - Get rid of GetPersistentDescriptor. r=josh
|
2009-11-10 20:46:16 +01:00 |
Benjamin Smedberg
|
a98af89cf4
|
Bug 526586 - XULRunner crashes on startup on Windows r=bustage fix and at least agreement on the approach from dbaron
|
2009-11-09 14:30:01 -05:00 |
Chris Jones
|
9843571a6c
|
bug 525169: remove superfluous test-harness. no r=, removing testing code only
|
2009-10-29 00:56:24 -05:00 |
Benjamin Smedberg
|
d3a1c8cd1f
|
Merge mozilla-central into e10s.
|
2009-10-28 11:32:00 -04:00 |
Benjamin Smedberg
|
a10d2402e4
|
Merge mozilla-central to pick up additional backouts and pymake fix.
|
2009-10-23 11:22:12 -04:00 |
Chris Jones
|
3b17e00c3d
|
Merge mozilla-central to pick up unit test fixes
|
2009-10-22 20:33:36 -05:00 |
L. David Baron
|
cf5ccc5d94
|
Increase maximum collections at shutdown from 5 to 10 to see if it fixes the leaks on Windows mochitests 2/5.
|
2009-10-22 18:08:57 -04:00 |