Commit Graph

53979 Commits

Author SHA1 Message Date
varada%netscape.com
da12438e7e fix for bug #5435 UDP requirement that netscape communicator be part of the program folder name
git-svn-id: svn://10.0.0.236/trunk@55833 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-10 00:52:43 +00:00
saari%netscape.com
072f9f11f5 Helping to fix 19114 by making a strong ref weak. Potential fix for 19268 by making scrollbars not steal focus. r=hyatt a=chofmann
git-svn-id: svn://10.0.0.236/trunk@55832 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-10 00:51:50 +00:00
ssu%netscape.com
5399053fa1 fixing bug #19165. Seamonkey now installs the required msvcrt.dll and
msvcirt.dll files.  Older versions of these files were causing seamonkey
to crash at startup.  r=sgehani. a=cyeh.


git-svn-id: svn://10.0.0.236/trunk@55830 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-10 00:23:46 +00:00
cmanske%netscape.com
6c6ee14d9d Found 3 more dialogs with missing CSS lines just as with the NamedAnchor Dialog covered by bug 21222 a=chofmann, r=brade
git-svn-id: svn://10.0.0.236/trunk@55829 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-10 00:02:32 +00:00
varada%netscape.com
c1175067d7 cleaning up
git-svn-id: svn://10.0.0.236/trunk@55828 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 23:53:03 +00:00
varada%netscape.com
9b31b01640 fix for bug #5001 should have been there in the first place - bad dog!
git-svn-id: svn://10.0.0.236/trunk@55827 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 23:52:07 +00:00
norris%netscape.com
396cb6ad29 Remove unused member variable.
git-svn-id: svn://10.0.0.236/trunk@55826 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 23:37:18 +00:00
varada%netscape.com
bc7a07fc3e copying only the bmps and nsetup32 directories and not the makefile to the template
git-svn-id: svn://10.0.0.236/trunk@55825 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 23:34:18 +00:00
varada%netscape.com
20082f719f the inf txt and exe files should be on the same directory as the the shell
git-svn-id: svn://10.0.0.236/trunk@55824 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 23:33:15 +00:00
varada%netscape.com
2bad26f150 removing cd and network directories from the template
git-svn-id: svn://10.0.0.236/trunk@55823 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 23:32:14 +00:00
kmcclusk%netscape.com
dfefa3f9af Reduced image cache size from 2Mb to 1Mb. bug 19114. r=buster@netscape.com. approved by chofmann@netscape.com
git-svn-id: svn://10.0.0.236/trunk@55822 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 22:59:57 +00:00
kin%netscape.com
c5faa05ac6 Fix for bug #21317: UMR: nsCAutoString::=(nsCAutoString const&)
Added nsCAutoString& operator=(nsCAutoString&).
r=rickg@netscape.com a=chofmann@netscape.com


git-svn-id: svn://10.0.0.236/trunk@55821 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 22:53:52 +00:00
erik%netscape.com
3bc497b41c bug 8801; added some code to pick up font size prefs from prefs file(s);
r=ftang; a=chofmann


git-svn-id: svn://10.0.0.236/trunk@55820 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 22:44:47 +00:00
ftang%netscape.com
6cccc8adfc implement Mac GFX w/ langGroup. From now we will use the correct CJK font depend on the document charset. Howerver, it have not listen to the pref yet. r=erik. a=chofmann
git-svn-id: svn://10.0.0.236/trunk@55819 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 22:44:34 +00:00
ftang%netscape.com
236069891b fix bug 19358 r=jfrancis add IME force commit for Undo,SelectAll and Paste
git-svn-id: svn://10.0.0.236/trunk@55818 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 22:37:36 +00:00
ftang%netscape.com
607ad6701a fix bug 19358. r=jfrancis . Forece commit when we Undo, SelectAll or Paste
git-svn-id: svn://10.0.0.236/trunk@55817 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 22:35:17 +00:00
cmanske%netscape.com
c6e18b6ab7 Fixed bugs 21077 and 21222. Removed unused files and entries in MANIFEST files. a=chofmann r=brade
git-svn-id: svn://10.0.0.236/trunk@55816 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 22:26:54 +00:00
cmanske%netscape.com
81456654a1 Part of fix for bug 21077. a=chofmann r=brade
git-svn-id: svn://10.0.0.236/trunk@55815 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 22:26:49 +00:00
akkana%netscape.com
52cc206f36 18409: Don't add newlines when converting copied text, or in any
other case of html-to-text conversion except when the formatted
flag is set.  Set mPreFormatted for style white-space: pre
as well as for moz-pre-wrap. r=pinkerton, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@55814 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 22:08:12 +00:00
beard%netscape.com
cfddb992ee fixes case where an InterpretedFunction has both a closure and needs an activation.
git-svn-id: svn://10.0.0.236/trunk@55813 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 22:05:09 +00:00
jdunn%netscape.com
4fca64717e nsCOMPtr is supposed to wrap interface references and not class references
r= chofmann@netscape.com danm@netscape.com
# 20193


git-svn-id: svn://10.0.0.236/trunk@55812 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 21:44:16 +00:00
troy%netscape.com
6e46435b1d b=19198, a=chofmann. Fixed RecoverStateFrom() to use the update conbined area when
invalidating. This fixes a regression introduced in version 3.308


git-svn-id: svn://10.0.0.236/trunk@55811 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 21:40:37 +00:00
mcafee%netscape.com
21e078823e /usr/bonsaitools not needed for client tinderbox machines. r=slamm
git-svn-id: svn://10.0.0.236/trunk@55810 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 21:13:03 +00:00
hangas%netscape.com
f2724c2ff8 Fixing regression 21285 (broken select addresses dialog because of api change in backend). r=alecf
git-svn-id: svn://10.0.0.236/trunk@55809 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 21:12:43 +00:00
jfrancis%netscape.com
26e8a2307e fixes for bug 21158 and 21030.
21158: aplying text style deletes text
21030: html mail reply won't quote original message
r=kin; a=chofmann


git-svn-id: svn://10.0.0.236/trunk@55808 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 21:12:16 +00:00
joki%netscape.com
c31311ba6f fix 21337, set modifier keys for generated events. r:brendan a:brendan
git-svn-id: svn://10.0.0.236/trunk@55807 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 21:02:09 +00:00
varada%netscape.com
d29bd37163 cleaning up rshell.ini
git-svn-id: svn://10.0.0.236/trunk@55806 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 20:56:06 +00:00
pinkerton%netscape.com
ecc5dfb4b0 Partial fix for bug 18409. I wasn't actually ever converting the CRLF to LF. now i am. also fixes a memory leak.
r=akkana a=chofmann.


git-svn-id: svn://10.0.0.236/trunk@55805 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 19:50:50 +00:00
slamm%netscape.com
090fcb3c8f Remove "Rebuild Guilty List" link. The list is built everytime a build is processed. Also, re-enable buffering the script output. That should help improve throughput.
git-svn-id: svn://10.0.0.236/trunk@55804 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 19:45:01 +00:00
slamm%netscape.com
1a5079d1e3 Fix empty guilty list in tinderbox page (bug #7637). Add comments. Move some code into functions.
git-svn-id: svn://10.0.0.236/trunk@55803 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 19:28:39 +00:00
erik%netscape.com
5c304f97bf bug 7586; need to convert font name from prefs file from UTF-8 to Unicode
so that non-ASCII font names will work on Windows; r=ftang; a=chofmann


git-svn-id: svn://10.0.0.236/trunk@55800 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 19:20:06 +00:00
ftang%netscape.com
c007a0cb70 fix bug 19358. r=erik,pierre,pinkerton. Move the support of nsIKBStateControl from nsMacWindow to nsWindow. Remove unnecessary ResetInputState in mouse click. That is already been replaced by xp code. Clean up casting compilation error after change the class hier.
git-svn-id: svn://10.0.0.236/trunk@55799 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 17:56:41 +00:00
buster%netscape.com
be158e5272 bug 21187
fixed the webshell leak in <textarea> and <input type=text|password>
the problem was the new nsWebShell::SetDocument() call was indirectly
causing nsHTMLDocument to instantiate a parser and fire off a parse.
bad circular references ensued. The fix is to use the "aCommand" param
to pass a hint to the nsHTMLDocument, telling it there's no need to
involve a parser.

in the simple case, we no longer leak webshells.  That is, if you open
mozilla.exe, look at a page (whether it has a text control on it or
not), and shut down the app, no webshell is leaked.  If I browse around,
sometimes we still leak a webshell somewhere.  I haven't figured out
exactly where that is yet.  A guess is history, which is in the process
of being reworked anyway.

r=mscott
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@55797 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 07:21:34 +00:00
buster%netscape.com
25d1324f5d bug 21187
fixed the webshell leak in <textarea> and <input type=text|password>
the problem was the new nsWebShell::SetDocument() call was indirectly causing nsHTMLDocument to instantiate a parser
and fire off a parse.  bad circular references ensued.  The fix is to use the "aCommand" param to pass a hint
to the nsHTMLDocument, telling it there's no need to involve a parser.

in the simple case, we no longer leak webshells.  That is, if you open mozilla.exe, look at a page (whether it has a text
control on it or not), and shut down the app, no webshell is leaked.  If I browse around, sometimes we still leak a webshell
somewhere.  I haven't figured out exactly where that is yet.  A guess is history, which is in the process of being reworked
anyway.

r=mscott
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@55796 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 07:18:38 +00:00
valeski%netscape.com
b75d99c004 r=rhp. 21242 adjusted pipe buffer params for FTP Async file transfers. URI dispatching had aggrivated this bug. Now file viewing via FTP works.
git-svn-id: svn://10.0.0.236/trunk@55795 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 06:41:05 +00:00
valeski%netscape.com
5d12f78ef8 r=rhp. 21195. a=jevering. adjusted pipe buffer params for FTP OpenInputSTream. URI dispatching had aggrivated this bug. Now file downloads via FTP work.
git-svn-id: svn://10.0.0.236/trunk@55794 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 06:20:50 +00:00
sspitzer%netscape.com
b8e383026e check in a comment that let's us non-mac guru's know which project builds this project. pretty annoying that a file under mozilla:gfx:src:mac gets built by mozilla:netwerk:util:macbuild:netwerkUtil.mcp, if you ask me.
git-svn-id: svn://10.0.0.236/trunk@55793 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 03:40:22 +00:00
vidur%netscape.com
2d4baee02f Partial fix for bug 20645. Rather than just assert on error state, bail out with an error code. Real fix still due from the parser guys, but we don't crash anymore. a=chofmann r=rickg
git-svn-id: svn://10.0.0.236/trunk@55792 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 03:10:22 +00:00
briano%netscape.com
13076f014b QNX-specific build bustage fix. va_list is an array on QNX, so assignments need to use array notation.
git-svn-id: svn://10.0.0.236/trunk@55791 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 03:09:56 +00:00
briano%netscape.com
ce2cc76fc2 Build fix. Some compilers try to interpret the #0xx in the unused #defines
as octal values, so the ones that contain 8's and 9's make the compilers unhappy.


git-svn-id: svn://10.0.0.236/trunk@55790 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 02:59:40 +00:00
dougt%netscape.com
1131f006d6 fix for 19133. r=waterson, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@55789 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 02:28:43 +00:00
bienvenu%netscape.com
dcd55638ce fix imap reply quoting, r=mscott,a=chofmann 21217
git-svn-id: svn://10.0.0.236/trunk@55788 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 02:19:30 +00:00
sspitzer%netscape.com
c2a1156e3a remove C++ style comments.
git-svn-id: svn://10.0.0.236/trunk@55787 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 01:59:34 +00:00
sspitzer%netscape.com
a9ac48d020 fix for 15483. return an error when we are about to return the default value for a pref that hasn't been initialized. r=putterman. mail sent to netscape.public.mozilla.xpfe and to various XUL / JS authors who may be affected by this change.
git-svn-id: svn://10.0.0.236/trunk@55786 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 01:49:19 +00:00
akkana%netscape.com
cbd61feda9 21208: Fix pasting of unicode. r=pinkerton, a=brendan
git-svn-id: svn://10.0.0.236/trunk@55785 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 01:35:48 +00:00
briano%netscape.com
46da1618bb Build fix. This is a C file, so C++ comments are actually _wrong_ on platforms using competent native compilers.
git-svn-id: svn://10.0.0.236/trunk@55784 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 01:31:23 +00:00
rhp%netscape.com
59909e378d Fix for possible memory overrun - Bug #:20564 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@55782 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 01:11:52 +00:00
idk%eng.sun.com
a8b311c760 Followup bug 19559
Make pluglets using SuperWin


git-svn-id: svn://10.0.0.236/trunk@55781 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 00:58:30 +00:00
pavlov%netscape.com
03c20d1e01 fix for 20496 r=mcafee a=leaf
git-svn-id: svn://10.0.0.236/trunk@55780 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 00:54:55 +00:00
danm%netscape.com
99c4caf811 close window on receipt of close event, as well as destroy. synchs with recent changes to gtk/mac/win windows. fixes bug 20811. r:troy a:chofmann
git-svn-id: svn://10.0.0.236/trunk@55779 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-09 00:47:46 +00:00