Commit Graph

125120 Commits

Author SHA1 Message Date
pschwartau%netscape.com
998003cffd Adaptation by mazielobo@netscape.com of JS Engine test driver (jsDriver.pl by rginda@netscape.com), to run performance tests. 2003-12-08 18:44:55 +00:00
pinkerton%netscape.com
a4b56bcf30 fix |return [super foo]| when |foo| has a void return type. a problem with
gcc3.3, it will omit the entire line.
2003-12-08 17:51:17 +00:00
igor%mir2.org
f53203c746 Replacing custom buffer management in replace code with the standard StringBuffer 2003-12-08 17:10:23 +00:00
chanial%noos.fr
7f600cc6ad Landing new add bookmark dialog (bug 214527).
Featuring an expandable tree and a dropdown menu containing the last used folders.
The 'new folder' functionality has not been included, yet.
Thanks to bz for the help on nsCOMArrays.
2003-12-08 16:30:28 +00:00
jocuri%softhome.net
cce7112473 Bug 227289: INTERFACE comments for account/create.html.tmpl; r=jouni; a=justdave. 2003-12-08 14:35:53 +00:00
igor%mir2.org
528efdfe62 Inlining LabelTable into Interpreter and ClassFileWriter: to support jumps spanning over 64K in Interpreter in future LabelTable should be modified significantly and complexity of shared code would not justify it. In addition such inlining actually decrese total code size. 2003-12-08 14:16:53 +00:00
igor%mir2.org
44fae2ad68 Merger ReplaceData and MatchData helper classes into GlobData to reduce code size and rename helper methods to follow SpiderMonkey closely. 2003-12-08 13:24:49 +00:00
ben%bengoodger.com
8c77970ec2 First part of bug 214260 work... teaching the download manager about XPInstall downloads, and providing an updated XPInstall confirmation dialog. 2003-12-08 08:05:15 +00:00
timeless%mozdev.org
fc0c74c42d Bug 110517 ctrl-k doesn't work in mail/news composer on unix
Changes check spelling binding for unix to ctrl-shift-k
patch by bz and me r=neil sr=sspitzer a=sspitzer
2003-12-08 00:01:10 +00:00
gerv%gerv.net
1defb8ec75 Bug 218568 - bustage fix. Turn "bug" words into [% terms.bugs %] and so on. 2003-12-07 23:30:24 +00:00
gerv%gerv.net
118ecdcf95 Bug 223078 - bustage fix. Add bodyattrs to filterexceptions.pl. 2003-12-07 23:25:26 +00:00
gerv%gerv.net
8021f6aad5 Bug 223078 - Provide classes to allow user to style bugs depending on bug number, component or status. Patch by gerv; r=kiko, a=justdave. 2003-12-07 22:46:28 +00:00
gerv%gerv.net
a6b294d91d Bug 227122 - pie chart link missing from certain tabular reports. Patch by gerv; r=jouni, a=justdave. 2003-12-07 22:44:24 +00:00
gerv%gerv.net
2a04feaf1f Bug 226682 - make it possible to edit series. This also changes the Series object interface a bit. Patch by gerv; r=kiko, a=justdave. 2003-12-07 22:43:20 +00:00
gerv%gerv.net
7c134d2010 Bug 218568 - Clean up charting UI. Having played with it for a bit, it needed work. Patch by gerv; r=kiko, a=justdave. 2003-12-07 22:41:55 +00:00
igor%mir2.org
aed233007b Fixing missed cleanup of old values stored in RegExpImpl.parens: now it has type SubString[] and reinitialized after running regexps and see bug 220367. 2003-12-07 21:56:29 +00:00
kiko%async.com.br
e0352fbbaf Fix for bug 227213: Chomping murder in token emails and pages. Fix
chomping issues, a spurious   in an email template, and minor
rewordings to make the text prettier -- oh, I realize this isn't Chaucer
yet, but who knows? r=jouni, a=justdave.
2003-12-07 21:12:42 +00:00
bzbarsky%mit.edu
18761c1e6b REmove stray '}' that causes a JS error. Bug 227623, r=neil, sr=alecf, a=dbaron 2003-12-07 18:54:59 +00:00
scott%scott-macgregor.org
8f16a6997a fix for bug #227651
[calendar] [mozilla 1.x] if native calendar app is available, and mozilla calendar there,
show chrome to launch a native calendar, if specified by a pref.

this "tasks" extension can be extended for other tasks.

NOT PART OF THE BUILD

r/sr/a=sspitzer
2003-12-07 18:31:38 +00:00
igor%mir2.org
dcd6522b88 Patch to fix bug 223451 :
Check for unbalanced ) and fix for ArrayIndexOutOfBoundsException

Check for unbalanced ')' is done differently then in SM since rhino uses
recursive version of SM code while fix for ArrayIndexOutOfBoundsException is
just a variation of my patch for bug 227705 in SM.
2003-12-07 16:00:38 +00:00
igor%mir2.org
21f15557ab Fixing bug 225926 : patch from Roger Lawrence 2003-12-07 15:35:40 +00:00
silver%warwickcompsoc.co.uk
ae361d0e90 Bug 207949 Show Chatzilla as installable extension in Firebird GUI/FE
r=samuel a=brendan
2003-12-07 14:42:14 +00:00
neil%parkwaycc.co.uk
b07923af53 Bug 225207 Focused element is scrolled into view when switching tab r=caillon sr=bryner a=dbaron 2003-12-07 09:44:40 +00:00
ben%bengoodger.com
988ff9c5bc Bug 223333 - create sensible default mimeTypes.rdf file to automate opening of common file types 2003-12-07 07:19:18 +00:00
scott%scott-macgregor.org
bd795e7ad2 add more fields to windows version 2003-12-07 06:32:25 +00:00
scott%scott-macgregor.org
a0291f7337 change MOZZ to the thunderbird creator type: MOZM 2003-12-07 05:50:19 +00:00
scott%scott-macgregor.org
e1a38f3fc2 bump version number up to 0.5a 2003-12-07 05:34:30 +00:00
chanial%noos.fr
f1eb3a6b9d fixing bustage caused by bug 225269 2003-12-07 02:56:45 +00:00
kiko%async.com.br
a708abe2bf Fix for bug 226982: Move password change code into Bugzilla::Auth (part
1). Factored code out from Bugzilla::Auth::DB->authenticate() into
separate methods so we can use them externally. Add extra API to DB.pm,
which is currently used only internally (pending part 2). r=bbaetz, a=justdave
2003-12-07 02:11:00 +00:00
justdave%syndicomm.com
61a354f005 Bug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used only once" and make sure errors don't get wrapped in CGI:Carp's HTML wrapper.
r=bbaetz, a=justdave
2003-12-07 01:47:18 +00:00
ben%bengoodger.com
4bb405681d Bug 227282 - Download Manager silently overwrites files. Insert a filename validation check into the download code path where the UCT dialog is shown. 2003-12-07 01:21:05 +00:00
chanial%noos.fr
21749bccc8 Bug 225269: Can't use a bookmark as my homepage
patch by Mike Connor, r=me
2003-12-07 01:11:39 +00:00
chanial%noos.fr
f3335aec37 Bug 224819: cleanup: remove CVS dirs from packaged app bundle patch by J.J. Enser, r=bryner 2003-12-07 01:00:41 +00:00
bryner%brianryner.com
c34229505f change module description to Mozilla Firebird, bug 227406. 2003-12-07 00:41:21 +00:00
caillon%returnzero.com
d2fcdf5e55 Mark bookmarks as dirty when they are, so they get properly flushed.
Bug 131105
r=ben sr=bzbarsky a=dbaron
2003-12-07 00:27:15 +00:00
chanial%noos.fr
2b3090e09e Bug 225121: Uncheck 'Load this bookmark in the sidebar' failed 2003-12-07 00:02:32 +00:00
webmail%kmgerich.com
919e10792a More Firebird Mac skin cleanup, including slightly larger 'small' icons, and a fix for Bug 227583 2003-12-06 18:24:55 +00:00
webmail%kmgerich.com
7002ecd782 Removing old dl manager skin flies 2003-12-06 17:22:19 +00:00
webmail%kmgerich.com
7903660462 First pass at Firebird download manager Mac skin 2003-12-06 17:20:45 +00:00
webmail%kmgerich.com
56acda4969 Toolkit mac skin cleanup, including fix for Bug 225324 2003-12-06 15:30:12 +00:00
ben%bengoodger.com
8d11dcde1f Update installer icon 2003-12-06 10:13:22 +00:00
nelsonb%netscape.com
fff428a34a CERT_ImportCerts now returns SECFailure when NONE of the certs was succesfully imported. r=wtc. Bugscape bug 54311. 2003-12-06 06:52:53 +00:00
nelsonb%netscape.com
7ed9720eb2 __CERT_AddTempCertToPerm will now set error SEC_ERROR_ADDING_CERT
when attempting to make a cert perm that is already permanent.
Bugzilla bug 227559. r=wtc
2003-12-06 06:46:27 +00:00
nelsonb%netscape.com
87f5c7ded0 NSC_Finalize will now destroy 3 softoken free lists and one more
global pointer.  Plugs some memory leaks.  Bugscape bug 54301. r=wtc
2003-12-06 06:41:51 +00:00
nelsonb%netscape.com
6f425d9730 Add /FIXED:NO argument to linker command line for EXEs. Purify
requires this to precisely instrument EXEs.  r=wtc
2003-12-06 06:34:20 +00:00
nelsonb%netscape.com
2b4825491c Add new -k option to NSS QA test program cmsutil. By default, cmsutil
will no longer add any decoded certs to the cert db file, which is
useful for reproducibility of results in QA scripts.
Bugscape bug 54293. r=relyea,jpierre,wtc
2003-12-06 06:31:08 +00:00
noririty%jcom.home.ne.jp
3fe9dd8251 Bug 227353, Real fixing build failure with GCC. Patch by Ali Ebrahim <aebrahim@uchicago.edu> (r=ben) 2003-12-06 04:09:53 +00:00
wchang0222%aol.com
2483a508a7 Bugzilla bug 227296: fixed the bug that NSS_CMSAttribute_AddValue adds the
address of a stack variable to the attr->values array.  Added a new
function SECITEM_ArenaDupItem.  r=nelsonb.
Modified Files:
	nss/nss.def util/secitem.c util/secitem.h smime/cmsarray.c
	smime/cmsattr.c
2003-12-06 01:16:50 +00:00
ben%bengoodger.com
b9240d0c22 227614 - download system does not observe default autodownload pref until the user sets options for the first time. 2003-12-06 01:16:26 +00:00
silver%warwickcompsoc.co.uk
268452ecca Bug 207949 Show Chatzilla as installable extension in Firebird GUI/FE (part 3) [version update]
r=rginda@hacksrus.com a=asa@mozilla.org
2003-12-06 00:32:46 +00:00