Commit Graph

52246 Commits

Author SHA1 Message Date
Jerry.Kirk%Nexwarecorp.com
e301e6ad43 Taking out hack I added some months ago to get this directory
to compile correctly under Neutrino gcc 2.8.1
2000-02-03 01:37:24 +00:00
mscott%netscape.com
468e6dddb9 More work on AppleDouble - NOT PART OF THE BUILD!!! 2000-02-03 01:33:40 +00:00
bienvenu%netscape.com
7f2373350f don't delete source message when moving from local to imap until we've finished the append, r=jefft 23444 2000-02-03 01:29:58 +00:00
bienvenu%netscape.com
e85a06c8ad create temp file for mesage upload in temp directory, r=jefft, 23444 2000-02-03 01:28:47 +00:00
rhp%netscape.com
d4ccc48f97 More AppleDouble work - NOT PART OF THE BUILD 2000-02-03 01:28:07 +00:00
putterman%netscape.com
92f0ef64d6 Use nsCAutoString instead of ToNewString to speed up function by 30%. r=rhp. 2000-02-03 01:26:15 +00:00
pp%ludusdesign.com
63dc886c6b Removed hand-made QueryInterface that wasn't used for a long time.
r=pinkerton@netscape.com
2000-02-03 01:25:38 +00:00
sspitzer%netscape.com
6eb953f984 turn on the finger protocol for windows. r=bryner@uiuc.edu 2000-02-03 01:24:52 +00:00
rhp%netscape.com
7bd11dc3ba More AppleDouble work - NOT PART OF THE BUILD 2000-02-03 01:20:49 +00:00
Jerry.Kirk%Nexwarecorp.com
4208980c7f Removing clip.c becuase we no longer have to override the clipping
functions that are built into Photon. Also don't build the native widgets
that mozilla no longer uses.
2000-02-03 01:07:21 +00:00
Jerry.Kirk%Nexwarecorp.com
9e8b66296a Remove clip.c, we no longer have to override the clipping functions
that are built into Photon.
2000-02-03 01:06:16 +00:00
Jerry.Kirk%Nexwarecorp.com
c94584646d Change what its looking for with Neutrino because my uname was
changed. It was looking for NTOx86 but now it should be NTOx86pc
2000-02-03 01:03:19 +00:00
vidur%netscape.com
0f4ca0008c Fix for bug 26115. Missing addref in nsXULWindow::GetDocShell. r=travis 2000-02-03 01:01:31 +00:00
mcafee%netscape.com
2a16dae756 Ignore generated files. 2000-02-03 00:58:45 +00:00
tonyr%fbdesigns.com
07e57f22fd Update the UI for better progress reporting and change text/plain d&d to text/unicode 2000-02-03 00:52:40 +00:00
troy%netscape.com
792c9c1053 r=vidur@netscape.com Performance. Added NS_FRAME_HAS_VIEW frame state flag
so we can quickly tell whether the frame has an associated view
2000-02-03 00:51:37 +00:00
tonyr%fbdesigns.com
594b654dbc Added better support for progress reporting during mail import 2000-02-03 00:49:53 +00:00
rginda%netscape.com
03f03d45ee Uncompressed version (so it can be in your classpath on all platforms.) 2000-02-03 00:48:50 +00:00
tonyr%fbdesigns.com
ab9e14c3c8 Fixed progress reporting for mail import 2000-02-03 00:48:49 +00:00
rogerl%netscape.com
1a7b6442d8 r=norris
Bug#24712, regexp greedy recursing wasn't handling zero kid back-tracked
state nor re-setting parenCount correctly.
Added license junk for bug#15529 (continuing).
Fix type-mismatch warning in jsstr.c
Switched off DEBUG only use of fd_pow under Windows.
2000-02-03 00:44:03 +00:00
jbetak%netscape.com
699f297668 r=rjc, ftang, fixed bug# 24933, made mUnicodeDecoder a static class member 2000-02-03 00:40:28 +00:00
bryner%uiuc.edu
f2e4d5cff8 Turning on finger protocol on unix. r=valeski. 2000-02-03 00:40:22 +00:00
rhp%netscape.com
b14995169f More AppleDouble work - NOT PART OF THE BUILD 2000-02-03 00:38:20 +00:00
dbaron%fas.harvard.edu
e4814bd9c5 Add two small new features to jprof:
1) Allow a SIGUSR1 to stop profiling, so that shutdown need not be included in profiles.  (The log file is not closed, so it can't be used to generate multiple profiles in one run.  That could be changed, though.)
2) Add a JP_REALTIME option that does the profiling in terms of real time elapsed rather than time used for execution by the mozilla process (and in the kernel for the process).  This allows profiling to detect how much time is being spent in the X server.
r=jim_nance@yahoo.com
Not part of default build.
2000-02-03 00:35:53 +00:00
dbaron%fas.harvard.edu
e0f8e72fc5 Fix the jprof makefile so that the libs are actually installed in the libs phase (like they are in makefiles that use rules.mk). Therefore, compiling a fresh or clobber build after building jprof will no longer fail when building the mozilla executable.
r=jim_nance@yahoo.com
Not part of default build.
2000-02-03 00:29:26 +00:00
vidur%netscape.com
8c1dc35024 Fix for bug 19185. document.clear(), which exists for JS compatibility anyway, now takes a JS context and uses it to find the URL of the calling context. r=pollmann 2000-02-03 00:25:53 +00:00
vidur%netscape.com
21986fbd19 Fix for bug 26236. Unescaping can change the length of the string. We now use the length of the unescaped string. Removed unnecessary null check. r=ftang 2000-02-03 00:11:16 +00:00
Jerry.Kirk%Nexwarecorp.com
3f0a372df8 Comment out all the native widgets that mozilla is no longer using
to reduce the size of the shared library.
2000-02-03 00:08:54 +00:00
mscott%netscape.com
a18c53bc26 More work on AppleDouble - NOT PART OF THE BUILD!!! 2000-02-03 00:07:22 +00:00
Jerry.Kirk%Nexwarecorp.com
347dcd11aa Move the photon timers directory from ./widget/timer/src/photon to
./widget/timer/src/unix/photon
2000-02-03 00:07:20 +00:00
av%netscape.com
3b5e5656c3 Fix 797, r=amusil. Added fail return on not finding a plugin for known mime type 2000-02-03 00:06:28 +00:00
rhp%netscape.com
6f24bec87f More work on AppleDouble - NOT PART OF THE BUILD! 2000-02-02 23:55:13 +00:00
cata%netscape.com
64d6994bba Adding API to map charset name to language. bug #26240 r=erik 2000-02-02 23:54:18 +00:00
rhp%netscape.com
4f86a51f48 Cleaning up files - NOT PART OF THE BUILD 2000-02-02 23:51:16 +00:00
valeski%netscape.com
920b9a358b fixing bustage 2000-02-02 23:47:43 +00:00
vidur%netscape.com
f77571182e Fix for bug 24306. The DocumentViewer now cleans up dangling webshell references in the PresContext. nsGenericElement::TriggerLink deals with a nonexistent handler (it might have been deleted already as part of event processing). r=buster, joki 2000-02-02 23:40:22 +00:00
ftang%netscape.com
2928361af0 r=nhotta, fix 24451. Change the IME hightlight code so
it won't draw out the clip boundary. It now draw by different color
instead of different hight.
2000-02-02 23:39:25 +00:00
ftang%netscape.com
16a8c496ed r=erik. fix bug 7521. add default face name for different language group 2000-02-02 23:37:00 +00:00
brade%netscape.com
67968bcb5e fix access paths for move to CW5 (bug #25949) 2000-02-02 23:21:51 +00:00
risto%netscape.com
81211fe67a Changind cvs-mirror to despot URL 2000-02-02 23:07:20 +00:00
valeski%netscape.com
63cf811f01 replaced 2000-02-02 23:06:48 +00:00
valeski%netscape.com
03162cf7fe this iface has been replaced 2000-02-02 23:05:46 +00:00
valeski%netscape.com
a567c875bb r=warren. nsIUnicharStreamLoader is dead. Now we have a generic byte stream loader that can be used for any sort of data. 2000-02-02 23:04:47 +00:00
nhotta%netscape.com
447bdc0536 Added charset conversin from unicode to file system charset, bug 23384, r=ftang. 2000-02-02 23:04:12 +00:00
nhotta%netscape.com
c32f0101be Added a special handling for Japanese only, bug 5894, r=ftang. 2000-02-02 23:03:33 +00:00
valeski%netscape.com
0eefca1c2f r=norris. we now pass url creation failure's into the onclick handers 2000-02-02 23:02:59 +00:00
valeski%netscape.com
a563a6fd81 added files: mozilla/netwerk/base/public/nsIStreamLoader.idl, removed files: mozilla/netwerk/base/public/nsIUnicharStreamLoader.idl 2000-02-02 22:58:53 +00:00
valeski%netscape.com
14bab47cf6 added files: mozilla/netwerk/base/src/nsStreamLoader.cpp, removed files: mozilla/netwerk/base/src/nsUnicharStreamLoader.cpp 2000-02-02 22:57:43 +00:00
akkana%netscape.com
9d6a9fea2e 24912: Flush the current line when entering a pre tag. r=cmanske 2000-02-02 22:50:58 +00:00
bryner%uiuc.edu
349e796f16 Adding finger protocol. To use it, enter a URL such as
"finger:user@host".  This is not hooked up to the build yet. r=valeski.
2000-02-02 22:48:55 +00:00