Commit Graph

71812 Commits

Author SHA1 Message Date
ftang%netscape.com
596b49b200 fix bug 50816. add if statement for prevFont so it won't crash on win95J while prevFont is null (when we try to render a
Unicode which do not have glyph in any font on the system.
r=buster,erik a=buster.


git-svn-id: svn://10.0.0.236/trunk@79665 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 23:13:12 +00:00
dbragg%netscape.com
7dbb9e2619 Fix for bug 52827. Getting the parent window and passing it to the alert and confirm dialogs. r=dveditz, law a=law (I used the old appproval list).
git-svn-id: svn://10.0.0.236/trunk@79664 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 23:12:03 +00:00
hyatt%netscape.com
897a841c45 Fix for 51084, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@79663 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 23:10:48 +00:00
erik%netscape.com
5d0d1b28b3 bug 52655; r/a=ftang; switch from GetCharsetAtom2() to NS_NewAtom() since
the former does some unwanted charset name mapping to work around problems
with Web sites using the wrong charset names; also added self test code to
catch any spelling errors since we are now not going through the charset
manager (GetCharsetAtom2)


git-svn-id: svn://10.0.0.236/trunk@79662 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 23:06:53 +00:00
erik%netscape.com
791ffe17b5 bug 4238; r/a=ftang,buster,waterson; added language specific transforms so
that we can do things like U+005C -> U+00A5 (backslash -> yen sign for ja)


git-svn-id: svn://10.0.0.236/trunk@79661 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 23:00:32 +00:00
erik%netscape.com
47844e796a bug 4238; r/a=ftang,buster,waterson; added language specific transform type
getter to nsIPresContext so that we can do things like U+005C -> U+00A5
(backslash -> yen sign)


git-svn-id: svn://10.0.0.236/trunk@79660 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 22:59:20 +00:00
warren%netscape.com
dc1f3b667b Merged in cls' changes for objDir builds.
git-svn-id: svn://10.0.0.236/trunk@79659 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 22:45:45 +00:00
edburns%acm.org
ffa897dd6d These changes make it so webclient compiles with the tip as of 20
September 2000.  It will run, but without bookmarks.

The changes consist of the following kinds of changes:

Changes to method signatures for methods implemented by webclient.

Changes to string functions.

Changes to account for the demise of PROGIDS in favor of ContractIDs

Modified files:

M classes_spec/org/mozilla/webclient/test/EMWindow.java
M src_moz/CBrowserContainer.cpp
M src_moz/CurrentPageImpl.cpp
M src_moz/Makefile.win
M src_moz/NativeEventThread.cpp
M src_moz/RDFEnumeration.cpp
M src_moz/RDFTreeNode.cpp
M src_moz/ns_util_export.cpp
M src_moz/rdf_util.cpp


git-svn-id: svn://10.0.0.236/trunk@79658 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 21:53:05 +00:00
edburns%acm.org
ef806124bd This bug is about JavaDOM building on the tip. These changes make it so
you can build JavaDOM with the tip as of 20 Sept 2000.

M dom/jni/javaDOMGlobals.h

  changed nsString2 to nsString

M dom/jni/org_mozilla_dom_NodeImpl.cpp

  nsIDOMNode::Supports is now nsIDOMNode::IsSupported().


git-svn-id: svn://10.0.0.236/trunk@79657 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 21:47:42 +00:00
edburns%acm.org
dcc02d3f9e Changed to bring up to the tip.
bug=32162
a=brendan
r=leaf


git-svn-id: svn://10.0.0.236/trunk@79655 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 21:38:33 +00:00
warren%netscape.com
a52f8417a3 Taking stab at change -- need to use topsrcdir for objDir build system.
git-svn-id: svn://10.0.0.236/trunk@79653 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 21:28:30 +00:00
warren%netscape.com
c90b2b9551 Checking in diagnostics for puma problem.
git-svn-id: svn://10.0.0.236/trunk@79651 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 21:20:59 +00:00
sfraser%netscape.com
74f6ae493d Fixes from the jar branch; ensure we launch CodeWarrior before building, so that idepath.txt gets written out.
git-svn-id: svn://10.0.0.236/trunk@79644 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 20:03:34 +00:00
edburns%acm.org
3ada8c1653 bug=32162
r=leaf
a=brendan
# This file contains make rules for building java files using mozilla's
# make system.  To use this file, you must include this file before
# including rules.mak. Like this:

# include <$(DEPTH)\config\javarules.mak>
# include <$(DEPTH)\config\rules.mak>


git-svn-id: svn://10.0.0.236/trunk@79643 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 20:02:49 +00:00
sfraser%netscape.com
ae42a2b9cb Fixing to pull SeaMonkey from teh trunk again.
git-svn-id: svn://10.0.0.236/trunk@79642 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 19:45:54 +00:00
warren%netscape.com
cdc56bbf4c Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani
git-svn-id: svn://10.0.0.236/trunk@79641 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 19:35:24 +00:00
cls%seawood.org
55b2ba2753 Added include so that LOAD_FLAGS_NONE is actually found. Now, maybe the ports will go green...err, orange again.
git-svn-id: svn://10.0.0.236/trunk@79640 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 19:26:44 +00:00
despotdaemon%netscape.com
83521b8fee Pseudo-automatic update of changes made by sonmi@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@79635 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 17:57:26 +00:00
relyea%netscape.com
6db6c3f97c Changes to build OS/2 NSS.
git-svn-id: svn://10.0.0.236/trunk@79632 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 17:20:23 +00:00
relyea%netscape.com
f47ead3b87 OS/2 build changes.
git-svn-id: svn://10.0.0.236/trunk@79631 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 17:07:22 +00:00
mkaply%us.ibm.com
969ef21515 Tinderbox bustage - Ports SUNOS, Ports LinuxPPC
locka missed a LoadURI in xmlterm
a=leaf


git-svn-id: svn://10.0.0.236/trunk@79629 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 16:22:06 +00:00
jefft%netscape.com
1a37bc8c0c fixed bug34051 - use nsIFilePicker instead of nsIFileSpecWithUI; r=alecf
git-svn-id: svn://10.0.0.236/trunk@79628 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 14:50:55 +00:00
rods%netscape.com
6f8fc6b5b4 adding comments to the fix that already got checked in.
a=waterson r=attinasi


git-svn-id: svn://10.0.0.236/trunk@79627 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 14:47:18 +00:00
mkaply%us.ibm.com
deb47ab8e0 #45185
r=mkaply, a=brendan
An OS/2 specific splashscreen


git-svn-id: svn://10.0.0.236/trunk@79626 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 14:02:01 +00:00
locka%iol.ie
76130c2d8e Fixed typedef problem in Win32. b=50949
git-svn-id: svn://10.0.0.236/trunk@79625 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 13:28:19 +00:00
locka%iol.ie
485f539058 Removed bogus IDL entry causing horkage. b=50949
git-svn-id: svn://10.0.0.236/trunk@79624 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 12:49:48 +00:00
locka%iol.ie
b3b9b2c9a7 Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
git-svn-id: svn://10.0.0.236/trunk@79623 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 12:23:53 +00:00
warren%netscape.com
3493178aec added contents.rdf files - not in build yet
git-svn-id: svn://10.0.0.236/trunk@79622 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 12:00:57 +00:00
leaf%mozilla.org
47d8c20481 Automated update
git-svn-id: svn://10.0.0.236/trunk@79621 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 11:46:43 +00:00
jdunn%netscape.com
8fddca4c14 unsetting the NO_LD_ARCHIVE flag for AIX, since it doesn't need
it and actually causes problems for us.
a= brendan@mozilla.org
#= 52783
r= cls@seawood.org


git-svn-id: svn://10.0.0.236/trunk@79620 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 11:40:42 +00:00
disttsc%bart.nl
474d2a9686 Remove incorrect 'rdf:' from 'rdf:resource', 'rdf:resource2' and 'rdf:containment'. Part of bug=53297, more to follow. r=rjc, a=waterson. This particular checkin should fix bug=52789 (column sorting in bookmarks and history) and bug=52547 (sidebar bookmarks panel not showing sort triangle).
git-svn-id: svn://10.0.0.236/trunk@79619 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 10:16:53 +00:00
edburns%acm.org
e9408a09a9 a=beard, waterson
r=av
bug=52963

Tested on win32.  Tested to build on win32 and solaris.

This patch fixes bug 52963, bug 52965, and bug 52973.

This patch contributed by Stanley Ho <stanley.ho@eng.sun.com>

52963: nsIPluginStreamListener::OnStartBinding isn't always called:

Added new ivar, mStartBinding:

   * Set to PR_TRUE after nsIPluginInstancePeer::OnStartBinding() has
   * been called.  Checked in ::OnStopRequest so we can call the
   * plugin's OnStartBinding if, for some reason, it has not already
   * been called.

52965: Length isn't always set:

  rv = channel->GetContentLength(&length);

  // it's possible for the server to not send a Content-Length.  We should
  // still work in this case.
  if (NS_FAILED(rv)) {
    mPluginStreamInfo->SetLength(-1);
  }
  else {
    mPluginStreamInfo->SetLength(length);
  }

52973: nsIHTTPHeaderListener called before nsIPluginStreamListener::NewStream

This fix required rolling back Andrei Volkov's change to the signature
of nsPluginStreamListenerPeer::SetUpStreamListener().  In order to call
the plugin with the headers before the NewStream is sent, we need the
nsIChannel.

files in this fix:

M modules/plugin/nglsrc/nsPluginHostImpl.cpp


git-svn-id: svn://10.0.0.236/trunk@79618 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 09:27:54 +00:00
waterson%netscape.com
6f54ba3dda Fix build bustage
git-svn-id: svn://10.0.0.236/trunk@79617 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 08:25:48 +00:00
ben%netscape.com
fc8696fec9 a bunch more ViXEn stuff, not part of build!
git-svn-id: svn://10.0.0.236/trunk@79616 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 08:25:39 +00:00
mcafee%netscape.com
4bfe3604d8 Mis-named key id was preventing ctrl-s from showing up in File menu (53269). a,r=waterson
git-svn-id: svn://10.0.0.236/trunk@79615 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 07:39:38 +00:00
waterson%netscape.com
9d38102900 Fix orangeness on Linux.
git-svn-id: svn://10.0.0.236/trunk@79614 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 07:31:53 +00:00
waterson%netscape.com
518317ae26 Fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@79613 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 07:29:03 +00:00
hyatt%netscape.com
c8178f446e Fix for several XBL event regressions, trashing memory and crashers, sr=brendan,ben, a=brendan
git-svn-id: svn://10.0.0.236/trunk@79612 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 07:21:35 +00:00
nisheeth%netscape.com
d6390acc47 r=reviewers@netscape.com (buster, waterson). Fix for nsbeta3+ bug . Turning on async reflow during doc load by default. This can be turned off by setting the "layout.reflow.async.duringDocLoad" pref to false in prefs.js.
git-svn-id: svn://10.0.0.236/trunk@79611 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 07:20:23 +00:00
hyatt%netscape.com
4420090f4e added files: mozilla/layout/xbl/src/nsXBLDragHandler.cpp, mozilla/layout/xbl/src/nsXBLFocusHandler.cpp, mozilla/layout/xbl/src/nsXBLFormHandler.cpp, mozilla/layout/xbl/src/nsXBLKeyHandler.cpp, mozilla/layout/xbl/src/nsXBLLoadHandler.cpp, mozilla/layout/xbl/src/nsXBLMouseHandler.cpp, mozilla/layout/xbl/src/nsXBLMouseMotionHandler.cpp, mozilla/layout/xbl/src/nsXBLScrollHandler.cpp, mozilla/layout/xbl/src/nsXBLXULHandler.cpp
git-svn-id: svn://10.0.0.236/trunk@79610 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 07:18:51 +00:00
hyatt%netscape.com
d6e1302ce6 Fix for several XBL event regressions, trashing memory and crashers, sr=brendan,ben, a=brendan
git-svn-id: svn://10.0.0.236/trunk@79609 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 07:16:04 +00:00
dp%netscape.com
cb1b7d5fd7 bug 53122 OnFileAvailable() not being called due to release of
mCacheEntry by nsHTTPChannel before calling stop request. Delaying
release until after onStopRequest is called.

bug 51043 Caching cgi when we are not supposed to. Now we refetch a
page if there isn't Modified-Since header being sent. That isolates
cgis pretty well and keeps normal pages working as is.

bug 53272 Cache corruption triggers when we hit DNS errors. This is
due to the entry being in memory and never being flushed to
disk. Calling CacheAbort() on the error condition from
ResponseCompleted() takes care of that.
r=neeti, gagan


git-svn-id: svn://10.0.0.236/trunk@79608 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 07:13:03 +00:00
waterson%netscape.com
f10d520b6a Fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@79607 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 06:40:22 +00:00
waterson%netscape.com
ac48abcd87 Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren
git-svn-id: svn://10.0.0.236/trunk@79603 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 05:44:19 +00:00
jst%netscape.com
766617aaa5 Fixing nsbeta3+ bug 52724. Fixing an oversight found by David Baron in HTMLDocument::createElement(), this makes document.createElement() be case insensitive. r/a=vidur, r=nisheeth
git-svn-id: svn://10.0.0.236/trunk@79601 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 05:12:44 +00:00
bienvenu%netscape.com
10cddfdb57 fix crash replying to outlook message with dashed frame 52130 r=buster,waterson
git-svn-id: svn://10.0.0.236/trunk@79599 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 04:02:20 +00:00
bienvenu%netscape.com
d2b12e24b0 fix problem printing news messages r=mscott 52194
git-svn-id: svn://10.0.0.236/trunk@79598 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 03:43:08 +00:00
bienvenu%netscape.com
85b56a4170 fix corruption of msg threads r=scott 53184
git-svn-id: svn://10.0.0.236/trunk@79597 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 03:41:34 +00:00
idk%eng.sun.com
3ae85a8a7a * NOT PART OF TBOX BUILDS *
Fixed bug with [out] parametrs in java.
Improved component registration.
Added test for accessing ComponentManager from java


git-svn-id: svn://10.0.0.236/trunk@79594 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 01:32:12 +00:00
danm%netscape.com
bd843ec86f nip infinite recursion in GetInsertionPoint that can happen with xbl bindings that generate anonymous content and also contain a children element, as do trees and tabs. bugs 53116,53150. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@79590 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 01:02:04 +00:00