heikki%netscape.com
150e9c6250
Build bustage fix. Missed function return types.
2002-12-06 02:21:49 +00:00
harishd%netscape.com
27d146c600
Make sure to catch error messages returned by nsCompontentManagerImpl::CreateInstance when creating a dtd ( CNavDTD ). This fixes a shutdown crash. r=timeless, sr=heikki, a=asa
2002-12-06 01:54:39 +00:00
sicking%bigfoot.com
9365926a86
Bug 174093: Make ExprParser out-of-memory safe.
...
r=Pike sr=peterv a=asa
2002-12-06 01:49:26 +00:00
sspitzer%netscape.com
f3a71f10a4
the mdn and mailviews extensions were not added to the jst files
...
so they weren't showing up in official bits.
(ns tree fixed also) r=ssu, sr=bienvenu, a=asa
2002-12-06 01:32:37 +00:00
bzbarsky%mit.edu
0bd1bf929d
Fix crash in some icky document.write() cases.. We gotta stop blocking the
...
parser. Bug 183784, r=sicking, sr=peterv, a=asa
2002-12-06 01:27:37 +00:00
timeless%mozdev.org
c650e6f4c7
Bug 183733 'Reload Frame' has _second_ "r" as the underlined accessor key
...
r=neil sr=roc+moz a=asa
2002-12-06 01:17:20 +00:00
nisheeth%netscape.com
cf59388a02
Checkin for bug 182366. r=heikki. sr=hewitt. a=asa. Start of project to use machine learning to better order results shown in the autocomplete dropdown.
2002-12-06 01:15:22 +00:00
smontagu%netscape.com
85a90890a6
Comment only checkin, omitted by mistake from bug 182259
2002-12-06 00:50:50 +00:00
bienvenu%netscape.com
d34f0cb1c4
fix scoring multiple messages when opening folders, r=dmose,beard, sr=sspitzer, a=blizzard 179162
2002-12-06 00:45:13 +00:00
bryner%netscape.com
f09836bdcf
Fix misdrawn border on focused textfields (bug 175696). r=blizzard, sr=jag, a=asa.
2002-12-06 00:08:21 +00:00
cltbld%netscape.com
879cc552c3
back off on Zdiff formatting, I accidentally lopped off the +/- data. -mcafee
2002-12-06 00:02:06 +00:00
sspitzer%netscape.com
c9853d2765
bad skinVersion (copy and paste error on my part)
...
should be 1.2, not 1.0 (like the rest of the tree)
2002-12-05 23:15:09 +00:00
roc+%cs.cmu.edu
d399b683e9
Bug 170330. Factor out overflow area calculations and make them take account of overflow:hidden and outline properties. r=dbaron,sr=kin
2002-12-05 22:29:08 +00:00
roc+%cs.cmu.edu
1fd06522d8
Bug 90099. Make sure table cells and other odd frames are given views if they need them. r=dbaron,sr=kin
2002-12-05 22:26:47 +00:00
cltbld%netscape.com
f83fdab06f
BuildSize() added a parameter recently to control number of sig figs. -mcafee
2002-12-05 22:22:27 +00:00
nelsonb%netscape.com
aad3764409
Expunge dead code.
2002-12-05 22:16:22 +00:00
nelsonb%netscape.com
62b8516bb9
Don't compile the .c files in lib/pki1 on the trunk. These files are used
...
only in Stan.
2002-12-05 22:15:36 +00:00
cmanske%netscape.com
dc2136ab99
Part of fix to bug 170522 (remove unused code), r=akkana, sr=alecf, a=asa
2002-12-05 21:59:59 +00:00
timeless%mozdev.org
b2b5ce1025
Bug 183623 malformed for loop results in infinite loop in [@ nsURILoader::DispatchContent]
...
r=bz sr=darin a=asa
2002-12-05 21:44:28 +00:00
sspitzer%netscape.com
52298fc159
fix for bug #179412 . on linux,
...
certain elements are disabled in the message search and
address search dialogs until a reflow happens.
this regression was exposed by the fix for #157210 .
bug #183776 tracks the real issue.
r=bz, sr=bienvenu, a=asa
2002-12-05 21:28:43 +00:00
timeless%mozdev.org
da9c8551f4
Bug 183309 Mozilla crashes on startup. - Trunk [@ nsBindingManager::GetXBLDocumentInfo]
...
patch by nallen@acm.org r=brendan sr=alecf a=asa
2002-12-05 21:25:23 +00:00
cmanske%netscape.com
f30b72dd5b
Increase performance of 'Recent Pages' menu code. Most of the fix by neil@parkwayccc.co.uk, b=170522, r=akkana, sr=alecf, a=asa
2002-12-05 21:24:09 +00:00
igor%mir2.org
30863897ad
Remove generation of closure icode for function statements as they are initialized at script/function start, not at point of declaration. This redundant closure icodes were effectively no-operation but caused bigger stack to be allocated then necessary.
2002-12-05 21:04:30 +00:00
cmanske%netscape.com
3c1200ca26
Missing file from checkin to fix 'insert HTML' command' b=180303, r=akkana, sr=kin, a=asa
2002-12-05 21:03:44 +00:00
neeti%netscape.com
e4a47a5802
Fix for bug 177964 - FTP: can't download file with # in its name,r=nhotta@netscape.com,sr=darin@netscape.com,a=asa@mozilla.org
2002-12-05 19:18:57 +00:00
bienvenu%netscape.com
f5f30c3255
fix checknew mail on startup for multiple accounts, 85227 r=cavin, sr=sspitzer, a=asa
2002-12-05 19:18:16 +00:00
bienvenu%netscape.com
4ce2d3a60f
fix problem displaying inline images in local mail messages, r=ducarroz, sr=sspitzer, a=brendan 183559
2002-12-05 19:13:24 +00:00
mostafah%oeone.com
3237559d7a
Fixed backend support for COUNT in recurrence rules. (Bugs 183667 & 167553 )
2002-12-05 18:10:57 +00:00
mostafah%oeone.com
703f5b19be
Fixed problem with unresolved symbol on stat()
2002-12-05 14:03:48 +00:00
bzbarsky%mit.edu
82b60aea48
I meant 8192 and typed 8092. r/sr/a=brendan
2002-12-05 06:36:18 +00:00
cltbld%netscape.com
7b5a2e3213
Turn avg off for codesize graph link. Condense Zdiff display number also.
2002-12-05 03:07:50 +00:00
karnaze%netscape.com
713fe5e17e
new regression tests, not affecting the build.
2002-12-05 01:15:55 +00:00
cltbld%netscape.com
bc0719ad01
Display codesize in MB/KB. Sigfig change to allow 3, 4, etc. sig figs.
2002-12-05 00:09:16 +00:00
yokoyama%netscape.com
ff4b27cbe6
171468 "Save as type" drop-down box in "Save Page As"
...
dialog always saves as html only in Win9x
Impact:
- Open/SaveAs dlgbox
- Windows 9x platforms only
/r=shanjian; /sr=kin; /a=asa
2002-12-05 00:04:25 +00:00
wtc%netscape.com
5fa50f792d
Bug 39494: added a check to prevent buffer overflow. r=mcgreer,nelsonb.
2002-12-04 23:41:49 +00:00
pschwartau%netscape.com
52affc4c55
Test by joerg.schaible@gmx.de arising from bug 181914.
2002-12-04 22:11:47 +00:00
dcone%netscape.com
3f8a0d8446
Not part of the build. Updated layout-plugin code. Added method to output the regression data to a file.
2002-12-04 22:11:40 +00:00
pschwartau%netscape.com
56ad35c41b
Test by joerg.schaible@gmx.de, enforcing ECMA-262 Ed.3, Section 15.11.1.1
2002-12-04 21:58:15 +00:00
ere%atp.fi
d79dcf466c
Fix for bug 182678: IMAP flags are lost if Mozilla crashes or connection is lost.
...
r=bienvenu, sr=sspitzer, a=asa
2002-12-04 21:17:02 +00:00
djani%netscape.com
01abecd4cb
Bug 179133: Now we support cert and key DBs with prefixes in the names also, just like ldapssl_pkcs_init() does. Now all of the code calls NSS_Initialize() instead of NSS_Init().
2002-12-04 19:10:17 +00:00
mostafah%oeone.com
cfbe9824a1
Switched order of setserver and addobserver for new calendars ( related to bug 177279 )
2002-12-04 17:34:31 +00:00
mkaply%us.ibm.com
90c35eaf2d
OS/2 bustage - XP_PC does NOT equal XP_WIN
2002-12-04 17:25:44 +00:00
mcs%netscape.com
150e89eb05
Fix bug # 177756 - eliminate dependency on libNLS.
...
If HAVE_LIBNLS is not defined, OS functions (iconv and Win32
native APIs) are used for character set conversion of command
line arguments.
Fix bug # 177766 - LDAP tools should reject second -h argument.
A second -p argument is also rejected.
Fix bug # 159139 - HP/UX: LDAP command line tools do no charset conversion.
Removed special case makefile rules for convutf8.cpp on HP/UX.
2002-12-04 17:21:55 +00:00
mcs%netscape.com
3832b1fc62
Fix bug # 177771 - libssldap: keyfile password should be optional.
...
If a NULL keypasswd value is passed to ldapssl_enable_clientauth()
then it is assumed that the application has already unlocked
the key DB or has installed its own GetPassword callback.
Also improved some error reporting.
2002-12-04 17:11:20 +00:00
blizzard%redhat.com
1cd335e8aa
Bug #165198 . object files are not stripped for RPM build. Use --enable-strip not --enable-strip-libs.
2002-12-04 15:29:03 +00:00
mikep%oeone.com
dd899909b4
Adding in files for Mac OS 9 build. bug 146310.
2002-12-04 15:01:56 +00:00
igor%mir2.org
8e6db6ff11
Remove closure constructor from InterpretedFunction and initialize InterpretedFunction.itsClosure constructor in Interpreter directly. This besides reducing code size will help to make fix for http://bugzilla.mozilla.org/show_bug.cgi?id=154693 smaller
2002-12-04 09:49:07 +00:00
timeless%mozdev.org
cbb1698848
whoops
2002-12-04 09:47:50 +00:00
timeless%mozdev.org
21e8a1cd6a
build bustage: adding local include
2002-12-04 09:09:49 +00:00
caillon%returnzero.com
a4096b5a1b
Bug 183069 - trunk topcrash when quitting [@ nsPrefBranch::RemoveObserver].
...
Release our observer references only _after_ we remove them from our observer list, to avoid someone else trying to remove the same observer we're working on removing.
r=timeless sr=jst
a=jst, and #mozilla (smontagu,timeless) who acting as sheriff asked me to land this into a closed tree.
2002-12-04 08:56:34 +00:00