Commit Graph

127372 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
756f979fec Bug #235651 --> Make readme.txt and LICENSE files work 2004-02-26 02:59:58 +00:00
scott%scott-macgregor.org
7583c2991c Bug #235651 -->
add the license file
2004-02-26 02:46:37 +00:00
scott%scott-macgregor.org
d1b301df24 Don't skip the installer directory by default
this matches firefox behavior too.
2004-02-26 02:37:36 +00:00
edburns%acm.org
43f8b545be M src_moz/ProfileManagerImpl.cpp
- remove log line that isn't guaranteed to be encountered

M test/automated/src/classes/org/mozilla/webclient/CompareFiles.java

- change "new" to "actual" and "old" to expected

- skip "WARNING:" lines in the expected file as well.

M test/automated/src/test/BrowserControlFactoryTest_correct

- remove log line that isn't guaranteed to be encountered.
2004-02-26 02:37:00 +00:00
scott%scott-macgregor.org
be07ee13c1 More changes to get an installer going 2004-02-26 02:36:53 +00:00
scott%scott-macgregor.org
af8780eeb4 more ground work changes for getting an installer going 2004-02-26 02:36:22 +00:00
jst%mozilla.jstenback.com
9f2e3f9efb Fixing regression crasher bug 235209. Make sure we have a strong reference to a nsIScriptContext we're touching *after* we've executed scripts on it. r=danm-moz@comcast.net, sr=bzbarsky@mit.edu 2004-02-26 02:35:30 +00:00
edburns%acm.org
2fb7301a66 Formatting. 2004-02-26 02:29:15 +00:00
scott%scott-macgregor.org
aea7c1fe75 not part of the build
more installer updates
2004-02-26 01:01:40 +00:00
scott%scott-macgregor.org
d91cbf10ac Bug #234804,234976 --> Installers are crashing on launch, trying to install deflenus.xpi
r/sr=darin
2004-02-26 00:56:11 +00:00
jocuri%softhome.net
c36df61c81 Patch for bug 65313; improves the email regexp in order to detect better invalid email addresses; r=gerv, a=justdave. 2004-02-26 00:07:23 +00:00
nelsonb%netscape.com
a74bbe4b09 Detect NULL arguments to CERT_DecodeTrustString instead of crashing.
Bug 235617. r=wtc.
2004-02-26 00:05:29 +00:00
jst%mozilla.jstenback.com
185cbfd645 Fixing bug 233137. Work around the problem with reparenting XPConnect wrappers for XUL elements by just not doing it, like we used not to before the fix for bug 197427 was checked in. r=bzbarsky@mit.edu, sr=dbaron@dbaron.org 2004-02-25 23:57:28 +00:00
brendan%mozilla.org
65bbfda81a Fix Read and Equals bugs, clean up other poor code (235307, r=dougt, sr=darin). 2004-02-25 23:38:40 +00:00
bienvenu%nventure.com
af45581edf fix ldap connections not closing properly by breaking cycle, r=dmose, sr=mscott 206018 2004-02-25 23:30:30 +00:00
tor%cs.brown.edu
82aeae3281 Bug 235298 - gif with invalid end-of-stream marker wasn't being
identified as corrupt.  r=paper, sr=darin
2004-02-25 23:25:57 +00:00
bryner%brianryner.com
c3ab816242 Trivial change to not run the nsFont default ctor here. r+sr=dbaron. 2004-02-25 23:15:11 +00:00
etsai%netscape.com
7e2b47b550 fix for Schema retrieval crashes, bug 232298 2004-02-25 23:11:43 +00:00
etsai%netscape.com
e67f33a674 Move to version 4.18, preparing for next release. 2004-02-25 23:08:51 +00:00
bishakhabanerjee%netscape.com
c93fcbd840 fix for Bugzilla bug 232481: removed a loop in smime.sh 2004-02-25 23:05:41 +00:00
darin%meer.net
a0186ddb74 fixes bug 229984 "HTTP download of over 64MB causes disk cache to break" r=gordon sr=bzbarsky 2004-02-25 23:01:08 +00:00
brendan%mozilla.org
533fdfabe2 Fiddle comment. 2004-02-25 22:34:53 +00:00
bishakhabanerjee%netscape.com
c0e6a51ba4 added negative cert import function, changed relevant Policies tests accordingly 2004-02-25 22:34:25 +00:00
alex.fritze%crocodile-clips.com
81c465a1ec Make sure path segs get deleted from correct array on parse failure. Not part of default builds - svg only. 2004-02-25 22:28:23 +00:00
cls%seawood.org
8006130d6e Link libart with the C compiler.
Attempting to fix bismark tinderbox bustage.
2004-02-25 22:18:46 +00:00
cls%seawood.org
d55c47cce0 Remove broken OS check for LIB_IS_C_ONLY 2004-02-25 22:17:45 +00:00
dbaron%dbaron.org
f016bec80e Improve comments and function names related to attribute mapping and HasAttributeDependentStyle. b=235342 r+sr=jst 2004-02-25 21:04:50 +00:00
locka%iol.ie
5b8c3629f9 Fix crash in get_all implementation. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com> b=233251 r=adamlock sr=jst 2004-02-25 20:23:22 +00:00
tor%cs.brown.edu
53278dee04 Bug 235064 - background images have poor visual quality on 8bpp win32.
r=ere, sr=roc
2004-02-25 20:19:41 +00:00
bienvenu%nventure.com
d3a6c5e333 fix regression emptying imap trash, sr=mscott 235481 2004-02-25 20:02:06 +00:00
ian%hixie.ch
6f627ebf15 Don't add NULLs to the database when setting a field 2004-02-25 19:23:17 +00:00
ian%hixie.ch
96cf9be7a7 Fix two misuses of pseudo-field methods (they are not lvalues). 2004-02-25 19:22:31 +00:00
ian%hixie.ch
cb40df4d46 don't clear BLKSTACK between templates. this shouldn't cause any problems assuming every template leave()s the context correctly. We need it because we currently treat each inclusion as effectively a totally new template, but we want to do that without losing [%BLOCK%]s. 2004-02-25 19:21:36 +00:00
ian%hixie.ch
db78a50c81 Report an internal error when we have a malformed submission. Really we should return an error 400 but that can wait. 2004-02-25 19:19:51 +00:00
ian%hixie.ch
4d51be8c89 Remove indenting of first debug variable. 2004-02-25 19:18:45 +00:00
rlk%trfenv.com
e424e91b0e Bug 235572 - Minor typo in Mozilla help (Replying to a Message). Patch by Stefan <stefan_h@hem.utfors.se>. r=stolenclover@yahoo.com.tw 2004-02-25 19:02:31 +00:00
ian%hixie.ch
cad9e1a0d4 To get around some weirdness sometimes (you never know WHAT state you're in when you're in the middle of an exception handler...), use UNIVERSAL::isa() instead of the isa() method. 2004-02-25 17:50:24 +00:00
ian%hixie.ch
f973ed9b2e Report parser errors when trying to compile the templates. 2004-02-25 17:44:29 +00:00
ian%hixie.ch
6fded81564 Don't try to load the Exporter module. Don't try to load modules without a __DATA__ section. Don't try to evaluate the block if trying to read it failed. 2004-02-25 17:41:30 +00:00
cltbld%netscape.com
82203cffef Automated update 2004-02-25 16:41:02 +00:00
mkaply%us.ibm.com
5f78782436 OS/2 build bustage - add HOST_BIN_SUFFIX 2004-02-25 16:39:19 +00:00
timeless%mozdev.org
6156ea37f5 Bug 163665 cleanup nsScriptableDateFormat::FormatDateTime
r=jshin sr=roc
2004-02-25 15:58:18 +00:00
mostafah%oeone.com
19cea8b996 Checked in new icon set from bug 235032: icons improvement - new icon set 2004-02-25 15:19:10 +00:00
amardare%qnx.com
f363fc1a6f Get rid of the special tratment of MOZ_WIDGET_PHOTON in the ifdef statements
( it should follow the XP_UNIX instead ) r=ben
2004-02-25 14:53:32 +00:00
jocuri%softhome.net
62bffd3175 Tree bustage fix: eliminates the tabs that have been introduced while checking in the patch for bug 226251. 2004-02-25 14:06:33 +00:00
timeless%mozdev.org
81b115d949 Bug 123584 JavaScript engine should use malloc/realloc/free consistently
Removing the unused JS_MALLOC macro per brendan
2004-02-25 14:05:29 +00:00
timeless%mozdev.org
6368e4dcbc Bug 123584 JavaScript engine should use malloc/realloc/free consistently
Removing the unused JS_NEW and JS_DELETE macros per brendan
2004-02-25 14:01:24 +00:00
timeless%mozdev.org
33607fc717 Bug 123584 JavaScript engine should use malloc/realloc/free consistently
Replace JS_DELETE with free/JS_smprintf_free
r=rogerl
2004-02-25 13:33:42 +00:00
timeless%mozdev.org
786239d041 Treat bug "numbers" which aren't numbers as links instead of prepending a url base
similar to runtests.pl:js_print_bugnumber

Problem input:
           Testcase ecma_2/RegExp/properties-001.js failed Bug Number http://scopus/bugsplat/show_bug.cgi?id=346000
2004-02-25 13:01:29 +00:00
neil%parkwaycc.co.uk
0c857f80f8 Bug 235190 Remove cookie icon xul that Classic doesn't like p=hj r=me sr=darin 2004-02-25 12:54:00 +00:00