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

13791 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com e7ac789343 Backed out change for mac bustage. 1998-12-30 01:45:39 +00:00
val4%cornell.edu b0120fa1ec The following changes were made:
- Changed the DLL export macros JS_EXTERN_API, etc. to conform with the
  current standards
- Updates the docs in README.html
- Updated the include locations and the MSDEV project to make
  the build process easier.
- Managed to build PerlConnect with Perl 5.005_02. It's not compatible
  with previous versions. Don't use ActivePerl! It probably won't work!
- There is a fix to js.c which I am going to chech in a bit later.
1998-12-30 01:36:55 +00:00
morse%netscape.com c91f29760d fix mac bustage 1998-12-30 01:29:54 +00:00
ramiro%netscape.com c22113431f cvsignore FilesTest. 1998-12-30 00:38:50 +00:00
ramiro%netscape.com 619cb34844 Ignore generated files. 1998-12-30 00:38:23 +00:00
morse%netscape.com f0790e0e20 changes needed for privacy module 1998-12-30 00:22:55 +00:00
morse%netscape.com d05f721362 interfaces for routines need by privacy module 1998-12-30 00:20:46 +00:00
rpotts%netscape.com e11bf355c3 Removed browser dependancies that are not checked in yet... 1998-12-30 00:09:03 +00:00
rpotts%netscape.com a1c871e162 Added support for terminating the app when all of the top level windows have been closed... 1998-12-30 00:03:52 +00:00
rpotts%netscape.com 4285c5a571 changed to use nscore.h for the NS_APPSHELL definition... 1998-12-30 00:03:00 +00:00
rpotts%netscape.com 6d447263ea Added an entry for the application shell... 1998-12-29 23:59:23 +00:00
rpotts%netscape.com a6025a0b03 added new factories from webshell/viewer/nsSetupRegistry.cpp 1998-12-29 23:32:11 +00:00
ftang%netscape.com 6afabd3db8 1st check in. It build on Window. It does not build on UNIX and macintosh yet.
It is not hook up with build system yet. Read note.txt first.
1998-12-29 23:28:05 +00:00
beard%netscape.com 781c5f676c Creates a new window with "_new" target. 1998-12-29 22:37:55 +00:00
beard%netscape.com bd47189da1 Document base changes. 1998-12-29 22:36:41 +00:00
beard%netscape.com a85ce0e2d0 Class loader utilities. 1998-12-29 22:36:11 +00:00
beard%netscape.com bd91e28319 Pro 4 format. 1998-12-29 22:35:01 +00:00
beard%netscape.com 88f424099a Class loader, security context stuff, codebase principal. 1998-12-29 22:31:18 +00:00
blizzard%appliedtheory.com 7546120993 patch from Brian Ryner <bryner@uiuc.edu> for scaling fonts a little
better.
1998-12-29 21:08:11 +00:00
jfrancis%netscape.com ccfebc61a7 removing nsAbsoluteFrame.cpp, since it seems to have disappeared. 1998-12-29 07:24:32 +00:00
beard%netscape.com 472d5a0d9a Removed nsBodyFrame.cpp per Troy's request. 1998-12-29 06:08:02 +00:00
troy%netscape.com 2d85339219 Fixed it up to compile, because the Mac is still building it... 1998-12-29 05:54:59 +00:00
troy%netscape.com baf55d6c2c Fixed it up to compile again, because the Mac is still building it... 1998-12-29 05:53:54 +00:00
troy%netscape.com 2d45b350be Fixed it so XML documents display again 1998-12-29 05:51:11 +00:00
troy%netscape.com b3d727e277 Removed debug output that was probably checked in by mistake 1998-12-29 05:37:11 +00:00
troy%netscape.com 4982bfd126 Fixed a problem with absolutely positioned tables not working properly 1998-12-29 05:35:42 +00:00
troy%netscape.com 7bcdac6547 Changed some of the member functions to conform to XP-COM conventions for
returning a nsresult
1998-12-29 04:56:31 +00:00
troy%netscape.com 7baf302727 Renamed FindFrameWithContent() to GetPrimaryFrameFor() 1998-12-29 04:45:18 +00:00
rpotts%netscape.com 90aadf1c55 Fixed the firing of the OnConnectionsComplete(...) notification so it worked correctly in framesets... 1998-12-29 04:45:00 +00:00
beard%netscape.com 3e529a371e Was using unitialized variables for default dimensions of newly created window. Now attempts to at least inherit position from creating window. 1998-12-29 03:53:07 +00:00
troy%netscape.com e1f9e8b29f Moved logic that deals with moving absolutely positioned frames out of the
flow to the frame construction code
1998-12-29 03:38:16 +00:00
troy%netscape.com 500f4e3185 Fixed memory leak in nsHttpUrlImpl::SetSpec() 1998-12-29 01:32:39 +00:00
troy%netscape.com 5b10535cae Fixed memory leak in NS_MakeAbsoluteURL() 1998-12-29 01:22:57 +00:00
blizzard%appliedtheory.com fa9520e3ce don't return the address of something allocated on the stack 1998-12-29 01:07:35 +00:00
troy%netscape.com f9ac855246 Fixed memory leak in ToString() 1998-12-29 01:03:26 +00:00
mcmullen%netscape.com d943dfc62a Simplify the console case, so that Windows does not think it has to compile with exception handling. 1998-12-29 00:24:32 +00:00
rpotts%netscape.com 313a141d4b Fire the OnSubmit event on the form not the input field... 1998-12-28 21:28:53 +00:00
cls%seawood.org 43dc9d6207 Ok, after further thought, the last attempt wasn't going to work as the mac project files were not updated so we'll just put Guha's stuff in ifdefs. 1998-12-28 06:05:14 +00:00
cls%seawood.org ea0c65cd4a Oops, forgot about the headers. 1998-12-28 05:34:13 +00:00
cls%seawood.org 2de80f48a0 Attempting to fix the change from using nsMemoryDataSource.cpp to using nsInMemoryDataSource.cpp. 1998-12-28 04:12:55 +00:00
guha%netscape.com 489589a12b adding a method to nsIRDFCursor.cpp 1998-12-27 20:35:46 +00:00
nisheeth%netscape.com d1465ef805 Definition and implementation of nsXSLContentSink. The XSL content sink
is instantiated for an XSL stylesheet and constructs
the XSL rule model as the stylesheet gets parsed by the parser.

Checking in the first cut.  These files are not part of the build yet.  Just
checking in so that they get backed up while I am away on my 3 week vacation.
1998-12-27 08:48:00 +00:00
nisheeth%netscape.com 062892c6c6 Checking in initial tests for the first XSL prototype. 1998-12-27 08:25:54 +00:00
nisheeth%netscape.com 8f2f0826c1 Adding code protected by an ifdef for making the XML content sink initiate
the load of an XSL stylesheet when it sees a stylesheet PI with an XSL
content type.
1998-12-27 08:24:04 +00:00
locka%iol.ie 4e1a26287a Added extra debugging 1998-12-26 12:16:12 +00:00
locka%iol.ie a7497bf43c Updated method prototype after changes to nsIStreamObserver 1998-12-26 12:15:56 +00:00
locka%iol.ie 817233f9d5 Changed threading model 1998-12-26 12:14:46 +00:00
val4%cornell.edu 0c30f1eb61 Added support for dir["file"] syntax. 1998-12-25 02:31:49 +00:00
beard%netscape.com 9671eefc42 Cleaned up non-debug access paths, made them consistent with debug access paths. 1998-12-25 00:31:17 +00:00
srinivas%netscape.com 9de3de4f7e Fix compiler warnings on Mac; checkin for brade 1998-12-24 22:03:37 +00:00