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

7899 Коммитов

Автор SHA1 Сообщение Дата
Olli.Pettay%helsinki.fi cbd66d619b backout patch for Bug 373462, Bug 385322 2007-09-21 10:00:48 +00:00
Olli.Pettay%helsinki.fi 4d46f9de45 Bug 373462, Bug 385322, Better scheduling of cycle collection/gc, r=jst, sr=sicking, a=sicking 2007-09-21 08:54:36 +00:00
jwalden%mit.edu f412c0dce4 Yet another fix for Windows calling convention differences. 2007-09-21 08:18:36 +00:00
jwalden%mit.edu 50a2fcd55a Fixing more bustage; apparently some compilers don't like default arguments unless they're in a declaration, not a definition. 2007-09-21 08:12:07 +00:00
jwalden%mit.edu 2c8b7df84d Fix bustage from TestPipe.cpp; turns out NS_NewPipe2 isn't exported from XPCOM -- who knew? r+a=bustage 2007-09-21 07:59:09 +00:00
jwalden%mit.edu ee1b177bd2 Bug 394692 - ASSERTION: read cursor is bad: 'mReadCursor != mWriteCursor', file xpcom/io/nsPipe3.cpp, line 539. Narrow the criteria used to decide whether to fire the assertion to deal with a particular (valid) pattern of memory allocations. r=biesi, a=bz 2007-09-21 06:17:59 +00:00
scott%scott-macgregor.org 080427c0d1 try to fix mac orange again. 2007-09-21 00:34:42 +00:00
scott%scott-macgregor.org 140661411e try to fix the orange mac tinderbox builds by adjusting the Makefile.in rule. Thanks to bsmedberg for suggesting the fix. 2007-09-20 23:56:10 +00:00
scott%scott-macgregor.org b2f89ec9ef Bug 384979 --> move nsTextFormatter to the glue code so it can be used with frozen linkage.
Patch by prasad <prasad@medhas.org>
sr=bsmedberg
a=bsmedberg
2007-09-20 23:14:26 +00:00
roc+%cs.cmu.edu 63e887f289 Bug 394691. Remove nsAutoBuffer.h now that it's unused (use nsAutoTArray instead). 2007-09-19 00:24:27 +00:00
roc+%cs.cmu.edu df1d8efba7 Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky 2007-09-18 23:12:10 +00:00
aaronr%us.ibm.com f97403965a forgot to fix a review comment for checkin I did for bug 395349 2007-09-18 18:45:28 +00:00
aaronr%us.ibm.com f5cacc315a move nsDeque to xpcom glue. Bug 395349, r+a=bsmedberg 2007-09-18 18:14:37 +00:00
aaronr%us.ibm.com 99dab3dec2 move nsDeque .h and .cpp from xpcom/ds to xpcom/glue.
Bug 395349, r+a=bsmedberg
2007-09-18 18:14:35 +00:00
dbaron%dbaron.org 6d2fb0100d Remove incorrect use of NS_METHOD. b=394566 r+sr=peterv a=bzbarsky 2007-09-18 00:30:06 +00:00
bzbarsky%mit.edu 3db02e2528 Improve docs. Bug 396069, r+sr=biesi, a=bsmedberg 2007-09-17 22:30:58 +00:00
mozilla%weilbacher.org 47e026fb1d [OS/2] Bug 395576: extension of downloaded files are upper-cased sometimes, r=mkaply 2007-09-16 20:46:35 +00:00
jst%mozilla.org 67a43f7d06 Fixing bug 395651. Make our UTF-8 and UTF-16 comparison code etc more robust when dealing with invalid UTF-16 data. r+sr=jonas@sicking.cc, a=jst@mozilla.org/jonas@sicking.cc 2007-09-14 23:09:49 +00:00
benjamin%smedbergs.us 3b825cb218 Bug 393935 - Crash [@nsProxyObject::LockedFind] due to threads racing, r=brendan 2007-09-14 18:21:28 +00:00
reed%reedloden.com b56a83ecee Bug 395280 - "Build failure on Sparc Linux due to xptcall API changes" [p=marc@petit-huguenin.org (Marc Petit-Huguenin) r=bsmedberg a=damons] 2007-09-10 21:26:01 +00:00
jst%mozilla.org c88ff4b755 Fixing bug 394275. Fix problem with UTF16 to UTF8 character conversions when dealing with broken UTF16 characters. r+sr=jonas@sicking.cc 2007-09-07 20:28:27 +00:00
mozilla%weilbacher.org 6392ae84d1 [OS/2] Bug 394837: saving files doesn't work when WPS not active, r=mkaply 2007-09-06 21:44:05 +00:00
sharparrow1%yahoo.com 082f0fe6c2 Bug 282814: nsAutoBuffer::EnsureElemCapacity is broken. r=bsmedberg, a=bzbarsky. 2007-09-06 01:26:57 +00:00
sharparrow1%yahoo.com ee94534b3e Bug 387023: minor string cleanup in nsAtomTable.cpp. r=bsmedberg, a=bzbarsky. 2007-09-06 01:13:42 +00:00
jwalden%mit.edu 97daf72ebf Bug 348748 - Remove the NS_.*_CAST macros completely! r=bsmedberg, a=no-functionality-change 2007-09-05 22:31:12 +00:00
cbiesinger%gmx.at 3783386a20 381812 improved testcase for storage stream behaviour when the stream hasn't
been written to r=bsmedberg
2007-09-05 20:30:18 +00:00
jag%tty.nl 6ec1e0acee Bug 271824: do_GetFastLoadService should use nsGetServiceByCID. r=/sr=/a=bsmedberg 2007-09-05 09:13:58 +00:00
jwalden%mit.edu f49fc51830 Bug 348748 - Cleanup from the handful of patches which have landed since the initial landing that have readded cast macros; I intend to remove the rest of the instances Very Soon, all but certainly before the M8 freeze, so the macro definitions can be removed, again all but certainly before the M8 freeze, if people are okay with them being removed. Still r=bsmedberg, a=no-functionality-change 2007-09-05 06:41:37 +00:00
asqueella%gmail.com 5855e0bfe2 Bug 372298 - xpcom/io: 10K codesize reduction by fixing string array
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r+a=bsmedberg
2007-09-02 21:57:11 +00:00
asqueella%gmail.com 004be424db Bug 375778 - Read-Only Files Changed to Read-Write
p=Simon Bunzli (busy) <zeniko@gmail.com>
r=dougt, sr=bsmedberg, a=bz
2007-09-02 21:50:48 +00:00
thunder%mozilla.com 40a549816d Bug 392967: Load app and extension prefs separately. r=bsmedberg 2007-09-01 02:16:47 +00:00
cbiesinger%gmx.at 83f3f89470 add unit test for bug 372050 and the unescape parts of bug 350932; also, clarify comments for the ESCAPE_URL_ONLY_NONASCII flag.
r+sr+a=bz
2007-08-31 20:19:38 +00:00
jwalden%mit.edu 29f22d595f Unbreak DEBUG_CC on Windows (calling convention mismatch); apparently nobody really uses it there. NPOTDB, rs=sicking 2007-08-30 21:47:26 +00:00
bent.mozilla%gmail.com feceeb80aa Bug 387584 - "ASSERTION: should not have buffer of zero size [@nsTArray_base::EnsureCapacity]". Patch by Sergey Yanovich <ynvich@gmail.com>. r+a=bsmedberg. 2007-08-30 16:59:34 +00:00
bent.mozilla%gmail.com b4fa7a162c Bug 392493 - "Add forget() method to nsCOMPtr and nsRefPtr". r=dbaron, a=bzbarsky. 2007-08-28 23:37:22 +00:00
pavlov%pavlov.net a97eae15a7 bug 378457. use nsAutoBuffers instead of mallocs for unsicribe item data. r=vlad, sr=bsmedberg.
original patch from David Humphrey <david.humphrey@senecac.on.ca>
2007-08-28 20:44:12 +00:00
dbaron%dbaron.org 255ff3969c Back out a small part of bug 391848 to fix bustage for some people (and add a comment warning about the problem). 2007-08-28 05:42:25 +00:00
dbaron%dbaron.org 17351774fa Do stack walking on a single thread to avoid deadlocks during thread creation. b=391321 r=robarnold@mozilla.com sr=jmathies@mozilla.com (delegated by bsmedberg) a1.9=bzbarsky@mit.edu 2007-08-28 05:42:04 +00:00
dbaron%dbaron.org 9b71a1692b Fix bustage. 2007-08-23 01:29:54 +00:00
dbaron%dbaron.org 8f482fde98 Print path to expected garbage along with refcount imbalances. b=387224 r=graydon a=brendan 2007-08-23 00:48:28 +00:00
dbaron%dbaron.org c13d4e5ee3 When doing ExplainLiveExpectedGarbage, suspect all nsXPCWrappedJS so that we get more objects in the graph. b=387224 r=graydon a=brendan 2007-08-23 00:48:27 +00:00
dbaron%dbaron.org f757dfe784 Make ExplainLiveExpectedGarbage print *all* references to JS objects with refcount imbalances. b=387224 r=graydon a=brendan 2007-08-23 00:48:26 +00:00
sdwilsh%shawnwilsher.com d38fe44a82 Bug 308073 - Change default downloading folder in Windows Vista from Desktop to Downloads. Patch by Jim Mathies <jmathies@mozilla.com>. r=robarnold, r=robert.bugzilla, sr=dougt, a=mconnor 2007-08-21 17:22:03 +00:00
bzbarsky%mit.edu 7a163b9617 Make HTML content objects use QI tables. Bug 389797, r+sr=jst, a=sicking. 2007-08-20 22:55:08 +00:00
mats.palmgren%bredband.net b9d1651064 Add a missing return. b=392782 r+sr+a1.9=dbaron 2007-08-20 21:31:48 +00:00
bent.mozilla%gmail.com 0faf4e19d2 Bug 385250 - "IsVoid and IsTerminated may return something other than PR_TRUE and PR_FALSE". r=dbaron, sr=jag, a=bz. 2007-08-20 03:09:30 +00:00
dbaron%dbaron.org 69efaea510 Allow builds compiled with VC8 to function with older versions of dbghelp.dll. b=391848 r+a=bsmedberg 2007-08-19 21:38:31 +00:00
dbaron%dbaron.org 84d808923d Debugging code and cleanup from fixing Windows stack traces to work on VC8-compiled builds in addition to VC7.1-compiled builds. b=391848 r=bsmedberg a=bzbarsky 2007-08-19 21:37:55 +00:00
philringnalda%gmail.com 37dcc4ebb0 Bug 380783 - nsStringAPI.h: no equivalent of IsVoid (tell if string is null), patch by Mook <mook.moz+mozbz@gmail.com>, r=bsmedberg/dbaron, sr=dbaron, a1.9=bz 2007-08-18 03:48:17 +00:00
cbiesinger%gmx.at a8fc32116b fixing orange, the new behaviour is better 2007-08-17 21:20:55 +00:00
cbiesinger%gmx.at 9b0e7b0c05 381812 make it possible to get storage input streams for empty streams
r=bsmedberg
2007-08-17 20:27:50 +00:00
benjamin%smedbergs.us 82439e3b43 Bug 350132 - Deadlock in JS/XPCOM proxy, r=brendan 2007-08-16 20:51:50 +00:00
dbaron%dbaron.org dd944c0956 Enable Linux stack walking code on Mac OS X. b=336517 r+a=bsmedberg 2007-08-16 00:03:29 +00:00
dbaron%dbaron.org c01336480d Include file name and line number in Windows stack traces. b=391850 r+a=bsmedberg 2007-08-14 16:34:32 +00:00
dbaron%dbaron.org 0c334e1759 Merge nsStackFrameWin and nsStackFrameUnix into nsStackWalk. b=391793 r+a=bsmedberg 2007-08-13 19:37:36 +00:00
dbaron%dbaron.org fcb9984a4e Remove nsTraceRefcnt::LoadLibrarySymbols, which is no longer needed due to the error handling in SymGetModuleInfoEspecial. b=391793 r+a=bsmedberg 2007-08-13 19:36:57 +00:00
ginn.chen%sun.com 367563acf6 Bug 374689 Fix build issues
r+a=dbaron
2007-08-13 05:29:55 +00:00
dbaron%dbaron.org d834a42cdd Convert trace-malloc to using XPCOM stack walking API. b=374829 r+a=brendan 2007-08-10 22:20:49 +00:00
dbaron%dbaron.org d9d01ad030 Split the address->symbol mapping from the rest of the stack walking code. b=374829 r=bsmedberg a=bzbarsky 2007-08-10 21:32:50 +00:00
dbaron%dbaron.org 322b9b6ea1 Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky 2007-08-10 21:32:49 +00:00
bzbarsky%mit.edu 72e242e9e6 Add a stack-and-abort value of XPCOM_DEBUG_BREAK 2007-08-10 19:42:58 +00:00
benjamin%smedbergs.us 8fad1ec62e Bug 383553 - Crash on quit in nsTimerImpl::Release, r=dbaron sr=brendan 2007-08-09 18:37:02 +00:00
benjamin%smedbergs.us 01bbc072fb Backing out bug 214164 due to non-libxul bustage... WTF? :-( 2007-08-08 21:41:43 +00:00
benjamin%smedbergs.us 99f4df9e2e Bug 214164 - Reduce nsTHashtable codesize by making sOps a class static. This patch was originally from bug 201034 r=jkeiser :-) and was backed out because GCC 3.3- were stupid. Since we don't support those any more, relanding a=bz 2007-08-08 14:40:35 +00:00
mrbkap%gmail.com b3ea807d9e Fix broken printf to fix a compile warning. bug 390855, r+sr+a=bsmedberg 2007-08-08 01:47:40 +00:00
aaronr%us.ibm.com 8828d0b026 make nsStringContainer_base smaller bug 390849, r+sr+a=bsmedberg 2007-08-07 23:37:44 +00:00
sharparrow1%yahoo.com f69d397085 Bug 387445: Remove thread safety from atoms. r+sr=dbaron, a=bzbarsky 2007-08-07 19:16:52 +00:00
bzbarsky%mit.edu cf24549dcc Make it possible to serialize an nsISerializable instance to an arbitrary
stream, not just to the fastload file.  Bug 390474, r=bsmedberg, sr=brendan,
a=bsmedberg.
2007-08-07 02:00:55 +00:00
benjamin%smedbergs.us a311b83259 Bug 387132 followup - build the reftest-fast tool correctly with libxul, r=vlad a=only functional change is NPOB 2007-08-06 20:13:19 +00:00
benjamin%smedbergs.us 9cff0b12f8 Bug 389718 - Hide xptcall shared stubs, x86 and a matching x86-64 change, r=dbaron a=bz 2007-08-06 19:30:51 +00:00
benjamin%smedbergs.us bbb6d901f3 Bug 386025 - Expose cycle-collection symbols, r=graydon 2007-08-06 14:34:05 +00:00
dtownsend%oxymoronical.com 790e932eaf Bug 390143: NS_IMPL macros are broken for implementing 11 interfaces.
r=bsmedberg, a=wanted-1.9
2007-08-02 18:14:28 +00:00
benjamin%smedbergs.us ca3612396c Bug 390190 - XULRunner loads system sqlite3 (and can then crash), patch by redfive (mozilla@jgaunt.com), r=me a=mconnor for landing into close M7 tree 2007-07-30 20:17:18 +00:00
jonas%sicking.cc d0fc50677d Bug 389508: Implement Cross site XMLHttpRequest. r=jst sr=dveditz,biesi 2007-07-26 22:20:32 +00:00
enndeakin%sympatico.ca 94b0f5ba28 Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg 2007-07-25 16:53:39 +00:00
dcamp%mozilla.com 70e3c46599 Add an API to access <input type="file"> data. b=371432, r=smontagu (for charset stuff), r+sr=jonas 2007-07-25 04:29:49 +00:00
cbiesinger%gmx.at b19421e4ee 386376 get services lazily in order to avoid recursive getService calls
r=bsmedberg
2007-07-24 23:47:33 +00:00
bzbarsky%mit.edu 5578a3844c Fix string leak. Bug 389191, r=josh, sr=bsmedberg 2007-07-24 20:19:03 +00:00
bzbarsky%mit.edu 9eb6f256ee Reland part of the patch for bug 330420 which got backed out by the
table-driven QI landing.  Bug 387926, r+sr=bsmedberg
2007-07-24 20:17:11 +00:00
cbiesinger%gmx.at 87561ecba7 add a comment explaining the 0x20..0x7f range 2007-07-24 03:30:00 +00:00
asqueella%gmail.com 443eac5de1 Bug 339069 - Optimization for RFindInReadable
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r=darin, sr=dbaron
2007-07-24 01:30:19 +00:00
cbiesinger%gmx.at f6225db604 bug 389106 escape spaces even for the OnlyNonASCII flag
r=bzbarsky sr=dveditz
2007-07-24 00:28:42 +00:00
sdwilsh%shawnwilsher.com d76ef55f37 Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin 2007-07-18 16:20:13 +00:00
bzbarsky%mit.edu a752cca4fe Make fastload handle short reads from its underlying buffered stream. Bug
387588, r+sr=biesi
2007-07-18 01:54:55 +00:00
jwalden%mit.edu d6946e363c Bug 388276 - Build failed on solaris x86 due to checkin for 372428. Patch by Leon Sha <leon.sha@sun.com>, r=cls 2007-07-17 21:23:25 +00:00
mozilla%weilbacher.org b0207b9c85 [OS/2] Bug 348533: fix build break due to missing glue, removing support for old VAC plugins in libxul builds, r=benjamin 2007-07-17 21:13:17 +00:00
benjamin%smedbergs.us d3082a9042 Bug 368854 - Use new compiler/linker flags added in VC8 to improve security, r=luser 2007-07-17 13:31:29 +00:00
sdwilsh%shawnwilsher.com 6a1360ddbb Backout of Bug 306907 2007-07-16 21:32:03 +00:00
sdwilsh%shawnwilsher.com 6853438bb1 Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin 2007-07-16 21:23:30 +00:00
dolske%mozilla.com 3252492e92 Bug 388189: console spewage: "(all right -- a generic module!)". r=dougt, sr=benjamin 2007-07-16 19:00:14 +00:00
dolske%mozilla.com 1de2304c25 Bug 386281: "Type Manifest File:" spewed to console on launch. r=dougt, sr=benjamin 2007-07-15 01:15:26 +00:00
dbaron%dbaron.org 7c256de140 Explain another possibility in this debugging printf. DEBUG_CC only. 2007-07-14 19:06:10 +00:00
jst%mozilla.org 59a9df672e Fixing bug 377360. Fix atom table crash due to invalid UTF data in atoms. r=jonas@sicking.cc, sr=peterv@propagandism.org 2007-07-11 20:46:43 +00:00
benjamin%smedbergs.us d83c776371 Bug 386445 - mac build stops with "multiple definitions of symbol nsINIParser::GetSrings", also changes to building mac dylibs with -single_module, r=luser,jag 2007-07-11 17:26:12 +00:00
neil%parkwaycc.co.uk 11d0936e48 Followup to bug 348748 to fix the alignment of trailing backslashes in macros
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
2007-07-11 08:46:49 +00:00
bzbarsky%mit.edu e58f142ae5 Try to fix orange: sGlobalObserver can get set during event processing, not
just unset.  Bug 326777
2007-07-11 03:01:56 +00:00
bzbarsky%mit.edu 9bba06ca93 Relanding bug 326777, r=bsmedberg, sr=jst 2007-07-11 00:57:17 +00:00
bzbarsky%mit.edu 4b9e120afb Backing out to fix red 2007-07-10 04:07:45 +00:00
bzbarsky%mit.edu af53b414ca Make sure that we push a null JSContext on the current thread's XPConnect stack
before processing events.  Bug 326777, r=bsmedberg, sr=jst
2007-07-10 03:48:07 +00:00
dbaron%dbaron.org 35f82f7d85 Make ExplainLiveExpectedGarbage traverse the suspectCurrent roots, since now that it's more accurate, more graph is always better. b=387005 r=graydon 2007-07-08 19:26:44 +00:00