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

58119 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com af99b19a63 fix a comment. 2000-04-12 05:55:49 +00:00
kvisco%ziplink.net 6f95d58155 Added name changes from Marina 2000-04-12 05:52:09 +00:00
mjudge%netscape.com ac8d5b837a dangit 2000-04-12 05:48:03 +00:00
mjudge%netscape.com 6536f6d6d7 left out static in prototype. mac compiler...grumble 2000-04-12 05:43:42 +00:00
morse%netscape.com b50c359eeb fix bugs 34760 (not all cookies displayed in cookie viewer) and bug 34866 (better test for foreign images) 2000-04-12 05:28:53 +00:00
morse%netscape.com 70fe08bb41 fix bug 34952, cookie header should have Cookie: with uppercase C 2000-04-12 05:26:59 +00:00
morse%netscape.com 90e57a8f70 attempt to fix mac bustage 2000-04-12 05:20:49 +00:00
bienvenu%netscape.com 66055a5a32 more work on search, not used yet 2000-04-12 05:14:38 +00:00
bienvenu%netscape.com 8f0cd57b87 initial checkin, not part of build 2000-04-12 05:12:48 +00:00
waterson%netscape.com aa23398ba7 Add nsXULAtoms.cpp to the build. 2000-04-12 05:00:32 +00:00
ducarroz%netscape.com 519fef052d First Checked In. 2000-04-12 04:57:48 +00:00
waterson%netscape.com 0cd1973ec7 Initial revision. 2000-04-12 04:49:28 +00:00
mjudge%netscape.com af97e4a182 missed another.get 2000-04-12 04:20:07 +00:00
mjudge%netscape.com c6128bbf01 dangit forgot this one 2000-04-12 03:35:27 +00:00
mjudge%netscape.com bd0b4a8c70 thought this would have been caught on my machine sorry. .get added 2000-04-12 03:26:49 +00:00
rjc%netscape.com dbab71154c Add support for importing/exporting bookmarks. 2000-04-12 03:09:04 +00:00
mjudge%netscape.com f0c0beb50c fix for setcapture. passes events to the nsHTMLFrame's areaframe when events are trapped to a given frame's view. 2000-04-12 03:04:11 +00:00
evaughan%netscape.com 9553090997 Fix for titledbox bugs. 2000-04-12 02:59:26 +00:00
ruslan%netscape.com 41eec21b26 Adding additional prefs for networking 2000-04-12 02:51:58 +00:00
pavlov%netscape.com b148e60588 disable x11-shm code until crash can be looked at
rewrote image drawing code
  -- refactored drawing
  -- added tiling code
added patch from Tim Rowley <tor@cs.brown.edu> for 8bit alpha compositing of images (not used yet)
2000-04-12 02:23:12 +00:00
mscott%netscape.com c7c6069d68 Bug #29222 --> fix alignment of add to ab and attachment icons
r=sspitzer
2000-04-12 02:17:45 +00:00
tbogard%aol.net 2dceb450dd Checks for when progress is called after docShell goes away. This is now going to be valid with changes made to the way the uriLoader and necko do cancelling. Bug #35505 2000-04-12 01:59:15 +00:00
ruslan%netscape.com 6658571391 Landing link-click problem fix. Also fix DNS lockup (gordon) on Windows,
memory leak of socket transports during pipelined request, add timeout
setters on socket transport, add a restriction on the number of keep-alive
connections.
2000-04-12 01:47:22 +00:00
bryner%uiuc.edu 701415869e Make sure we correctly obtain the system setting for the number of
lines to mousewheel scroll on Win95 (it's different than 98/NT).  This
was causing ProcessMessage to bail out early and never dispatch the
event.  r=hyatt.
2000-04-12 01:43:39 +00:00
ddrinan%netscape.com a3c4c7bf84 Initial check in PSM docs 2000-04-12 01:19:11 +00:00
akkana%netscape.com 7b5b31c898 Fix mac bustage -- conflict with a mac system header 2000-04-12 00:59:40 +00:00
ruslan%netscape.com a6cd5c0692 Add a quick constructor for nsISupportsPRBool as well as make it implement
threadsafe isupports. Stream convs. use it.
2000-04-12 00:46:58 +00:00
hyatt%netscape.com 857df0c253 Cuddling mailnews. XOXOXOXOX 2000-04-12 00:26:01 +00:00
dmose%mozilla.org f842d022e6 use sendmail deferred delivery to avoid long hangs at bug submission time 2000-04-12 00:25:38 +00:00
hyatt%netscape.com 2b53d72d4e Cuddling mailnews and giving it some of my sweet sweet love. 2000-04-12 00:25:05 +00:00
hyatt%netscape.com 0e08743221 Cuddling mailnews and giving it some of my sweet sweet love. r=saari 2000-04-12 00:24:07 +00:00
ddrinan%netscape.com f2f9bda8ae Initial checkin of the PSM server 2000-04-12 00:15:15 +00:00
tbogard%aol.net fea7ec5577 Added an attribute for holding the charset info to be used during a load. 2000-04-12 00:07:04 +00:00
ddrinan%netscape.com 77f8a8b6ac Initial checkin of the PSM server 2000-04-12 00:05:55 +00:00
evaughan%netscape.com 227679761c Grid fixes.
Memory leak fixes.
box cleanup.

-a ftang
2000-04-11 23:55:15 +00:00
ddrinan%netscape.com 14bd6b1e86 Initial check-in PSM UI files 2000-04-11 23:54:23 +00:00
tbogard%aol.net 2ea02cc216 Close now simply calls destroy. nsWebShellWindow now has a subclass for Destroy which does everything that Close use to do. Removed all the implementation of nsIWebShellContainer methods that went away. 2000-04-11 23:52:50 +00:00
tbogard%aol.net fdd6a9fca7 Provided implementation for CreateFixupURI. Added needed parameters to DoURILoad and finished implementation. InternalLoad now takes needed parameters as well. 2000-04-11 23:52:42 +00:00
tbogard%aol.net 1e930b11ae Removed the viewSource member and the GetStringForCommand as it is no longer used. 2000-04-11 23:52:37 +00:00
tbogard%aol.net eec64dfa81 Removed nsIWebShellContainer methods that are no longer part of the interface. Removed convertFileToURL and convertURLToFileCharset as the implementation in docShell is now relied upon. LoadURL now largely relies on docShell's CreateFixupURI to get a uri. No longer call nsIWebShellContainer::BeginLoadURL or EndLoadURL as the nsIWebProgressListener interface provides all these needed listeners. No longer call nsIWebShellContainer::WillLoadURL as the uriLoader code provides the ability to cancel or stop a load from happening. DoLoadURL now relies on the implementation in docShell for talking to the uriloader. Fixed a bug with nsWebShell::GoTo pointed out by Conrad. 2000-04-11 23:52:28 +00:00
tbogard%aol.net 09e4e7acea Removed the remaining methods on nsIWebShellContainer as they are no longer used. 2000-04-11 23:52:27 +00:00
tbogard%aol.net 6b8b335f60 nsChromeTreeOwner is now a nsIWebProgressListener for a load. 2000-04-11 23:50:14 +00:00
tbogard%aol.net 60994d2347 Changed tab spacing to say 3 to be accurate. 2000-04-11 23:49:08 +00:00
tbogard%aol.net 1fbf6ea566 Changed to use the enumeration rather than the string based parameter to the parser loading mode. 2000-04-11 23:48:37 +00:00
tbogard%aol.net 3090e598d6 Changed nsEditorShell to hold on to docShells instead of webShells. Changed a number of places to use nsIDocShell instead of nsIWebShell. Removed the hold on a nsIWebShellWindow as no one should ever hold onto that. 2000-04-11 23:48:14 +00:00
akkana%netscape.com 861cfd4be5 Fix build bustage, a misplaced #ifdef 2000-04-11 22:59:30 +00:00
ftang%netscape.com 2fffc26e52 fix 34886. add accidential deleted line back. 2000-04-11 22:47:18 +00:00
ftang%netscape.com 6c00c28094 fix 34646. Change the key to the new non-offending name 2000-04-11 22:43:43 +00:00
ftang%netscape.com a940d655e5 add transliteration fall back . fix bug 33501 2000-04-11 22:41:21 +00:00
bryner%uiuc.edu bb6f3013c1 Enable parsing of URL's in finger: text. bug 26753. r=valeski, a=ftang. 2000-04-11 22:41:02 +00:00