Commit Graph

87149 Commits

Author SHA1 Message Date
darin%netscape.com
e0d6e9d4fe fixes bug 90288 (part 1) "not honoring "Pragma: no-cache" from HTTP-EQUIV"
r=gagan, sr=dougt
2001-08-22 00:26:42 +00:00
darin%netscape.com
7eb22d9b85 fixes bug 94811 "leaking sockets; nsISocketTransport::IsAlive not implemented reliably"
r=wtc, sr=dougt
2001-08-22 00:24:26 +00:00
pchen%netscape.com
df074c3f00 bug 91726, r=pinkerton, sr=sfraser, under carbon, Internet Config seems to return mappings with a null mime type string, if we see a null mime type string, set mime type in nsMimeInfo to octet-stream 2001-08-22 00:19:08 +00:00
danm%netscape.com
ef499d7d29 allow larger windows when sizing with the mouse. also moved standard-state calculation to nsMacWindow. some code by rjc@rjcdb.com. bugs 80431,95740 r=hyatt,pinkerton 2001-08-22 00:18:45 +00:00
dianesun%netscape.com
6a1efdb9a3 Fix to bug 94961 (kB -> KB). r=buhvan, sr=sspitzer 2001-08-22 00:17:55 +00:00
danm%netscape.com
804aab2707 always adjust maximized ("standard") window size before zooming. some code by rjc@rjcdb.com. bugs 80431,95740 r=hyatt,pinkerton 2001-08-22 00:17:04 +00:00
dianesun%netscape.com
b9ad5d1551 Fix to bug 94961 (kB -> KB). r=buvhan, sr=sspitzer 2001-08-22 00:14:14 +00:00
dianesun%netscape.com
4ba25e3164 Fix to bug (95201: disable Download/Sync) r=buhvan, sr=sspitzer 2001-08-22 00:07:46 +00:00
loadrunner%betak.net
d85c8eb6f1 bug 56304, HTML ja signature displays as garbage in the mail body
bug 91670, Signature file with the charset different from the system on
r=ducarroz, sr=sspitzer
2001-08-22 00:02:01 +00:00
timeless%mac.com
4ddc4f3485 1.206 <cavin@netscape.com> 21 Aug 2001 11:39 checked in ^Ms while fixing Bug #68296
a=bustage,sheriffs#mozilla
2001-08-21 23:49:54 +00:00
stephend%netscape.com
6c8931326a Attempt to fix rjesup's bustage. a=sheriff 2001-08-21 22:43:47 +00:00
dp%netscape.com
b27e59a919 bug 94883 nsCreateInstanceByContractID() performance improvement 2001-08-21 22:42:35 +00:00
dcone%netscape.com
61c42e0de0 b=73884 r=peterl sr=attinasi invert mode support added 2001-08-21 22:37:17 +00:00
mkaply%us.ibm.com
06073b160d OS/2 will take this as well, thank you very much.
Fixes transparent PNGs on OS/2.
2001-08-21 22:29:25 +00:00
sspitzer%netscape.com
d644dda72c bulletproofing fix for #96291 to prevent crashing on the first autocomplete.
there is still a bug here, so #96291 will stay open.  sr=hyatt
2001-08-21 22:16:42 +00:00
ftang%netscape.com
a8f2223a1d new file for 90804. not part of the build yet 2001-08-21 22:14:56 +00:00
tor%cs.brown.edu
308246a092 Bug 84980 - zero out the color components of transparent pixels
in a binary alpha PNG on win32 before handing them off to libpr0n.
r=pavlov, sr=brendan
2001-08-21 21:59:08 +00:00
mkaply%us.ibm.com
b2d21df256 No bug
r=mkaply, a=blizzard
OS/2 only - Code from Dainis Jonitis - Fix fallout from imagelib removal
Add back in tiling support for OS/2
2001-08-21 21:56:36 +00:00
mkaply%us.ibm.com
47d4c40a42 #95301
r=pedemonte, a=blizzard
OS/2 only - leaking presentation spaces
2001-08-21 21:53:46 +00:00
rjesup%wgate.com
0fbfbfe4ce bug 96289: mURLParsers cache wasn't. r=gagan@netscape.com,
sr=dougt@netscape.com
2001-08-21 21:49:04 +00:00
jj%netscape.com
d66737ea7c bugscape #6794: updated 'vers' resources for Mozilla/Netscape installer 2001-08-21 21:43:53 +00:00
naving%netscape.com
c3f5a6598c 89698 r=robinf, jglick for alert wording changes. 2001-08-21 21:35:41 +00:00
sspitzer%netscape.com
1780d96085 fix for #72869.
in the tree view (in subscribe) allow for multiple selection.
r/sr=bienvenu
2001-08-21 21:27:26 +00:00
bryner%netscape.com
d1b47d9b27 Bug 92210 - Window steals focus if you switch to another app during "Transferring data from...". r=saari, sr=hyatt. 2001-08-21 21:18:45 +00:00
mozilla.BenB%bucksch.org
3e9c57d306 76359: Fixing regression: namespace for CSS in Modern broke the mail msg display layout, incl. quotes and prefs.
Some reformatting (both skins).
r/sr=Ben Goodger, r=blake, sr=hewitt
2001-08-21 21:18:16 +00:00
pchen%netscape.com
94c63020fd bug 93195, r=brade, sr=sfraser, relax minimum macos requirement back to 8.5 2001-08-21 21:14:12 +00:00
naving%netscape.com
7957b8d886 88251 r=bienvenu sr=sspitzer. Maintain the sort-order etc when emptying local trash. 2001-08-21 21:06:40 +00:00
brendan%mozilla.org
6d895baf1d Bit checkin for bug 68045, r/sr=waterson&shaver, second attempt. It all works
for me on optimized and debug gcc2.96, rh7.1.

- Better failure codes from nsXULPrototypeScript::Deserialize.

- Call nsXULDocument::AbortFastLoads after nsXULPrototypeScript::Serialize
  failure, instead of just nulling the FastLoad service's output stream.

- Expose nsXULDocument::AbortFastLoads via nsIXULPrototypeCache, for use from
  nsChromeProtocolHandler.cpp.  AbortFastLoads flushes the XUL cache now, for
  good measure.

- The needless "Current" adjective in nsIFastLoadService attribute and method
  names is no more.

- Add a do_GetFastLoadService() helper, to use CID instead of contractid, and
  to let the compiler consolidate the static inline CID.

- Add "nglayout.debug.checksum_xul_fastload_file" pref so people can do without
  the checksum verification step when reading a FastLoad file.

- Verify the FastLoad file checksum, by default.  Also, cache it in the FastLoad
  service so we don't recompute it when re-opening the FastLoad file as mailnews
  and other top-levels start up.  Fill the checksum cache in EndFastLoad, when
  the last pseudo-concurrent top-level finishes loading.

  My hope to compute the checksum while writing the FastLoad file ran afoul of
  misordered writes.  The old code to checksum the in-memory nsFastLoadHeader
  also was broken on little endian platforms.  Now all checksumming is done via
  a separate read pass over the complete file, save for the header's checksum
  field, which is summed as if it contained zero.

- Track and check FastLoad file dependencies.  This required groveling with a
  bunch of Necko interfaces in nsChromeProtocolHandler::NewChannel -- read it
  and weep.  Dependency checking, as well as checksum access and computation,
  use better-factored nsIFastLoad{File,Read,Write}Control interfaces.

- nsBufferedStream::Seek wasn't flushing the buffer when seeking backward
  within the buffer, but it must, because mCursor bounds the amount to write
  if the buffer contains the end of file.

- Add an unbufferedStream readonly attribute to nsIStreamBufferAccess, so we
  don't have to screw around with the bufferying layer when checksumming. Also
  implement nsIStreamBufferAccess in nsBufferedOutputStream.

- nsISeekableOutputStream was bogus, based on a bad state I had put the
  nsBufferedOutputStream code in on its way from being completely broken when
  you seek backwards outside of the buffer.  Removing this interface required
  using nsIFastLoadFileIO in nsFastLoadFileWriter, and it also required careful
  ordering of Close calls (the Reader must close after the Writer or Updater,
  so that the Reader's underlying, unbuffered input stream can be read by
  nsFastLoadFileWriter::Close to compute the checksum.

- Miscellaneous tab/indentation, comment typo, bracing, if( => if ( style,
  nsnull vs. 0, useless variable elimination, tortured control flow,
  AutoString instead of String, and gratuitous ; after nsISupportsUtils.h
  macro call cleanups.
2001-08-21 20:51:34 +00:00
chuang%netscape.com
4de05b1436 Bug 17476 Move/Copy menus should sort, r/sr=sspitzer, mscott 2001-08-21 20:41:33 +00:00
cotter%netscape.com
81ada5d960 ongoing security & privacy help content updates per b=85925, r=oeschger@netscape.com 2001-08-21 20:40:24 +00:00
hewitt%netscape.com
e73e4e39b2 63540 - make classic broken lock icon clearer 2001-08-21 20:40:08 +00:00
jat%princeton.edu
f2299aa85e Checking in for jesse. Replacing some eval() calls in chrome js with calls to parseInt() and new RegExp(). b=83314, r=mstoltz, sr=brendan. 2001-08-21 20:37:19 +00:00
andreas.otte%primus-online.de
96f6859891 fix bug 84409 [Incorrect request for page components if main page URL contains ";" character] Implementing param support according to RFC 2396, r=dougt, sr=rpotts 2001-08-21 20:35:01 +00:00
pavlov%netscape.com
a77ca11aff fix for bug 87739 r=dougt sr=darin 2001-08-21 20:17:22 +00:00
dp%netscape.com
fdbe5cd9c6 Bug 94366 Reducing url object creations by not converting urls schemes
that done need conversion to absolute. r,sr=waterson
2001-08-21 20:09:20 +00:00
naving%netscape.com
a8c7eb79ae 89698 r=suresh sr=bienvenu; Check if the newName for folder to be renamed has hierarchyDelimiter, if
so throw an alert. Also did some clean up in nsImapStringBundle.
2001-08-21 20:04:00 +00:00
jj%netscape.com
f6b9a047d4 #93164: bump up mac version number to 0.9.3+ on the trunk 2001-08-21 19:49:54 +00:00
pavlov%netscape.com
b19a91b684 fixing indentation of { 2001-08-21 19:45:18 +00:00
dougt%netscape.com
26380f5632 fixes 95671, 96129. Caching control connections fixed, removing check against browser.enabled.cache, fixing double list response handling error. r= gordon, darin, sr= darin 2001-08-21 19:40:55 +00:00
timeless%mac.com
728471dfeb Bugzilla Bug 24515 Cant build XPCOM standalone
Bugzilla Bug 88747 nsCRT::atoi should be removed or fixed
Whoops, i contributed to xpcom standalone not working
patch by jband, r=dbaron, sr=brendan

This makes nsCRT::atoi in standalone assert and functionally NOP
2001-08-21 19:36:07 +00:00
bernd.mielke%snafu.de
6c51b86add handle captions and innertable frames identical if the containing block is to small,
bug 76726 r=karnaze sr=waterson
2001-08-21 19:31:53 +00:00
ftang%netscape.com
e8e1ca5a60 fix 91193. r=nhotta, sr=blizzard
add universialchardet.dll to the window installer packages
2001-08-21 19:16:35 +00:00
javi%netscape.com
93ce7df694 Fix for Bug 92003, r=ddrinan, sr=mscott
If the client of SSL/TLS socket provider doesn't provide callbacks,
use the window watcher service to get an nsIPrompt or whatever
interface is requested.
2001-08-21 19:10:56 +00:00
dp%netscape.com
3b887dad3f adapting to CreateInstancebyContractID() perf improvement 2001-08-21 19:07:26 +00:00
ftang%netscape.com
fc6705b321 fix 92988. r=shanjian rs=ftang
add more fallback font face for Japanese
2001-08-21 19:01:40 +00:00
jaggernaut%netscape.com
977b546d7a Bug 91884: postpone focus() calls from browser onload till after the window is shown. r=jrgm, sr=hyatt 2001-08-21 18:54:51 +00:00
harishd%netscape.com
28d9dc0a0d 96117 - Cache Observer service. r=dp, sr=waterson 2001-08-21 18:46:46 +00:00
shanjian%netscape.com
a765b24b69 #95162 Auto-detect doesn't work on kinokuniya page
r=yokoyama sr=jst
2001-08-21 18:46:44 +00:00
rjesup%wgate.com
607822f402 bug 93830. patch by gisburn. r=dcone@netscape.com, r=timeless,
sr=waterson@netscape.com
2001-08-21 18:43:55 +00:00
cavin%netscape.com
1e0eeb717e Bug #68296: In SubscribeToFolder(), make sure we pass the right folder object to SubscribeFolder(). In PossibleImapMailbox(), set the correct delimiter for unsubscribed folders. r=bienvenu, sr=sspitzer. 2001-08-21 18:39:46 +00:00