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

7743 Коммитов

Автор SHA1 Сообщение Дата
benjamin%smedbergs.us 36cf9a6000 From bug 383167, package up the xpcom/system XPTs correctly, r=luser 2007-07-02 13:04:23 +00:00
sharparrow1%yahoo.com 88c05a2e60 Bug 368280: rounding problems with half-pixels + widgets. r+sr=roc 2007-07-02 05:22:51 +00:00
dbaron%dbaron.org 17afb32c85 Change cycle collector aging constant from 10 to 0. b=381199 r+sr=peterv 2007-06-27 20:41:26 +00:00
dbaron%dbaron.org ec61f386d7 Fix gcc warning about casting string literal to char*, DEBUG-only. 2007-06-27 20:40:52 +00:00
dbaron%dbaron.org 7c54a43209 Keep the purple bit in sync with the purple buffer when suspect and forget calls are dropped on the floor. b=385548 r=graydon 2007-06-27 17:51:48 +00:00
jwatt%jwatt.org f76e322a62 Fixing bug 383769. nsLocalFile::EnsureShortPath should check if GetShortPathNameW failed. r=benjamin@smedbergs.us 2007-06-27 08:36:03 +00:00
dbaron%dbaron.org bd26de47a7 Back out 385548 to try to fix test orange. 2007-06-27 05:26:39 +00:00
dbaron%dbaron.org bcef420e0b Don't set the purple bit when suspect calls are dropped on the floor. b=385548 r=graydon 2007-06-27 04:47:40 +00:00
sdwilsh%shawnwilsher.com abbcb73cbc Bug 314846 - exthandler doesn't remove : colon from mac file names (Random filename after downloading). Patch by Edward Lee <edilee@gmail.com>. r=benjamin, sr=cbiesinger 2007-06-27 00:45:52 +00:00
benjamin%smedbergs.us 42c7e1c6b1 Reverting bug 383167 again for linux test bustage :-( 2007-06-26 19:22:55 +00:00
benjamin%smedbergs.us b60c196e68 Bug 383167 trying again, reviews by luser and biesi, sr=jst 2007-06-26 16:35:05 +00:00
dbaron%dbaron.org ff5099f1c4 Print the warning message for failure to suspect or unlink only for the objects that are the roots of what would have been collected. b=385549 r=graydon 2007-06-25 20:36:24 +00:00
benjamin%smedbergs.us 9784bf995e Revert all of bug 383167 changes because they're not enough... going to try again later. 2007-06-25 18:41:00 +00:00
benjamin%smedbergs.us 81d0ea8604 Bug 383167 - Need buildid in an external file, r=luser sr=jst 2007-06-25 15:26:03 +00:00
enndeakin%sympatico.ca 288cb44ead Bug 382034, support optional args in idl, try again with fix for crash calling toString, r+sr=shaver 2007-06-25 14:23:26 +00:00
enndeakin%sympatico.ca 54d2bdefc8 Bug 382034, back out due to test content/base/test/test_bug352728.html failing 2007-06-22 15:21:14 +00:00
enndeakin%sympatico.ca 5daa0a155e Bug 382034, support optional arguments in idl, r+sr=shaver 2007-06-22 14:22:23 +00:00
dbaron%dbaron.org 900577f8aa Back out again. 2007-06-22 00:30:41 +00:00
dbaron%dbaron.org 0ce6e8791b See if using mScanDelay of 1 instead of 0 fixes the leak regression. 2007-06-21 23:49:37 +00:00
dbaron%dbaron.org a8ccb62785 Change cycle collector aging constant from 10 to 0. b=381199 r+sr=peterv 2007-06-21 23:02:53 +00:00
asqueella%gmail.com fb73556000 Bug 350932 - expose NS_EscapeURL through nsINetUtil
p=Prasad Sunkari <prasad@medhas.org>
r+sr=biesi
2007-06-21 20:18:25 +00:00
benjamin%smedbergs.us ac1a1347e6 Bug 385189 - mac builds without libxul failing to compile due to macmorefiles, r=mento 2007-06-20 19:22:02 +00:00
benjamin%smedbergs.us 37e8fdd86f Bug 384513 - make the visibility pragma checks aware of mach-o and not just ELF, and re-enable libxul by default, r=mento+shebs 2007-06-19 14:53:06 +00:00
ajschult%verizon.net f0df2297d4 Bug 384748: xpidl can generate garbage .java filenames. r=jhpedemonte 2007-06-19 04:04:11 +00:00
graydon%mozilla.com 1314e6df62 Bug 384942, dump graph on cycle collection fault.
r=dbaron
2007-06-19 01:29:10 +00:00
kherron%fmailbox.com c71c7242f2 Bug 376844 - Single quotes in URLs should be escaped. Patch by Wladimir Palant <trev.moz@adblockplus.org>. r=benjamin, sr=cbiesinger. 2007-06-17 12:29:14 +00:00
kherron%fmailbox.com 7e9d9e3eb6 Bug 177150 - Some mozilla-config.h defines require additional cflags for embedders. Patch by <mook.moz+mozbz@gmail.com>. r=benjamin, sr=dbaron. 2007-06-16 20:02:15 +00:00
dbaron%dbaron.org 3bacfd472a Back out bug 381199. 2007-06-14 00:12:16 +00:00
dbaron%dbaron.org 409af12b1c Change cycle collector aging constant from 10 to 0. b=381199 r+sr=peterv 2007-06-13 23:22:19 +00:00
philringnalda%gmail.com 76e912c787 Bug 374754 - nsCategoryManager::AddCategoryEntry should notify about removal of the previous value, patch by Wladimir Palant <trev.moz@adblockplus.org>, r+sr=darin 2007-06-11 06:11:01 +00:00
bzbarsky%mit.edu 0a9fba335f Fix NS_InputStreamIsBuffered to detect buffered empty streams correctly. Bug
368328, patch by Ryan Jones <sciguyryan@gmail.com>, r=bsmedberg, sr=biesi
2007-06-08 16:00:09 +00:00
peterv%propagandism.org 5aa4486015 Fix for bug 383651 (Re-entrancy into nsCycleCollector::Collect can result in a crash). Patch by ak.miller@auckland.ac.nz, r=graydon, sr=dbaron. 2007-06-08 10:17:21 +00:00
dbaron%dbaron.org c78656f5ea Don't loop through all the possible shutdown collections when we suspect all native wrappers. b=383234 r+sr=peterv 2007-06-06 22:09:00 +00:00
dbaron%dbaron.org bfe9d47793 Shutdown in one cycle when we set mScanDelay to 0. b=383234 r+sr=peterv 2007-06-06 22:08:25 +00:00
dbaron%dbaron.org 236d50d667 strdup when allocating mName so we have useful pointers. b=383234 r+sr=peterv 2007-06-06 22:07:29 +00:00
dbaron%dbaron.org 95cf743124 Print info about things that are suspected on the extra collections at shutdown to catch deficiencies in traversal that cause us to need the extra collections. b=383234 r+sr=peterv 2007-06-06 22:06:56 +00:00
dbaron%dbaron.org 7c337eba46 When explaining why expected garbage was not collected, list the known references when some were unknown. b=383234 r+sr=peterv 2007-06-06 22:06:00 +00:00
dbaron%dbaron.org e736230c4a Make nsTraceRefcnt print addresses along with serial numbers, and fix warning about casting to a function pointer. b=383234 r=peterv 2007-06-06 22:05:25 +00:00
dbaron%dbaron.org b4abaa24fe Make DEBUG_CC compile again. b=383234 r+sr=peter 2007-06-06 22:04:26 +00:00
joshmoz%gmail.com 94b86da035 fix some gcc 4 warnings in xpcom. patch by Christian Haberstroh. b=382753 r=bent sr=bsmedberg 2007-06-04 15:44:43 +00:00
wtc%google.com 103725f60e Bugzilla Bug 376568: the definition of PR_STATIC_ASSERT has been moved from
prerror.h to prlog.h. r=jwalden sr=roc
2007-05-28 14:51:08 +00:00
benjamin%smedbergs.us 301fba1eb9 Bustage followup from bug 381315 2007-05-25 15:37:59 +00:00
benjamin%smedbergs.us 6bb6eda712 Bug 381315 - nsINIParser crashes when linked against a static CRT (opera profile migrator), r=dougt 2007-05-25 15:05:11 +00:00
benjamin%smedbergs.us f581c57307 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 11:18:18 +00:00
peterv%propagandism.org eea1671eb5 Fix warning. 2007-05-25 10:57:38 +00:00
peterv%propagandism.org 9eca95ccdc Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking. 2007-05-24 14:10:04 +00:00
Olli.Pettay%helsinki.fi e1aa1e7fcc Bug 380674, Move nsTObserverArray from content/* to xpcom/*, r=bsmedberg 2007-05-22 20:45:13 +00:00
Olli.Pettay%helsinki.fi 306bb19811 Bug 380674, Move nsTObserverArray from content/* to xpcom/*, r=bsmedberg 2007-05-22 19:39:14 +00:00
bent.mozilla%gmail.com 2da8518721 Bug 379565 - "Figure out a way to prevent people from using static ns(C)String instances". r=bsmedberg. 2007-05-16 20:10:18 +00:00
asqueella%gmail.com d343f35e22 Bug 347752 - Crash [@ MSVCR80.dll] when using nsIProperties service get method with null argument
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r=darin, sr=dougt
2007-05-13 16:48:39 +00:00