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

127563 Коммитов

Автор SHA1 Сообщение Дата
chanial%noos.fr fba23f9319 Bug 235317: locale version mismatch in the inspector package. This won't fix the real bustage issue (the jar packager doesn't update preprocessed files when macros are changed) but at least, the locale and content contents.rdf files for the inspector package will now change at the same time and stay in sync. 2004-03-01 19:09:32 +00:00
chanial%noos.fr d83719005f bug 236107: caption in groupbox should have a transparent background. 2004-03-01 16:33:13 +00:00
mostafah%oeone.com d22209de4b Checked in patches from attachments #142442 #142443 and #142445
for bug 173562
2004-03-01 16:13:52 +00:00
dbaron%dbaron.org 317387ccf0 Table rows/cols and groups don't paint their backgrounds, so CanPaintBackground must return false. b=236053 r+sr=roc 2004-03-01 08:17:59 +00:00
danm-moz%comcast.net fa421ddbb3 in your preferences, set the milestone to 'ignore' and lose the annoying temporary homepage hijack Mozilla does at each milestone. bug 102313 r=jag^2 2004-03-01 03:13:52 +00:00
ben%bengoodger.com 5001bd8a7c 236056 - xpinstall confirm dialog should disable the install button initially to prevent fast-clicking exploits 2004-03-01 01:36:30 +00:00
chanial%noos.fr 5d45d6f6f4 correct comment typo in bug 235913 + make it fit 80 columns. r=Roland Mainz 2004-03-01 01:21:34 +00:00
ben%bengoodger.com 70c848c5c6 (215094) - hi-ya! OK, I think I understand what's going on here now, finally. Not only was I leaking, I was also blowing all my buffers. Realloc the buffer alloced by the binary stream when reading a string of bytes from the Opera Cookies file to make room for the null terminator. Hopefully this is cut #999 or #1000 or so in the migrator's linux death. 2004-02-29 23:15:19 +00:00
chanial%noos.fr ccf0a1bd3c Bug 235913: Random crashes while printing on Solaris, patch by Roland Mainz, r=biesi, sr=bz 2004-02-29 23:04:37 +00:00
ben%bengoodger.com 16279124a2 (215094) more memory management tweaks 2004-02-29 22:35:37 +00:00
ben%bengoodger.com 592c8dab93 (215094) - let's not play the manual memory management game unless we have to. Use some more XPIDLStrings instead of manually freeing PRUnichar*... 2004-02-29 22:07:43 +00:00
ben%bengoodger.com fb012eb2a9 (215094) yes, ben, you are expected to free strings after they're allocated. Except in this case we don't need to do a string copy anymore now that we made the INI parser take a const char*, so just use .get() on the path we got earlier. 2004-02-29 22:03:47 +00:00
ben%bengoodger.com a4d5db04c6 (215094) - leaks, leaks, all around. Free buffers allocated by Binary Stream when reading cookies. 2004-02-29 21:58:21 +00:00
ben%bengoodger.com 34bd21407e (215094) - only free the pref transform's |stringValue| field if the transform's type was STRING - otherwise it's uninitalized garbage and can cause us to crash on linux. 2004-02-29 21:45:25 +00:00
ben%bengoodger.com 42397dc783 Bring patch from 236010 across - prevent INI parser from reading memory beyond EOF. Patch by Andrew Schultz <ajschult@mindspring.com>, r=bsmedberg, sr=dveditz 2004-02-29 21:38:36 +00:00
mconnor%myrealbox.com b2f025c612 Bug 236010 - INI parser reads memory beyond EOF - patch by Andrew Schultz (ajschult@mindspring.com), r=bsmedberg sr=dveditz 2004-02-29 19:03:39 +00:00
kjh-5727%comcast.net 04ce5b7f2f Bug 131867 - Don't call setlocale() while printing. r=biesi, sr=tor 2004-02-29 18:49:29 +00:00
mconnor%myrealbox.com 1a3205e7e5 Bug 40759 - Mail prefs dialog: implement mnemonics, patch by Stefan Borggraefe (Stefan.Borggraefe@gmx.de), r=neil, sr=bz 2004-02-29 18:48:11 +00:00
mconnor%myrealbox.com e9c22449c4 Bug 223287 - Cannot manually edit home page in Preferences if toolbar icon is removed, patch by pike@pikey.me.uk, r=pch 2004-02-29 18:37:24 +00:00
mconnor%myrealbox.com 99313216da bug 235531 cookie/image manager menutitems broken, r=neil, sr=bz 2004-02-29 17:48:08 +00:00
jocuri%softhome.net 557248e8d4 Backing out patch for bug 235459 which set tree on fire. 2004-02-29 16:19:05 +00:00
kiko%async.com.br ef08d0e46b Add an XXX comment related to bugs 201235 and 236025. 2004-02-29 15:22:26 +00:00
jocuri%softhome.net 59d8d51816 Patch for bug 235459: add icalendar todo output format for buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r,a=justdave. 2004-02-29 15:00:35 +00:00
jocuri%softhome.net bf153f178d Patch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave. 2004-02-29 14:29:38 +00:00
jocuri%softhome.net 5688cacf18 Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ::FORM; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko; a=justdave. 2004-02-29 14:24:06 +00:00
jocuri%softhome.net 2d598c6fae Patch for bug 234876; removes %FORM from token.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave. 2004-02-29 14:19:27 +00:00
timeless%mozdev.org 4895eedb8a Bug 235875 Replace NS_ERROR_SERVICE_NOT_FOUND
r=dougt
2004-02-29 08:04:46 +00:00
ben%bengoodger.com dd878f2a3d 235129 - crash when exporting bookmarks. (add a null check) 2004-02-29 06:10:56 +00:00
ben%bengoodger.com 9c5f1c78c0 (215094) leak city in opera profile migrator. Switch to using XPIDLCStrings to avoid having to manually free cstrings alloced by INI parser 2004-02-29 05:56:43 +00:00
ben%bengoodger.com abbc6c575f (215094) fix a few warnings 2004-02-29 03:21:58 +00:00
mconnor%myrealbox.com 9a8f773566 Bug 196474: pop-up icon should appear in status bar before about popup blocking appears, r=pch 2004-02-29 02:41:05 +00:00
ben%bengoodger.com 22874b19e6 (215094) - fix leak in CopySmartKeywords - free the INI parser when we're done with it. 2004-02-29 02:20:17 +00:00
ben%bengoodger.com f38b1c713a (215094) - fix a hang in Opera Preferences migration - when no color settings are present in Opera preferences file, do not copy uninitialized variables into buffer 2004-02-29 02:18:44 +00:00
ben%bengoodger.com 6239d71779 remove another unnecessary printf 2004-02-29 01:54:38 +00:00
ben%bengoodger.com c15fcc6b74 remove unnecessary dump 2004-02-29 01:50:14 +00:00
ben%bengoodger.com 53dc1c51d1 (215094) - Opera Migrator hangs at the end occasionally because of null observer service 2004-02-29 01:49:53 +00:00
rlk%trfenv.com 44b2858ef4 Bug 235935 - Trivial typo in contextHelp.js. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-02-29 01:24:37 +00:00
ben%bengoodger.com cbbf75bb26 (215094) Make profile migrator build and somewhat run on Linux 2004-02-29 00:48:11 +00:00
cls%seawood.org 760040ffcb Update maps 2004-02-29 00:21:36 +00:00
darin%meer.net d01687984b fixing mac bustage 2004-02-28 23:37:30 +00:00
cbiesinger%web.de cf7b0ade78 bug 234979, patch by matti@mversen.de r=roland.mainz@nrubsig.org sr=darin moa=neil
add "show build configuration" to the debug menu
2004-02-28 23:36:40 +00:00
darin%meer.net 1d2d419885 landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
cls%seawood.org 192f9101fc Update file lists for standalone builds.
Bug #235697
2004-02-28 22:01:50 +00:00
neil%parkwaycc.co.uk 2cfb5a5dcd Bug 200320 Fix NS_ERROR_ILLEGAL_VALUE when deleting last bookmark by selecting the previous bookmark p=gautheri@noos.fr r=me sr=jag 2004-02-28 16:15:29 +00:00
roc+%cs.cmu.edu 1ed57cf47b Bug 53966. Remove unnecessary view creation from nsImageControlFrame, and remove unused fields and functions from nsImageControlFrame/nsHTMLButtonControlFrame. r+sr=bzbarsky 2004-02-28 15:01:38 +00:00
cltbld%netscape.com a398a4cf3b Automated update 2004-02-28 03:11:03 +00:00
darin%meer.net d728e75202 it would help if i actually add gnomevfs to the list of extension. how did
i manage to not add that?
2004-02-28 03:01:41 +00:00
roc+%cs.cmu.edu 602e5214cc Bug 235778. Overflow area of relatively positioned inlines must be preserved by line layout. r+sr=dbaron 2004-02-28 02:55:58 +00:00
chanial%noos.fr 40dbde989a Bug 235187: nsContextMenuInfo shouldn't use low-level API and remove presContext FindFrameBackground.
r=ccarlen, sr=bz
(file not used by the xul apps)
2004-02-28 02:00:23 +00:00
darin%meer.net f464181d52 quick followup patch. removing bogus comment, and setting content length
on channel to make download progress work.  r=biesi
2004-02-28 00:54:39 +00:00