Граф коммитов

70856 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 3153cb138c Added include so that LOAD_FLAGS_NONE is actually found. Now, maybe the ports will go green...err, orange again. 2000-09-20 19:26:44 +00:00
relyea%netscape.com e3404f2a3c Changes to build OS/2 NSS. 2000-09-20 17:20:23 +00:00
relyea%netscape.com 32f5210984 OS/2 build changes. 2000-09-20 17:07:22 +00:00
mkaply%us.ibm.com cd75bd06bd Tinderbox bustage - Ports SUNOS, Ports LinuxPPC
locka missed a LoadURI in xmlterm
a=leaf
2000-09-20 16:22:06 +00:00
jefft%netscape.com 5421ba1cb5 fixed bug34051 - use nsIFilePicker instead of nsIFileSpecWithUI; r=alecf 2000-09-20 14:50:55 +00:00
rods%netscape.com a10394a6b8 adding comments to the fix that already got checked in.
a=waterson r=attinasi
2000-09-20 14:47:18 +00:00
mkaply%us.ibm.com 21bc139e32 #45185
r=mkaply, a=brendan
An OS/2 specific splashscreen
2000-09-20 14:02:01 +00:00
locka%iol.ie 9e805707f6 Fixed typedef problem in Win32. b=50949 2000-09-20 13:28:19 +00:00
locka%iol.ie 0db31e2c70 Removed bogus IDL entry causing horkage. b=50949 2000-09-20 12:49:48 +00:00
locka%iol.ie 69fd02310b Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
warren%netscape.com dfec41b5fd added contents.rdf files - not in build yet 2000-09-20 12:00:57 +00:00
leaf%mozilla.org 288604906f Automated update 2000-09-20 11:46:43 +00:00
jdunn%netscape.com 4a78f455ae 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
2000-09-20 11:40:42 +00:00
disttsc%bart.nl c3541bd970 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). 2000-09-20 10:16:53 +00:00
edburns%acm.org e3a990319e 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
2000-09-20 09:27:54 +00:00
waterson%netscape.com 2efea85ee9 Fix build bustage 2000-09-20 08:25:48 +00:00
ben%netscape.com 7aa0e8fb39 a bunch more ViXEn stuff, not part of build! 2000-09-20 08:25:39 +00:00
mcafee%netscape.com 801b4a8f27 Mis-named key id was preventing ctrl-s from showing up in File menu (53269). a,r=waterson 2000-09-20 07:39:38 +00:00
waterson%netscape.com 367d6c0a03 Fix orangeness on Linux. 2000-09-20 07:31:53 +00:00
waterson%netscape.com 19368dda01 Fix build bustage. 2000-09-20 07:29:03 +00:00
hyatt%netscape.com 4ad32a6c62 Fix for several XBL event regressions, trashing memory and crashers, sr=brendan,ben, a=brendan 2000-09-20 07:21:35 +00:00
nisheeth%netscape.com 3672e0747d 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. 2000-09-20 07:20:23 +00:00
hyatt%netscape.com 1a69e4f6b2 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 2000-09-20 07:18:51 +00:00
hyatt%netscape.com 11d734017b Fix for several XBL event regressions, trashing memory and crashers, sr=brendan,ben, a=brendan 2000-09-20 07:16:04 +00:00
dp%netscape.com 7755b88298 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
2000-09-20 07:13:03 +00:00
waterson%netscape.com 45264402c8 Fix build bustage. 2000-09-20 06:40:22 +00:00
waterson%netscape.com c71e04b66a 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 2000-09-20 05:44:19 +00:00
jst%netscape.com afe4b175f9 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 2000-09-20 05:12:44 +00:00
bienvenu%netscape.com 602c25371d fix crash replying to outlook message with dashed frame 52130 r=buster,waterson 2000-09-20 04:02:20 +00:00
bienvenu%netscape.com 56dead1d36 fix problem printing news messages r=mscott 52194 2000-09-20 03:43:08 +00:00
bienvenu%netscape.com f3c91e805b fix corruption of msg threads r=scott 53184 2000-09-20 03:41:34 +00:00
idk%eng.sun.com 70709770ee * NOT PART OF TBOX BUILDS *
Fixed bug with [out] parametrs in java.
Improved component registration.
Added test for accessing ComponentManager from java
2000-09-20 01:32:12 +00:00
danm%netscape.com 46debc5045 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 2000-09-20 01:02:04 +00:00
hewitt%netscape.com b582d7e712 #46423 - [Modern] address book cleanup, r=hangas, a=ben 2000-09-20 00:26:30 +00:00
hewitt%netscape.com acf33ad619 #46519 - [Classic] address book cleanup, r=hangas, a=ben 2000-09-20 00:25:35 +00:00
hewitt%netscape.com ab836a66c6 #46519 - [Classic] messenger focus rings and general cleanup, r=hangas, a=ben 2000-09-20 00:24:05 +00:00
hewitt%netscape.com 0638aa3ebc #46423 - messenger focus rings, :active behavior on "File" button, r=hangas, a=ben 2000-09-20 00:14:58 +00:00
waterson%netscape.com bf722e10a6 Bug 50999. Make nsBindingManager keep track of nsIAnonymousContentCreator-generated content; simplify anonymous content cleanup dance by making nsIBindingManager::ChangeDocumentFor() method. r=dbaron,hyatt a=hyatt 2000-09-20 00:14:04 +00:00
hewitt%netscape.com 1af379e341 #46015 - making Ctrl-R work correctly for reload, r=hangas, a=ben 2000-09-20 00:08:50 +00:00
akkana%netscape.com 54db2e4430 More 50252: Handle the gtk keypad keys too. r=kin,pavlov 2000-09-20 00:02:30 +00:00
hewitt%netscape.com 28bc283427 #46423 - cleaner navbar disabled buttons, r=marlon, a=ben 2000-09-19 23:59:38 +00:00
disttsc%bart.nl afe6002049 Fixes a minor gotcha when selecting View -> Text Size -> Other, then cancel. Checkmark was left on Other instead of being set back on the menuitem it was on before. bug=52971, r=mozbot, a=brendan. 2000-09-19 23:59:32 +00:00
hewitt%netscape.com 8b319827c8 #46423 - polish for menupopups of button-toolbar-2, r=hangas, a=ben 2000-09-19 23:58:36 +00:00
hewitt%netscape.com 7eed8af6c2 #46423 - menu tweaks and tooltip color change, r=hangas, a=ben 2000-09-19 23:57:37 +00:00
hewitt%netscape.com 2e3a9e8063 #46423 - [Modern] toolbar collapsing fix, r=hangas, a=ben 2000-09-19 23:56:19 +00:00
hewitt%netscape.com 030a22f9dc #46423 - [Modern] making grippies scale vertically, r=hangas, a=ben 2000-09-19 23:48:52 +00:00
hewitt%netscape.com 6ee98cb14b #46423 - [Modern] making grippies scale vertically, r=hangas, a=ben 2000-09-19 23:40:04 +00:00
robinf%netscape.com 071ef2f1bd *** empty log message *** 2000-09-19 23:24:39 +00:00
danm%netscape.com bb2ba012de re-allow generalized event dispatch for windowshaded windows, but disallow mousemoved events. fixes bugs 33735, 51649, 52950, 51642. reverts bug 49007. sorry. r=pinkerton,sfraser. 2000-09-19 23:13:39 +00:00
disttsc%bart.nl d44d64e41c Fixes View -> Text Size -> Other not opening a dialog on jar builds. Forgot to check this in last time. bug=52968, r=ben, a=brendan 2000-09-19 23:13:02 +00:00