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

136092 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org b6d5e1a8a3 Remove long-unused nsIMutableStyleContext. b=272151 2004-12-07 06:50:11 +00:00
julien.pierre.bugs%sun.com c24796eb24 Check for NULL PRFileDesc before closing them . r=saul,nelson 2004-12-07 06:25:34 +00:00
bsmedberg%covad.net 5a4d47e698 Bug 273417 - Use the app id/version/buildid from nsXULAppAPI instead of using prefs r=darin a=ben 2004-12-07 04:53:07 +00:00
roc+%cs.cmu.edu 90fed78dbe Bug 266890. Remove nsScrollPortFrame since it's the only subclass of nsScrollBoxFrame, just merge everything up to nsScrollBoxFrame. r+sr=bryner 2004-12-07 03:51:26 +00:00
roc+%cs.cmu.edu 118cfea877 Bug 266890. Remove nsScrollPortFrame since it's the only subclass of nsScrollBoxFrame, just merge everything up to nsScrollBoxFrame. r+sr=bryner 2004-12-07 03:42:00 +00:00
dbaron%dbaron.org d7329496e2 Remove unneeded include. b=272151 2004-12-07 02:57:37 +00:00
dbaron%dbaron.org cac7454d5e Remove unneeded include. b=272151 2004-12-07 02:56:10 +00:00
dbaron%dbaron.org 9d167cfdab Remove unneeded include. b=272151 2004-12-07 02:49:12 +00:00
bsmedberg%covad.net 850168a318 I over-pruned this code for bug 272783 - this will hopefully fix the Firefox static build, though I'm not certain. r=bustage 2004-12-07 02:35:37 +00:00
dbaron%dbaron.org d3a8d12bbe Remove unneeded include. b=272151 2004-12-07 02:28:38 +00:00
darin%meer.net acf95bcaa1 fixing --disable-xul bustage 2004-12-07 01:53:37 +00:00
psychoticwolf%carolina.rr.com 0fc766992b Remove Author E-Mail Form. Bug 257516. 2004-12-07 01:42:11 +00:00
zack%kde.org a9a0ad8d05 fix the stop slot, remove some redundant debug and cvs ignore 2004-12-07 00:50:21 +00:00
bzbarsky%mit.edu b59b9c3eb3 Only sniff text/plain types if the channel says it's still text/plain (this may
be changed after the header is parsed by other components, eg ones listening to
HTTP notifications).  Bug 273306, r=biesi, sr=darin
2004-12-07 00:27:50 +00:00
bzbarsky%mit.edu f7f1f88343 Put the tree stuff in MOZ_XUL ifdefs. Bug 175568 followup to fix minimo, etc,
bustage.
2004-12-07 00:24:52 +00:00
bsmedberg%covad.net 8fd874f153 These functions were duplicated for no apparent reason, and are unused outside of XPCOM removal r=darin 2004-12-07 00:21:36 +00:00
igor%mir2.org fa9d55e2a1 Patch from Daniel Gredler <danigredler@charter.net> to address bug 271401 :
JS prototypes for superclasses with ScriptableObject.defineClass
2004-12-07 00:10:31 +00:00
neil%parkwaycc.co.uk 6007b26f56 External links should never load in help viewer b=226911 r=biesi sr=bz 2004-12-06 23:49:43 +00:00
mostafah%oeone.com 2690053db0 Updated translation from patch to bug 273448:
Add Polish locales (pl-PL) to Calendar
2004-12-06 23:45:31 +00:00
wchang0222%aol.com 2da7c125c7 Bugzilla bug 151709: declare the temporary variables as PRInt32. 2004-12-06 23:40:23 +00:00
brendan%mozilla.org 32e7a4bde1 Implement Deutsch-Schorr-Waite, plus related GC metering improvements, to avoid stack overflow crashes when marking very deep object lists (203278, r=igor@fastmail.fm and Igor wrote the tail-recursion elimination code). 2004-12-06 23:17:19 +00:00
steffen.wilberg%web.de 6dcd1ee0a8 fix a couple of dos-style line-endings 2004-12-06 23:16:52 +00:00
darin%meer.net 0d1820b7fd fixes bug 272814 "beginAddingChildren notification should be called before attributeSet." patch by smaug@welho.com r=darin sr=bryner 2004-12-06 23:09:32 +00:00
psychoticwolf%carolina.rr.com 454a810edd Fix bustage when adding a updated version of an already existing item. No Bug. 2004-12-06 23:05:23 +00:00
darin%meer.net 84b6dba33e fixes bug 272677 "Implement <xforms:secret>" r=bryner 2004-12-06 23:04:58 +00:00
jag%tty.nl 1a0e454a75 Back out unintentional change. 2004-12-06 22:56:18 +00:00
cltbld 6c34b0cc82 Automated update from host egg 2004-12-06 22:44:42 +00:00
bsmedberg%covad.net 0c8e85c7f2 Bug 272283 - initial work for --enable-libxul r=bryner+darin This is on by default for xulrunner and off by default for all other apps. 2004-12-06 22:39:54 +00:00
brendan%mozilla.org fadc8f54dc Fix bug where spans of whitespace and entity refs was scanned as whitespace (bug 246441 comment 48, r=self). 2004-12-06 22:11:57 +00:00
mvl%exedo.nl 7cf81042a2 enable ftp for sunbird 2004-12-06 21:34:49 +00:00
darin%meer.net 1c35c6f5c8 landing patch for bug 272406 "External instance data not handled correctly" patch by smaug@welho.com r=darin 2004-12-06 21:14:20 +00:00
timeless%mozdev.org decdc812e4 Bug 272381 Crash when printing a iframe [PoC included][@ GlobalWindowImpl::Print] GlobalWindowImpl::GetInterface is broken
r=peterv sr=peterv
2004-12-06 20:33:04 +00:00
bryner%brianryner.com 540bdb25ef Implement support for repeat element (bug 269132). Patch by allan@beaufour.dk, r=aaronr sr=bryner. 2004-12-06 20:31:15 +00:00
wchang0222%aol.com 52fbe2b01c Bugzilla bug 151709: implemented atomic operations in assembly on Alpha
Linux.  The patch is contributed by falk@debian.org. r=darin,wtc.
2004-12-06 20:02:09 +00:00
timeless%mozdev.org 62fbb5e081 Bug 272381 Crash when printing a iframe [PoC included][@ GlobalWindowImpl::Print] GlobalWindowImpl::GetInterface is broken
r=peterv sr=peterv
2004-12-06 18:53:32 +00:00
brendan%mozilla.org 0ab5ddb4da Fiddle with comments and cosmetics. 2004-12-06 18:42:30 +00:00
joshmoz%gmail.com 6f66c8cbe4 fix spelling mistake. bug=273087 2004-12-06 18:13:30 +00:00
jocuri%softhome.net c1662cd09e Patch for bug 262372: clicking on a column header shouldn't result in loss of defaultsavename; patch by Rob Siklos <rsiklos@adexa.com>, r=wurblzap, a=justdave. 2004-12-06 17:21:38 +00:00
mostafah%oeone.com a22a3fe217 Checked in attachment 167835 for bug 270724:
Parses PM time as AM if format has leading tt or non AM/PM, as in taiwan locale tt hh:mm:ss
2004-12-06 17:20:26 +00:00
jocuri%softhome.net 8f7e90124a Patch for bug 256592: Cut down the DBD error string to a reasonable size; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=justdave. 2004-12-06 17:16:33 +00:00
jocuri%softhome.net 94652f10c0 Patch for bug 271373: Fix bogus t/008filter.t error on Win32; patch by Marc Schumann <wurblzap@gmail.com>, r=glob, a=justdave. 2004-12-06 17:13:55 +00:00
jocuri%softhome.net 2c75c059ac Patch for bug 270589: Make t/008filter.t accept empty template directives; patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, r=myk, a=justdave. 2004-12-06 17:11:15 +00:00
jocuri%softhome.net 27fd2d705c Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, a=justdave. 2004-12-06 17:07:54 +00:00
jocuri%softhome.net 0e9c3873c2 Patch for bug 258579: t/Support/Files.pm should use File::Find; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave. 2004-12-06 17:03:00 +00:00
mostafah%oeone.com 2270851922 Updated translation 2004-12-06 15:46:09 +00:00
ere%atp.fi c1d97a4b9d Fix for bug 270812: Cannot print after printer was renamed
Patch by Masayuki Nakano,
r=emaijala
sr=bzbarsky
2004-12-06 15:29:25 +00:00
aaronleventhal%moonset.net cbf2ae3323 Bug 175568. Make shift+f10 menus show up in the right place, for scrolled documents and tree views. r=jan varga, sr=bz 2004-12-06 15:12:53 +00:00
ere%atp.fi 10bb08a431 Oops, backing out previous commit of wrong files. 2004-12-06 15:07:36 +00:00
ere%atp.fi 52406c2e6f Fix for bug 270812: Cannot print after printer was renamed
Patch by Masayuki Nakano,
r=emaijala
sr=bzbarsky
2004-12-06 15:03:42 +00:00
mostafah%oeone.com 01888c3b20 Checked in patch for bug 254865: crash if I try to add new event or task 2004-12-06 15:03:32 +00:00