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

224 Коммитов

Автор SHA1 Сообщение Дата
gagan%netscape.com 2bbf3ecdce Fixed MAX_FORMATS_OUT that used to be incorrectly set. 1999-01-12 21:34:20 +00:00
beard%netscape.com e7ac789343 Backed out change for mac bustage. 1998-12-30 01:45:39 +00:00
morse%netscape.com c91f29760d fix mac bustage 1998-12-30 01:29:54 +00:00
morse%netscape.com f0790e0e20 changes needed for privacy module 1998-12-30 00:22:55 +00:00
cls%seawood.org c54575737f Fixed redefinition warning 1998-12-15 03:21:23 +00:00
sfraser%netscape.com 104915bd9a Removed XP_MAC include which is no longer necessary. 1998-12-05 21:55:53 +00:00
ramiro%netscape.com 2009b728de Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
morse%netscape.com 18e0ee90dc change for single signon 1998-11-21 03:09:44 +00:00
cyeh%netscape.com e9d3c67427 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
raman%netscape.com ea7436ae7f Deleted obsolete messages 1998-11-19 05:21:36 +00:00
pinkerton%netscape.com 5615b3be8c add platform.h 1998-11-18 19:19:02 +00:00
cls%seawood.org cdd0efbb06 Updated checks for solaris. Started using platform.h. 1998-11-18 18:32:52 +00:00
cls%seawood.org d75f40dc37 Updated check for Solaris and added multiple include check 1998-11-18 18:28:27 +00:00
morse%netscape.com b9bbbccca0 updates for single signon 1998-11-18 04:35:47 +00:00
briano%netscape.com 18a017dd9f Fix for a variety of nit-picking compilers. 1998-11-15 08:40:32 +00:00
briano%netscape.com b479ebda89 Fixes for AIXV3. 1998-11-15 08:39:27 +00:00
cls%seawood.org 33a945dba4 The purpose of this file is to convert various compiler defines into a single define for each platform. This is ONLY to be used when feature defines will not work. 1998-11-11 18:59:44 +00:00
morse%netscape.com bcfbfdb370 separate trust labels from cookie management 1998-11-10 04:31:26 +00:00
sudu%netscape.com 7734927e89 Added a new api to support liveconnect security 1998-11-02 23:08:06 +00:00
raman%netscape.com ce91d5bc08 Added JavaScript object for background download 1998-10-28 20:17:56 +00:00
ddrinan%netscape.com a3f06e32b4 Added xpSecurityModule 1998-10-27 03:53:51 +00:00
waterson%netscape.com c541690f43 Use PR_EXTERN() macros to ensure external linkage for timing functions. 1998-10-26 23:08:58 +00:00
nhotta%netscape.com 41a41ec9f9 Added environment to MochaDecoder. 1998-10-22 20:32:00 +00:00
cls%seawood.org 382f88e891 Removed some MKLINUX & MACLINUX ifdefs. Replace a couple with (defined(linux) && defined(__powerpc__)).
Added glibc ifndefs to strdup declarations.
Fixed problem with stderr under glibc 2.1.
Patch submitted by Tom Rini <trini@kernel.crashing.org>.
1998-10-22 06:05:19 +00:00
kin%netscape.com 289d0646e5 Fix for bug #329760: ENDER: Loading multi-part mime into Ender leaves tmp
files around.
Files touched:

    include/edt.h
    lib/layout/edtbuf.cpp
    lib/layout/edtlist.cpp
    lib/mailto/mprdecod.cpp
1998-10-21 20:37:43 +00:00
tague%netscape.com 2e0dfaf802 Added prototypes for two new date and time formatting functions 1998-10-20 21:39:33 +00:00
nhotta%netscape.com 8dbf86af10 Added two new interfaces. 1998-10-20 20:58:13 +00:00
ftang%netscape.com 210beba54e add XP_PROTO 1998-10-20 13:05:25 +00:00
kin%netscape.com b7bcbb4c3d Modified the following files to get Unix ENDER to save Multi-part MIME:
cmd/xfe/forms.c
    include/edt.h
    lib/layout/editor.cpp
    lib/mailto/mhtmlstm.cpp
1998-10-19 18:24:51 +00:00
cmanske%netscape.com d6af2f027f Added new function to test for Preformat text 1998-10-15 22:03:16 +00:00
morse%netscape.com 0a6875ffd9 fix string for privacy policy 1998-10-15 20:58:56 +00:00
cmanske%netscape.com 4eb7c52086 Changed param in function for consistency across sizing functions 1998-10-15 19:33:20 +00:00
shaver%netscape.com 2fa6aab408 LO_Anchor now has a DOM_Node 1998-10-15 18:27:20 +00:00
mjudge%netscape.com 7f09382fb3 ender carpool 1998-10-14 20:24:50 +00:00
cmanske%netscape.com 926e09276e Added feedback strings when mouse is over sizeable object edge in Composer 1998-10-13 23:27:27 +00:00
waterson%netscape.com 2b10029ed3 Removed #ifdef SMOOTH_PROGRESS to get Mac compiling. 1998-10-13 05:06:02 +00:00
nisheeth%netscape.com 1bc160d2b2 Changes to make Layer/Ilayer reflow work. This should fix sites like
altavista and slashdot.org.
1998-10-13 04:48:49 +00:00
morse%netscape.com e7fc8024d7 changes for privacy policy 1998-10-12 19:34:01 +00:00
kin%netscape.com 3e618ab1a3 Removed C++ comments to fix build bustage. 1998-10-09 22:39:14 +00:00
kin%netscape.com 638e9dd3c2 First pass implementation of safe list for ENDER multi-part mime output.
All safe list related changes are ifdef'd MOZ_ENDER_MIME.

Files modified this round:

  cmd/xfe/forms.c
  include/edt.h
  lib/layout/Makefile.in
  lib/layout/Makefile
  lib/layout/editor.cpp
  lib/layout/layfree.c
  lib/layout/layform.c
  lib/layout/edtbuf.cpp
  lib/layout/editor.h
  lib/layout/edtlist.h
  lib/layout/edtlist.cpp
1998-10-09 22:08:19 +00:00
cmanske%netscape.com 01390c8d57 Moved some defines and removed unused function 1998-10-09 22:01:55 +00:00
waterson%netscape.com c3de3fa938 Touch down SMOOTH_PROGRESS changes. 1998-10-08 21:30:14 +00:00
cmanske%netscape.com ec8915fe26 Add function protype for test for internal target link 1998-10-07 04:53:08 +00:00
cmanske%netscape.com e90190fb6d Composer Publishing improvements. Added error codes for EDT_CheckPublishURL and improved feedback strings 1998-10-07 00:34:05 +00:00
morse%netscape.com ce0b380f2d fix bugs with trust labels 1998-10-06 20:56:26 +00:00
cmanske%netscape.com d1c5c97eee New strings and functions for Publishing in Composer 1998-10-06 20:26:54 +00:00
cyeh%netscape.com 3c34f3063b removing obsolete files. use MANIFEST instead. 1998-10-05 18:42:02 +00:00
ftang%netscape.com f752b028b0 add new selector to access csid, add two new interface to access cross-platform string 1998-10-05 14:24:57 +00:00
cmanske%netscape.com b3e4eb4dae More Composer publishing improvements 1998-10-03 02:25:13 +00:00
cmanske%netscape.com 640c9b03b7 Added new function prototype and a parameter to EDT_SavePublishUsername 1998-10-02 22:18:49 +00:00