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

13882 Коммитов

Автор SHA1 Сообщение Дата
morse%netscape.com 22c0e011c3 fix bug 329293 -- 2-dot cookie bug 1998-12-31 21:25:58 +00:00
leaf%mozilla.org 1e43f89423 fixing clobber rule 1998-12-31 20:17:37 +00:00
leaf%mozilla.org ea20373da1 readding the clobber_all rule... *grumble* *grumble* 1998-12-31 19:55:05 +00:00
terry%netscape.com 9a00d9f796 Track mozilla.org news. Whenever a newsitem appears in anything, tell
the channel about it.  Also, now checks everything once an hour.
1998-12-31 18:38:54 +00:00
val4%cornell.edu 5b70cbb5d7 The following changes were made:
jsfile.h
 - NewFileObject function exposed
jsfile.c
 - Added .msg-style error support of error reporting
 - ucs2 changed to binary
 - input/output/error properties are created
1998-12-31 05:58:26 +00:00
troy%netscape.com 8646017faa Better computation of computed width and height and margins for block-level
elements
1998-12-31 05:35:38 +00:00
jfrancis%netscape.com 2c0c5828a4 Adding Range to repository & layout factory 1998-12-31 02:32:28 +00:00
ramiro%netscape.com 6c509f8fc6 Fix a dumb else then screwup. 1998-12-31 02:29:06 +00:00
ramiro%netscape.com 5fe156b4ab Added a script to regenerate a single Makefile from a Makefile.in using
the config.status script.
1998-12-31 02:27:25 +00:00
akkana%netscape.com fe8d1be07d Only build editor if MOZ_EDITOR is defined 1998-12-31 00:18:40 +00:00
buster%netscape.com f8695f8fd5 collapsing border bug fixes 1998-12-30 23:23:45 +00:00
timm%netscape.com 0ec1cab4aa new checkins for free source CCK 1998-12-30 23:03:13 +00:00
ftang%netscape.com de57cc73d3 Change setting 1998-12-30 22:51:55 +00:00
ftang%netscape.com de86ac2ae0 temp fix for mac problem by comment out nsRepository::FreeLibraries 1998-12-30 22:51:08 +00:00
buster%netscape.com a5af3e54e7 empty cells now are sized correctly. 1998-12-30 22:41:08 +00:00
buster%netscape.com 8408f40b9f collapsing borders with odd width have correct width now 1998-12-30 22:40:36 +00:00
buster%netscape.com 37053ab3e7 right dashed borders now work
dashed borders along a span now mostly work
1998-12-30 22:39:49 +00:00
vidur%netscape.com 70f9d6e96d Separated class intialization from name registration in namespace management code 1998-12-30 21:35:35 +00:00
waterson%netscape.com 2614577e86 Okay, try #2. Fix Win95/98 build bustage. 1998-12-30 21:25:47 +00:00
ftang%netscape.com fb036c9325 First Checked In. 1998-12-30 21:10:39 +00:00
ftang%netscape.com 9c73c3c3c2 test the result for all the return vaule from nsRepository 1998-12-30 21:06:18 +00:00
leaf%mozilla.org c711951816 backing out removal of nsInMemoryDataSource.obj 1998-12-30 20:00:59 +00:00
ftang%netscape.com 8afc4e8f1f Add some code for mac 1998-12-30 19:49:57 +00:00
brade%netscape.com cf05bac45e remove paths for mozilla/modules/xlate since it isn't needed nor available from the current CVS module 1998-12-30 19:40:17 +00:00
dougt%netscape.com 382a31e053 Removing AutoUpdate from Netlib. 1998-12-30 19:09:39 +00:00
waterson%netscape.com 957bf329e3 Fix Win95 build bustage. 1998-12-30 17:52:01 +00:00
troy%netscape.com 781a43ae69 Changed width/height constraints in nsHTMLReflowState struct 1998-12-30 17:50:00 +00:00
brade%netscape.com d46a4026ee make several functions PRIVATE to reduce compiler warnings on Macintosh 1998-12-30 16:06:22 +00:00
brade%netscape.com e9207223cc add #includes and prototypes to reduce compiler warnings on Macintosh 1998-12-30 16:05:27 +00:00
brade%netscape.com e8111eea10 add prototype and PRIVATE to several functions to reduce compiler warnings on Macintosh 1998-12-30 16:03:43 +00:00
brade%netscape.com 468c6642b1 add prototype for net_ReleaseContext to reduce compiler warnings on Macintosh 1998-12-30 16:01:54 +00:00
brade%netscape.com 0a30bf0834 add prototypes to reduce compiler warnings on Macintosh 1998-12-30 16:00:57 +00:00
brade%netscape.com 23a16f81fc add prototype for NET_FindProxyInJSC to reduce compiler warnings on Macintosh. 1998-12-30 16:00:01 +00:00
jfrancis%netscape.com bad257e0cd more dom range gravity work 1998-12-30 08:28:16 +00:00
buster%netscape.com 8f9e87593a collapsing border computation and conflict resolution 1998-12-30 06:48:15 +00:00
buster%netscape.com 960726938f CSS2 table collapsing border rendering 1998-12-30 06:47:26 +00:00
buster%netscape.com 02f1e9dd55 added mInsideNeighbor to nsBorderEdge, allowing fast access for an outside edge to
it's neighboring inside edge.  value is undefined for inside edges.
1998-12-30 06:46:35 +00:00
vidur%netscape.com c5bcb7ded7 Fixed early initialization problem in script namespace management 1998-12-30 02:46:36 +00:00
beard%netscape.com 91b6e3d66c backed out SingleSign/CookieManagement changes 1998-12-30 02:26:02 +00:00
morse%netscape.com c208baa236 fix mac bustage 1998-12-30 02:25:05 +00:00
beard%netscape.com 883cdd1221 Turning on CookieManagement/SingleSignon on Mac. 1998-12-30 01:47:23 +00:00
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