Commit Graph

101071 Commits

Author SHA1 Message Date
sspitzer%netscape.com
8181258744 fix for #72869.
in the tree view (in subscribe) allow for multiple selection.
r/sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@101549 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 21:27:26 +00:00
bryner%netscape.com
efb03cfbd3 Bug 92210 - Window steals focus if you switch to another app during "Transferring data from...". r=saari, sr=hyatt.
git-svn-id: svn://10.0.0.236/trunk@101548 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 21:18:45 +00:00
mozilla.BenB%bucksch.org
7fe6346c58 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


git-svn-id: svn://10.0.0.236/trunk@101547 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 21:18:16 +00:00
pchen%netscape.com
a174005e00 bug 93195, r=brade, sr=sfraser, relax minimum macos requirement back to 8.5
git-svn-id: svn://10.0.0.236/trunk@101546 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 21:14:12 +00:00
naving%netscape.com
5c2ece1991 88251 r=bienvenu sr=sspitzer. Maintain the sort-order etc when emptying local trash.
git-svn-id: svn://10.0.0.236/trunk@101545 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 21:06:40 +00:00
brendan%mozilla.org
6abf5e7f73 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.


git-svn-id: svn://10.0.0.236/trunk@101544 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 20:51:34 +00:00
chuang%netscape.com
63850355cc Bug 17476 Move/Copy menus should sort, r/sr=sspitzer, mscott
git-svn-id: svn://10.0.0.236/trunk@101543 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 20:41:33 +00:00
cotter%netscape.com
ec5fac7cdf ongoing security & privacy help content updates per b=85925, r=oeschger@netscape.com
git-svn-id: svn://10.0.0.236/trunk@101542 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 20:40:24 +00:00
hewitt%netscape.com
34ae532cda 63540 - make classic broken lock icon clearer
git-svn-id: svn://10.0.0.236/trunk@101541 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 20:40:08 +00:00
jat%princeton.edu
fd4eef96c5 Checking in for jesse. Replacing some eval() calls in chrome js with calls to parseInt() and new RegExp(). b=83314, r=mstoltz, sr=brendan.
git-svn-id: svn://10.0.0.236/trunk@101540 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 20:37:19 +00:00
andreas.otte%primus-online.de
a655de9c6e 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
git-svn-id: svn://10.0.0.236/trunk@101539 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 20:35:01 +00:00
pavlov%netscape.com
f2d747d729 fix for bug 87739 r=dougt sr=darin
git-svn-id: svn://10.0.0.236/trunk@101538 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 20:17:22 +00:00
dp%netscape.com
ec2d360be6 Bug 94366 Reducing url object creations by not converting urls schemes
that done need conversion to absolute. r,sr=waterson


git-svn-id: svn://10.0.0.236/trunk@101537 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 20:09:20 +00:00
naving%netscape.com
725d0f7df9 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.


git-svn-id: svn://10.0.0.236/trunk@101536 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 20:04:00 +00:00
jj%netscape.com
c2561ef554 #93164: bump up mac version number to 0.9.3+ on the trunk
git-svn-id: svn://10.0.0.236/trunk@101535 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 19:49:54 +00:00
pavlov%netscape.com
1602a591a1 fixing indentation of {
git-svn-id: svn://10.0.0.236/trunk@101533 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 19:45:18 +00:00
dougt%netscape.com
f702a21dc6 fixes 95671, 96129. Caching control connections fixed, removing check against browser.enabled.cache, fixing double list response handling error. r= gordon, darin, sr= darin
git-svn-id: svn://10.0.0.236/trunk@101532 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 19:40:55 +00:00
timeless%mac.com
4b17af72b7 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


git-svn-id: svn://10.0.0.236/trunk@101531 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 19:36:07 +00:00
bernd.mielke%snafu.de
f5274636fb handle captions and innertable frames identical if the containing block is to small,
bug 76726 r=karnaze sr=waterson


git-svn-id: svn://10.0.0.236/trunk@101530 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 19:31:53 +00:00
ftang%netscape.com
6b10e406d5 fix 91193. r=nhotta, sr=blizzard
add universialchardet.dll to the window installer packages


git-svn-id: svn://10.0.0.236/trunk@101529 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 19:16:35 +00:00
javi%netscape.com
de755f9415 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.


git-svn-id: svn://10.0.0.236/trunk@101528 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 19:10:56 +00:00
dp%netscape.com
719083975b adapting to CreateInstancebyContractID() perf improvement
git-svn-id: svn://10.0.0.236/trunk@101527 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 19:07:26 +00:00
ftang%netscape.com
5257d4fa4b fix 92988. r=shanjian rs=ftang
add more fallback font face for Japanese


git-svn-id: svn://10.0.0.236/trunk@101526 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 19:01:40 +00:00
jaggernaut%netscape.com
1859a898c0 Bug 91884: postpone focus() calls from browser onload till after the window is shown. r=jrgm, sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@101524 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 18:54:51 +00:00
harishd%netscape.com
41b05e57a0 96117 - Cache Observer service. r=dp, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@101523 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 18:46:46 +00:00
shanjian%netscape.com
c7216dd2df #95162 Auto-detect doesn't work on kinokuniya page
r=yokoyama sr=jst


git-svn-id: svn://10.0.0.236/trunk@101522 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 18:46:44 +00:00
rjesup%wgate.com
02427b265c bug 93830. patch by gisburn. r=dcone@netscape.com, r=timeless,
sr=waterson@netscape.com


git-svn-id: svn://10.0.0.236/trunk@101521 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 18:43:55 +00:00
cavin%netscape.com
d51fea8551 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.
git-svn-id: svn://10.0.0.236/trunk@101520 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 18:39:46 +00:00
rjesup%wgate.com
ea72c243bc Bug 96132. ~nsTypedSelection misuses arrays. r=dbaron,
sr=jst@netscape.com sr=kin@netscape.com


git-svn-id: svn://10.0.0.236/trunk@101519 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 18:38:20 +00:00
cavin%netscape.com
b6a249a49e Bug #55774: In GetListOfFoldersWithPath(), make sure we pass the right folder object to DiscoverChildren(). r=bienvenu, sr=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@101518 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 18:38:02 +00:00
rjesup%wgate.com
a5c27c09f2 Bug 96137. Fix array accesses. r=pavlov@netscape.com, sr=jst@netscape.com
git-svn-id: svn://10.0.0.236/trunk@101517 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 18:34:40 +00:00
varada%netscape.com
bad97a6c43 fix for bug#79053-identity crisis mail compose;r=ducarroz;sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@101516 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 18:33:33 +00:00
rods%netscape.com
bd6fc5b878 Oops, left in a rule I used for testing.
It's removed.


git-svn-id: svn://10.0.0.236/trunk@101510 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 15:12:45 +00:00
dbaron%fas.harvard.edu
c9b9e16848 Fixing MOZ_TRACK_MODULE_DEPS bustage by adding pref to REQUIRES (for nsRuleNode.cpp).
git-svn-id: svn://10.0.0.236/trunk@101505 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 14:27:36 +00:00
morse%netscape.com
9aa7e24589 bug 84432, wallet menu items missing when inside certain frames, r=matt, sr=brendan
git-svn-id: svn://10.0.0.236/trunk@101504 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 14:25:48 +00:00
kaie%netscape.com
8bee469992 addon for b=79153 rs=wtc@netscape.com
Fixes obvious portability error, moving thread starter function from C++ static method to C function.
No change in logic or functionality.
You can reach me at kai.engert@gmx.de


git-svn-id: svn://10.0.0.236/trunk@101503 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 14:22:11 +00:00
rods%netscape.com
48fbd4f113 Disabling Quirks sizing for form controls, it can be put back in via a pref
and uncommenting a line in quirk.css
Bug 91602 r=dcone sr=attinasi


git-svn-id: svn://10.0.0.236/trunk@101502 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 14:01:55 +00:00
cmanske%netscape.com
845c66cf30 Fixed Doc title in Revert dialog message bug=96073, r=brade, sr=kin; Composer part of 'noshade' syntax bug 88761, r=kin, sr=sfraser
git-svn-id: svn://10.0.0.236/trunk@101501 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 13:45:01 +00:00
dbradley%netscape.com
7ddcdbae03 Bug 44989: the memory allocated via g_malloc() should be freed via g_free(). sr=blizzard, r=jst
git-svn-id: svn://10.0.0.236/trunk@101500 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 12:33:28 +00:00
dbradley%netscape.com
1582213550 Bug 83591: XPIDL does not store the file length in the header in XPT Files. sr=scc, r=jband
git-svn-id: svn://10.0.0.236/trunk@101499 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 12:29:34 +00:00
peterv%netscape.com
0893039a53 Adding null checks to fix crash. No bug. r=Pike, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@101498 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 09:14:51 +00:00
jst%netscape.com
f263b2fd0c Fixing bug 92272. Avoid malloc(0), patch mostly by mkaply@us.ibm.com. sr=me, r=nobody (trivial fix)
git-svn-id: svn://10.0.0.236/trunk@101497 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 09:02:22 +00:00
jst%netscape.com
474e77dd29 Fixing bug 95871. Making it possible to put null pointers in nsISupportArrays. r=pavlov@netscape.com, sr=waterson@netscape.com
git-svn-id: svn://10.0.0.236/trunk@101496 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 08:51:19 +00:00
rpotts%netscape.com
5478c3dde3 Fix warnings...
git-svn-id: svn://10.0.0.236/trunk@101495 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 08:13:04 +00:00
darin%netscape.com
a29a5f6d7f fixes bug 92563 "Bad comment in nsIInputStream?" r/sr=jst
git-svn-id: svn://10.0.0.236/trunk@101494 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 06:49:46 +00:00
stephend%netscape.com
c3a6298c89 Bug 40191. Bad 'connection refused' message. Patch by Jessico Blanco <jblanco@us.ibm.com> r=jglick@netscape.com/stephend@netscape.com sr=sspitzer@netscape.com
git-svn-id: svn://10.0.0.236/trunk@101493 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 06:43:46 +00:00
hyatt%netscape.com
d22f2c03ba Fix for 96179. r=sspitzer, sr=darin
git-svn-id: svn://10.0.0.236/trunk@101492 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 06:41:21 +00:00
rpotts%netscape.com
52ded30b9f bug #96029 (r=valeski, sr=mscott) Loading cnn.com caused the sav-as dialog to appear...
git-svn-id: svn://10.0.0.236/trunk@101491 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 06:26:59 +00:00
sspitzer%netscape.com
ededf45bdc backing out an accidental check in.
git-svn-id: svn://10.0.0.236/trunk@101490 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 06:26:51 +00:00
rpotts%netscape.com
78f013faba bug #92425 (r=adamlock, sr=jst). OnLoad() handler which executes a javascript URL causes an infinite loop...
git-svn-id: svn://10.0.0.236/trunk@101489 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-21 06:20:53 +00:00