Commit Graph

65117 Commits

Author SHA1 Message Date
evaughan%netscape.com
6438d4d375 Forgot file add for last checkin. 2000-06-28 00:01:19 +00:00
evaughan%netscape.com
4db3654be5 Clean up for autoscrolling menu landing. ScrollBox events need their own type and should not be
on top of menu events.

-r hyatt
2000-06-28 00:00:18 +00:00
cmanske%netscape.com
5734dfa3be Changed AppendFilters when loading into Composer to favor HTML and TXT over 'All Files'. b=43834, r=brade, a=law 2000-06-27 23:55:12 +00:00
bienvenu%netscape.com
f637131411 part of fix for throbber, r=jefft,mscott 38598 2000-06-27 23:54:57 +00:00
bienvenu%netscape.com
b9c1f9cd75 fix problem with imap messages arriving out of order, r=jefft,mscott 40701 2000-06-27 23:52:05 +00:00
granrose%netscape.com
2e71c24a0b fixing xptlink.pl to work on mac as well as linux and win32 (43999). 2000-06-27 23:51:35 +00:00
varada%netscape.com
b75990d22b adding sidebar subdirectory in workspace 2000-06-27 23:43:55 +00:00
bryner%uiuc.edu
bed079a93f Fixing bug 43939 - timer leaks on Linux. r=scc. 2000-06-27 23:25:32 +00:00
tor%cs.brown.edu
4d63a53c92 Update libmng snapshot. Not in default build. 2000-06-27 23:22:13 +00:00
varada%netscape.com
d04bbb7ca9 Fix for bug #43890 -faulty ini file 2000-06-27 23:16:28 +00:00
cyeh%bluemartini.com
c098326bd4 lot's of stuff:
add whoid usergroupset comment query to bug data fields
add AppendComment function
add CanChangeField function to check if a person can change a field
add display() for quick dumps of the bug
add Collision to check for midair collisions before changing a bug
added a stub function for changing a bug in the database
init_bug will now take either a userid or an e-mail address as a valid parameter
2000-06-27 23:16:08 +00:00
rusty.lynch%intel.com
2144abace3 new fix for bug #43958. r=gagan 2000-06-27 22:53:29 +00:00
leaf%mozilla.org
0be938fbd5 removing pull of l10n from scripts, SeaMonkeyL10n is now part of SeaMonkeyAll 2000-06-27 22:38:59 +00:00
mkaply%us.ibm.com
f54f832702 #42637
r=pinkerton, a=brendan
OS/2 bringup - Change from waterson and vidur - don't modify members in a const function
2000-06-27 22:31:43 +00:00
dbaron%fas.harvard.edu
3849dbf613 Clean up the deprecated (and never really official) HTML namespace by replacing with the official XHTML namespace. b=7834,42280 r=vidur 2000-06-27 22:28:59 +00:00
mkaply%us.ibm.com
b7a9e7cd19 #40177
r=leaf, a=brendan
OS/2 bringup - This really should be a semicolon for OS/2
2000-06-27 22:24:54 +00:00
tao%netscape.com
c094568ffd 39790: [L12y] Move all localizable prefs into chrome://.r=alecf. 2000-06-27 22:13:23 +00:00
gagan%netscape.com
762d0b1cd8 Not in the build. Allow POST requests to handle special cases too. 2000-06-27 22:10:27 +00:00
mkaply%us.ibm.com
9b73ab389c #42637
r=mkaply, a=brendan
OS/2 bringup - Makefiles to build RC files for objdir and non objdir builds
2000-06-27 22:07:30 +00:00
javi%netscape.com
53ce1bbd54 When FIPS is enabled, do verification of detached signatures on a separate thread
to prevent dead-locking the front end thread.
2000-06-27 21:55:59 +00:00
dbaron%fas.harvard.edu
6f36e68677 Fix leak (holding past XPCOM shutdown) of 16 strings. r=waterson 2000-06-27 21:54:28 +00:00
javi%netscape.com
e5cc2ea430 When verifying a cert, pass in the control connection as the wincx so
that when FIPS is enabled, we don't crash.
2000-06-27 21:53:59 +00:00
blizzard%redhat.com
d26a79973c remove extra -lelf from the link line. make cvs shaddap. not part of the build. 2000-06-27 21:53:41 +00:00
dbaron%fas.harvard.edu
e420995d51 Fix leak of an atom. r=gagan 2000-06-27 21:51:38 +00:00
mcafee%netscape.com
a190c8b719 Ignore generated files. 2000-06-27 21:46:26 +00:00
dougt%netscape.com
17461eaf11 Check for null. If a NS_EXTERNALHELPERAPPSERVICE_PROGID was not found,
crash would occur.
2000-06-27 21:43:17 +00:00
mkaply%us.ibm.com
ff5f81fb66 #42637
r=mkaply, a=brendan
OS/2 bringup - Need to increment appshell refcount to prevent crash
2000-06-27 21:39:05 +00:00
mkaply%us.ibm.com
7bcfca3c30 #42637
r=mkaply, a=brendan
OS/2 bringup - Handle failure return from WinGetMsg
2000-06-27 21:38:07 +00:00
ftang%netscape.com
38be362c36 Check in the fix for jbetak. Move the priority of the bookmark / cache up. fix bug 18022
r=jbetak/ftang
2000-06-27 21:29:28 +00:00
ftang%netscape.com
b8d44ad36a fix 35076. r=vidur. escape the URL if it contains non ASCII character. Escape from the position
which the first non ASCII char appear.
2000-06-27 21:27:30 +00:00
robinf%netscape.com
d2f7467c68 *** empty log message *** 2000-06-27 21:24:48 +00:00
mkaply%us.ibm.com
6ed25d5b08 #42637
r=valeski, a=brendan
OS/2 bringup - Support for OS/2 special system directories
2000-06-27 21:23:51 +00:00
morse%netscape.com
5524653464 fix bug 43886, single signon no longer works, r=jefft 2000-06-27 21:13:50 +00:00
dougt%netscape.com
b53b8ff245 Adding windows embedding test harness to build.
43054
r=valeski
a=valeski & pdt.
2000-06-27 21:10:25 +00:00
blizzard%redhat.com
565f3bc5c6 fix for bug #42008. make HTTP basic auth case insensitive. r=shaver,brendan,gagan,valeski a=brendan. 2000-06-27 21:06:41 +00:00
dougt%netscape.com
87f7739f82 Initializing var before use. simple fix. 2000-06-27 20:55:54 +00:00
blizzard%redhat.com
9443e53336 turn on base directory for unix ( part of previous checkin ) 2000-06-27 20:55:11 +00:00
blizzard%redhat.com
eedbd4534a build the embedding/base code on unix. fix trailing newline in nsEmbedBase.h and put the thread hack back in until we get a long term solution. bug #43952. r=adamlock,valeski a=brendan 2000-06-27 20:54:15 +00:00
wtc%netscape.com
45d9c62efa Bugzilla bug #42714: removed dependency on winmm.dll. Replaced
timeGetTime() with GetTickCount().
Modified files: pr/src/Makefile, pr/src/Makefile.in, ntinrval.c
2000-06-27 20:54:02 +00:00
dougt%netscape.com
5cf34c2722 Adding assert on invalid init of textTransformer. see bug 43094
Basic check for null.

Without this assert, you will crash if there is no nsILineBreakerFactory
found.
2000-06-27 20:54:01 +00:00
jst%netscape.com
f3870bb60a Fixing tree blocker 43958 by backing out the last change to this file since it broke my.netscape.com, developer.netscape.com, webmail.netscape.com and probably other sites too. a=granrose 2000-06-27 20:42:01 +00:00
mcafee%netscape.com
53cb4224fb Upping the ante for bloat URLs. Adding test6 to test tables, adding test8 again to test cache. r=warren, a=leaf 2000-06-27 18:58:58 +00:00
brade%netscape.com
b428f2f35a check in patch for buster; bug #42630; GetChildFrameContainingOffset was hiding inherited 2000-06-27 14:47:21 +00:00
tor%cs.brown.edu
cc80de7fda Update libmng snapshot. Not in default build. 2000-06-27 14:40:32 +00:00
cls%seawood.org
a987fc5d22 For whatever reason, just calling "do" on the tinder-config.pl script was not causing the defaults to be overriden, so we manually read & process tinder-config.pl as we did tinder-defaults.pl. 2000-06-27 12:21:46 +00:00
locka%iol.ie
b198e2c388 NOT PART OF BUILD. Added popup menus 2000-06-27 12:01:24 +00:00
axel%pike.org
3a23f21413 Not part of build, r=kvisco, don't add abundant text nodes to document 2000-06-27 10:40:57 +00:00
Peter.VanderBeken%pandora.be
148dd6d009 Finishing jj's work on bug 39959. r=jj@netscape.com. 2000-06-27 07:56:48 +00:00
nisheeth%netscape.com
89f0a90b94 Fix for bug 42196. A simple patch from Rod Spears to prevent asserts that were firing on reading mail messages. 2000-06-27 06:56:08 +00:00
mang%subcarrier.org
ed9753da0a progid no longer defined in nsISample.idl
Part of previous fix to bug 10904
2000-06-27 06:35:17 +00:00