Jerry.Kirk%Nexwarecorp.com
050f8ee8df
Change what its looking for with Neutrino because my uname was
...
changed. It was looking for NTOx86 but now it should be NTOx86pc
git-svn-id: svn://10.0.0.236/trunk@59590 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 01:03:19 +00:00
vidur%netscape.com
8db46127ff
Fix for bug 26115. Missing addref in nsXULWindow::GetDocShell. r=travis
...
git-svn-id: svn://10.0.0.236/trunk@59589 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 01:01:31 +00:00
mcafee%netscape.com
61ce715c13
Ignore generated files.
...
git-svn-id: svn://10.0.0.236/trunk@59588 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:58:45 +00:00
tonyr%fbdesigns.com
eb45f03bb0
Update the UI for better progress reporting and change text/plain d&d to text/unicode
...
git-svn-id: svn://10.0.0.236/trunk@59587 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:52:40 +00:00
troy%netscape.com
05e293d03e
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
git-svn-id: svn://10.0.0.236/trunk@59586 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:51:37 +00:00
tonyr%fbdesigns.com
7bc9fb3895
Added better support for progress reporting during mail import
...
git-svn-id: svn://10.0.0.236/trunk@59585 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:49:53 +00:00
rginda%netscape.com
be37478ee3
Uncompressed version (so it can be in your classpath on all platforms.)
...
git-svn-id: svn://10.0.0.236/trunk@59584 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:48:50 +00:00
tonyr%fbdesigns.com
e8d3617001
Fixed progress reporting for mail import
...
git-svn-id: svn://10.0.0.236/trunk@59583 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:48:49 +00:00
rogerl%netscape.com
5df6bd4346
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.
git-svn-id: svn://10.0.0.236/trunk@59582 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:44:03 +00:00
jbetak%netscape.com
1986568131
r=rjc, ftang, fixed bug# 24933, made mUnicodeDecoder a static class member
...
git-svn-id: svn://10.0.0.236/trunk@59581 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:40:28 +00:00
bryner%uiuc.edu
7d12090db9
Turning on finger protocol on unix. r=valeski.
...
git-svn-id: svn://10.0.0.236/trunk@59580 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:40:22 +00:00
rhp%netscape.com
f00b29abf4
More AppleDouble work - NOT PART OF THE BUILD
...
git-svn-id: svn://10.0.0.236/trunk@59579 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:38:20 +00:00
dbaron%fas.harvard.edu
256901b664
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.
git-svn-id: svn://10.0.0.236/trunk@59578 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:35:53 +00:00
dbaron%fas.harvard.edu
193c1b87ef
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.
git-svn-id: svn://10.0.0.236/trunk@59577 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:29:26 +00:00
vidur%netscape.com
d55b639f5b
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
...
git-svn-id: svn://10.0.0.236/trunk@59576 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:25:53 +00:00
vidur%netscape.com
96827d8003
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
...
git-svn-id: svn://10.0.0.236/trunk@59575 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:11:16 +00:00
Jerry.Kirk%Nexwarecorp.com
6553dfb4d1
Comment out all the native widgets that mozilla is no longer using
...
to reduce the size of the shared library.
git-svn-id: svn://10.0.0.236/trunk@59574 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:08:54 +00:00
mscott%netscape.com
46dd8ee669
More work on AppleDouble - NOT PART OF THE BUILD!!!
...
git-svn-id: svn://10.0.0.236/trunk@59573 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:07:22 +00:00
Jerry.Kirk%Nexwarecorp.com
8d5378dba8
Move the photon timers directory from ./widget/timer/src/photon to
...
./widget/timer/src/unix/photon
git-svn-id: svn://10.0.0.236/trunk@59572 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:07:20 +00:00
av%netscape.com
8e23f7ae8a
Fix 797, r=amusil. Added fail return on not finding a plugin for known mime type
...
git-svn-id: svn://10.0.0.236/trunk@59571 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:06:28 +00:00
rhp%netscape.com
3d7788dd5d
More work on AppleDouble - NOT PART OF THE BUILD!
...
git-svn-id: svn://10.0.0.236/trunk@59570 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:55:13 +00:00
cata%netscape.com
a2e7e09ae1
Adding API to map charset name to language. bug #26240 r=erik
...
git-svn-id: svn://10.0.0.236/trunk@59569 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:54:18 +00:00
rhp%netscape.com
156e241709
Cleaning up files - NOT PART OF THE BUILD
...
git-svn-id: svn://10.0.0.236/trunk@59568 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:51:16 +00:00
valeski%netscape.com
10c28e2ecb
fixing bustage
...
git-svn-id: svn://10.0.0.236/trunk@59567 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:47:43 +00:00
vidur%netscape.com
09a857de06
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
...
git-svn-id: svn://10.0.0.236/trunk@59566 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:40:22 +00:00
ftang%netscape.com
a128731cb0
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.
git-svn-id: svn://10.0.0.236/trunk@59565 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:39:25 +00:00
ftang%netscape.com
cf377352a1
r=erik. fix bug 7521. add default face name for different language group
...
git-svn-id: svn://10.0.0.236/trunk@59564 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:37:00 +00:00
brade%netscape.com
1e15e0f1de
fix access paths for move to CW5 (bug #25949 )
...
git-svn-id: svn://10.0.0.236/trunk@59563 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:21:51 +00:00
risto%netscape.com
558236a8d9
Changind cvs-mirror to despot URL
...
git-svn-id: svn://10.0.0.236/trunk@59562 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:07:20 +00:00
valeski%netscape.com
6ea2e7bf42
replaced
...
git-svn-id: svn://10.0.0.236/trunk@59561 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:06:48 +00:00
valeski%netscape.com
8718a9a836
this iface has been replaced
...
git-svn-id: svn://10.0.0.236/trunk@59560 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:05:46 +00:00
valeski%netscape.com
8abecb4b3e
r=warren. nsIUnicharStreamLoader is dead. Now we have a generic byte stream loader that can be used for any sort of data.
...
git-svn-id: svn://10.0.0.236/trunk@59559 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:04:47 +00:00
nhotta%netscape.com
2f15abb68a
Added charset conversin from unicode to file system charset, bug 23384, r=ftang.
...
git-svn-id: svn://10.0.0.236/trunk@59558 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:04:12 +00:00
nhotta%netscape.com
63fdf14fb4
Added a special handling for Japanese only, bug 5894, r=ftang.
...
git-svn-id: svn://10.0.0.236/trunk@59557 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:03:33 +00:00
valeski%netscape.com
74da69ea18
r=norris. we now pass url creation failure's into the onclick handers
...
git-svn-id: svn://10.0.0.236/trunk@59556 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:02:59 +00:00
valeski%netscape.com
e7adf1de74
added files: mozilla/netwerk/base/public/nsIStreamLoader.idl, removed files: mozilla/netwerk/base/public/nsIUnicharStreamLoader.idl
...
git-svn-id: svn://10.0.0.236/trunk@59555 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:58:53 +00:00
valeski%netscape.com
63c669cd61
added files: mozilla/netwerk/base/src/nsStreamLoader.cpp, removed files: mozilla/netwerk/base/src/nsUnicharStreamLoader.cpp
...
git-svn-id: svn://10.0.0.236/trunk@59554 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:57:43 +00:00
akkana%netscape.com
a1ddb4f662
24912: Flush the current line when entering a pre tag. r=cmanske
...
git-svn-id: svn://10.0.0.236/trunk@59553 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:50:58 +00:00
bryner%uiuc.edu
b3c395787c
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.
git-svn-id: svn://10.0.0.236/trunk@59552 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:48:55 +00:00
jfrancis%netscape.com
043767a4ef
more inline style feedback fixes (24574). r=sfraser
...
git-svn-id: svn://10.0.0.236/trunk@59551 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:47:43 +00:00
akkana%netscape.com
3d478016f0
24635: Don't convert entities in title differently from the rest of the document. Fix suggested by rickg, r=me
...
git-svn-id: svn://10.0.0.236/trunk@59550 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:47:24 +00:00
brade%netscape.com
903ef4f864
fix access paths for move to CW5 (bug #25949 )
...
git-svn-id: svn://10.0.0.236/trunk@59549 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:45:39 +00:00
hangas%netscape.com
bbba4d529b
Fix bug 25139, disable menu items that are not fuctional. r=mscott
...
git-svn-id: svn://10.0.0.236/trunk@59548 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:42:45 +00:00
ssu%netscape.com
7c10818f5b
fix for bug #23225 . it now detects instance of mozilla.exe running and requests the user to quit it before runnning setup again.
...
fix for bug #23224 . only one instance of setup can be run now.
affects only windows. r=sgehani
git-svn-id: svn://10.0.0.236/trunk@59547 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:41:21 +00:00
brade%netscape.com
8d28cbc5e0
reorder processor directives so this file will compile on Mac
...
git-svn-id: svn://10.0.0.236/trunk@59545 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:39:43 +00:00
brade%netscape.com
b40b18cebb
export file for rdf.mcp
...
git-svn-id: svn://10.0.0.236/trunk@59544 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:37:51 +00:00
brade%netscape.com
c0b55ec15e
fix typo
...
git-svn-id: svn://10.0.0.236/trunk@59543 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:37:00 +00:00
ssu%netscape.com
edfa5b40b4
fix for bug #23225 . it now detects instance of mozilla.exe running and requests the user to quit it before runnning setup again. affects only windows. r=sgehani
...
git-svn-id: svn://10.0.0.236/trunk@59541 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:36:49 +00:00
rhp%netscape.com
02da887a84
More AppleDouble work - NOT PART OF THE BUILD
...
git-svn-id: svn://10.0.0.236/trunk@59540 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:31:28 +00:00
jdunn%netscape.com
e03f945399
adding newline
...
git-svn-id: svn://10.0.0.236/trunk@59539 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:28:37 +00:00