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

166502 Коммитов

Автор SHA1 Сообщение Дата
benjamin%smedbergs.us dc50314977 Bug 316414 part 1, try #2 - Add xpcom-shutdown-threads and xpcom-shutdown-loaders notifications, r=darin
Original committer: bsmedberg%covad.net
Original revision: 1.7
Original date: 2005/11/30 18:51:27
2006-08-08 17:08:25 +00:00
benjamin%smedbergs.us 32aaf768b3 Bug 236613: change to MPL/LGPL/GPL tri-license.
Original committer: gerv%gerv.net
Original revision: 1.6
Original date: 2005/02/01 15:28:15
2006-08-08 17:08:22 +00:00
benjamin%smedbergs.us c01727b7f7 Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron.
Original committer: bryner%brianryner.com
Original revision: 1.5
Original date: 2004/01/15 06:14:12
2006-08-08 17:08:19 +00:00
benjamin%smedbergs.us 87cc6baeec Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.

Original committer: dougt%netscape.com
Original revision: 1.4
Original date: 2003/03/15 01:04:09
2006-08-08 17:08:16 +00:00
benjamin%smedbergs.us 27812636d7 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
Original committer: dbaron%dbaron.org
Original revision: 1.3
Original date: 2003/01/08 23:04:15
2006-08-08 17:08:13 +00:00
benjamin%smedbergs.us 9cf269e43a need to NS_INIT_ISUPPORTS to prevent thresafety assertions. bug 175437,
r=timeless, sr=alecf, a=dbaron

Original committer: bzbarsky%mit.edu
Original revision: 1.2
Original date: 2002/10/24 01:03:00
2006-08-08 17:08:10 +00:00
benjamin%smedbergs.us 29e64b5fc7 add support for a nsISimpleEnumerator implementation for nsCOMArray<T> and nsIArray, and update existing interfaces to support that:
- move nsCOMArray_base's ObjectAt/[]/Count() methods into the public so that nsCOMArrayEnumerator can get to it
- tweak NS_NewArray() to match the existing enumerator NS_New* API
- hook up NS_NewArrayEnumerator to nsArray::Enumerate
Not part of the build, for bug 162115

This file was copied in CVS from the following location:
mozilla/xpcom/ds/nsArrayEnumerator.h
Original committer: alecf%netscape.com
Original revision: 1.1
Original date: 2002/10/01 17:34:25
2006-08-08 17:08:07 +00:00
brettw%gmail.com 70f5be5b41 Bug 347819 r=bryner Change assersions hit in normal usage to non-assertions & return failure 2006-08-08 16:57:50 +00:00
jminta%gmail.com 09a4a58d97 Bug 347113 Unsubscribing from a calendar causes a js error. patch by Lukas Ramach <ramach@utanet.at>, r=jminta 2006-08-08 16:55:17 +00:00
jwalden%mit.edu e305ad4abb Bug 347472 - When opening a file, the filename isn't truncated. Patch by Michael Wu <michael.wu@mozilla.com>, r=mconnor 2006-08-08 16:53:02 +00:00
bzbarsky%mit.edu f365a5ece5 Remove no longer used tests so they stop confusing folks. Bug 347658, r+sr=darin 2006-08-08 16:44:29 +00:00
mark%moxienet.com 983e3eb5f7 Annoting tests where failure is expected (bug 347778 comments 3 and 5) 2006-08-08 16:43:41 +00:00
bzbarsky%mit.edu 623537d3ec Handle the minimum font size being changed to 0 correctly. Bug 327054, r+sr=roc 2006-08-08 16:43:20 +00:00
bzbarsky%mit.edu b77fc011d6 Move the location of "opacity" in the list so it's easier to find. Bug 337874,
r+sr=roc
2006-08-08 16:41:03 +00:00
bclary%bclary.com a0cb54ccc0 JavaScript Test Library - fixes to regression tests for bug 341675, 341821, by Igor Bukanov 2006-08-08 16:23:44 +00:00
shaver%mozilla.org cd53e3d5a2 Fix USA Today -> USATODAY.com naming, r=morgamic 2006-08-08 15:50:42 +00:00
sayrer%gmail.com 34661a2a8c Bug 340314. Sound is played to random file descriptors, corrupting mailboxes, address books, cert DBs. Patch by Michael Wu <michael.wu@mozilla.com>. r+sr=roc 2006-08-08 15:43:27 +00:00
wclouser%mozilla.com a1fdbd8c1c cameron's patch for 347780 2006-08-08 15:28:00 +00:00
kairo%kairo.at 5d07e5c385 bug 347872 - make suiterunner not package about:plugins twice, r=bsmedberg sr=jag 2006-08-08 15:22:44 +00:00
michael.buettner%sun.com feb195e4cd bug 337935 weekly recurrence with sunday hides occurrences on other weekdays. j=shaver 2006-08-08 15:04:12 +00:00
aaronleventhal%moonset.net 59ecd69676 Bug 346906. GetLinkIndex not working. r=parente 2006-08-08 14:50:12 +00:00
longsonr%gmail.com d6c6d248db Bug 347762 - Log nsSVGLength2 and nsSVGNumber2 parse failures to error console. r=tor,sr=bzbarsky 2006-08-08 14:36:43 +00:00
aaronleventhal%moonset.net fb0ab8fca9 Bug 341462. XUL menuitems should not fire accessible focus for mouseover. Patch by Ginn Chen. r=aaronlev 2006-08-08 14:01:19 +00:00
kairo%kairo.at 8f6ffcc23a bug 344893 - Align (c) lines between branch and trunk (and minor cleanups), p=giacomo.magnini@portalis.it r=IanN 2006-08-08 13:16:20 +00:00
mattwillis%gmail.com 0e8aac4a9d bug 347380 - Restores calendarUtils.js to printDialog.xul, fixing jsDateToDateTime not defined error. patch by ssitter,r=jminta 2006-08-08 12:11:53 +00:00
mattwillis%gmail.com d6d2b9842c bug 346890 - Package PrintPDE.plugin with Sunbird on Mac. r=jminta 2006-08-08 12:06:40 +00:00
mattwillis%gmail.com 8c30a1ea89 bug 347677 - Removes debugging dump statements. r=jminta 2006-08-08 12:00:23 +00:00
bclary%bclary.com ab0602cb4d JavaScript Test Library - regression test for bug 347739, by Igor Bukanov 2006-08-08 10:41:59 +00:00
Olli.Pettay%helsinki.fi 574eb72e46 Bug 347836, Add static method to get nsIRootBox, r+sr=roc 2006-08-08 10:40:11 +00:00
bclary%bclary.com 539e5a6d74 JavaScript Test Library - rename test for bug 341510 2006-08-08 10:40:07 +00:00
bclary%bclary.com 933c16305a JavaScript Test Library - modifications to tests from Igor Bukanov, bug 347739 2006-08-08 10:36:23 +00:00
smontagu%smontagu.org 0dc20af420 Add a minimum data threshold to CharDistributionAnalysis::GetConfidence() to reduce false positives. Bug 306272, r=jshin, sr=rbs 2006-08-08 10:35:30 +00:00
bclary%bclary.com a8b6f71fef JavaScript Test Library - correct bug number in testcase for bug 341815 2006-08-08 10:16:00 +00:00
bclary%bclary.com e7a75da374 JavaScript Test Library - regression test for bug 341821, by Igor Bukanov 2006-08-08 10:12:39 +00:00
longsonr%gmail.com 416e0c4e66 Bug 345418 - ASSERTION: trying to construct an SVGTSpanFrame for an invalid container. r+sr=roc 2006-08-08 10:00:55 +00:00
bclary%bclary.com 095e914424 JavaScript Test Library - regression test for bug 341815, by Igor Bukanov 2006-08-08 09:01:06 +00:00
rob_strong%exchangecode.com 3094605e8d Bug 347841 - Rebuild selected view after hiding / unhiding elements in the mgr. r=sspitzer 2006-08-08 08:56:26 +00:00
jruderman%hmc.edu 60b4491dec Bug 347507, ignore negative rowspan and columnspan in MathML. r=rbs, sr=roc. 2006-08-08 08:44:03 +00:00
smontagu%smontagu.org a661b02369 Add fa-ir to accepted languages and Iran to regionNames.properties. Bug 347632, r=jshin, blanket sr=roc for property file changes 2006-08-08 07:50:26 +00:00
brendan%mozilla.org d6df2034c1 Lock down generator.close (347739, r=igor). 2006-08-08 07:08:54 +00:00
uriber%gmail.com 0873327099 Moved mCaretBidiLevel and its accessors from nsPresShell to nsFrameSelection. Also added sBidiKeyboard as a static service to nsContentUtils. bug=346891 r+sr=roc 2006-08-08 05:14:52 +00:00
dbaron%dbaron.org 5f8fb9c2db Force-commit to pick up the fix for bug 268314. 2006-08-08 04:54:00 +00:00
tor%cs.brown.edu d607fcdddd Bug 345488 - transform from path applied to textPath at wrong time.
r=longson, sr=roc
2006-08-08 04:26:26 +00:00
bzbarsky%mit.edu b2a1824002 If a string is passed as an nsIAtom arg from JS, atomize it. Bug 336684,
r=jst, sr=shaver.
2006-08-08 04:21:33 +00:00
bclary%bclary.com d1560e0a88 JavaScript Test Library - regression test for bug 347593, by nanto vi (TOYAMA Nao) 2006-08-08 03:58:46 +00:00
bclary%bclary.com a7f8411123 JavaScript Test Library - regression test for bug 347674, by Jeff Walden 2006-08-08 03:48:19 +00:00
aaronr%us.ibm.com 3491529b1b [XForms] datepicker a11y issues. Bug 345224, patch by surkov, r=doronr+olli 2006-08-08 01:51:35 +00:00
dbaron%dbaron.org 15ea1a12b0 Force-commit to pick up the fix for bug 268314. 2006-08-08 01:48:04 +00:00
cltbld 3db12a2633 Automated update from host egg.office.mozilla.org 2006-08-08 01:47:55 +00:00
aaronr%us.ibm.com cc43d5a357 [XForms] give select1 keyboard shortcuts. Bug 316614, patch by surkov, r=doronr+olli 2006-08-08 01:39:57 +00:00