Commit Graph

89825 Commits

Author SHA1 Message Date
alecf%netscape.com
a31832567e more updates for bug 100214:
- #if 0 out nsUnicharUtils.h
- implement case insensitive string compare
- add nsUnicharUtils.h to mac build
(none of this actually part of the build)
2001-10-08 21:59:13 +00:00
alexsavulov%netscape.com
6d2b09647b fix for bug 45621 - added MarkDirty for procentage child in case of nowrap
blocks, consolidated the logic in nsBlockFrame::PrepareResizeReflow
sr= attinasi, r=dbaron
2001-10-08 21:51:48 +00:00
heikki%netscape.com
48b48c9583 Bug 103250, attempting to fix topcrasher with a null check. Crash happens when you select text while page loading. r=harishd, sr=vidur. 2001-10-08 21:51:43 +00:00
alexsavulov%netscape.com
0549c29fab regression testcase for bugzilla bug 45621 (not affecting the build) 2001-10-08 21:46:07 +00:00
alexsavulov%netscape.com
d24bed9621 testcase or bugzilla bug 45621 (not affecting the build) 2001-10-08 21:40:58 +00:00
leaf%mozilla.org
efa3c822fa updating user agent to reflect new version, code from kysmith, r=leaf 2001-10-08 21:37:51 +00:00
ssu%netscape.com
435140b31e fixing bug 103228 - Fix xpinstall engine so InstallTrigger.compareVersion() works. r=syd, sr=dveditz. 2001-10-08 21:24:19 +00:00
dbaron%fas.harvard.edu
d3b4f5ba4b Fix leak of string. b=102996 r=jag sr=bienvenu 2001-10-08 21:10:20 +00:00
ssu%netscape.com
50ea82c092 fixing bug 103242 - component-specific timing dependency sections don't get run. r=ssu, sr=dveditz. affects only windows platforms. 2001-10-08 21:01:34 +00:00
sspitzer%netscape.com
08c99a8091 fix for #60139 and #72821. implement proper next folder navigation.
now we should find the right "next" folder when you hit next and there
are no more unread messages in the current folder.  we respect the folder
pane sort order for determining what's next, which is what's "below" in the folder pane.

r/sr=bienvenu
2001-10-08 20:56:52 +00:00
evaughan%netscape.com
3ad6a737b0 Adding new grid code to cvs. NOT IN BUILD. 2001-10-08 20:37:56 +00:00
seawood%netscape.com
d8be747748 Add $(INCLUDES) to $(host) rules to fix cross-compiling bustage.
Bug #59454
2001-10-08 20:36:44 +00:00
kestes%walrus.com
571414f2f4 *** empty log message *** 2001-10-08 20:36:41 +00:00
morse%netscape.com
a4516a7ba5 bug 102288, remove app-specific wording from dialog, r=valeski, sr=alecf 2001-10-08 20:31:59 +00:00
kestes%walrus.com
f7d174f68f more discriptions of what program does. 2001-10-08 20:25:52 +00:00
sdagley%netscape.com
d3f5cce299 Updating fix for #103612 from v1.14 after comments from pinkerton & sfraser. r=pinkerton,sr=sfraser 2001-10-08 20:20:57 +00:00
ian.mcgreer%sun.com
ff98847829 make this module buildable using NSS 3.x headers; some cleanup 2001-10-08 20:19:30 +00:00
kmcclusk%netscape.com
fb44a17136 Pass back an error when allocating offscreen fails on GTK. bug=70424 r=pavlov@netscape.com, sr=attinasi@netscape.com 2001-10-08 20:17:26 +00:00
sspitzer%netscape.com
25161eec21 fix string usage in mailnews. #103412. rs=bienvenu 2001-10-08 20:10:18 +00:00
locka%iol.ie
fdfe0b65f7 Fix removes const keyword from the out param of nsIWebShell::GetURL and fixes a memory leak in viewer when it calls this method. b=102413 r=jaggernaut@netscape.com sr=rpotts@netscape.com 2001-10-08 20:08:30 +00:00
rjesup%wgate.com
c29d058fec Bug 103330: Use Assign() instead of SetLength(0); Append(). r=jag, sr=alecf 2001-10-08 20:07:04 +00:00
sspitzer%netscape.com
72a150cb60 fix for #103681 (no status messages when doing pop).
back out my bad fix for #102978.  we set the msg window on the folder datasource
and we've got a folder datasource per msg window.  by moving this from js to xul,
it made it so we'd set the msg window on one folder ds, and we'd be using the other one.

r/sr=bienvenu
2001-10-08 20:05:00 +00:00
jband%netscape.com
5992cc2572 fix bug 103259. Avoid crasher by correctly marking sharedscriptable object so that JSClasses don't get collected prematurely even when wrapper is 'stillborn' and not reflected into JS. r=dbradley sr=vidur. 2001-10-08 19:56:25 +00:00
bryner%netscape.com
281ca9b8c3 Getting rid of a usage of xp_file.h (bug 38061). r=jkeiser, not part of the build. 2001-10-08 19:55:59 +00:00
bnesse%netscape.com
afaf69b7a2 Bug 99611, Freeze nsIPrefService, nsIPrefBranch, (and nsIPrefLocalizedString) interfaces. r=dveditz, sr=alecf. 2001-10-08 19:52:17 +00:00
timeless%mac.com
c47a1caadc Bugzilla Bug 103343 Check for IsEmpty before more expensive value check
patch by me and bz, r=morse, sr=alecf
2001-10-08 19:48:29 +00:00
rginda%netscape.com
4d363f3ca0 bug 102785, r=dp, sr=shaver, a=asa
remove venkman startup listener so we don't have to load the dll at startup.
checking into 0.9.5 branch also.
2001-10-08 19:44:35 +00:00
ian.mcgreer%sun.com
1bfaccd4de implement hash keyed by NSSItem; change list method names to be like hash method names; fix 99214, arena mark lists broken 2001-10-08 19:26:02 +00:00
kestes%walrus.com
04df5f8d34 better usage discription. Index.html does not list itsself and now
displays sizes.
2001-10-08 19:25:33 +00:00
ian.mcgreer%sun.com
5c602aa7e2 reuse intermediate multiplication values when decrypting; speeds up decryption in the RIJNDAEL_GENERATE_VALUES case by 60%. (todo: something similar with RIJNDAEL_GENERATE_VALUES_MACRO) 2001-10-08 19:06:31 +00:00
jpierre%netscape.com
673f014f10 Fix Linux build 2001-10-08 18:49:17 +00:00
jpierre%netscape.com
9ab9244b7a Fix for 81246 - add default storage functions for the PKCS#12 decoder if no callbacks or objects are provided to it. In that case memory storage is automatically used 2001-10-08 18:33:04 +00:00
jpierre%netscape.com
55c3df5fdb Fix for 81246 - do not use a temporary /tmp/Pk12uTemp file anymore in pk12util . This is achieved by using new default functions in the PKCS#12 decoder that use memory storage 2001-10-08 18:32:00 +00:00
ian.mcgreer%sun.com
0b6ef0d9da self-testing for AES 2001-10-08 16:14:04 +00:00
ian.mcgreer%sun.com
1c483cab92 allow various ways of building AES 2001-10-08 16:11:52 +00:00
kin%netscape.com
8b7fd98bbe Make original patch for bug 99920 (hitting enter in any text field submits form without submit button passed as param)
work in OPT builds, by moving QI() call out of NS_ASSERTION macro.

r=rods@netscape.com  sr=waterson@netscape.com
2001-10-08 14:07:57 +00:00
ben%netscape.com
140aa22304 101131 - Bookmarks Menu on personal toolbar is empty.
Not the best fix but will do for short term. Comments added
detailing proposed better solution.
r=kerz, sr=hewitt
2001-10-08 12:32:14 +00:00
loadrunner%betak.net
b8094aa4c3 bug 97171, startup perf- remove the need of loading of langGroups.properties files at startup time to speed up startup performance, r=ftang, sr=waterson 2001-10-08 09:02:57 +00:00
hyatt%netscape.com
d1a7f68f70 Fix for 102598, CTRL+T tabs should focus URL bar after opening. r=kerz, sr=hyatt, patch externally contributed. 2001-10-08 07:39:32 +00:00
bryner%netscape.com
2b0eb53ec4 Removing references to xp_file.h, for bug 38061. Patch from cls, r=bryner, sr=alecf. 2001-10-08 07:22:27 +00:00
hyatt%netscape.com
bf36059c72 Fix for 96375, make XBL extends support relative URLs. r=jag, sr=ben 2001-10-08 06:29:30 +00:00
sdagley%netscape.com
502f98a507 Fix #103612 - work around bug in Mac OS X 10.1 Internet prefs panel when setting DL folder. r=dbaron. I'd wait for an sr= but I need trunk verification on this so I can get PDT approval for checking into the 0.9.4 branch. 2001-10-08 04:59:59 +00:00
mkaply%us.ibm.com
2e57e9f4a5 No bug
r=cls
Since only OS/2 needs rdf in REQUIRES, put it in the OS2 block
2001-10-08 04:17:56 +00:00
waterson%netscape.com
6d8f2a9d24 Bug 103372. Add EXPORT_LIBRARY and MODULE_NAME decls. r=cls, sr=shaver 2001-10-08 04:02:30 +00:00
naving%netscape.com
6672801cea 99168 r=bienvenu sr=mscott. fix imapUrl leaks on reading imap messages and possibly on other operations 2001-10-08 02:43:17 +00:00
bienvenu%netscape.com
c710b69ec3 more work on closing db's when changing folders, 95865 rs=sspitzer 2001-10-08 02:06:15 +00:00
bienvenu%netscape.com
11f4e3e94c part of fix for 95685 reduce bloat by closing db if a folder is unselected, r=naving (who did part of this patch), sr=sspitzer 2001-10-08 01:05:58 +00:00
cls%seawood.org
e81378a6b3 Updating config.guess & config.sub with 2001-10-07 changes from the GNU master c
opy at :pserver:anoncvs@subversions.gnu.org:/cvs /config .
2001-10-07 23:08:41 +00:00
seawood%netscape.com
9812fbb51b Updating config.guess & config.sub with 2001-10-07 changes from the GNU master c
opy at :pserver:anoncvs@subversions.gnu.org:/cvs /config .
2001-10-07 23:08:11 +00:00
bbaetz%cs.mcgill.ca
f192205f5a Bustage fix. Remove trailing whitespace. 2001-10-07 20:49:24 +00:00