Commit Graph

54861 Commits

Author SHA1 Message Date
jevering%netscape.com
f0398a8427 this is valeski in jevering's tree. a=jevering. r=ltabb (nice!), r=vidur. forcing cache bypass for inline JS url loads. this is a workaround, not a final fix 2000-03-10 06:25:13 +00:00
rods%netscape.com
13e98e285d combo needed to set the maxElementSize correctly when reflowing.
b=31072 r=buster a=jar
2000-03-10 04:46:16 +00:00
sford3%swbell.net
7d015dae5f Fixing bug 28079, localization help, r/a=ben@netscape.com 2000-03-10 03:11:56 +00:00
putterman%netscape.com
5dde7f68d3 a=phil. r=alecf. Fix for 31121. You can now delete a message in a local subfolder. 2000-03-10 03:03:04 +00:00
mcafee%netscape.com
a8bb38e511 Added AliveTest variable for tinder-config.pl, fixed MailNewsTest. r=slamm 2000-03-10 02:48:01 +00:00
scc%netscape.com
4d17a62278 Incremental changes, renamed |nsConcatString| to |nsPromiseConcatenation|. Added |nsPromiseSubstring|. Got rid of upper/lower signatures. Added |Assign|. Fixed comparison macros. Added |operator+=| and |operator=|. These files are not part of the build. 2000-03-10 02:30:14 +00:00
mccabe%netscape.com
3f8b45f3f4 Replace some ternary expressions
step += (InLeapYear(t) ? 29 : 28);

with the form

    if (InLeapYear(t))
        step += 29;
    else
        step += 28;

to work around an apparent JRE bug in which the code always returns 28.
2000-03-10 02:05:41 +00:00
jst%netscape.com
4c01b9bde8 Checking in fix for PDT+ bug 17489, now the HTML content sink correctly notifies the document about new content that apper after style/link tags that appear in the document content and not in the document head. r=vidur@netscape.com, a=jevering@netscape.com 2000-03-10 02:00:42 +00:00
rhp%netscape.com
9018c8dbc2 Fix problem with inline display - Bug #: 31238 - r: mscott - a: phil 2000-03-10 01:56:55 +00:00
ben%netscape.com
95ee571b85 ok so I checked in a slightly older version of the files I should have checked in last night.
also including some more slight CSS tweaks. a=jevering, r=german, johng
2000-03-10 01:44:05 +00:00
tajima%eng.sun.com
3ecba57c7d Fix for 17419. a=bobj@netscape.com, r=ftang@netscape.com 2000-03-10 01:30:07 +00:00
dbragg%netscape.com
2e39119016 Fix for bug 30903 a=leger r=dveditz 2000-03-10 01:23:06 +00:00
buster%netscape.com
d8df80eb99 bug 28553
r=troy
a=rickg
2000-03-10 01:10:44 +00:00
beard%netscape.com
3d929551f5 now includes all of the optimizer classes 2000-03-10 01:05:28 +00:00
norris%netscape.com
c567ae6df2 javadoc comment. 2000-03-10 01:03:59 +00:00
beard%netscape.com
789e50b184 imports js.mcp.xml into js-all.mcp 2000-03-10 01:03:58 +00:00
mcafee%netscape.com
2ab398d4b4 Missing arg to mailnewstest call. 2000-03-10 00:56:36 +00:00
pinkerton%netscape.com
8dd96dfa11 fix for 31267. call oncreate handler for the help menu as well. r=don, a=jar. 2000-03-10 00:28:32 +00:00
ben%netscape.com
dd79cc915b darn it, forgot to change the broadcaster with my r=don, a=jevering menu change last night 2000-03-10 00:22:02 +00:00
norris%netscape.com
d121bdcda7 Fix command line 2000-03-09 23:33:06 +00:00
ftang%netscape.com
30cf34d6dd fix 31029. r=waterson, a=bobj. Make the MapEncoding function return "UTF-8" as default so we will create a nsIUnicodeDecoder for the receiving data. 2000-03-09 23:31:19 +00:00
pollmann%netscape.com
796c8b1ff9 Bug 28988: Don't try to submit a form if the window containing it has been destroyed (crash fix) r=waqar, a=rickg 2000-03-09 23:30:57 +00:00
edburns%acm.org
20a7194058 r=ashuk
a=edburns
bug=31253

This change doesn't impact SeaMonkey.

Move the initialization of the nativeWebShell ptr into a superclass.
2000-03-09 23:22:52 +00:00
norris%netscape.com
6b2aea0f90 Add html page for the NervousText applet. 2000-03-09 23:06:54 +00:00
wtc%netscape.com
e9764dcb4f Bugzilla bug #30746: added a new test primblok.c to show that NSPR I/O
functions will hang when the primordial thread calls a native blocking
function.
Added file: primblok.c
Modified files: Makefile, Makefile.in, runtests.ksh
2000-03-09 22:45:42 +00:00
leaf%mozilla.org
35922b8cc7 initial checkin. finally. a=mcafee 2000-03-09 22:43:21 +00:00
valeski%netscape.com
5d687a417b r=dveditz. a=jevering. 31001. we're now using backwards compat OS strings in the UA 2000-03-09 22:29:00 +00:00
sfraser%netscape.com
5fae71c9f2 Fix for 30894 -- crash closing compose window while loading reply. r=buster, bienvenu, akkana, a=jar 2000-03-09 22:20:56 +00:00
harishd%netscape.com
5cca95cdae Fix for 15204 [ PDT+]
Including tag name when recording trailing contents ( only used on TEXTAREA)
r=pollmann
a=rickg
2000-03-09 22:16:10 +00:00
norris%netscape.com
cd8ce490e8 Fixes for NervousText example. 2000-03-09 21:50:14 +00:00
norris%netscape.com
ec66213a10 Try to fix Solaris/Linux failures. 2000-03-09 21:46:42 +00:00
wtc%netscape.com
d3e883c7b5 Bugzilla bug #31049: pass both null and non-null 'addr' argument to
PR_Accept to catch this bug.
2000-03-09 21:40:11 +00:00
wtc%netscape.com
17ac4043e3 Bugzilla bug #31049: Ipv6ToIpv4SocketAccept should handle a null 'addr'
argument.
2000-03-09 21:38:19 +00:00
wtc%netscape.com
4f9fe2b584 Bugzilla bug #31120: added a new test intrio.c to reproduce this bug.
Added file: intrio.c
Modified files: Makefile, Makefile.in, runtests.ksh
2000-03-09 21:14:24 +00:00
joki%netscape.com
0fa4add35d Fix for bug 31186, backout of part of fix for 28988. r:saari a:leaf and the rest of the irc crowd to fix tree blocker 2000-03-09 20:22:55 +00:00
varada%netscape.com
a6fdc2fe0b tweaks to the ib.cpp to handle correct ordering of the components 2000-03-09 19:39:29 +00:00
wtc%netscape.com
5485caa488 Bugzilla bug #31120: _PR_Unblock_IO_Wait was binding the interrupted
local thread to the wrong CPU.
2000-03-09 18:26:29 +00:00
terry%mozilla.org
c02bbea122 Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes. 2000-03-09 18:04:53 +00:00
rhp%netscape.com
b56203b0f4 Small fix for garbled title bug for I18N subjects - Bug #: 29651 - r: alecf - a: phil 2000-03-09 15:51:19 +00:00
joki%netscape.com
614b588d2f Fix bug 28988, add null check and consume event when script object/window is destroyed while processing an event. a:rickg, r:saari 2000-03-09 15:33:35 +00:00
joki%netscape.com
b822db9d33 Fix bug 29515, prevent excess processing inside GetFrameForPoint. a:rickg, r:dbaron@fas.harvard.edu 2000-03-09 15:31:44 +00:00
rickg%netscape.com
5989a942b6 update to new string files; these are NOT part of the build 2000-03-09 10:50:02 +00:00
ssu%netscape.com
ba161d90bf fixing bugs:
#30711 - no longer attempts to detect Net2Phone
           running during startup of installer.
  #30982 - added netscape registry names to the
           .js install scripts.
  #30907 - changed the way the build number is
           displayed on the blue background.  It
           is now displayed in a smaller font and
           in black.
  #30877 - added creation of Profile Manager
           shortcut.

affects only windows platforms.

a=jar
r=sgehani
2000-03-09 09:49:36 +00:00
valeski%netscape.com
ec891ecf55 r=warren. a=jar. 30634, 30635. something caused event timing changes which aggrivated some FTP bugs. FTP no longer pumps it's own event loop, no longer implements AsyncOpen, and has changed the synchronization between the channel object and the FTP thread. The current changes aggrivate a bug in the socket transport which manifests itself as the throbber not always stopping when a download completes. 2000-03-09 09:46:56 +00:00
varada%netscape.com
26f0eab67f fix for bug#31111. the invisible components dont get included the first time when they are shown to the user but are counted later when the xpi files need to be copied.did so by having an extra parameter for buildcomponents 2000-03-09 08:56:15 +00:00
karnaze%netscape.com
331f183d88 new regression test not affecting the build. 2000-03-09 08:51:40 +00:00
karnaze%netscape.com
8b9dac0046 PDT+ bug 29429 - incremental reflow and nested tables, r=troy, a=rickg 2000-03-09 08:45:26 +00:00
ben%netscape.com
ee8ff11aa7 fix for 31039, r=don, a=jevering 2000-03-09 08:26:30 +00:00
mscott%netscape.com
26d9b3ad83 Bug #30553 --> properly get the correct window sizes for new windows created with a window target. This code
was actually written by travis and was reviewed by danm. I'm just checking it in for him.
a=jevering
2000-03-09 08:19:22 +00:00
mscott%netscape.com
afd4e4318c Bug #30553 --> API sync with the change to nsIContentHandler::HandleContent.
r=travis
a=jevering
2000-03-09 08:18:21 +00:00