Граф коммитов

8246 Коммитов

Автор SHA1 Сообщение Дата
dbaron@dbaron.org e5778015f1 Make nsTraceRefcnt print addresses along with serial numbers, and fix warning about casting to a function pointer. b=383234 r=peterv 2007-06-06 15:05:25 -07:00
dbaron@dbaron.org f3346ea718 Make DEBUG_CC compile again. b=383234 r+sr=peter 2007-06-06 15:04:26 -07:00
joshmoz@gmail.com fa07e5a05f fix some gcc 4 warnings in xpcom. patch by Christian Haberstroh. b=382753 r=bent sr=bsmedberg 2007-06-04 08:44:43 -07:00
wtc@google.com 651e03d185 Bugzilla Bug 376568: the definition of PR_STATIC_ASSERT has been moved fromprerror.h to prlog.h. r=jwalden sr=roc 2007-05-28 07:51:08 -07:00
benjamin@smedbergs.us a41aef1969 Bustage followup from bug 381315 2007-05-25 08:37:59 -07:00
benjamin@smedbergs.us 4719db807b Bug 381315 - nsINIParser crashes when linked against a static CRT (opera profile migrator), r=dougt 2007-05-25 08:05:11 -07:00
benjamin@smedbergs.us 3ed32f3e27 Bug 337492 - Fix destructor race condition in proxy events, initial patch by Alex Fritze, with additional comments by me, r=me+dbaron 2007-05-25 04:18:18 -07:00
peterv@propagandism.org 9638d6c9f8 Fix warning. 2007-05-25 03:57:38 -07:00
peterv@propagandism.org 418a6ec9e1 Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking. 2007-05-24 07:10:02 -07:00
Olli.Pettay@helsinki.fi caddb3331f Bug 380674, Move nsTObserverArray from content/* to xpcom/*, r=bsmedberg 2007-05-22 13:45:13 -07:00
Olli.Pettay@helsinki.fi 27f4f9cf4f Bug 380674, Move nsTObserverArray from content/* to xpcom/*, r=bsmedberg 2007-05-22 12:39:14 -07:00
bent.mozilla@gmail.com c1989d66a4 Bug 379565 - "Figure out a way to prevent people from using static ns(C)String instances". r=bsmedberg. 2007-05-16 13:10:18 -07:00
asqueella@gmail.com af85d92fdc Bug 347752 - Crash [@ MSVCR80.dll] when using nsIProperties service get method with null argumentp=Alfred Kayser <alfredkayser@nl.ibm.com>r=darin, sr=dougt 2007-05-13 09:48:39 -07:00
jonas@sicking.cc c8e8237fd4 Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst 2007-05-10 13:21:12 -07:00
jst@mozilla.org 3484a36643 Backing out Jonas' last changes due to tinderbox orange, per Jonas' request. 2007-05-09 17:42:33 -07:00
jonas@sicking.cc eb28533fb6 Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst 2007-05-09 16:33:28 -07:00
jonas@sicking.cc 77e2d700f6 back out last patch since leaks went through the roof 2007-05-07 18:03:08 -07:00
jonas@sicking.cc fe815718d5 Don't attempt to cycle collect documents, windows and elements that are currently being viewed. r=bz, sr=jst b=378987 2007-05-07 16:45:25 -07:00
neil@parkwaycc.co.uk 212b1c5362 Bug 379339 StringBegins/EndsWith inconsistent with nsReadableUtils.cpp r=bsmedberg sr=darin 2007-05-07 04:09:54 -07:00
dbaron@dbaron.org 8ca3a248f0 Remove extra class names to address Neil's comments. b=378514 2007-05-03 16:07:26 -07:00
gavin@gavinsharp.com 34896b99b0 Bug 364297: add a new per-profile default-pref directory and associated directory service keys, and a way to trigger pref service default pref reloading to facilitate the change of default prefs without affecting exisiting users, r=mconnor, sr=bsmedberg 2007-05-02 13:13:33 -07:00
pedemont@us.ibm.com e21f8510ce Bug 348710 - Fix array handling bug. Add support for sized strings. Update unit tests to test array parameters. XULRunner only. 2007-05-02 09:39:19 -07:00
smontagu@smontagu.org 2e3ba8b02d Allow property values to have (escaped) trailing and leading whitespace. Bug 365345, r+sr=darin. Recheckin including fix for bug 378839, r=bsmedberg, sr=biesi 2007-04-29 10:51:38 -07:00
smontagu@smontagu.org d0c8077a8e Backout fix for bug 365345 due to regressions. a=bsmedberg on IRC 2007-04-26 11:56:30 -07:00
bent.mozilla@gmail.com 294d273fcd Bug 37795 - "Move nsCategoryCache to the XPCOM Glue". nsCategoryCache was initially created as part of Bug 315598 by Christian Biesinger <cbiesinger@gmx.at>. r=bsmedberg. 2007-04-26 06:53:48 -07:00
dbaron@dbaron.org 63ebd5de73 Record results of cycle collection traversal so we only have to call the traversal APIs once per collection. b=378514 sr=peterv r=graydon 2007-04-25 14:12:11 -07:00
peterv@propagandism.org 2e4c901958 Fix for bug 376854 (CycleCollector depends on uninitialized values (ageSelectionCallback and nsPurpleBuffer::BumpGeneration)). r/sr=dbaron. 2007-04-25 11:33:55 -07:00
peterv@propagandism.org 37ea48ef85 Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking. 2007-04-25 09:35:27 -07:00
smontagu@smontagu.org 2b27aba201 Allow property values to have (escaped) trailing and leading whitespace. Bug 365345, r+sr=darin 2007-04-25 07:48:12 -07:00
alfred.peng@sun.com 9c089739e6 Followup from bug 375449. Fix the bustage for Solaris SPARC/x86.r=benjamin. 2007-04-25 06:42:13 -07:00
benjamin@smedbergs.us 182f56ed56 Followup from bug 375449, #define renaming doesn't work with assembly files. 2007-04-24 10:28:02 -07:00
benjamin@smedbergs.us 57c3a8f47d Bug 375449 - NS_InvokeByIndex not exported from xpcom, only from xpcom_core, r=dbaron 2007-04-24 10:02:51 -07:00
dbaron@dbaron.org 1c62a2ab46 Followup fixes to making cycle collector use more efficient hashtables: shrink size of table and fix warnings on 64-bit machines. b=377606 sr=peterv r=graydon 2007-04-23 16:34:33 -07:00
benjamin@smedbergs.us 0ab7558e7b Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
peterv@propagandism.org 5dbe6da8e9 Fix for bug 372110 (Make cycle-collection debugging features optional at compile time). r=graydon, sr=jst. 2007-04-21 10:43:19 -07:00
peterv@propagandism.org 02d8395a6d Reorder members to make struct smaller and try to lower MH down again. 2007-04-20 01:51:31 -07:00
peterv@propagandism.org 4a00a8787c Fix for bug 377606 (Switch cycle collector to more efficient hashtables). Patch by graydon, r=peterv, sr=dbaron. 2007-04-20 01:01:01 -07:00
bzbarsky@mit.edu 6bd07ddf56 Reland bug 326603, which got accidentally backed out by the landing of bug313309. 2007-04-18 12:27:39 -07:00
peterv@propagandism.org c96265ae6d Fix for bug 373693 (Cycle collector makes AddRef about 6x slower). r=graydon, sr=dbaron. 2007-04-18 03:10:35 -07:00
gavin@gavinsharp.com b772d1951d Bug 377189: fix nsIFileTest.cpp compilation, patch by Bernhard Rosenkraenzer <bero@arklinux.org>, r=dougt 2007-04-16 11:09:29 -07:00
dbaron@dbaron.org dd8db4398e Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg 2007-04-15 15:22:58 -07:00
jwalden@mit.edu b3105dec80 Bug 376568 - Use NSPR static assertion to check parametrized value of K on nsExpirationTracker. r+sr=roc 2007-04-12 15:19:26 -07:00
peterv@propagandism.org b21a47335d Fix for bug 372713 (Add cycle collection to RDF datasources). r=bsmedberg, sr=dbaron. 2007-04-10 15:05:41 -07:00
timeless@mozdev.org 38d41d8754 Bug 370061 - OpenBSD: sync with reality, they've had GCC3 for a long timepatch by martynas@openbsd.org r=timeless 2007-04-09 12:59:11 -07:00
benjamin@smedbergs.us f39c9af802 Bug 339898 - Unresolved text symbol PR_InternalNow when using the standalone glue, r=timeless 2007-04-02 08:29:41 -07:00
sayrer@gmail.com e49eed1845 Bug 375779. nsIWritablePropertyBag2 needs a UUID change. r+sr=bzbarsky 2007-03-28 22:33:45 -07:00
dbaron@dbaron.org cb52af13a3 Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 08:34:59 -07:00
dbaron@dbaron.org 73302aee8a Remove GetKey callbacks from nsDoubleHashtable users. b=374906 r=bsmedberg 2007-03-27 08:34:14 -07:00
dbaron@dbaron.org 4d961c5c49 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 08:33:38 -07:00
dbaron@dbaron.org a06fce0dcc Consolidate duplicated code into the beginning of the double-hashing loop. b=374906 r=brendan 2007-03-27 08:32:38 -07:00
peterv@propagandism.org bc607785b9 Fix for bug 375075 (Stop leaking the cycle collector on shutdown). r=bsmedberg, sr=dbaron. 2007-03-27 02:49:06 -07:00
roc+@cs.cmu.edu 46f29d70fd Bug 368270. Implement nsExpirationTracker, a data structure for managing the timed expiration of many objects. r+sr=sicking 2007-03-26 20:38:21 -07:00
sayrer@gmail.com ac31177cdb Backout previous change, as it caused bustage elsewhere. 2007-03-26 12:39:22 -07:00
sayrer@gmail.com 01d02f89b6 Backout previous change, as it caused bustage elsewhere. 2007-03-26 12:37:59 -07:00
sayrer@gmail.com 39148c4720 Backout previous change, as it caused bustage elsewhere. 2007-03-26 12:32:40 -07:00
sayrer@gmail.com c29c918d36 fix build bustage on gcc 4.1.2. no bug. r=bsmedberg 2007-03-26 10:47:52 -07:00
sayrer@gmail.com 5884632dff fix build bustage on gcc 4.1.2. no bug. r=bsmedberg 2007-03-26 10:43:07 -07:00
jwalden@mit.edu 02c92d8e1d Bug 372546 - Mark pipe input/output streams as threadsafe. r=bsmedberg 2007-03-25 00:31:45 -07:00
jwalden@mit.edu f795bd356b Bug 373640 - nsIFile.parent throws an exception on reaching top of file system on Windows -- should return null. r=bsmedberg 2007-03-25 00:28:06 -07:00
dbaron@dbaron.org 61432fd61c Avoid the need for a getKey callback in jsdhash/pldhash. b=374906 r=brendan 2007-03-23 16:32:40 -07:00
neil@parkwaycc.co.uk 25502ca723 Slightly safer and neater fix for strict aliasing bug 351231 r+sr=dbaron 2007-03-23 13:26:20 -07:00
peterv@propagandism.org 85ec2e5b12 Backing out change for debugging tinderbox orange. 2007-03-23 09:10:21 -07:00
peterv@propagandism.org 31c71d20c8 Temporarily enable cycle collection timing for debug builds to figure out tinderbox orange. Will back out after qm-xserve01 tinderbox has cycled. 2007-03-23 08:11:53 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
bmlk%gmx.de 445ad42a2d limit mathml row- and colspans as we do for html bug 443089 r/sr=bzbarsky a=siedler 2008-08-04 06:36:58 +00:00
gavin%gavinsharp.com 04a01c77bc Bug 422055: use jemalloc on Solaris, patch by Ginn Chen <ginn.chen@sun.com>,
r=ted, a=shaver
2008-05-28 18:42:32 +00:00
bent.mozilla%gmail.com 5b1c4d4372 Bug 432887 - "Add tests for XPCOM Proxies (and enable other C++ unit tests)". r=sayrer, a=Tests Only. 2008-05-09 00:14:19 +00:00
mozilla%weilbacher.org 73e47e6aab Bug 369007: Enable high-memory feature on OS/2 by default (Mozilla changes), r=ted.mielczarek, a1.9+=damons 2008-04-30 07:30:59 +00:00
bent.mozilla%gmail.com 647e6cb371 Bug 430718 - "Better objc exception logging with stack traces in debug builds". r=josh, sr=roc. a=DEBUG-only change. 2008-04-25 20:55:50 +00:00
mozilla.BenB%bucksch.org fb3ff7d2d8 Make nsITimerCallback a [function], to allow JS to pass a function
object instead of this interface
Bug 430305 r/sr/a=shaver
2008-04-23 17:42:58 +00:00
timeless%mozdev.org 10bedb13a9 Bug 382631 Creating proxy of "this" in JavaScript using nsProxyObjectManager::GetProxyForObject causes random memory rewrite
r=dougt a=beltzner
2008-04-21 18:57:14 +00:00
benjamin%smedbergs.us 26ea365ee5 Bug 428326 - Configuring with a relative srcdir breaks unit tests in XPCOM, r=luser a=beltzner 2008-04-11 13:10:59 +00:00
ginn.chen%sun.com c410baaf6d Bug 425626 Enable PGO with Sun Studio on Solaris
r=ted.mielczarek a=beltzner
2008-04-09 06:34:20 +00:00
philringnalda%gmail.com 67ce89ca20 Bug 413477 - nsStringAPI needs RFind set of functions, patch by Prasad Sunkari (prasad@medhas.org), r=bsmedberg, a=beltzner 2008-04-09 06:01:13 +00:00
timeless%mozdev.org 71f819b50c Bug 394114 Interfaces missing from various QI implementations.
r=jag sr=jag a=dsicore
2008-04-06 12:28:42 +00:00
sdwilsh%shawnwilsher.com e05adc012e nsIMutableArray test for appending null. r=bsmedberg, sr=bsmedberg (from bug 397935) NPOTDB 2008-04-03 00:44:56 +00:00
smontagu%smontagu.org 15cc323e8b Define codepoints below 0x20 as illegal characters in filenames. Bug393488, r=bsmedberg, b=beltzner 2008-04-02 16:05:55 +00:00
reed%reedloden.com edebfaee2a Bug 411579 - "Optimize read file buffer sizes for faster startup times" [p=jmathies@mozilla.com (Jim Mathies) r=sayrer sr=bsmedberg a1.9=beltzner] 2008-04-02 06:41:23 +00:00
reed%reedloden.com 44907b7ff4 Bustage fix for bug 413787. 2008-04-02 04:21:31 +00:00
reed%reedloden.com f530ab1812 Bustage fix for bug 413787. 2008-04-02 04:09:08 +00:00
reed%reedloden.com 574a754803 Bug 413787 - "NSToIntRound, NSToCoordRound code generation" [p=mmoy@yahoo.com (Michael Moy) r+sr=roc a1.9=schrep] 2008-04-02 03:47:07 +00:00
neil%parkwaycc.co.uk d658d21d8e Trivial const correctness followup to bug 420373 r=bsmedberg a=beltzner 2008-04-01 14:13:27 +00:00
brade%comcast.net 9ddbca90fd bug #416886 - reinstate test case for registration order (which failed to
compile in non-libXUL builds; that has been fixed).
2008-04-01 13:06:18 +00:00
brade%comcast.net 8c7fb7f5d6 Backout test case for registration order. 2008-03-31 15:36:52 +00:00
brade%comcast.net 2d6efba071 bug #416886 - attempt to fix Linux non-libxul build. 2008-03-31 15:26:10 +00:00
brade%comcast.net 626ee6e27d Bug #416886; r=bsmedberg, a=beltzner
Preserve original order when processing deferred components.
  Add TestRegistrationOrder automated test.
2008-03-31 14:40:16 +00:00
dbaron%dbaron.org caf78b3e20 Print shortest path to expected garbage for unlink deficiencies as well. b=422848 r+sr=peterv a=DEBUG_CC only (not part of default build) 2008-03-27 17:09:51 +00:00
reed%reedloden.com f744ee2ce1 Bug 420373 - "need a way to distinguish GREs based on architecture in nsGREGlue" [p=mozilla@rosenauer.org (Wolfgang Rosenauer) r=bsmedberg a1.9b5=schrep] 2008-03-22 04:25:35 +00:00
timeless%mozdev.org 4dd59e4169 reverting, wrong patch, missing AMBIGUOUS 2008-03-19 21:55:28 +00:00
timeless%mozdev.org 8f189a966c Bug 394114 Interfaces missing from various QI implementations.
r=jag sr=jag a=dsicore
2008-03-19 21:19:42 +00:00
jag%tty.nl dcb54664cd Bug 333505: nsLocalFileOSX crash. Original patch by Shane Caraveo <shanec@ActiveState.com>, review nits addressed by me. Unit test by Callek. r=mentovai, r/sr=bsmedberg, a1.9=damons 2008-03-18 13:31:02 +00:00
dbaron%dbaron.org f94f6d2b1d Add knowledge of edge names to cycle collector, ifdef DEBUG_CC. b=420514 r+sr=peterv a=damons 2008-03-17 23:11:10 +00:00
bugzilla%standard8.plus.com ee22a76905 Bug 420459 Move mailnews-specific profe code. r=benjamin,Neil,sr=dmose,a1.9=beltzner 2008-03-17 19:05:28 +00:00
nrthomas%gmail.com d675b2b115 Bug 417045, work around for bustage with make -jN and -save-temps in CFLAGS/CXXFLAGS (10.5 build support), r=ted, a=blocking1.9+ 2008-03-17 17:39:01 +00:00
dwitte%stanford.edu dba12d7c41 Bug 409803 - gcc (4.1 only) zealously avoids inlining at -Os. make -finline-limit=50 the default on linux -Os builds. r=ted, blocking1.9+ 2008-03-16 02:48:02 +00:00
reed%reedloden.com 37826c3c5c Correct copyright case ("Red Hat inc" -> "Red Hat, Inc."), as per bug 422692. 2008-03-14 18:34:21 +00:00
reed%reedloden.com d6a89a8a3c Bug 422472 - "Lock re-entrance in TimerThread, deadlock" [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=bsmedberg sr=brendan a1.9=damons] 2008-03-14 16:25:15 +00:00
reed%reedloden.com 814d355048 Bug 422337 - "Bad assembly on m68k" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=damons] 2008-03-14 16:24:25 +00:00
reed%reedloden.com d2cff4191f Bug 421615 - "unused variable ���tmp��� in NS_IMPL_CYCLE_COLLECTION_0" [p=tuukka.tolvanen@gmail.com (Tuukka Tolvanen [sp3000]) r+sr=dbaron a1.9=beltzner] 2008-03-14 16:23:31 +00:00
reed%reedloden.com c5ac5a30fa 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 15:42:35 +00:00
smontagu%smontagu.org fed8e8c2a5 Reject properties files with encoding errors. Bug 397093, r+sr=bsmedberg, a1.9=damons 2008-03-13 19:02:00 +00:00
reed%reedloden.com 2d60d57f20 Bug 421879 - "opening a file with the default helper app can fail by using the wrong app in the end" [p=mh+mozilla@glandium.org (Mike Hommey) r=biesi a=blocking1.9+] 2008-03-12 22:53:18 +00:00
reed%reedloden.com 7dd0a5db6c Bug 399498 - "use XDG downloads dir as default downloads dir" (use XDG download dir, with a fallback to the current default if the XDG user dirs are disabled) [p=chpe@gnome.org (Christian Persch) r=sdwilsh r=bsmedberg a1.9=damons] 2008-03-12 22:40:51 +00:00
reed%reedloden.com 475ddcf891 Bug 399500 - "support XDG user dirs in the directory service" [p=chpe@gnome.org (Christian Persch) r=caillon sr=bsmedberg a1.9=damons] 2008-03-12 22:35:56 +00:00
thunder%mozilla.com f8c5be9c5c Bug 421751: make nsIProcess.run() not open any console windows on Windows. r=dougt, sr=mconnor, a=damons 2008-03-12 21:03:08 +00:00
dietrich%mozilla.com 02cf944103 Bug 421943 ? "redundant multiplexed document" should be a warning not assertion (r=sayre, sr+a=shaver) 2008-03-12 16:28:45 +00:00
reed%reedloden.com 915cc2f649 Bug 414063 - "annotate xpidl-generated c++ headers with attributes for scriptable and deprecated methods" [p=Pidgeot18@gmail.com (Joshua Cranmer) r=dbradley a1.9=damons] 2008-03-12 11:00:59 +00:00
reed%reedloden.com 7f695a27b2 Bug 356011 - "kfreebsd support" (main configure.in and xpcom parts) [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=damons] 2008-03-12 10:59:03 +00:00
blassey%mozilla.com b8929025f0 backing out: switching narrow char system calls to wide char in windows b=418703 2008-03-11 22:46:32 +00:00
blassey%mozilla.com fc37ea022b switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon 2008-03-11 21:49:58 +00:00
timeless%mozdev.org c27a81e1de Bug 419326 Crashes in Main Tab of Options [@ _wgetdcwd - nsLocalFile::Normalize]
r=bsmedberg a=beltzner
2008-03-11 17:46:48 +00:00
jwalden%mit.edu 0fa98d8e8e Bug 420521 - Leaking nsThread and nsTimerImpl running full set of Mochitests. This fixes the last refcounted leak on OS X Mochitests! Zounds! r=brendan, sr=dbaron, a=blocker 2008-03-10 21:05:46 +00:00
reed%reedloden.com 77c7d71e36 Bug 411916 - "xpcom-startup fires before component registration" (Fix for timeless's nit) [p=matthew@allpeers.com (Matthew Gertner) r=bsmedberg a1.9=beltzner] 2008-03-08 09:50:29 +00:00
dbaron%dbaron.org c287957e87 Fix DEBUG_CC bustage on Windows resulting from bug 402966 (and bug 407034). r+sr=peterv a=Not part of the default build (DEBUG_CC only) 2008-03-07 17:55:51 +00:00
dbaron%dbaron.org 2997b61d8d Fix -Wconversion warnings that prevent compiling netwerk/cookie/src/ (which makes warnings fatal) with gcc 4.3 on x86_64. b=409384 r=bsmedberg a=beltzner 2008-03-06 23:03:50 +00:00
vladimir%pobox.com 9f7e5e50a1 leftover bit from earlier 392351; get rid of compiler warnings 2008-03-06 06:39:36 +00:00
vladimir%pobox.com 3bbe768e44 b=392351, implement about:memory framework core, relading with forward-declaration victory; r=shaver,sr=bsdmedberg 2008-03-06 01:28:36 +00:00
vladimir%pobox.com 8ebc317d8e backed out 2008-03-06 00:54:15 +00:00
vladimir%pobox.com 15a69af68a b=392351, implement about:memory framework core r=shaver, sr=bsmedberg 2008-03-06 00:40:59 +00:00
blassey%mozilla.com d66d0b8772 backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox 2008-03-05 22:56:48 +00:00
blassey%mozilla.com fbc9687a30 switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 21:39:35 +00:00
reed%reedloden.com 4443155b7a Back out Ventron's patch from bug 418131 due to build failures on debug machines. 2008-03-05 11:36:37 +00:00
reed%reedloden.com 1060545a7b Bustage fix for bug 418131 (try #3). 2008-03-05 11:26:06 +00:00
reed%reedloden.com fe213ba4ab Bustage fix for bug 418131 (try #2). 2008-03-05 11:10:35 +00:00
reed%reedloden.com 3888554ba4 Bustage fix for bug 418131. 2008-03-05 10:56:33 +00:00
reed%reedloden.com ff4634aba0 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 10:30:30 +00:00
joshmoz%gmail.com 793a2e0747 always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner 2008-02-29 23:24:55 +00:00
timeless%mozdev.org a7b3240475 Bug 275004 Mozilla crashes on startup when compiled with IBM XL C++ v7
patch by shailen.n.jain@gmail.com r=timeless r=bsmedberg a=beltzner
2008-02-28 08:21:16 +00:00
caillon%redhat.com 1a868adc34 Bug 419350
Fix compilation on ia64 against gcc4.3
Patch by dchapman@redhat.com (with improvement by dbaron)
r=caillon
a=beltzner
2008-02-27 06:54:30 +00:00
joshmoz%gmail.com 0f9d62f71e remove dead file, b=419392 r/sr=roc 2008-02-27 02:06:02 +00:00
joshmoz%gmail.com 0e73d615b2 rename files to .mm. b=419390,419392 r/sr=roc 2008-02-27 02:03:09 +00:00
benjamin%smedbergs.us 6ae402409d Bug 409384 - Firefox 3.0b2 fauks to compile with gcc 4.3, r=dwitte+dbaron a=damons 2008-02-26 22:44:42 +00:00
reed%reedloden.com 230edd0352 Bug 359255 - "Importers: Import Filters from current Eudora" (Get{Native}Target implementations for OS X) [p=beckley@qualcomm.com (Jeff Beckley) r=mento sr=mscott a1.9=damons] 2008-02-26 09:57:06 +00:00
ted.mielczarek%gmail.com 4bb7ede001 bug 419348 - build config fixes for pgo on mac. r=bsmedberg 2008-02-25 20:52:19 +00:00
Olli.Pettay%helsinki.fi 97ccc330e6 Bug 415025, try to improve CC scheduling, r=peterv, sr=jst 2008-02-25 17:47:26 +00:00
roc+%cs.cmu.edu 99a887fa96 Bug 417903. Don't crash if _SymGetLineFromAddr64 fails. r=benjamin,a=beltzner 2008-02-25 01:16:41 +00:00
gavin%gavinsharp.com 72d212dcb7 Fix DOS newlines added by the patch for bug 308073 2008-02-23 21:54:41 +00:00
dougt%meer.net 70510911c5 Fixes for Windows CE. b=418662, r=bsmedberg, a=damons 2008-02-23 00:22:48 +00:00
joshmoz%gmail.com 061f03bf81 touch nsObjCExceptions.h to force a rebuild. 2008-02-22 21:26:33 +00:00
bent.mozilla%gmail.com fed5cfb6e1 Bug 414977 - "insufficient unlink methods in some DOM classes?". Move the warning until after XPConnect deferred releases, r=dbaron, sr=peterv, a=blocking1.9+. 2008-02-22 20:25:12 +00:00
dcamp%mozilla.com fce6a22903 Bug 417404: Fix nsCOMPtr version of NS_ProxyRelease(). r/sr=bsmedberg, b1.9=sayrer 2008-02-21 23:45:22 +00:00
benjamin%smedbergs.us 624a4d7ef0 Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated 2008-02-21 20:39:23 +00:00
benjamin%smedbergs.us 34c38963bc Bug 416886 - Find module loaders which are part of the static component list early, and process components which end up in the leftovers list in forwards instead of reverse order. This means that JS component in extensions can correctly override JS components in the core app. r=dougt a=schrep 2008-02-21 16:23:06 +00:00
Olli.Pettay%helsinki.fi 1a96884ab3 bug 380454, r=benjamin, sr=sicking 2008-02-21 12:47:27 +00:00
neil%parkwaycc.co.uk 5eefaca9ec Bug 330101 nsTArray binary search for when array is sorted r=bsmedberg a=schrep 2008-02-21 09:43:15 +00:00
philringnalda%gmail.com d69287ba5a Bug 418032 - Don't build an interface to a disabled crashreporter, r=ted, a=schrep 2008-02-20 06:47:54 +00:00
joshmoz%gmail.com cfde4b9f48 nsnull version of wrapping macros. b=417563 sr=roc 2008-02-20 02:23:52 +00:00
Olli.Pettay%helsinki.fi e00280374a Back out Bug 380454 2008-02-19 13:47:16 +00:00
Olli.Pettay%helsinki.fi 9c00384257 Bug 380454, r=benjamin, sr=sicking 2008-02-19 13:15:37 +00:00
Olli.Pettay%helsinki.fi c57eb7ac12 Bug 380454, r=benjamin, sr=sicking 2008-02-19 13:06:23 +00:00