Commit Graph

127558 Commits

Author SHA1 Message Date
chanial%noos.fr
ab314af661 check in locale/contents.rdf 2004-03-02 01:24:28 +00:00
scott%scott-macgregor.org
3d4524453c Back out Bug #132561 until we can figure out how to fix the regression it causes in HTML composer with spaces
(See Bug #235223).

a=brendan
2004-03-02 01:23:13 +00:00
timeless%mozdev.org
e8080a558a Bug 235745 Possible leak or crash in nsStorageStream
patch by nsayer@kfu.com r=darin sr=darin
2004-03-02 01:13:15 +00:00
timeless%mozdev.org
b59a697f27 Bug 235744 Expose StorageStream class to Javascript
patch by nsayer@kfu.com r=darin sr=darin
2004-03-02 01:11:06 +00:00
mconnor%myrealbox.com
3de2156526 Bug 236124 network.http.pipelining.firstrequest is unused and should be removed - patch by Michael Lefevre (michaell+bmo@michaellefevre.com), r+sr=darin 2004-03-02 01:04:35 +00:00
neil%parkwaycc.co.uk
eda86a3664 Bug 235970/232722 Customize character coding dialog only works in browser r=jshin sr=mscott 2004-03-02 00:27:13 +00:00
scott%scott-macgregor.org
6bb6926a09 no bug.
Fix an incorrect localization comment
2004-03-02 00:01:06 +00:00
ben%bengoodger.com
4e10af9ca4 (215094) - fix compile error in opera profile migrator that for some reason didn't affect linux 2004-03-01 23:26:00 +00:00
mostafah%oeone.com
e2820470f1 Checked in patch for bug 228579: building using objdir problems 2004-03-01 23:11:52 +00:00
cbiesinger%web.de
421a192a85 Bug 188288 caret movement erratic with CTL enabled
patch by prabhat.hegde@sun.com r=roland.mainz@nrubsig.org sr=roc
2004-03-01 21:36:35 +00:00
mostafah%oeone.com
a44e0bb49d Checked in patch for bug 235927: view limits calculated incorrectly in day
and week view
2004-03-01 21:29:16 +00:00
bsmedberg%covad.net
97cdab633d Bug 236134 - wallpaper patch; if users delete chrome.rdf in their firefox profile, they will crash at next startup. This adds an empty chrome package browser-region/content so that the chrome registry will work correctly. r=pch 2004-03-01 21:27:42 +00:00
cbiesinger%web.de
65a4c62ead 183415, typo in PAC's getClassObject (double negation instead of single one);
also add nsIRequestObserver to getClassObject's interface list.
r=darin sr=bzbarsky; thanks to Nathan Kurz who suggested (the first part of) this patch
2004-03-01 21:23:45 +00:00
cbiesinger%web.de
d4e5220db0 bug 235832, dynamic_cast crashes. replace with static_cast.
r=bzbarsky sr=darin
2004-03-01 21:18:19 +00:00
bsmedberg%covad.net
d17968e4b6 Bug 235317, always build preprocessed chrome because we don't have a good dependency system. r=pch 2004-03-01 21:12:29 +00:00
igor%mir2.org
e0a2c2536d Making javaToJS static to match the rest of API 2004-03-01 19:19:47 +00:00
chanial%noos.fr
f8ff77b0c7 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
066758baf9 bug 236107: caption in groupbox should have a transparent background. 2004-03-01 16:33:13 +00:00
mostafah%oeone.com
714581c7ca Checked in patches from attachments #142442 #142443 and #142445
for bug 173562
2004-03-01 16:13:52 +00:00
dbaron%dbaron.org
26521d3245 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
cd405b6c1b 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
9bd64a5601 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
77e7eada75 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
d4b5c839a4 (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
cdfa7d1d63 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
57c9a7c807 (215094) more memory management tweaks 2004-02-29 22:35:37 +00:00
ben%bengoodger.com
3589e2bacc (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
d5ac1b593a (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
4521564347 (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
1c299a7bf5 (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
8786effc2b 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
493f7f5cdc 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
8074caf229 Bug 131867 - Don't call setlocale() while printing. r=biesi, sr=tor 2004-02-29 18:49:29 +00:00
mconnor%myrealbox.com
81e9c20cd4 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
69cef8f316 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
0cfc146595 bug 235531 cookie/image manager menutitems broken, r=neil, sr=bz 2004-02-29 17:48:08 +00:00
jocuri%softhome.net
4f76176ec6 Backing out patch for bug 235459 which set tree on fire. 2004-02-29 16:19:05 +00:00
kiko%async.com.br
98859b4e65 Add an XXX comment related to bugs 201235 and 236025. 2004-02-29 15:22:26 +00:00
jocuri%softhome.net
3c781237e4 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
71ed4da275 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
98f7ebf493 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
8f995b6477 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
014f0b61a7 Bug 235875 Replace NS_ERROR_SERVICE_NOT_FOUND
r=dougt
2004-02-29 08:04:46 +00:00
ben%bengoodger.com
a705969288 235129 - crash when exporting bookmarks. (add a null check) 2004-02-29 06:10:56 +00:00
ben%bengoodger.com
42793b726a (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
a9034efaa2 (215094) fix a few warnings 2004-02-29 03:21:58 +00:00
mconnor%myrealbox.com
04521b8697 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
4bfaea652e (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
0b43563ce1 (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
7b1b1fe0fc remove another unnecessary printf 2004-02-29 01:54:38 +00:00